/* layout CSS 
-------------------------------------- */
html {
	text-align : center;
	min-height: 100%;
	line-height:1px;
}
body {
	line-height: 1;
	height: 100%;
	text-align:left;
	margin-top: 10px;
}
#container {
	width:770px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 2px solid #0567D2;
}
.clear {clear:both;}
a img,:link img,:visited img { border:none; }

/* HEADER
-------------------------------------- */

#header {
	height: 150px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#header h1{
	text-indent: -9999px;
}

/* CONTENU
-------------------------------------- */
#contenu{
	font-family: Arial, Helvetica, sans-serif;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
#contenu h2{
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}
#contenu h3{
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 10px;
}
#contenu h4{
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 10px;
	color: #C00;
}
#contenu p{
	font-size: 11px;
	line-height: 13px;
	padding-bottom: 10px;
}
#contenu a{
}
#contenu form{
	margin-top: 10px;
	margin-bottom: 30px;
	background-color: #EEE;
	padding: 10px;
	width: 400px;
}
#contenu .boitetexte{
	border: 1px solid #999;
	width: 220px;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #666;
}
#contenu .bouton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #036;
	border: 1px solid #999;
	padding: 3px;
	margin-top: 5px;
}
#contenu .erreur{
	height: 55px;
	width: 410px;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #FFD9D9;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#contenu .erreur img{
	float: left;
	margin-right: 10px;
}
#contenu .erreur p{
	color: #C00;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
}
#contenu .succes{
	height: 50px;
	width: 420px;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #CEC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#contenu .succes img{
	float: left;
	margin-right: 10px;
}
#contenu .succes p{
	color: #093;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
}


/* FOOTER
-------------------------------------- */
#footer {
	background-color: #0567D2;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #CCC;
	margin-top: 10px;
}
#footer a {
	color: #CCC;
}
#footer a:hover {
	text-decoration: none;
}
#footer a:visited {
	color: #CCC;
}

.uneliste {
}
.uneliste ul {list-style-image: url(images/bullet.gif);margin-bottom: 15px;}
.uneliste li {font-size: 12px;color: #505050;padding-bottom: 8px;}
sup {position: relative;top: -3px;vertical-align: top;font-size: 90%;}
