/***************************************************************
* Présentation générale
***************************************************************/
body { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color:#31332C;
	background-color: #30322C;
	margin: 0em;
	padding: 0em;
}

a, a:visited { text-decoration: underline; color: red; }
a:hover { text-decoration: none; color: red; }
a img {border:0 none;}
span.red {
  color: red;
}
/* Contenu de la page */
div.container {
	_position: absolute;
	position: relative;
	_left: 50%;
	width: 991px;
	margin-right: auto;
	margin-left: auto;
	_margin-right:;
	_margin-left: -495px;
}
#image_rotate {
	width:232px;
	text-align:center;
}
/* Gestion du Header */
div.header {
	background-image: url('../img/header.jpg');
	background-repeat: no-repeat;
	height: 119px;
}

/* Gestion du contenu */
div.content {
  background-image: url('../img/fond.gif');
	background-repeat: repeat-y;
}
div.gauche {
  position: relative;
  width: 611px;
  float: left;
  margin: 15px 0px 0px 25px;
}
div.contenu-gauche {
  border-left  : 1px #30322c solid;
  border-right : 1px #30322c solid;
  border-bottom: 1px #30322c solid;
  border-top   : 8px #30322c solid;
  background: white;
}
div.contenu-gauche-noborder {
  border-left  : 1px #30322c solid;
  border-right : 1px #30322c solid;
  border-bottom: 1px #30322c solid;
  background: white;
}
div.droite {
  position: absolute;
  //position: relative;
  width: 302px;
  float: right;
  margin-left: 665px;
  //margin-left: 0px;
  //margin-right: 20px;
  margin-top: 15px;
}
div.onglet-droite, div.onglet-droite-noborder {
  border-left  : 1px #30322c solid;
  border-right : 1px #30322c solid;
  border-bottom: 1px #30322c solid;
  padding: 10px;
  background: white;
}
div.onglet-droite img {
  text-align: center;
}
div.footer {
  clear: both;
  height: 25px;
}

/**********************/
/* Styles des onglets */
/**********************/

/* Actualités */
div.onglet-actualite{
  padding: 5px;
  background-color: #F29517;
}

span.titre-actualite {
  color: white;
  font-size: 18px;
}

/* Onglets simples */
div.onglet-simple {
  border  : 1px #84827c solid;
  padding-bottom:14px;
  /*padding-bottom:39px;*/
  background: white;
}
div.onglet-droite{
  padding: 5px;
  border-top   : 8px #30322C solid;
}
div.onglet-droite-noborder{
  padding: 5px;
}
/* Styles titres */
span.titre-orange {
  color: #F29418;
  font-size: 14px;
  font-weight: bold;
}
span.texte-orange {
  color: #F29418;
  font-weight:bold;
}

div.texte-bord {
  padding:10px;
  width: 200px;
}

/* 4 colonnes */
div.col4 {
	position: relative;
	float: left;
	width: 222px;
	height: 435px;
	//height: 420px;
	margin-left: 20px;
	margin-bottom: 50px;
}
div.col4-bloc {
	height: 435px;
	//height: 420px;
	width: 220px;
	border-left  : 1px #30322c solid;
	border-right : 1px #30322c solid;
	border-bottom: 1px #30322c solid;
	border-top   : 8px #30322c solid;
	background: white;
	text-align: justify;
}
div.col42 {
	position: relative;
	float: left;
	width: 222px;
	height: 450px;
	margin-left: 20px;
	margin-bottom: 50px;
}
div.col42-bloc {
	height: 450px;
	width: 220px;
	border-left  : 1px #30322c solid;
	border-right : 1px #30322c solid;
	border-bottom: 1px #30322c solid;
	border-top   : 8px #30322c solid;
	background: white;
	text-align: justify;

}

/* 2 colonnes */

div.gauche-col, div.droite-col {
	float: left;
	width: 462px;
	margin-left: 22px;
}
div.gauche-col2, div.droite-col2 {
	width: 460px;
	border-left  : 1px #F29517 solid;
	border-right : 1px #F29517 solid;
	border-bottom: 1px #F29517 solid;
	border-top   : 8px #F29517 solid;
	background: white;
}

div.gauche-coldf, div.droite-coldf {
	float: left;
	width: 462px;
	margin-left: 22px;
}
div.gauche-coldf2, div.droite-coldf2 {
	width: 460px;
	height: 235px;
	border-left  : 1px #A1C6E1 solid;
	border-right : 1px #A1C6E1 solid;
	border-bottom: 1px #A1C6E1 solid;
	border-top   : 8px #A1C6E1 solid;
	background: white;
}

div.gauche-coldfr, div.droite-coldfr {
	float: left;
	width: 462px;
	margin-left: 22px;
}
div.gauche-coldfr2, div.droite-coldfr2 {
	width: 460px;
	border-left  : 1px #AECEBF solid;
	border-right : 1px #AECEBF solid;
	border-bottom: 1px #AECEBF solid;
	border-top   : 8px #AECEBF solid;
	background: white;
}

div.gauche-coldfc, div.droite-coldfc {
	float: left;
	width: 462px;
	margin-left: 22px;
}
div.gauche-coldfc2, div.droite-coldfc2 {
	width: 460px;
	height: 200px;
	border-left  : 1px #E2D58D solid;
	border-right : 1px #E2D58D solid;
	border-bottom: 1px #E2D58D solid;
	border-top   : 8px #E2D58D solid;
	background: white;
}

.actualite {
	padding: 5px;
	min-height: 260px;
	height: auto !important;
	height: 260px;
	}

/** Formulaire de contact **/
#formContact table {
	}
	#formContact table th {
		width: 60px;
		text-align: right;
		vertical-align: top;
		}
	#formContact table td {
		width: 200px;
		}
	#formContact table td.fullwidth {
		width: auto;
		}
		#formContact table td input {
			width: 196px;
			}
		#formContact table td.fullwidth input,
		#formContact table td.fullwidth textarea {
			width: 466px;
			}
			#formContact table input.radio {
				width: auto;
				}
#formContact input.button {
	background: #f29517;
	border: none;
	color: #30322c;
}
	
/* Tableau produits */
.Produits_droite {
	float:right;
	width: 302px;
	margin-right:25px;
}
.tblProduits {
	border-collapse:collapse;
}
.tblProduits thead th {
	background-color:#a1c5e1;
	border-right:1px solid #FFF;
}
.tblProduits thead th:last-child {
	border-right:1px solid #a1c5e1;
}
.tblProduits tbody tr {
	background-color:#FFF;
}
.tblProduits tbody td {
	border:1px solid #a1c5e1;
	text-align:center;
	padding:2px 7px;
}
.tblProduits tbody td:first-child {
	text-align:left;
}
.tblProduits tr.tblProduits_blue {
	background-color:#c8dced;
}
.tblProduits tr.tblProduits_blue td {
	border:1px solid #c8dced;
}
.dlpdf {
	float:right;
	margin-right:45px;;
}
