body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: justify;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url(images/fond.gif);
}
a:link {
	color: #00FFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
}
#tableauprincipal {
	width: 972px;
	margin: auto;
	float: none;
}
#tableauprincipal #corps {
	background-image: url(images/corps.jpg);
}
.titreorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #DF924A;
}
#tableauprincipal #contenu {
	width: 1000px;
	margin: auto;
	float: none;
	background-color: #5E1D10;
}
#tableauprincipal #footer {
	/*background-image: url(images/footer.jpg);*/
	height: 72px;
	vertical-align:middle;
	background-color: #5E1D10;
}
#tableauprincipal #footer #tableaufooter {
	height: 72px;
	width: 1000px;
	margin: auto;
	margin-top: -5px;
}
.formulaire{
	margin: 0 0 0 0;
	padding: 1px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color:#5e1b10;
	border:1px solid #ffffff;
}

.titres_formulaire{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color:#ffffff;
}

.bouton{
	margin: 0 0 0 0;
	padding: 3px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color:#a83c1b;
	border:1px solid #ffffff;
	cursor:pointer;
	margin-right:auto;
	margin-left:auto;
}

/* STYLES FORMULAIRE CONTACT */

	.formulaire_titre{
	padding-top:20px;
	font-weight:bold;
	
}

.formulaire_commentaire{
	padding-bottom:15px;
	}
	
	
  .formulaire_champ_titre {
    display:block;
    width:100px;
    float:left;
	font-weight:bold;
	height:35px;
}
  .formulaire_champ_titre_ville {
    width:60px;
}
  
  .formulaire_champ {
    display:block;
    float:left;
	border:1px solid #ffffff;
	background-color:transparent;
	color:#ffffff;
	height:18px;
	width:260px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
  }
  
  .formulaire_champ_adresse {
  }
  
  .formulaire_champ_cp {
  width:50px;
  }
  
  .formulaire_champ_ville {
  width:150px;
  }
  
  .formulaire_champ_message {
	height:80px;
	width: 260px;
	
  }
  
  .checkbox_condition {
    width:100%
  }
  
  .formulaire_block {
  float:left;
    
  }
  .formulaire_separation {
   float:left;
   width: 15px;
   height:20px;
   border: 1px solid transparent;
    
  }
  
  .formulaire_champ_titre_option{
  float:none;
  width:100%;
  display:none;
  }
  
  .bouton{
  margin-top: 15px;
  background-color: #a83c1b;
  color:#ffffff;
  border: 1px solid #ffffff;
  font-weight:bold;
  }
  
  .formulaire_boutons{
  margin-top: 15px;
  background-color: transparent;
  }
  
   .formulaire_bouton_gauche{
   text-align:left;
   width: 50%;
   padding-left: 150px;
  }
  
  .formulaire_bouton_droite{
    text-align:left;
	width: 50%;
	padding-left: 50px;
 }

