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

Body{
background: url(img/background_top.jpg) top left repeat-x;
font-family:Arial, Helvetica, sans-serif;
}

.rouge{
color:ba3e31;
}
.noir{
color:#363535;
}
/* 0 Main */
#main{
width:100%;

}
a{ text-decoration:none;
}
	
/* 1 Header */
	#header{
	background: url(img/background_lop_logo.gif) top left no-repeat;
	height:265px;
	margin:0 auto;
	width:1100px;
	}
		#logo img{
		margin:0 0 0 100px;
		}
		#logo{
		width:176px;
		height:290px;
		float:left;
	   	}
		#visu{
		background:#999999;
		margin:15px 15px 32px 115px;
		float:left;
		width:700px;
		height:220px;
		border:5px White solid;
	   	}
		#mainMenu{
		width:705px;
		height:30px;
		margin:0 0 0 115px;
		float:left;
		padding:0;
		letter-spacing:normal;
	   	}
			#mainMenu a{
			font:normal 13px arial;
			color: #6d6135;
			height:43px;
			padding:10px 10px 15px 11px;
			border-left:1px #dbd1ce solid;
			text-transform:uppercase;
			}
			
			#mainMenu a:hover, #mainMenu .active{
			background:#eeebe1;
			color:#ba3e31;
			}
			
			
		
/* 2 Contenu */
    #content{
	display:block;
	width:900px;
	margin:0 auto;
	padding:15px 0 0 0;
	height:255px;
    	}
		#subMenuHome, #homeCenter, #homeRight{
		float:left;
		margin-top:35px;
		}
		#homeCenter, #homeRight{
		margin-left:18px;
		}
		#subMenuHome{
		width:175px;
    	}
			#subMenuHome a{
			color:#363535;
			display:block;
			padding:8px 0 8px 0;
			width:175px;
			
			text-transform:uppercase;
			font:normal 13px Arial, Helvetica, sans-serif;
			border-bottom:1px #ddd7c9 solid;
			}
			#subMenuHome a:hover{
			background:#eae6d9 url(img/background_sub_menu.jpg) repeat-x;
			color:#6c2279;
			width:165px;
			padding:8px 0 8px 10px;
			border-bottom:1px #ddd7c9 solid;
			}
		#homeCenter{
		width:435px;
		padding:15px 15px 5px 15px;
		background:#f3f1e8;
		border:1px #ede8e6 solid;
    	}
			#homeCenter p {
			font:normal 13px Arial, Helvetica, sans-serif;
			color: #6d6135;
			line-height: 130%;
			width:320px;
			float:left;
			}
			#homeCenter p img{
			float:right;
			
			}
			#homeCenter img{
			padding-top:5px;
			}
			
		#homeRight{
		width:170px;
		background:#f3f1e8;
		padding:10px 20px 20px 20px;
		border:1px #ede8e6 solid;
    	}
			#homeRight p{
			font:normal 13px Arial, Helvetica, sans-serif;
			}
			#homeRight h3{
			font: bold 15px Arial, Helvetica, sans-serif;
			margin:10px 0 0 0;
			}
			#homeRight a{
			color:#ba3e31;
			text-decoration:underline;
			}
			#homeRight a:hover{
			color: #c94d3e;
			}
			/* Seulement sur les nouveaux navigateurs */
			#homeCenter a img:hover{
				opacity : 0.7;
    			filter : alpha(opacity=70); 
			}
/* 3 Footer */
	#footer{
	width:100%;
	margin:35px 0 0 0;
	height:400px;
	background:#99291d url(img/background-footer.gif) top repeat-x;
	
	font:normal 12px Arial, Helvetica, sans-serif;
    	}
		.credit{
		width:900px;
		margin:0 auto;
		color:#8f8560;
		}
		.credit a{
		color:#8f8560;
		text-decoration:underline;
		}
		.credit-wp, .credit-infos, .credit-mrsize{
		margin:10px 0 0 0;
		float:left;
		border-left:1px #e1dbc8 solid;
		
		}
		.credit-infos{
		text-align:center;
		}
		.credit-wp, .credit-infos{
		padding:13px 0 0 13px;
		height:25px;
		}
		.credit-mrsize{
		height:20px;
		}
			.credit-mrsize img{
			position: relative;
			bottom:18px;
			float:right;
			}
			.credit-mrsize p{
			padding:13px 0 0 13px;
			text-align:right;
			margin: 0 50px 0 0;
			}
			.credit-wp{
			width:160px;
			}
			.credit-infos{
			width:500px;
			}
			.credit-mrsize{
			width:210px;
			}
			
		#adminLink {
		display:block;
		font:11px Arial, Helvetica, sans-serif;
		padding:10px 0 0 0;
		float:left;
		margin:0 auto;
		text-align:center;
		width:100%;
			}
			#adminLink a{
			color:#d16459;
			text-decoration:none;
			}
			#adminLink a:hover{
			color:#d16459;
			text-decoration: underline;
			}