/* Feuille de style */

body {	
	font: 1em Verdana, Arial, sans-serif;
	margin: 0px;
	background-color: #D9E9FF;
}
h1 {
	font-size: 14px;
	color:#000000;
}
h2 {
	font-size: 12px;
}
.style1 {
	color: #666666;
	font-weight: bold;
	font-size: 10px;
}
body,td,th {
	font-size: 12px;
}
a img  {
	border:none;
}
a:link {
	color: #000000;
}
a:visited {
	color:#000000;
}
a:hover {
	color:#C00510;
}
a:active {
}

.style2 {
	color: #FFFFFF;
}

/*--- Debut menu gauche ---*/


ul#menu {
	list-style-type: none;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

ul#menu a {
	display: block;
	width: 142px;
	height: 20px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
	line-height: 20px;
	padding-left: 7px;
	background:#003C8D;
}
ul#menu a:link, ul#menu a:visited {

}
ul#menu a:hover {
 background-color:#004BB3;
 color:#FFFFFF;
}
/*--- Fin menu gauche ---*/
