/* Feuille de style */

body {	
	font-family:Verdana, Helvetica, Arial, sans-serif;
	margin: 0px;
	background-image: url(images/background.jpg);
}
h1 {
	font-family:Verdana;
	font-size:11px;
}
h1 {
	font-size: 12px;
	color:#000000;
}
h2 {
	font-size: 14px;
}
body,td,th {
	font-size: 12px;
}
a img  {
	border:none;
}
a:link {
	color: #000000;
}
a:visited {
	color:#000000;
}
a:hover {
	color:#C00510;
}
a:active {
}
.style1 {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	margin-left:4px;
	margin-top:5px;
	margin-right:4px;
}
.style2 {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px; 
	margin-left:15px; 
	margin-top:5px; 
	margin-bottom:10px;
	margin-right:15px;
}
.style3 {
	color: #666666;
	font-weight: bold;
	text-align:left;
}
.style12 {
	color: #0A4B5D; 
	font-weight: bold;
}
table.menuhaut a:visited {
	color:#ae0109;
}
table.menuhaut {
	height: 46px;
	width: 100%;
	text-align: center;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	border:none;
	background-image:url(images/bouton.jpg);
	font-size:10px;
	line-height: 10 px;
}

table.menuhaut td {
	width: 110px;
	border:none;
	border-collapse:collapse;
	font-size:10px;
	line-height: 10 px;

}
table.menuhaut a {
	color:#ae0109;
	text-decoration: none;
	font-size:10px;
	line-height:35px;

}
html:not([lang*=""]) table.menuhaut td  { 
	width: 110 px;
}
html:not([lang*=""]) table.menuhaut td.hover { 
	width: 110 px;
}
table.menuhaut td.hover {
	color:#FFFFFF;
	text-align: center;
	cursor: pointer;
	font-size:10px;
	background-image:url(images/bouton-hover.jpg);
}

/*--- 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: #000000;
	text-decoration: none;
	line-height: 20px;
	padding-left: 7px;
}
ul#menu a:link, ul#menu a:visited {

}
ul#menu a:hover {
 background-color:#C0070D;
 color:#FFFFFF;
}
/*--- Fin menu gauche ---*/
