/* CSS Document */

html, body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	}

table#global {
	width: 800px;
	position: relative;
	}

.texteblanc {
font-family: Arial;
font-size: 11px;
line-height:12px; 
color:#FFF; 
}

.textejoss {
font-family: Arial;
font-size: 11px;
line-height:12px; 
color:#768FA0; 
}
a.textejoss:link, a.textejoss:visited {
	color: #06C;
	text-decoration:underline;
}
a.textejoss:hover {
color: #464E66;
text-decoration:underline;
}


.soustitre {
	font-family: Arial;
	font-size: 15px;
	line-height:12px;
	color:#677E8D;
	font-weight: bold;
}
a.soustitre:link, a.soustitre:visited {
color: #666666;
text-decoration:underline;
}
a.soustitre:hover {
color: #464E66;
text-decoration:underline;
}

/*********** #MENU STYLES ***********/

.menudiv, a.menudiv:link, a.menudiv:visited  {
	border-bottom: 1px solid #4e99d2;
	width: 218px;
	line-height: 20px;	
	margin: 0px;
	padding: 0px;
	display:block;
	cursor:pointer;
}

.menu, a.menu:link, a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #1989d4;
	font-size: 12px;
	margin: 0px;
	padding-left:10px;
	display:block;
	text-decoration: none;
}

a.menu:hover, a.menu:active {
	color: #036;
	background-image:url(images/survole.gif);
}


/*********** #FIN MENU STYLES ***********/

