/* Site lavieenvert.frCréation Pito & cie - mars 2008*/
/*	-----------------
	Styles du site	
	-----------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: white;}
h1, h2, h3 { font-weight: bold; }
h1 { margin-top: 15px; margin-bottom: 6px; font-size: 1.3em; }
h2 { margin-top: 6px; margin-bottom: 0; font-size: 1.1em; }
h3 { margin: 0; font-size: 0.9em; }
p, ul, ol , td { font-size: 12px; line-height: 16px; }
ul { list-style-image:url(images/puce.gif); }
a, a:visited { text-decoration:underline; color:black; background:none; }
a:hover, a:active, a:focus { text-decoration:none; color:black; background:none; }

/*	----------------------------------
	Styles utilisés par les blocs
	----------------------------------*/
#MenuGauche { font-family: Arial, Helvetica, sans-serif;}
div#MenuGauche a, div#MenuGauche a:visited { text-decoration:none; color:black; }
div#MenuGauche a:hover, div#MenuBas a:visited:hover { text-decoration:none; color:green; }
div#MenuGauche table  { width:150px; margin-left:25px; }
div#MenuGauche table td {
 	font-size:12px;
 	height:35px;
 	padding-top:3px;
 	border-top: solid 2px green; 
	}
#MenuBas { font-family: Arial, Helvetica, sans-serif; }
div#MenuBas a, div#MenuBas a:visited { text-decoration:none; color:white; }
div#MenuBas a:hover, div#MenuBas a:visited:hover { text-decoration:none; color: black; }
div#MenuBas table  { margin-left:25px; height:30px; }
div#MenuBas table td {
 	font-size:13px;
 	font-weight: bold;
 	letter-spacing:1px;	text-align:center;
 	width:145px;
 	height:30px;
 	border-left: solid 2px white; 
	}

#Pieddepage p { font-size:10px; line-height: 10px; }
#AdministrationSite { font-size: 0.8em; }
#AdministrationSite h1, #AdministrationSite a { text-decoration:none; color: #000; }

