body {
	position: relative;
	color: #CCCCCC;
	background-color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-left: 0px;
}

.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	color: #CCCCCC;
	font-weight: lighter;
	text-decoration: none;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: lighter;
}

span.gris {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

p.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #003366;
	text-transform: uppercase;
	font-weight: normal;
}

p.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	color: #003366;
	font-weight: bold;
}

a {
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}

a.capblanc {
	color: #CCCCCC;
	text-transform: uppercase;
}

a.txtgris {
	color: #6699FF;
}

a.txtblanc {
	color: #CCCCCC;
	font-size: 10px;
	line-height: 12px;
}

a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCFFFF;
}
a:hover {
	color: #99CCCC;
}
a:active {
	color: #6699FF;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
	font-weight: lighter;
	text-align: left;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #CCCCCC;
}
#menu {
	position: relative;
	top: 1em;
	left: 0em;
	width: 25em;
	color: #660000;
}

#menu dt {
	cursor: pointer;
	height: 15px;
	line-height: 15px;
	margin: 4px 0;
	text-align: left;
	background-image: url(../img/Lotus_2.jpg);
	padding: 4px;
}

#menu dd {
	position: absolute;
	z-index: 30;
	left: 10em;
	margin-top: -2em;
	width: 22em;
	margin: -4px;
	background-image: url(../img/Lotus_2.jpg);
}

#menu ul {
	padding: 2px;
}

#menu li {
	text-align: left;
	font-size: 11px;
	height: 22px;
	line-height: 22px;
	margin: 2px 0;
	color: #CCCCCC;
	background-color: #660000;
}

#menu li a, #menu dt a {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	background-color: #660000;
}

#menu li a:hover {
	background-color: #330000;
}

#mentions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	bottom : 400px;
	left : 10px;
	color: #000;
	background-color: #CCCCCC;
}

#mentions a {
	text-decoration: none;
	color: #003333;
}

#mentions a:hover{
	background-color: #330000;
}



