@charset "iso-8859-1";
/*Menu déroulant*/

body {
	margin: 0;
	background-image: url('images/fond.jpg');
	font-family: verdana, arial, sans-serif;
	font-size: 75%;
/*---------------------------------------------------*/
/*--- on définit ici les couleurs de la scrollbar ---*/
/*---------------------------------------------------*/	
	scrollbar-arrow-color:#000000; 
	scrollbar-track-color:#CCCCCC; 
	scrollbar-shadow-color:#000000; 
	scrollbar-face-color:#DEE3E7; 
	scrollbar-highlight-color:#CCCCCC; 
	scrollbar-darkshadow-color:#999999; 
	scrollbar-3dlight-color:#CCCCCC;
	behavior: url(../csshover.htc);
}

div#nav {
/*	float: left;*/
	position: absolute;
	width: 150px;
	margin-top: 5px;
	border: 1px solid #000000;
}

.global > div#nav {
	position: fixed;
}

div#nav ul {
	margin: 0;
	padding: 0;
	width: 150px;
	background: #adb0b9;
	background-image: url("images/fondm3.gif");
}

div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
/*	color: #FF9933;*/
	border-bottom: 1px solid transparent;
}

div#nav li:hover {
background-image: url("images/fondm.gif");
	 overflow:visible;
	 height:auto; 
    cursor:pointer;

}

div#nav li a {
	display: block;
/*	padding: 0.25em 0 0.25em 0.5em;*/
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	width: 100%;
}

div#nav ul a {
	width: auto;
}

div#nav ul ul {
	position: absolute;
	top: 0;
	left: 150px;
	display: none;
	border: 1px solid #000000;
}

div#nav ul.level1 li.submenu:hover ul.level2,
div#nav ul.level2 li.submenu:hover ul.level3
{
	display: block;
}

/*Corps*/

.lebloccontenu {
	background: #adb0b9;
/*	padding-left: 10px;*/
/*	padding-right: 10px;*/
	margin-right: 0px;
	margin-top: 5px;
	width: 600px;
	float: right;
	border: 1px solid #000000;
/*	border: 1px solid #AAA;*/
}

/*Entête*/

.leblocheader {
	width:758px;
	background-image: url('images/img02.jpg');
	border: 1px solid #000000;
	margin-top:10px;
}
.imgheadergauche{
	width:420px;
	height:91px;
	float:left;
	background-image: url('images/titre_gauche.jpg');
	}
.imgheaderdroite{
	width:320px;
	height:91px;
	background-image: url('images/titre_droit.gif');
	margin-left: 420px;
	}
.leblocmenuheader {
	background-image: url('images/img03.jpg');
	width: 758px;
	height: 17px;
	border-top: 1px solid #000000;
	}

/*Conteneur*/

.global {
	position: relative;
	width: 760px;
	margin-right: auto;
	left: 50%;
	margin-left: -380px;
}

body > .global {
	left: 0px;
	margin-left: auto;
}

/*Fioritures*/

.lebloccodecentre {
	border: 1px solid #000000;
	background-color : white; 
	font-family : arial;
	font-size : 12px;
	text-align:center;

}
.titre {
	border-bottom: 1px solid #000000;
	height: 15px;
	background-image: url('images/img05.jpg');
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
}

.texte {
	padding: 10px;
	text-align: left;
	background-image: url("images/fondm3.gif");
}

.menuentete {
	background-image: url('images/img03.jpg');
	width: 758px;
	height: 17px;
	border-top: 1px solid #000000;
}

a {
	color: #000000;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	text-decoration: underline;
	}

.menutitre {
	text-align: left;
	font-weight: bold;
	margin-left:10px;
	}
