
/* CSS Document skin NOEL */

/* --------------- pour TUTOR --------------- */
/* .titre { }  ---> pour ... class="titre" .. */
/* #titre { }  ---> pour ... id= "titre" .... */
/*--------------------------------------------*/



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

/* ******************************************** */
/* ** COULEURS DE BASE :                     ** */
/* **                                        ** */
/* **                                        ** */
/* **  #006 -> body.color,                   ** */ /* couleur n°1 */
/* **             couleur du .SWF            ** */
/* **                                        ** */
/* **  #14BE76 -> couleur foncée des .PNG    ** */
/* **                                        ** */
/* **  #BAD7D2    couleur claire des .PNG    ** */
/* **                                        ** */
/* **  #FF0000 -> 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
{
	background-image: url("bg_body.jpg");
	color:#006;                         /* couleur n°1 */
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}
a {
	color:#FF0;
}
a:hover { 
	color:#000;
}
h1, h2, h3, h4, h5 {
	line-height:normal
}
h1 { font-size:28px;color:#006;}          /* couleur n°1 */
h2 { font-size:24px;color:#006;}
h3 { font-size:20px;color:#006;}
h4 { font-size:18px;color:#006;}
h5 { font-size:16px;color:#006;}


#slogan {                                   /* ... id= "slogan" ... */
	font-weight:bold;
	color:#FFF;
	font-size:12px;
	background-color:#039;
}

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

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


#corps {
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color: #006;                                 /* couleur n°1 */
	background-image: url("bg_corps.jpg");
	background-color: #FFFFFF;
	/*border-color:#2E7C5F; border-width:1px; border-style:dashed;
	 c'est la 'margin-top' qui donne l'offset par rapport à l'entête */
	/*    top, right, bottom, left */
	/*margin: 5px 5px 5px 5px;*/
	padding: 5px 45px 5px 45px;
	/*font-weight:bold;*/
	/*line-height: 24px;	*/
}
#corps a {
	color:#0FF;
}
#corps a:hover img { /* liens en image quand souris hover */
	background-color:#0CF;
}

#corps a:hover { /* liens normaux quand souris hover */
	background-color:#FC0;
	color:#303;
	font-weight:bold;
}
#corps b {
	color:#8FF;
}




