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

*{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a89f9d;
}
a img{
	border:none;
}
a:link {
	color: #739A09;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #739A09;
}
a:hover {
	text-decoration: underline;
	color: #739A09;
}
a:active {
	text-decoration: none;
	color: #739A09;
}
html{
	/*background:url(images/bg.jpg) repeat-x left top #797468;*/
}
body {
	margin: 0px;
	background:url(../images/bg.jpg) repeat-x left top #797468;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a89f9d;
	width: auto;
}
#body{
	width:1000px;
}
#frame_g{
	float:left;
	width:100px;
}
#frame_d{
	float:right;
	width:100px;
}
#page{
	float:left;
	width:800px;
	max-width:800px;
	height:945px;
}
#contenu_page{
	background:url(../images/bg_page.jpg) repeat-x left top #fefefe;
	height:870px;
}
#haut{
	height:80px;
}
#menu_haut{
	height:76px;
}
#visuel_haut{
	height:221px;
	text-align:center;
}
.bandeau{
	margin-left:24px;
	margin-right:24px;
	text-align:left;
	height:25px;
	background-color:#CCC9C0;
}
.sous_bandeau{
	text-align:left;
	height:25px;
	background-color:#CCC9C0;
	color:#739A09;
	font-size:16px;
	font-style:italic;
	line-height:24px;
	padding-left:5px;
	width:453px;
	margin-left:auto;
	margin-right:auto;
}
#container_contact{
	margin-left:24px;
	margin-right:24px;
	height:auto;
	width:auto;
	background:url(../images/visuel_contact.png) no-repeat right top;
}
#container_contact strong{
	text-align:left;
	color:#4e4e4e;
}
#container_contact p{
	padding-top:10px;
	padding-bottom:10px;
	text-align:justify;
}
#container_form{
	width:55%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:5px;
	padding-left:40px;
	padding-top:10px;
	background-color:#E6E5E3;
}
#bouton_form{
	width:459px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:10px;
	background-color:#E6E5E3;
}
#bouton_form span, #bouton_form span a{
	font-style:italic;
	font-size:11px;
}
#bouton_form span b{
	color:#F00;
	font-size:16px;
}
#container_form label{
	display:block;
	margin-bottom:5px;
}
#container_form label span{
	display:block;
	float:left;
	width:65px;
	line-height:20px;
	font-weight:bold;
}
#container_form label strong{
	color:#a89f9d;
}
#container_form label span b{
	color:#F00;
	font-size:16px;
	/*display:block;
	float:right;*/
	margin-right:3px;
	position:relative;
	top:0px;
}
#container_form label input, #container_form label textarea, #container_form label select{
	color:#4e4e4e;
	border:#8f8c85 1px solid;
	background:url(../images/bg_input.gif) repeat-x #ccc9c0 left top;
	resize: none;
}
#nom, #prenom, #ville, #email{
	width:130px;
}
#adresse, #sujet{
	width:266px;
}
#message{
	width:266px;
}
#cp{
	width:52px;
}
#telephone{
	width:100px;
}
#portable{
	width:101px;
}

#container_visuels_bas{
	margin-left:24px;
	margin-right:24px;
	margin-top:21px;
	margin-bottom:32px;
	height:199px;
}
#menu_bas{
	height:29px;
	padding-top:10px;
	background:url(../images/bg_menu_bas.jpg) repeat-x left top;
	text-align:center;
}
#menu_bas a, #menu_bas a.lien_long {
	margin-left:auto;
	margin-right:auto;
	display:block;
	float:left;
	width:12%;
	font-size:11px;
	font-style:italic;
}
#menu_bas a.lien_long {
	width:16%;
}
#menu_bas a:link {
	color: #8f8c85;
	text-decoration: none;
}
#menu_bas a:visited {
	text-decoration: none;
	color: #8f8c85;
}
#menu_bas a:hover {
	text-decoration: underline;
	color: #dddddd;
}
#menu_bas a:active {
	text-decoration: none;
	color: #8f8c85;
}
#bas{
	height:36px;
	background:url(../images/bas.png) no-repeat left top;
}
