@charset "utf-8";
html {
	background:url(img/html_back.gif) #ecf2f6 repeat-x top;
}
body{
	width:858px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
img{
	border:none;
}
a{
	color:#004454;
	text-decoration:none;
}
a:hover{
	color:#95b4b5;
}
h2, h3, h4{
	margin-bottom:10px;
	color:#004454;
}
.clear{
	clear:both;
}
.center{
	text-align:center !important;
}
/*******************************************************************************
 * Header
 */
#header{
	height:77px;
	padding-top:12px;
	color:#004454;
}
/**********************
 * Header Lang
 */
#header #lang{
	padding:0;
	margin:0;
	float:right;
	list-style:none;
	font-size:11px;
}
#header #lang li{
	float:left;
	padding:1px 5px;
	margin-right:4px;
}
#header #lang li.on{
	border:1px solid #95b4b5;
	padding:0 4px;
}
/**********************
 * Header Logo
 */
#header h1{
	margin:0;
	padding-top:26px;
	float:left;
}
/**********************
 * Header Menu
 */
#header #menu{
	width:720px;
	padding:18px 0 0 19px;
	margin:0;
	list-style:none;
	float:left;
}
#header #menu li{
	float:left;
	width:119px;
	height:34px;
	margin-right:1px;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	line-height:20px;
}
#header #menu li a{
	display:block;
	width:119px;
	height:34px;
	color:#004454;
	background:url(img/bt_back_off.gif) repeat-x top;
}
#header #menu li.on{
	background:url(img/bt_back_on.gif) repeat-x top;
	color:#FFFFFF;
}
#header #menu li a:hover{
	background-image:url(img/bt_back_over.gif);
	color:#FFFFFF;
}
/*******************************************************************************
 * Page
 */
#page{
	padding:20px 0 20px 20px;
	background:#FFFFFF url(img/page_back.gif) no-repeat top right;
}
#page h2{
	font-size:20px;
	position:relative;
}
#page h3{
	font-size:12px;
	padding-top:10px;
}
#page h4{
	padding-top:10px;
	font-size:11px;
	color:#000000;
}
/**********************
 * Page Bloc
 */
#page p{
	padding:0;
	margin:0 0 8px 0;
	text-align:justify;
}
#page .bloc_big, #page .bloc_medium, #page .bloc_small{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
#page .bloc_big{
	width:816px;
}
#page .bloc_medium{
	width:536px;
}
#page .bloc_small{
	width:259px;
}
#page .left{
	clear:left;
}
#page .right{
	float:right;
	margin-right:22px;
}
* html #page .right{
	margin-right:11px;
}
/*******************************************************************************
 * Footer
 */
#footer{
	display:none;
	height:17px;
	padding:0;
	margin:0;
	list-style:none;
	background:url(img/footer_back.gif) repeat-x bottom #FFFFFF;
	text-align:center;
}
#footer li{
	display:inline;
}
/*******************************************************************************
 * Truc spéciaux
 */
#page .fiche_contact{
	height:83px;
	width:239px;
	background:no-repeat left top;
	padding:24px 0 0 20px;
}
#page .site_perso{
	color:#666666;
}
#page .site_perso a{
	color:#666666;
}
#page .site_perso a:hover{
	color:#666666;
	text-decoration:underline;
}