
/*
** CSS Design
*/

body {
	background-image: url(design/fond.gif);
}

td {
	font-family: Verdana, Arial, Helveltica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.vr8_bottom {
	background-image: url(design/vr8_bottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.tandem {
	background-image: url(design/tandem.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.left {
	background-image: url(design/left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}
.menu_titre {
	padding-left: 10px;
}
.menu_item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-left: 30px;
	text-decoration: none;
}
.menu_item:hover {
    color: #CC0000;
    background-image: url(design/menu_fond2.gif);
}

a:hover {border-bottom:0px; } /* indispensable pour IE : correction pour faire fonctionner le A:HOVER SPAN*/

/*
** CSS Contenu
*/

.page_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}

