

* { 
	margin: 0; 
	padding: 0;
	font-family: Century Gothic, Arial, Times New Roman, Verdana;
	font-size: 13px;
}

/* Page d'accueil */

#acc a {
	color: #0378ae;
	font-size: 24px;
	text-decoration: none;
}

#acc a:hover {
	color: #0378ae;
	font-size: 24px;
	text-decoration: underline;
}

#logo {
	margin: 1px;
	padding: 1px;	
}

/* Menu vertical */

#menuvertical {
	width: 140px;
	margin: 57px 0 0 0 ;
	float: left;
	list-style-type: none;
}

#menuvertical li {
	display: block;
	width: 140px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	margin: 7px 0 0 0;
	background: url(images/menuvertical-bleu.jpg) no-repeat;
}

#menuvertical li a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	margin: 0 10px 0 0;
}

#menuvertical li a:hover {
text-decoration: underline;
}

/* Contenu */

#contenu {
	//position: absolute;
	width: 60% ;
	top: 150px;
	margin-left: 260px;
}

#contenu h2 {
	color: #0378ae;
	margin-bottom: 22px ;
	font-size: 1.5em;
	line-height: 10px;
	
}

#contenu h4 {
	margin-bottom: 20px;	
}

#contenu a {
	color: #000000;
	text-decoration: underline;
}

#contenu a:hover {
	color: #0378ae;
	text-decoration: none;
}

#contenu a:visited {
	color: #000000;
	text-decoration: underline;
}

#contenu a:visited:hover {
	color: #0378ae;
	text-decoration: none;
}

fieldset {
	padding: 5px;	
	width: 260px;
}

fieldset legend {
	color: 	#0378ae;
	font-weight: bold;
	text-align: right;
}

/* Footer */

#footer {	
	color: #b8b8b8 ;
	clear: both;
	margin: 70px 0 0 0;
	text-align: center;
}

/* --- */

ul.pres li {
margin-left: 25px ;	
}
