@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(images/commun/fond_page.gif);
	font-size: 12px;
	color: white;
	font-family: Verdana, Geneva, sans-serif;
}
.container {
	position:absolute;
	left: 50%;
	width: 766px;
	margin-left: -383px;
	background-image: url(images/commun/gris6.gif);
}
.header { width: 766px; height:341px }
.cale {
	width: 766px;
	height:4px;
	background-color: black;
}
.corps {
	width: 100%;
}
.pied_de_page {width: 766px; height: 35px; background-image: url(images/commun/pied_page.gif);}
/* modele 3 colonnes - 2 lignes */
.gauche1 {
	width: 277px;
	height:400px;
	float:left;
	background-image: url(images/commun/gris1.gif);
}
.gauche1_haut {
	width:261px;
	height:190px;
	background-image: url(images/commun/gris2.gif);
	position: relative;
	padding: 8px;
}
.gauche1_bas {
	width:261px;
	height:190px;
	background-image: url(images/commun/gris1.gif);
	position: relative;
	padding: 8px;
}
.centre1 {
	width: 254px;
	height:396px;
	float: left;
	padding: 8px;
	background-image: url(images/commun/gris3.gif); 
}
.droite1 {
	width:203px;
    
    float:left;
	padding: 8px;
	 }
/* modele 2 colonnes - 2 lignes */
.gauche2 {
	width: 531px;
	
	padding: 8px;
	float:left;
	background-image: url(images/commun/gris5.gif);
}
.droite2 {
	width:203px;
	height: 100%;
	float:left;
	padding: 8px;
	
}
/* modele 1 colonnes - 1 lignes */
.gauche3 {
	width: 750px;
	padding: 8px;
	background-image: url(images/commun/gris5.gif);
}
.ver20bl
{
	font-family: Verdana, Geneva, sans-serif;
	color: white;
	font-size: 20px;
}
.ver18bl
{
	font-family: Verdana, Geneva, sans-serif;
	color: white;
	font-size: 18px;
}
.ver16bl
{
	font-family: Verdana, Geneva, sans-serif;
	color: white;
	font-size: 16px;
}
.ver12n
{
	font-family: Verdana, Geneva, sans-serif;
	color: black;
	font-size: 12px;
	line-height: 14px;
}
.ver10n
{
	font-family: Verdana, Geneva, sans-serif;
	color: black;
	font-size: 10px;
	line-height: 12px;
}

a{ color:#d57800; text-decoration:underline}
a:hover{ text-decoration:none}

.img_droite{
	float:right;
	padding:5px;
	border: 0px
}
.img_gauche{
	float:left;
	padding:5px;
	border: 0px
}
ul {
	padding:0;
	margin-left: 15px;
}
.clear{
	clear: both;
}
/* formulaire de contact */
.box{ width:235px; height:286px}
.box input{ width:235px; height:20px; border:#d57800 1px solid; background: none; color:#bab9b9}
.box textarea{ width:235px; height:100px; border:#d57800 1px solid; background: none; color:#bab9b9; font-family:arial; font-size:13px}
.box .r{ height:40px}
.box .r1{ height:150px}
.right{ margin-top:18px}