/* Author : Laforge Jérôme


/* Body */

html, body {
	/* background-color	: #402116;*/
	background-image	: url(images/fond.jpg);
	font				: "Trebuchet MS";
	font-size			: 13px;
	/*margin: 0;*/
	padding: 0;
	border: 0;
	 height: 100%;
   margin: 0 0 1px;
}

/* Header */

#headerConteneur{
	height	: 277px;
	padding	: 0px;
	width 	: 800px;
	margin	: 0 auto; /*Centrer le global*/

}

#header{
	background : url('images/header.jpg') no-repeat;
	height:277px;
	padding-left : 547px; /* Pour le menu */
	padding-top :246px; /* Pour le menu */
}

/* ligne horizontal du haut */
#barreH {

	background : url('images/barreH.jpg');
	background-repeat	: repeat-x;
	height : 11px;
}

/* ligne horizontal du bas */
#barreB {
	background : url('images/barreB.jpg');
	background-repeat	: repeat-x;
	height : 11px;

}

h1 {
	margin: 0; /* Pour enlever l'espace entre le bord du dessus et l'image sous firefox et Opera*/
  }


/* Liens */

a:link{color:#402116;
	   text-decoration:none 
	  }
	  
a:visited{color:#402116;
		  text-decoration:none
		 }
		 
a:hover{color:#402116;
		text-decoration:none;
		background-color:none
	   }

/* Centre*/

#center {

	background-color : #9d0c45;
	height : auto;
	padding	: 0px;
	overflow : auto; /* Pour éviter la superposition du pied de page et du contenu : */
	min-height : 225px;
}



#content {
	font-size	    : 13px;
	margin-left		: auto;/* Pour centrer ce qui sera au milieu */
	margin-right	: auto;/* Pour centrer ce qui sera au milieu */
	text-align 		: center; /* Pour centrer ce qui sera au milieu */
}

#center img{
	
	border-left		: 1px solid #402116; /* couleur du cadre */
	border-right	: 1px solid #402116;
	border-bottom	: 1px solid #402116;
	border-top		: 1px solid #402116;
	margin-top 		: 40px; /* Espace au dessus des images */
	margin-right	: 20px; /* Espace entre les images */
}


#conteneurF {
	margin	: 0 auto; /*Centrer le global*/
	
}

/* Conteneur Pour Centrer */

#footer {
	height : 82px ; 
	width : 800px;
	background : url('images/footer.jpg') no-repeat;
	margin	: 0 auto; /*Centrer le global*/
	
}


/*Formulaire */

#contactCenter
{
	margin	: 0 auto; /*Centrer les contacts*/
	width	: 500px;
}

#gauche
{
	
	float:left;
	width:200px;
}

#droite
{
	float:right;
	width:300px;
}



label {
	color			: white;

	text-align : left;
}

textarea {
 border:1px solid #402116;
 background-color:white;
 }
 
input {
 border:1px solid #402116;
 background-color:white;
 }


table.center {margin-left:auto; margin-right:auto;}


