*{
	margin:0;
	padding:0;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
html, body{
	height:100%;
}
body{
	background-repeat:repeat-x;
	background-position: 0px 50px;
}
#top{
	width:100%;
	height:53px;
	background-color:#FFFFFF;
	background-image:url(../images/top.gif);
	background-repeat:repeat-x;
}
#outils{
	padding-bottom:10px;
	padding-top:22px;
}
#outils li{
	display:inline;
	position:absolute;
	font-size:10px;
	!important font-size:7px;
	color:#003366;
	font-family:Arial, Helvetica, sans-serif;
	visibility:hidden
}
h1 {
	font-size: 3px;
	color:#FFF;
	text-indent:-3000px;
	background-image:url(../images/h1.gif);
	background-repeat:no-repeat;
	height:50px;
	margin-bottom:0;
	margin-top:0;
	float:left;
	width:855px;
}
h1 a{
	display:block;
	height:48px;
	width:205px;
	margin-left:22px;
}
#contentheader{
	width:100%;
}
#header{
	width:960px;
	height:146px;
	background-position: 0px 140px;
	background-repeat:no-repeat;
}
#menu{
	float:left;
	background-repeat:repeat-y;
	width:204px;
	height:128px;
	margin-left:12px;
	_margin-left:6px;
	padding-left:11px;
	padding-top:12px;
}
#menu li a{
	text-decoration:none;
	background-position: bottom;
	background-repeat:no-repeat;
	height:29px;
	width:204px;
	display:block;
	outline:none;
	text-indent:-3000px;
}
#menu li a:hover{
	background-position: top;
}
#bandeau{
	float:left;
}
h2{
	background-position: 0px 2px;
	background-repeat:no-repeat;
	color:#FFF;
	width:148px;
	height:19px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	float:left;
	padding-top:121px;
	border-right:1px solid #FFF;
	padding-left:26px;
}
#conteneur{
	position: relative;
	min-height: 100%;
	/* verif IE 7 */
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
html>body #conteneur {
	height: auto;
}
#content{
	width:960px;
	margin-top:0;
	margin-bottom:0;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	min-height:100%;
	padding-bottom: 15px;
}
#menuleft{
	float:left;
	width:215px;
	padding-left:23px;
}
#menuleft ul{
	margin-top:15px;
}
#menuleft li{
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#menuleft li a{
	display:block;
	height:21px;
	width:194px;
	padding-top:6px;
	text-decoration:none;
	padding-left:10px;
}
#cheminfer{
	font-size:10px;
	padding-bottom:9px;
	padding-top:2px;
	color:#94CECE;
}
#cheminfer a{
	text-decoration:none;
	color:#94CECE;
}
#cheminfer a:hover{ color:#00737B; }
#footer{
	background-image:url(../images/footer.gif);
	background-repeat:repeat-x;
	height:15px;
	color:#FFF;
	font-size:10px;
	padding-top:2px;
	text-align:center;
	position:absolute;
	clear:both;
    bottom: 0;
	width:100%;
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
#footer a:hover{
	color:#000;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset { margin: 1em 0px; padding: 1em; border: 1px solid #ccc; } 
fieldset p { margin: 2px 12px 10px 10px; } 
fieldset.login label, fieldset.register label, fieldset.changePassword label { display: block; } 
fieldset label.inline { display: inline; } 
legend { font-size: 1.1em; font-weight: 600; padding: 2px 4px 8px 4px; }
input.textEntry { width: 320px; border: 1px solid #ccc; } 
input.passwordEntry { width: 320px; border: 1px solid #ccc; } 
div.accountInfo { width: 42%; } 
/* MISC  
----------------------------------------------------------*/
.clear { clear: both; } 
.title { display: block; float: left; text-align: left; width: auto; } 
.loginDisplay { font-size: 1.1em; display: block; text-align: right; padding: 10px; color: White; }
.loginDisplay a:link { color: white; } 
.loginDisplay a:visited { color: white; } 
.loginDisplay a:hover { color: white; } 
.failureNotification { font-size: 1.2em; color: Red; }
.bold { font-weight: bold; } 
.submitButton { text-align: right; padding-right: 10px; }
