
/* CSS Document skin NOEL */

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


/* ************************************************ */
/*       VERSION styles mini                        */
/*                                                  */
/*    dans cas où on impose couleur de fond du body */
/*                                                  */
/*     = correspond à utilisation de livre          */
/*                                                  */
/* **************************************************/



body {
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
}

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;
}


