a:link {color : #000000;}
a:visited {color : #000000;}
a:hover {
	color : #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
}
.menutexte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
img { border: 2 #CC0000; 
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #CC0000;
	width: 100%;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
	text-align: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
}
.border {
	border: 3px solid #FFCC00;
}
.telecharger {
	font-weight: bold;
	color: #ffffff;
	background-color: #CC0000;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	border: 1px outset #000000;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 8px;
}
.telecharger a:link {
	color: #ffffff;
}
.telecharger a:visited {
	color: #ffffff;
}
.telecharger a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.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;
}
