@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#695044;
	background:#f2f0eb;
}

p{
	margin:10px 5px;
}

a img{
	border:none;
}

a:link, a:visited{
	color:#dc6711;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.blanc:link, .blanc:visited{
	color:#FFFFFF;
}

.img_d {
	float: right;
	margin-bottom: 3px;
	margin-left: 20px;
}

.img_g {
	float: left;
	margin-right: 10px;
	margin-left:10px;
}

#header{
	height:217px;
	background:url(gfx/bg_header.gif) no-repeat;
	vertical-align:top;
}

#top{
	padding-left:513px; 
	padding-top:6px; 
	height:55px; 
	vertical-align:top;
}

.plan{
	color:#6f6f6f;
	font-variant:small-caps;
	text-decoration:none;
}

#menu, #menu ul {
	font-size:12px;
	list-style-type: none;
	margin:0;
	margin-left:280px;
	padding:0;
	height:25px;
	color: #756868;
	background:url(gfx/bg_menu.jpg) no-repeat bottom left;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin: 1px 0;
	padding: 0px 20px;
	height: 27px;
	text-align: center;
	text-decoration: none;
	color: #756868;
}

#menu a:hover {
	text-decoration:none;
	border-bottom: solid 5px #f5c956;
	color:#ff6e14;
	height: 22px;
}

#left{
	background:url(gfx/bg_gauche.jpg) no-repeat #fdfcfb;
	width:248px;
	color:#8b8484;
	vertical-align:top;
}

#contenu{
	background:url(gfx/bg_droit.gif) right top no-repeat #fdfcfb;
	vertical-align:top;
}

#footer{
	background:url(gfx/footer.gif) no-repeat left bottom #fdfcfb;
	padding-left:260px;
	height:280px;
	vertical-align:top;
}

.georgia{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.titre{
	background:url(gfx/bg_titre.gif) no-repeat;
	color:#906957;
	padding-left:60px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}

.stitre{
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.gris{
	color:#474f5b;
}

.orange{
	color:#da6014;
}

h2{
	font-size:14px;
	color:#da6014;
	font-weight:normal;
}

.bordure{
	border-left: dotted 1px #695044;
	padding-left:30px;
	width:400px;
	float:right;
}

.bordjaune{
	border-left:solid 3px #f7bc3f;
	padding-left:20px;
	color:#f7bc3f;
	font-size:14px;
}

.formulaire {
	border:solid 1px #cd4f20;
	font-size: 11px; 
	width: 100%; 
	color:#695044;
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #fdfcfb;
}
 .jaune2 {
	font-size:16px;
	color:#f4c856;
}

.formulaire:hover {
	border:solid 1px #cd4f20;
	font-size: 11px; 
	width: 100%; 
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #e4d7c9;
}

.formulaire_bouton 
{
	border:medium none;
	font-weigh: bold; 
	font-size: 11px; 
	width: 49%; 
	color: #fff; 
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #cd4f20;
}

