body 	{
	margin-top:10px;
	margin-left:10px;
	background-color: #fff; 
	font-size:0.8em;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000 ;
	}
hr {height:1px ;color:green ;
	}

a img  {
	border:0;
	}
img.haut {
	border:0;padding:0 2em;
	}
img#photofpetit {
	margin:10px 0 0 0;
	}

ul.sommaire {
	list-style-image : url(vignette/trianglebasv.jpg);
	}
h2, h3, .titre,.soustitre { color: #396;}
h1 { font-size: 1.4em;background-color: #396;padding: 0 2em; color:#fff;display:inline;text-align:center; } 
h2 { font-size: 1.2em; font-weight: bold;} 
h3 { font-size: 1em; } 
.titre { font-weight: bold; font-size: 1.4em ;}
.soustitre { font-size: 1em;  }  
a:link { text-decoration: none;color:#396;}
a:visited { text-decoration: none;color:#666;} 
a:hover { text-decoration: underline;color:#666;} 
a:active { text-decoration: underline;color:#666;} 
ul {
	list-style-type : none;
	list-style-image : url(vignette/pucev.gif);
	list-style-position: outside; /* pour que les textes s'alignent sur le texte décalé par puce */
}
.corps ul  {
	list-style-position: outside; 
	margin-left:0;
	padding-left:0;
}
.corps li  {
	margin-left:20px;
	padding-left:0;
}

.piedpage {
	font-size: 0.8em;
	font-style: normal; 
	color: #999; 
	text-align:center;
	clear:both;} 
.vert {color: #363 } 
.menugene {text-align: center;clear:both;} 
.centre {text-align:center} 

div.corps {
	margin-left: 230px;
	height:100%;}
div.colonne { /* colonne à gauche avec logo, photo, menu */
	width:190px;
	margin-right: 2em ;
	text-align:center;
	color: #363;
	float:left; 
}
/**************/
/*   Menu     */
/**************/

.menu-vertical ul{
	list-style-type: none; /* pas de puce */
	list-style-image: none; /* pas de puce-image */
	list-style-position: outside;
	margin:0; 
	padding : 0; 
	}
.menu-vertical li { /* pas de bordure au-dessus pour ne pas faire double epaisseur */
	border-left: 1px solid #396;
	border-right: 1px solid #396;
	border-bottom: 1px solid #396; 
	background-color: #cfc;
	text-align:left;
	line-height : 1.5em;
	}
.menu-vertical li#premier {
	border-top: 1px solid #396;
	}
.menu-vertical a {
	display: block;
	color: #396;
	padding : 0 2em;
}
.menu-vertical a:visited {
	color: #666; text-decoration:none;
	}
.menu-vertical a:hover, .menu-vertical li a:active {
	background-color: #fff; 
	color: #666;
	text-decoration:none;
	}	