@charset "utf-8";
body 
{
	margin: 0;
	padding: 0;
	color: #8b8a86;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	width: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 13px;
	background-image: url(images/fond.png);
}

.tdmenu{
	align: left;
	vertical-align: top;
	background-image: url(images/fond_menu.png);
	background-repeat: repeat-y;
}
.listeMenu2{
	background-image: url(images/a_hover.png);
	color: #ffffff;
	background-repeat: no-repeat;
	height: 20px;
	width: 200px;
	vertical-align:top;

}
.listeMenu{
	background-image: url(images/a_menu.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 200px;
}
.listeMenu a:link{
	background-image: url(images/a_menu.png);
	color: #8b8a86;
	background-repeat: no-repeat;
	height: 20px;
	width: 200px;
	display: block;
}
.listeMenu a:visited{
	background-image: url(images/a_menu.png);
	color: #8b8a86;
	background-repeat: no-repeat;
	height: 20px;
	width: 200px;
	display: block;
}
.listeMenu a:active{
	background-image: url(images/a_menu.png);
	color: #8b8a86;
	background-repeat: no-repeat;
	height: 20px;
	width: 200px;
	display: block;
}
.listeMenu a:hover{
	background-image: url(images/a_hover.png);
	color: #ffffff;
	background-repeat: no-repeat;
	height: 20px;
	width: 200px;
	vertical-align:top;
	display: block;
}

.blanc {
	color: #FFFFFF;
	font-variant: small-caps;
	font-size: 12px;
}
a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #d2d2d2;
	text-decoration:none;
}
a:active {
	text-decoration:none;
	color: #d2d2d2;
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.title {
	color:#474428;
	font-size: 15px;
	text-transform: uppercase;
}
.title_white {
	color:#FFFFFF;
	font-size: 15px;
	text-transform: uppercase;
	margin-left: 20px;
	margin-right: 20px;
}
.dark {
	color:#474428;
}
.darksmall {
	color:#474428;
	font-size: 10px;
	text-align:right;
}
.next a:link{
	color: #8b8a86;
}
.next a:visited{
	color: #8b8a86;
}
.next a:active{
	color: #8b8a86;
}
.next a:hover{
	color: #333333;
}