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

body {

	background-image:url(../images/fond.jpg) ;
	background-repeat:repeat-x;
	background-color:#908a74;
	margin:0;
	padding:0;
}

/*************************/
/* ELEMENTS DE CLASSE    */
/*************************/

h1 {
	margin-top:-3px;
	margin-bottom:0px;
	color:#87a51b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
}

p.titreMenu {
	margin-top:-3px;
	margin-bottom:0px;
	color:#87a51b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

a { 
	border:none;   
	color:#503518;
	text-decoration:underline;
}  
	
a:visited {     
 	color:#503518;     
	text-decoration:underline;  
}

p {
	font-family:Arial, Helvetica, sans-serif;
	color:#330000;
	font-size:11px;
}

/*************************/
/* CONTAINERS PRINCIPAUX */
/*************************/

/*---------------- contient tout le site */
#conteneur {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:926px;
}

/*---------------- contient le bandeau flash */
#header {
	background-image:url(../images/header.png) ;
	width:100%;
	height:243px;
}

/*---------------- contient le menu */
#menu {
	background-color:#cdd099;
	margin-left:4px;
	width:916px;
	height:23px;
}

/*---------------- contient la fin du menu */
#menuFin {
	background-image:url(../images/menuFin.png) ;
	width:100%;
	height:9px;
}

/*---------------- contient le fond du corps */
#corps {
	margin-top:0px;
	background-repeat:repeat-y;
	background-image:url(../images/corps.png) ;
	height:524px;
	width:960px;
}

#drapeaux {
	position:absolute;
	top:300px;
	margin-left:20px;
	height:57px;
}

/*---------------- contient les colonnes de la page d'index */

/*---------- Colonne 1 */
#colonne_1 {
	position:absolute;
	top:350px;
	margin-left:20px;
	width:330px;
	height:440px;
	font-family:Arial, Helvetica, sans-serif;
	color:#503518;
	font-size:11px;
	text-align:justify;
}

/*---------- Colonne 2 */
#colonne_2 {
	position:absolute;
	top:300px;
	margin-left:360px;
	width:360px;
	height:440px;
	font-family:Arial, Helvetica, sans-serif;
	color:#503518;
	font-size:11px;
}

.rubrique {
	margin-left:23px;
	margin-top:55px;
	width:330px;
	height:91px;
}

.vignette {
	float:left;
	width:92px;
	height:91px;
}

.vignetteTexte {
	margin-left:15px;
	float:left;
	width:220px;
}

/*---------- Colonne 3 */
#colonne_3 {
	position:absolute;
	top:300px;
	margin-left:725px;
	width:240px;
	height:440px;
	font-family:Arial, Helvetica, sans-serif;
	color:#503518;
	font-size:11px;
}

#logo {
	margin-top:10px;
	margin-left:17px;
	height:80px;
}

#rdv {
	background-image:url(../images/rdv.png) ;
	height:385px;
	width:214px;
}
	
#rdvTexte {
	margin-left:40px;
	padding-top:60px;
}

/*---------------- contient les infos pratiques */

#infos {
	background-image:url(../images/corps.png) ;
	margin-top:-13px;
	color:#503518;
	text-align:center;
	font:Arial;
	font-size:12px;
	height:30px;
}

/*---------------- contient le bas du site */

#footer {
	background-image:url(../images/footer.png) ;
	width:926px;
	height:10px;
}

#base {
	background-image:url(../images/base.jpg);
	margin-top:400px;
	z-index:0;
	margin-left:4px;
	width:917px;
	height:100px;
	background-repeat:no-repeat;
	overflow:hidden;
}

/*************************/
/*           EOF         */
/*************************/
