a:link {color : #000000;}
a:visited {color : #000000;}
a:hover {
	color : #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
}
.titres{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.menu{
	background-color: #FFFFFF;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

* html .menu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.menu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.menu a{
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #000000;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.menu a:visited{
	color: #000000;
	text-decoration: underline;
}

html>body .menu a{ /*Non IE rule*/
width: auto;
}

.menu a:hover{
	background-color: #CC0000;
	color: #FFFFFF;
}
.menutexte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
img { border: 2 #CC0000; 
}
