@charset "utf-8";

body{background-color:#f5f5f5; font:0.8em "Trebuchet MS"; color:#4b7146;}
img{border-style:none;}
a.menuChange{color:#eca934;}
td#td_corp{	background-color:#FFF;}


/* POSITIONNEMENT DES ELEMENTS DANS LA PAGE */
div#body
{
	width:914px;
	margin-left:auto;
	margin-right:auto;
}
div#banniere
{
	width:914px;
	height:206px;
}
div#corp
{
	width:914px;
	height:auto;
}
div#contact
{
	float:right;
	width: 230px;
	font-size:14px;
	color:white;
	text-align:center;
	background-color:#4b7146;
}
div#footer
{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	clear:both;
	width:914px;
	font-size:11px;
	text-align:center;
    color:#4b7146;
}

/* ANNONCE */
td#droit
{
	background-image:url(../img/bord_droit.png);
	background-repeat:repeat-y;
	margin:0;
}
td#gauche
{
	background-image:url(../img/bord_gauche.png);
	background-repeat:repeat-y;
	margin:0;
}
td#cHaut
{
	background-image:url(../img/haut_cadre.png);
	margin:0;
}
td#cBas
{
	background-image:url(../img/bas_cadre.png);
	margin:0;
}
td#cGauche
{
	background-image:url(../img/gauche_cadre.png);
	background-repeat:repeat-y;
	margin:0;
}
td#cDroit
{
	background-image:url(../img/droit_cadre.png);
	background-repeat:repeat-y;
	background-position:right;
	margin:0;
}



/*  MENU */
div#menu
{
	width:690px;
	height:25px;
}
div#sous_menu
{
	width:690px;
	height:25px;
}
.menuCouleur{color:#4b7146;}
.menuCouleur:hover{color:#eca934;}
ul#menu_horizontal{
	width : 690px;
	height : 25px;
	list-style-type : none;
	font-size:18px;
}
ul#menu_horizontal li {padding : 0 0.5em;}
li.bouton_gauche {float : left;}
ul#menu_horizontal a{
	text-decoration : none;
	padding : 0 0.5em; 
	font :  0.8em "Trebuchet MS";
	font-size:16px;
}



/*  SOUS MENU */
ul#menu_horizontal2{
	width : 690px;
	height : 15px;
	list-style-type : none;
	font-size:14px;
}
ul#menu_horizontal2 li {padding : 0 0.5em;}
ul#menu_horizontal2 a
{
	text-decoration : none;
	padding : 0 0.5em; 
	font :  0.8em "Trebuchet MS";
	font-size:14px;
}


/* DOUBLES COLONNES */
div.colonneGauche
{
	margin-left:35px;
	float:left;
	width:20px;
}
div.colonneDroite
{
	float:right;
	width:165px;
}
div.cGauche
{
	margin-left:10px;
	float:left;
	width:260px;
}
div.cDroite
{
	margin-right:10px;
	float:right;
	width:260px;
}
div.cG
{
	margin-left:10px;
	float:left;
	width:300px;
}
div.cD
{
	margin-right:10px;
	float:right;
	width:300px;
}
.clearboth {clear:both;}