@charset "ISO-8859-1";
/* CSS Document */

html, body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	background: #FFFFFF;
	background-image: url(../images/fond_index.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	color: #5A5A5A;
	font-size: 14px;
}
* {
	margin: 0; 
	padding: 0; 
}
hr {
	margin: 25px 0 5px 0;
	border-top: #5A5A5A dotted 1px;
	border-bottom: none;
	height: 0;
}
em {
	font-style:italic;
	font-size:0.85em;
}
a {
	font-size: 0.9em;
}
a:link, a:visited {
	text-decoration: none;
	color: #0A4D8B;
}
a:hover {
	text-decoration: underline;
	color: #2C7DBC;
}

#page {
	position: relative;
	margin: 0 auto;
	height: 100%;
	text-align: center;
}
#fullContent {
	width: 304px;
	margin: 0 auto;
}
#top {
	height: 62px;
	padding-top: 108px;
	padding-bottom: 8px;
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(../images/entete_index.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #FFFFFF;
	font-size: 0.82em;
}
#content {
	padding: 5px 10px;
	color: #5A5A5A;
}
#content h1 {
	font-size: 2.8em;
	font-weight: normal;
	padding-bottom: 25px;
}
#bloc_email {
	border-bottom: #5A5A5A dotted 1px;
}
#content label {
	display: block;
}
#content input {
	border: #999999 1px solid;
}
#lastelement {
	margin-bottom: 0; 
	padding-bottom: 50px;
}
#footer {
	bottom:0;
	width:100%;
}
#footer p {
	padding: 5px;
	text-align: center;
	font-size: 0.8em;
}
.titre_cache {
	display: none;
}
.tl { float: left; }
.tr { float: right; }
hr.clr {
	visibility: hidden;
	height: 0;
	clear: both;
}
.separateur {
	margin: 15px 0;
	text-align: right;
}

.warn { color: #900; }
