/* © 2006 Bexter Ben CSS */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #100A0A;
	margin: 0px;
	padding: 0px;
	background: #A16E5B url(images/bg-site.jpg) repeat-x;
}
p{
	margin: 1em 0;
}
img{
	border: none;
}
a{
	color: #3B2319;
}
#site {
	width: 768px;
	position: absolute;
	margin-left: -384px;
	left: 50%;
	background: #fff url(images/site-fond.jpg) repeat-y;
}
#header{
	width: 768px;
	height: 215px;
	background: transparent url(images/header.jpg) no-repeat;
	display: block;
}
#header a{
	display: block;
	position: absolute;
	width: 300px;
	height: 50px;
	top: 115px;
	left: 190px;
}
#header strong{
	display: none;
}

/*----------------------------------------------------------------------*/
/* debut - gestion du menu général */
/*----------------------------------------------------------------------*/
#menu{
	width: 707px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	background: #100A0A url(images/menu.jpg) no-repeat;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
#menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#menu ul li{
/*	float: left;*/
	margin: 0px;
	padding: 0px;
	border: none;
	display: inline;
}
#menu ul li a{
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#menu ul li a:hover{
	color: #B99682;
}
/*----------------------------------------------------------------------*/
/* fin - gestion du menu général */
/*----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
/* debut - gestion contenu */
/*----------------------------------------------------------------------*/
#contenu {
	width: 707px;
	margin: 0px;
	padding: 0px 31px 0px 30px;
	background: transparent url(images/contenu-fond.jpg) no-repeat 0px 0px;
}
#contenu p {
}
#contenu a {
}
#contenu a:hover {
}
#texte{
	padding: 0px 10px;
}
#texte h1{
	font: normal 20px/18px Arial, Helvetica, sans-serif;
	margin: 0 0 2px;
	text-align: left;
	text-transform: uppercase;
	color: #3D251B;
}
.avifr{
	padding: 20px 0px 5px 0px;
}
.content{
	width: 685px;
	padding: 0px;
	margin: 0px;
}
.content h2 {
	padding: 0px;
	margin: 0px;
}
.content p{
}
#t1{
	float: left;
	width: 510px;
	padding: 0px;
	margin: 0px;
}
.imagetexte{
	text-align: center;
	padding: 10px 0px;
}
#t2{
	float: right;
	width: 170px;
	padding: 0px;
	margin: 0px;
}
#attach{
	clear: both;
}
.wash{
	clear: both;
	height: 5px;
	font-size: 5px;
}
/*-- debut titre page ------------------------------------------------*/
#titre-accueil{
	background: transparent url(images/titre-accueil.jpg) no-repeat;
	display: block;
	width: 768px;
	height: 50px;
}
#titre-accueil h1{
	padding: 0px;
	margin: 0px;
	display: none;
}
/*-- fibn titre page ------------------------------------------------*/
/*-- debut titre h2 ------------------------------------------------*/
.vide{
	background: transparent url(images/vide.jpg) no-repeat;
	display: block;
	width: 537px;
	height: 33px;
}
.vide strong{
	display: none;
}
/*-- fibn titre h2 ------------------------------------------------*/

/*----------------------------------------------------------------------*/
/* fin - gestion contenu */
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/* debut - formulaire */
/*----------------------------------------------------------------------*/

fieldset {
	width: 425px;
	padding: 2em 1.5em 1em 1.5em;
	border: 1px solid #4b4b4b;
	position: relative;
}
fieldset div {
	width: 100%;
	margin-bottom: 0.5em;
	position: relative;
}
legend {
	font-weight: bold;
	text-transform: uppercase;
/*	font-size: 0.9em;*/
}
#msg {
	display: block;
	margin-bottom: 0.5em;
}
.icontain {
	position: absolute;
	right: 0;
	width: 55%;
	background: white url(../img/corner_tr_form.gif) top right no-repeat;
}
input {
	position: relative;
/*	left: 10px;*/
	width: 100%;
}
.tcontain {
	width: 100%;
	display: block;
}
.tcontain span {
	display: block;
}
input, textarea {
/*	font: 1em Arial, Helvetica, sans-serif;*/
	width: 100%;
/*	padding: 0;*/
}
#submit {
	text-align: center;
/*	background: #304968;
	padding: 1em 0;*/
	margin-top: 0.5em;
}
#submit input {
	position: static;
	width: 40%;
}
#joindre{
	display: block;
}
.infojoint{
	font-style: italic;
	font-size: 9px;
	color: Gray;
}
.champ{
	margin: 15px 0px;
	border-bottom: 1px solid #e5e5e5;
}
/*----------------------------------------------------------------------*/
/* fin - formulaire */
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/* debut - gestion footer */
/*----------------------------------------------------------------------*/
#footer {
	clear:both;
	font-size: 9px;
	text-align: center;
/*	letter-spacing: -1px;*/
	width: 707px;
	padding: 0px 31px 0px 30px;
	background: transparent url(images/footer.jpg) no-repeat bottom;
	color: #3E2726;
}
#footer a{
	color: #3E2726;
	text-decoration: none;
}
#footer a:hover{
}
#footer em {
	padding: 0px 60px;
}
#contact{
	background: transparent url(images/trait-footer.jpg) no-repeat center top;
	padding-top: 6px;
}
/*----------------------------------------------------------------------*/
/* fin - gestion footer */
/*----------------------------------------------------------------------*/
