/* CSS Document skin printemps */

/* -------- pour TUTOR -------------------- */
/* .titre { }  - pour ... class="titre" ... */
/* #titre { }  - pour ... id= "titre" ..... */
/*                                          */
/*          top, right, bottom, left        */
/*	margin: 0px 0px 0px 8px;                */
/*------------------------------------------*/

/* ************************************************ */
/*       VERSION POUR NAVIGATEURS                   */
/*                                                  */
/* **************************************************/


/* ******************************************** */
/* ** COULEURS DE BASE :                     ** */
/* **                                        ** */
/* **                                        ** */
/* **  #119C62 -> body.color,                ** */ /* couleur n°1 */
/* **             couleur du .SWF            ** */
/* **                                        ** */
/* **  #14BE76 -> couleur foncée des .PNG    ** */
/* **                                        ** */
/* **  #BAD7D2    couleur claire des .PNG    ** */
/* **                                        ** */
/* **  #FCE8CC -> body.background-color      ** */ /* couleur n°2 : idem color image fond - si fond blanc => clignote au load */
/* **                                        ** */
/* **  #2E7C5F -> b(gras)                    ** */ /* couleur n°3 */
/* **             corps.border-color         ** */
/* **             h1 à h4                    ** */
/* **                                        ** */
/* **                                        ** */
/* ******************************************** */



body {
	color: #07528F;                         /* couleur n°1 */
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
}
a {
 color:#07528F;
 text-decoration:underline;
  
}
a:hover {
 color: #AE1781;
 
 font-weight:bold;
}
h1, h2, h3, h4, h5 {
	line-height:normal
}
h1 { font-size:28px;color:#060;}
h2 { font-size:24px;color:#060;}
h3 { font-size:20px;color:#060;}
h4 { font-size:18px;color:#060;}
h5 { font-size:16px;color:#060;}


#slogan {
	font-weight:bold;
	color:#FFF;
	font-size:12px;
	background-color:#006699;
}

#mentions { /* légales */
	font-size:10px;
}

#mentions a { /* légales */
	text-decoration:none;
}

#a_gauche {
	display:block;
	position: absolute;
	/*      top, right, bottom, left */
	margin : 0px  0px     0px    8px;
	padding: 5px  5px     5px    5px;
	top: 340px;/* offset par rapport au haut du document complet */
	left: 0;
}

#centre {
	overflow:hidden;
	min-width:800px; /* OK FF, OP */
}
#corps {
	line-height:1.5em;
	/*    top, right, bottom, left */
	margin: 0px 8px 5px 158px; /* 20px de plus pour right que la largeur d'une box (voir plus bas)*/
	padding: 10px 0px 0px 10px; /* marges du texte dans le centre de page */
}


