pre#debug{
	width:500px;
	position:absolute;
	left:5px;
	border:1px solid #CCCCCC;
	background:#eeeeee;
}


body{
	background:#ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

div#top{
	background:url(images/frontend/bg-header.gif) 50% 0 repeat-x;
	height:100px;
}

div#main{
	width:990px;
	margin:0 auto;
}

div#header{
	height:100px;
	background:url(images/frontend/header.jpg) 0 0 no-repeat;
	width:990px;
	margin:0 auto;
}

a img{
	border:none;
}

h1{
	height:100px;
	float:right;
	width:170px;
	overflow:hidden;
	text-indent:-5000px;
	margin:0 130px 0 0;
	
	/* IE 6 */
	_margin:0 70px 0 0;
	_height:80x;
}

h1 a{
	display:block;
	width:100%;
	height:100%;

}

.clear{clear:both}

img.load-btn{
	display:none;
}



/***************************************************************

	MainMenu

***************************************************************/
#mainMenu{
	padding:0;
	margin:0;
	position:absolute;
	top:44px;
	height:55px;
}

#mainMenu li{
	float:left;
	list-style-type:none;
}
#mainMenu li a{
	color:#434343;
	text-decoration:none;
	line-height:55px;
	height:55px;
	display:block;
	padding:0 20px;
	text-align:center;
	
	/* IE6 */
	_display:inherit;
	_padding:20px 20px;
}


#mainMenu li a:hover, #mainMenu li .current{
	color:#3c6cb1;
	background:url(images/frontend/cursor.jpg) 50% bottom no-repeat;
}

#mainMenu li:hover, #mainMenu li .current{
	/*_background:url(images/frontend/cursor.jpg) 50% bottom no-repeat; */
}


/***************************************************************

	Footer

***************************************************************/
#footer{
	clear:both; 
	background: url(images/frontend/bg-footer.png) 0 0 repeat-x;
}

#footer-content{
	width:980px;
	margin:0 auto;
	padding:20px 0;
}

#footer .leftcol{
	width:625px;
	margin:0 0 0 20px;
	float:left;
	
	/* IE6 */
	margin:0;
}
#footer .rightcol{
	width:305px;
	margin:0 0 0 30px;
	float:right;
}


#footer a{
	color:#3c6cb1;
}

#footer h3#nous-contacter{
	background:url(images/frontend/h3-nous-contacter.png) 0 0 no-repeat;
	color:#434343;
	margin:10px 0 20px 5px;
	height:32px;
	line-height:32px;
	font-size:16px;
	font-weight:normal;
	text-indent:45px;
}

#footer h3#sotrem-recrute{
	background:url(images/frontend/h3-recrute.png) 0 0 no-repeat;
	color:#434343;
	margin:10px 0 20px 5px;
	height:32px;
	line-height:32px;
	font-size:16px;
	font-weight:normal;
	text-indent:45px;
	
	/* IE6 */
	_width:275px;
}

#footer p#sotrem-recrute-txt{
	color:#707070;
	line-height:18px;
}


#footer dl{
	width:180px;
	margin:0 20px 0 0;
	float:left;
	text-align:justify;
}

#footer dt{
	color:#434343;
	font-weight:bold;
	font-size:14px;
	margin:0 0 10px 0;
}
#footer dd{
	margin:0;
}

#footer dd strong{
	color:#434343;
	font-weight:normal;
	margin:0 0 5px 0;
}
#footer dd {
	color:#707070;
	font-weight:normal;
}


#footer p#copy{
	clear:both;
	padding-top:20px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#434343;
}

#footer #copy span{
	color:#3e6dad;
}
#footer p#valid{
	text-align:center;
	margin-top:30px;
	line-height:16px;
	height:16px;
	color:#828282;
}
