@charset "UTF-8";
/* CSS Document */

/* GENERAL */
body {font-family:Arial, Helvetica, sans-serif; font-size:14px; text-align:justify; color:#373131; padding-bottom:20px; background-image:url(images/fond.png); background-repeat:repeat-x; background-color:#373131;}
* {
	margin:0;
	padding:0;
	}
	
object {
	display:block;
	border:0;
	}
	
img, embed {
	display:block;
	margin:0 auto;
	border:0;
	}
	
#global {
	position:relative;
	margin:0 auto;
	width:900px;
	background-color:#99958a;
	height:735px;
	}
	
/* BLOC GAUCHE */
#blocGauche {float:left; display:block; width:200px; background-color:#99958a;}
#blocGauche h2 { font-size:10px; font-weight:normal; padding:0px 5px 0px 10px;}
#blocGauche p { font-size:10px; font-weight:normal; padding:0px 5px 0px 10px;}

/* BLOC MENU */
.blocMenu {float:left; width:200px;}
.blocMenu ul {list-style-type:none;}
.blocMenu li{ display:inline; padding-bottom:10px;}
.blocMenu a {text-decoration:none ; background-image:url(images/onglet.jpg); background-position:left bottom; width:200px; height:50px; display:block; line-height:300%; text-indent:15px; font-size:14px; color:#373131;}
.blocMenu a:hover {color:#FFFFF5; background-position:left top;}

a.actif {background-image:url(images/ongletActif.jpg); color:#373131;}
a.actif:hover {color:#373131;}

/* BLOC DROIT */
#blocDroit {float:left;width:700px;padding:5px 0px 100px 0px;}

/* BLOC CONTENU */
#contenu {background-color:#fffff5; padding:0px 10px; width:675px; left:0px; top:0px;}
#contenu h1 { font-size:14px;  padding:0px 10px;}
#contenu p { font-size:12px; padding:0px 10px;}
#contenu ul {padding:0px 10px; list-style:none;}
#contenu li {font-size:12px;  background:url(images/puce.gif) 0px 5px no-repeat; padding-left:10px;}

/* COINS ARRONDIS*/
/*#hautGauche, #hautDroit, #basGauche, #basDroit { height:10px; width:10px; background-repeat:no-repeat; font-size:1;}
#hautGauche { background-image:url(images/coinHautGauche.jpg); float:left;}
#hautDroit { background-image:url(images/coinHautDroit.jpg); float:right;}
#basGauche { background-image:url(images/coinBasGauche.jpg); float:left;}
#basDroit { background-image:url(images/coinBasDroit.jpg); float:right;}*/
#chapoHaut { display:block; width:695px; height:1Opx; background: url(images/chapoHaut.gif) no-repeat left bottom transparent; }
#chapoBas { display:block; width:695px; height:1Opx; background-image:url(images/chapoBas.gif); background-repeat:no-repeat; background-position:top;}

/* PIED DE PAGE */
#piedPage { display:block; width:900px; height:30px;margin:0 auto; background-image:url(images/encartBas.jpg); background-repeat:no-repeat;}
#piedPage h1 { font-size:14px; text-align:center; line-height:30px;}

/* LIENS REF */
#liensRef { padding:0px 10px; text-align:center;margin:0 auto;width:900px;}
#liensRef a { font-size:9px; color:#666666; text-decoration:none;}
