/* CSS Document */
body {
	margin-top: 0px;
	font-family:Verdana;
	background-color: #333333;
}
a img  {
	border:none;
}
.style1 {
	color: #FD911A;
	font-size:12px;
}
.texte {
	font-size:12px;
}
h1 {
	font-size:24px;
}
a:link {
	color: #fd911a;
	font-size:12px;
}
a:visited {
	color: #fd911a;
	font-size:12px;
}
a:hover {
	color: #FEB563;
	font-size:12px;
}
a:active {
	color: #FEB563;
	font-size:12px;
}

/* Début menu liens haut */

table.menuhaut a:visited {
	color:#fd911a;
}
table.menuhaut {
	height: 23px;
	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;
}
table.menuhaut td {
	width: 123px;
	border:none;
	border-collapse:collapse;
	font-size:10px;
	line-height: 23 px;

}
table.menuhaut a {
	color:#fd911a;
	text-decoration: none;
	font-size:10px;
	line-height:23px;

}
table.menuhaut td.hover {
	color:#FFFFFF;
	text-align: center;
	cursor: pointer;
	font-size:10px;
	background-image:url(images/boutonhover.jpg);
}

/* Fin menu liens haut */