
/* Import de la CSS d'initialisation
----------------------------------------------------------*/

@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/

body { color:#EFE1C6; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; font-size:12px; }

h1 { color:#EFE1C6; font-size: 2em; }
h2 { color:#EFE1C6; font-size: 1.3em; }
h3 { color:#EFE1C6; font-size: 1.17em; }
h4 { color:#EFE1C6; font-size: 1em; }
h5 { color:#EFE1C6; font-size: 0.83em; }
h6 { color:#EFE1C6; font-size: 0.67em; }
h7 { color:#999999; font-size: 1.17em; font-weight:bold; }
p { color:#EFE1C6; font-size: 1em; }
ul, ol { color:#EFE1C6;}
li {  color:#EFE1C6;}
a { color:#EFE1C6; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */
a:visited { } /* si changement de couleur aprs le clic */
input { border-width:thin; padding:3px; color:#000; }
textarea { border-width:thin; padding:3px; color:#EFE1C6; }
em { }
strong { }


/* lments Particuliers
----------------------------------------------------------*/

/* Placement d'images */
.imgLeft{ float:left; margin-right:1em; }
.imgRight{ float:right; margin-left:1em; }

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }
.alignbottom { vertical-align:bottom; }
.aligncenter { margin-left:auto; margin-right:auto; }

/* Des classes d'alignement du texte */
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }
img.center { margin:auto }
/* Des classes de formatage du texte en ligne */
.bold, .gras { font-weight: bold; }
.italic, .italique { font-style: italic; }
.strike, .barre { text-decoration: line-through; }
ul.liens_bas li {display:inline; font-size:10px}
h1.small { font-size: 1.3em}

/* Des classes flotante */
.floatleft { float: left; }
.floatright { float: right; }

/* Les "nettoyeurs" */
.clearb { clear: both; }
.clearer { clear: both; width: 0; height: 0; line-height: 0; }

/* Formulaire de contact */
#frmEnvoi{ width:470px; }
#frmEnvoi input, textarea{ background-color:transparent; border-width:thin; }
#frmEnvoi .field{ text-align:right; margin-top:10px; }

table.location { width: 510px; margin:auto; }

table.location tr, table.location tr td{
	font-size:11px;
	border: 1px #a52a1b solid;

}
table.location thead tr, table.location thead tr td{
	font-size:12px;
	border-bottom: 2px #a52a1b solid;
}
table.produit { width: 520px; margin:auto; border-collapse:collapse; }
table.produit tr, table.produit tr td{
	font-size:11px;
	border: 2px #b64409 solid;
}
table.produit thead tr, table.produit thead tr td{
	font-size:12px;
	border: 2px #b64409 solid;
}

.sous-categories li{
	font-size:15px;
	font-weight:bold;
}

.partners{ width:500px; height:105px; margin:50px auto; border:1px #EFE1C6 dotted; text-align:center ; vertical-align:middle;}
.partners2{ width:500px; height:65px; margin:50px auto; border:1px #EFE1C6 dotted; text-align:center ; vertical-align:middle;}
.partners3{ width:500px; height:45px; margin:50px auto; border:1px #EFE1C6 dotted; text-align:center ;}
.partners4{ width:500px; height:125px; margin:50px auto; border:1px #EFE1C6 dotted; text-align:center ;}
.partners5{ width:500px; height:150px; margin:50px auto; border:1px #EFE1C6 dotted; text-align:center ;}
.partners6{ width:500px; height:125px; margin:50px auto; border:1px #EFE1C6 dotted; text-align:center ;}
.imgl { float:left ; border:none; padding : 5px ; vertical-align:middle;}

.tx-marron{color:#660000;}
.tx-bleu{color:#384663;}

.td1{background:#FFFFFF; border:#990000;}
.td2{ height:30px; text-align:center;}

.txt-location { font-size:12px; font-style:normal; line-height:2.0em; text-align:justify;}

.list{color:#999999; font-size: 1.17em; font-weight:bold; }

.van{color:#384663; font-size:14px; font-weight:bold; padding-top:10px;}



.center{ text-align:center;}

.clearb{clear:both;}

.padL{padding-left:10px;}
.padL50{padding-left:50px;}
