*{
 margin: 0;
 padding: 0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#cbb792;
}
ul{
	list-style:none;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff5db;
}

img{
	border:0;
}

table .img{
	border:#fff5db solid 2px;
}

/* -------- GENERAL -------- */
#corps{
	width:980px;
	margin:auto;
	background:url(../images/deco/img_fond01.gif) repeat-y;
}
/* -------- HEADER -------- */
#header{
	width:980px;
	height:260px;
	background:url(../images/deco/img_bandeau.jpg) no-repeat;
	background-position:bottom;
	position:relative;
	}
h1{
	top:20px;
	left:20px;
	width:200px;
	height:240px;
	color:#333;
	text-indent:-9999px;
	background:transparent url(../images/deco/logo.jpg) no-repeat;
	position:absolute;
	z-index:10;
}
#flash{
	width:980;
	height:240px;
	top:20px;
	position:relative;

	}
/* -------- MENU -------- */
#gauche{
	width:240px;
	float:left;
	padding:0 0 0 20px;
	}
ul.liens{
	padding:20px 0 20px 0;
}
ul.liens li{
	display:block;
	width:200px;
	height:45px;
	line-height:45px;
	background:#331701;
	text-align:center;
}
ul.liens li a{
	display:block;
	width:200px;
	height:45px;
	text-decoration:none;
	background:url(../images/deco/link.jpg) no-repeat;
	color:#FFF;
}
ul.liens li a:hover{
	background:#231204;
	text-decoration:none;
	background:url(../images/deco/hover.jpg) no-repeat;
	color:#FFF;
}
ul.liens li .menu_actif{
	background:url(../images/deco/hover.jpg) no-repeat;
	color:#231204;
}
#gauche p{
	width:200px;
	color:#FFF;
	text-align:center;
}
/* -------- CENTRE -------- */
#centre{
	width:434px;
	height:779px;
	padding:20px 50px 0 50px;
	float:left;
}
/* -------- DROITE -------- */
#droite{
	width:155px;
	height:779px;
	background:url(../images/deco/bande_photos.jpg) no-repeat;
	float:right;
}
h2{
	font-size:24px;
	color:#231204;	
}

/* -------- FOOTER -------- */
ul.footer{
	width:980px;
	height:40px;
	background-color:#231204;
	clear:both;
	margin:0 0 20px 0;
	font-size:10px;
	color:#CBB792;
	}
ul.footer li{
	display:inline;
	height:7px;
	line-height:35px;
	text-align:center;
	padding:0 20px 0 20px;
	border-right:solid #cbb792 1px;
}
ul.footer li a{
	width:200px;
	text-decoration:none;
	color:#FFF;
}
ul.footer li a:hover{
	background:#231204;
	text-decoration:none;
	color:#ed9e0c;
}




/* -------- PAGE MENUS -------- */
#content{
	width:470px;
	float:left;
	padding:20px 0 0 34px;
}
.menus h3 {
	margin: 0 20px 15px 20px;
	padding: 0 0 4px 0;
	font-size: 18px;
	color: #231204;
	border-bottom: 1px solid;
	border-color: #231204;
}
.menus h4 {
	color: #cbb7920;
	padding: 0 0 0 20px;
	font-size: 14px;
}
.menus p {
	padding:0 20px 15px 20px;
	line-height: 18px;
}

/* -------- PAGE CARTES -------- */
table.cartes {
	margin: 0 0 0 20px;
}
.prix {
	text-align: right;
	color:#fff5db;
}
.cartes td {
	font-size:14px;
	font-weight:bold;
	color:#cbb7920;
	padding: 0 0 10px 0;
}
td p{
	font-weight:lighter;
}



/* -------- PAGE CONTACT -------- */

.table_contact{
	/****** le style de la table qui contient tout le formulaire ************/
	width:400px;
	margin-top: 0px;
	font-size:12px;
}

.cell_espacement{
/****** le style des lignes qui séparent les lignes avec les champs ************/
	height: 10px;
}

.msg_resultat{	
/****** le style pour l'affichage du resultat de l'envoi ************/
	background-color: #231204;
	color:#FFF;
	width:370px;
}

.txt_erreur_saisie{	
/****** le style pour la cellule d'affichage des erreur de saisie ************/
	font-weight: normal;
	height:30px;
	color:#ed9e0c;
	text-align: center;	
}

.lien_retour{	
/****** le style pour l'affichage du resultat de l'envoi ************/
	padding-top:15px;
	color:#ed9e0c;;
	text-decoration: none;
	text-align:center;
}

.nom_champ {
/********* le style les noms de champ dans les formulaires **********/
	text-align: right;
	width: 40px;
	font-size:12px;
}

.td_champ {
/********* le style des cellules qui contiennent les champs **********/
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 135px;
}

.champ {
/********* le style des champ dans les formulaires **********/
	text-align: left;
	background-color: #fff;
	border:#eee solid 1px;
	width: 100%;
	overflow:auto;
}

.textarea{
	text-align: left;
	background-color: #fff;
	border:#eee solid 1px;
	width: 100%;
	overflow:auto;
	height:100px;
}

.envoyer {
	background-color: #ed9e0c;
	color: #231204;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
	border:#E0E9EF solid 1px;
	margin-right:3px;
	text-align:center;
}

/* -------- PLAN -------- */
#plan{
	padding:20px 0 0 30px;
}

	
	
	
	
	
	
	
	
	
	
