*
{
	margin: 0px;
	padding: 0px;
}
body
{
	background-color: #000;
	margin-bottom: 10px;
	margin-top: 10px;
	min-width: 950px !important;
}
img
{
	border: 0px;
}
.indenté
{
	text-indent: 20px;
}
#logo
{
	position: absolute;
	top: 0px;
	right: 10px;
}
#head
{
	border-top: 1px solid #5ecce5;
	border-bottom: 1px solid #5ecce5;
	height: 150px;
	
	text-align: 		left;
	font-family: 		arial;
	font-size: 			14px;
	padding-right: 		5px;
	
}
	#head #pub
	{
		height: 80px;
		width: 450px;
		background-color: #000;
		background-image: url('pub.png');
		background-repeat: no-repeat;
		border: 1px dashed #A0A0A0;
		margin-top: 35px;
		margin-left: 35px;
		text-align: center;
	}
	
#body
{
	font-family: arial;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 160px;		/* lié */
	padding-right: 10px;
	background-image: url('bg-menu.jpg');
	background-repeat: repeat-y;
	background-position:-50px 0px;
	min-height: 300px;
	
	color: #fff;
}
	#body h3
	{
	    font-size: 16px;
		font-variant: small-caps;
		font-weight: normal;
		display: block;
		border-bottom: 1px solid #A0A0A0;
		width: 500px;
		margin-bottom: 10px;
	}
	#body p
	{
		text-align: justify;
	}
	#body ul 
	{
	    list-style-type: disc;
	    list-style-image: url('puce-clair.jpg');
	    list-style-position: inside;
	}
	#body form
	{
		margin-left: 30px;
	}
	#body input
	{
		background-color: #303030;
		color: #fff;
	}
	#body input:hover
	{
		background-color: #ff6600;
	}
	#body .gros_liens
	{
		display: block;
		width: 250px;
		padding-top: 20px;
		padding-bottom: 20px;
		background-color: #222;
		border: 1px solid #444;
		text-align: center;
		margin: auto;
		
		text-decoration: none;
		color: #fff;
	}
	#body .gros_liens:hover
	{
		background-color: #ff6600;
		font-weight: bold;
	}
	#body .petits_liens
	{
		display: block;
		border: 1px dashed #5ecce5;
		padding: 5px;
		margin-left: 50px;
		
		text-decoration: none;
		color: #5ecce5;
	}
	#body .petits_liens:hover
	{
		border: 1px solid #5ecce5;
	}	#body .miniature
	{
		max-height: 200px;
		max-width: 200px;
	}
	#body .liens_navigation
	{
		display: block;
		width: 100px;
		border: 1px solid #fff;
		border-right: 0px;
		color: #fff;
		padding: 3px;
		font-size: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		background-color: #000;
		text-decoration: none;
		background-color: #333;
	}
	#body .liens_navigation:hover
	{
		background-color: #ff6600;
	}
	#body .tbl_images_mini
	{
		margin-bottom: 5px;
	}
	#body .tbl_images_mini td
	{
		padding: 5px;
		border: 1px solid #fff;
	}
		#menu
		{
			font-size: 14px;
			float: left;
			width: 150px;			/* lié */
			margin-left: -160px;	/* lié */
			margin-top: -10px;
		}
			#menu a 
			{ 
				display: block;
				text-decoration: none; 
				color: #5ecce5;	
				font-variant: small-caps;
				border-bottom: 1px solid #5ecce5;
				width: 150px;
				text-align: center;
				padding-bottom: 1px;
				padding-top: 1px;
			}
			#menu a:hover
			{ 
				color: #2ecc6a;
				padding-bottom: 5px;
				padding-top: 5px;
			}
#foot
{
	border-top: 1px solid #5ecce5;
	border-bottom: 1px solid #5ecce5;
	padding: 10px;
	color: #5ecce5;
	font-family: arial;
	font-size: 10px;
}
	#foot a
	{
		color: #5ecce5;
		font-family: arial;
		font-size: 10px;
		text-decoration: none;
	}
	#foot a:hover
	{
		color: #ff6600;
	}
	#foot #sponsors
	{
		text-align: center;
		margin: auto;
		width: 550px;
		border: 1px dashed #C4C4C4;
		padding: 5px;
	}
	#foot #sponsors p
	{
		margin-bottom: 5px;
		color: #C4C4C4;
	}