@charset "utf-8";
/* CSS Document */
body {
	background:  #e4e9f3 ;
}
DIV#head {
	margin:auto;
	height:124px;
	width:80%;
	background:url(header.png);
}
DIV#logo {
	margin:auto;
	float:left;
	width:60%;
	height:123px;
	background:url(head.png);
	background-repeat:no-repeat;
}
/**** Le Menu ***/
/* ---------------------- Blueslate nav ---------------------- */
.blue #slatenav{position:relative; width:80%; margin:auto;display:block;height:42px;font-size:11px;font-weight:bold;background:transparent url(images/blueslate_background.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;text-transform:uppercase;}
.blue #slatenav ul{margin:0px;padding:0;list-style-type:none;width:auto;}
.blue #slatenav ul li{display:block;float:left;margin:0 1px 0 0;}
.blue #slatenav ul li a{display:block;float:left;color:#D5F1FF;text-decoration:none;padding:14px 22px 0 22px;height:28px;}
.blue #slatenav ul li a:hover,.blue #slatenav ul li a.active{color:#fff;background:transparent url(images/blueslate_backgroundOVER.gif) no-repeat top center;}
/* ---------------------- END Blueslate nav ---------------------- */
/******** La page **/
DIV#page {
	width:80%;
	margin:auto;
	
	background: #e4e9f3 url(bg_degrade.gif);
	background-repeat:repeat-x;
	min-height:600px;
	height:auto !important;
}
#center {
	margin:auto;
	width:70%;
	height:auto;
}
a {
	text-decoration:none;
}
label{
	margin-top:4px;
	margin-right: 8px;
	display: block;
	float: left;
	font-size:14px;
	color:#069;
}
DIV#form {
	float:left;
	width:270px;
	margin-left:20px;
}
h1 {
	font-size:14px;
	color: #333;
}
h2 {
	font-size:16px;
	color:#333;
}
fieldset
{
	width:800px;
	margin:auto;
	
}
#legend {
	
	color:#900;
	font-size:15px;
	text-transform:uppercase;
}
.gris {
	font-size:12px;
	color: #666;
}
.gris a{
	font-size:12px;
	color: #666;
}
#foot {
	margin:auto;
	text-align:center;
	color:#666;
	font-size:12px;
}