@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:100%;  }

A {
	text-decoration:none;
	/*color:#FFF;*/
}

	A:active {
		outline:none;
	}
	
	A:visited {
		outline:none;
	}
	
	.lien {
		color:#FBD499;
		font-weight:bold;
	}

IMG {
	border:0;
}

HTML, BODY, #conteneur {
	height:100%;
}

BODY {
	background-color:#101010;
	background-image:url("img/bg_body.gif");
	background-repeat:repeat-x;
}

#main {
	width:100%;
	height:100%;
}

	#header {
		width:880px;
		margin:auto;
		text-align:center;
		padding-top:12px;
		/*border:1px #ccc solid;*/
	}
	
		#header LI {
			list-style-type:none;
		}
	
	#header_logo {
		float:left;
	}
		
		#header_menu_collection {
			border-right:4px white solid;
			margin:96px 22px 0 70px;
			/*padding-right:6px;*/
			font-size:12px;
			float:left;
			text-align:right;
			overflow:hidden;
			height:38px;
			/*width:260px;	*/		
		}
		
			#header_menu_collection .header_sub {
				overflow:hidden;
				width:258px;
			}
			
			#header_menu_collection > LI > UL {
				height:20px;
				width:260px;
			}

			#header_menu_collection > LI:first-child {
				padding:0 11px 4px 0;
			}
			
			#header_menu_collection > LI > UL > LI {
				float:left;
			}
			
			#header_menu_collection > LI > UL > LI:first-child {
				/*margin:17px 0 0 39px;*/
				margin:0 0 0 39px;
				padding:0;
				/*display:block;*/
			}	
			
			#header_menu_collection > LI > UL > LI > A > IMG{
				margin-bottom:10px;
			}
			
		
		#header_menu_apropos {
			border-left:4px white solid;
			margin:96px 0px 0 22px; /* margin-right : reequilibrage du centrage */
			padding-left:6px;
			font-size:12px;
			float:left;
			width:320px;
			text-align:left;
			overflow:hidden;
			height:30px;
		}
			
			#header_menu_apropos > LI:first-child {
				padding:0 0 4px 4px;
			}
			
			#header_menu_apropos > LI > UL {
				height:20px;
			}
			
			#header_menu_apropos > LI > UL > LI {
				float:left;
			}
			
			#header_menu_apropos > LI > UL > LI:first-child {
				margin:0 0 0 0px;
				/*display:block;*/
				padding-left:0px;
			}
			
		#header_menu_collection IMG, #header_menu_apropos IMG {
			/*float:left;*/
		}
		

	
	
	#footer {
		background-image:url("../css/img/footer.png");
		width:595px;
		height:59px;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		margin-top:-60px;
	}
	
	#footer UL {
		list-style-type:none;
		padding-top:14px;
	}
	
	#footer UL LI {
		display:inline;
		padding-left:10px;
	}
		
.clear {
	clear:both !important;
	float:none !important;
	visibility:hidden;
	height:1px;
	line-height:1px;
	margin-top:-5px;
	position:relative !important;
}
	
