/* CSS Document */

body{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#ffffff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	background-repeat: repeat-x;
	margin-bottom: 0px;
	background-image: url(/common/img/body_bg.jpg);
	background-position:top left;
}
a{
	outline:none;
}
#page {
	position: absolute;
	margin-left: -450px; 
	left: 50%;           
	margin-top: 0px;  
	margin-bottom:30px;
	top: 0px;
	width:890px!important;
	background-image:url(/common/img/page_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
  
}

#page #head{
	position:relative;
	top:0px; 
	left:20px;
	background-color:#000000;
	height:170px;
	width:850px;
	overflow:hidden;
	display:block;
	z-index:0;
}
#page #head h2{
	width:850px;
	display:block;
	text-align:left;
	position:absolute;
	padding:0px;
	margin:0px;
	top:135px;
	left:26px;
	color:#FFFFFF;
	font-size:15px;
	z-index:2;
	letter-spacing: -0.05em;
}
#page #content {
	position:relative;
	left:20px;
	height:auto;
	padding-top:10px;
	width:850px;
	z-index:0;
	color:#000000;
	display:block;
	background-color:#fff;
	overflow:hidden;
	height:auto;
}
#page #content #main {
	width:658px;
	float:left;
	height:232px;
	margin-bottom:15px;
	display:block;
	overflow:hidden;
	height:auto;
}
#main #topLinks{
	position:absolute;
	top:10px;
	right:8px;
	width:160px;
	height:10px;
	display:block;
	color:#0A96AF;
	font-size:10px;
	text-align:center;
}
#main #topLinks a{
	color:#0A96AF;
	text-decoration:none;
}
#main #topLinks a:hover{
	text-decoration:underline;
}
#main #section{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	font-weight:bold;
}
#page  #content #footer{
	width:100%;
	border-top:#f00 0px dotted;
	height:auto; 
	display:block; 
	margin-top:10px;
	text-align:center;
	color:#333333;
	padding-bottom:40px;
	padding-top:10px;
}

#page #pageMsk{  
	position:absolute;
	top:0px;
	left:0px;
	width:900px;
	height:900px;
	background-color:#999999;
	filter: alpha(opacity=80); 
    -moz-opacity: 0.8; 
    opacity: 0.8;
	background-image:url(/common/img/pageMskBg.png);
	display:none;
}


a.redarrow{
	background-image:url(/common/img/redarrow_lnk.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:14px;
}
a.whitearrow{
	background-image:url(/common/img/whitearrow_lnk.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:20px;
}

h1, h2, h3, h4 {
padding:0px;
margin:0px;
}
hr{
	height:1px;
	border:none;
	border-top:#666666 dotted 1px;
}
.rouge .couleur{
color:#0A96AF;
}
a.couleur{
color:#0A96AF;
}

.newsTitre{
margin-top:35px;
font-size:14px;
}

#footer a{
color:#0A96AF;
}

.construc{
	border:1px dotted #666666;
}
