/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #f5f4d3 url(img/fd_page.jpg) repeat-x;
	color: #996600;
}
pre {
	width: 450px;
}
img {
	border: 0;
}
p {
	text-align: justify;
}
.titre {
	background: url(img/fd_titre_corps.jpg) no-repeat;
	height: 18px;
	width: 100%;
	padding: 0 0 0 10px;
	margin: 20px 0 15px 0;
	font-weight: bold;
	text-transform: uppercase;
}
.soustitre {
	color: #0099cc;
	font-weight: bold;
	text-transform: uppercase;
}
h1 {
	background: url(img/fd_titre.jpg) no-repeat;
	height: 18px;
	width: 100%;
	color: #0099cc;
	font-size: 16px;
	padding: 0 0 0 10px;
	margin: 20px 0 20px 0;
	text-transform: uppercase;
}
td {
	vertical-align: top;
	font-size: 9px;
	border-bottom: 1px solid #996600;
}
#contener {
	margin-left: auto;
	margin-right: auto;
	width: 740px;
}
#entete {
	background: #f2f0af url(img/fd_entete.jpg) center top no-repeat;
	height: 114px;
}
#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0099cc;
	padding: 10px 0 0 435px;
	margin: 0;
	width: 150px;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	margin: 1px 0;
	padding: 0;
	list-style-type: none;
	height: 16px;
}
#menu a {
	padding: 2px;
	margin: 0;
	color: #0099cc;
	display: block;
	text-decoration: none;
	background-color: transparent;
}
#menu a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0099cc;
}
#corps {
	padding: 0 0 30px 0;
	margin: 0;
	background-color: #ffffbb;
}
#contenu {
	width: 450px;
	padding: 20px;
	margin-right: 214px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#contenu { 
	min-height:220px;
	height:expression(this.scrollHeight > 220 ? "auto":"220px"); 
}
#actus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background: transparent url(img/fd_actu.jpg) center top no-repeat;
	padding: 20px;
	width: 186px;
	float: right;
	margin: 50px 0 0 0;
}
#actus dl {
	height: 175px;
	overflow: auto;
}
#actus dt {
	font-weight: bold;
	font-size: 10px;
	padding: 0 0 0 15px;
	background: transparent url(img/puce_actu.jpg) 0% 50% no-repeat;
	margin: 10px 0 0 0;
}
#actus dd {
	margin: 0;
	padding: 0 0 0 15px;
}
#actus a{
	text-decoration: none;
	color: #09c;
	text-transform: uppercase;
}
#actus a:hover{
	background: #09c;
	color: #fff;
}
#footer {
	clear: both;
	margin: 0;
	padding: 0px;
	background: transparent url(img/fd_footer.jpg) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#logo-bas {
	margin: 0 20px;
	float: left;
}
#identite {
	height: 60px;
	padding: 10px 0 10px 100px;
	line-height: 14px;
}
#identite a {
	color: #09c;
	text-decoration: none;
}
#identite a:hover{
	background: #09c;
	color: #fff;
}
#signature {
	padding: 10px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
}

/* --- */
/* outils */
/* --- */

#outils {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000;
	float: right;
	width: 250px;
	padding: 30px 0;
	margin: 0 12px 0 0;
}
#contact {
	float: right;
	padding: 4px 10px 0 0;
}
#register {
	float: right;
	padding: 0 0 0 10px;
}
#outils a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
.login-form-text {
	font-size: 9px;
	height: 9px;
}
.form-submit {
	font-size: 9px;
	background-color: transparent;
	border: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#contact_mail_page input {
	width: 150px;
}
#contact_mail_page .form-checkbox {
	width: auto;
}
#contact_mail_page .form-submit {
	width: auto;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0;
}
#contact_mail_page .form-submit:hover {
	cursor: pointer;
}
#contact_mail_page textarea {
	width: 250px;
}
#contact_mail_page label {
	display: block;
	width: 100%;
}
