
/* CSS Document skin vert */

/* --------------- 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-family:Verdana, Geneva, sans-serif;
	background-image:url(bg_body.jpg);
	color:#044613;
	text-align:center;	
}

h1 { font-size:28px;color:#044613;}          /* couleur n°1 */
h2 { font-size:24px;color:#044613;}
h3 { font-size:20px;color:#044613;}
h4 { font-size:18px;color:#044613;}
h5 { font-size:16px;color:#044613;}

td {
	font-size:14px;
	background: transparent;
}
#slogan {                                   /* ... id= "slogan" ... */
	font-weight:bold;
	color:#FF0;
	font-size:32px;
	text-align:center;
	height:100px;
}

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

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


#centre {
	
}

#corps {
	font-size:20px;
	width:700px;
	background-image:url(bg_corps.jpg);
	padding:20px;
	text-align:left;
}


.petit {
	font-size:12px;
}
