/*----------------*/
/* 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 {
	position: absolute;
	width: 758px;		/* Désormais le menu occupe toute la taille du conteneur */
	margin-top: 0.5em;
	border: 1px solid #000000;
	z-index: 2;		/* Le "niveau d'empilement" du menu : celui-ci sera au-dessus de la page */
}

div#nav ul {
	margin: 0;
	padding: 0;
	width:758px;		/* Idem pour la taille de la liste des liens */
	background: #adb0b9;
	background-image: url("images/img04.jpg");
}

div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	width: auto;
	display: inline;	/* Les liens apparaîtront en ligne et non plus en colonne */
}

div#nav li:hover, div#nav li a:hover {
	background: #ADD8E6;
}

div#nav li li {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid transparent;
	width: 150px;
}

div#nav li li a {
	padding: 3px;
	width: auto;
	display: block;
}

div#nav li a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

div#nav ul ul {
	position: absolute;
	top: 14px;		/* Les liens sont cette fois-ci décalés vers le bas et non plus vers la droite */
	width: 150px;
	display: none;
	height: auto;
	left: 0px;
	border: 1px solid #000000;
}

div#nav ul ul ul {
	top: 0px;
	width: 150px;
	left: 150px;
}

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

/*-------*/
/* Corps */
/*-------*/

.lebloccontenu {
	position: absolute;
	background: #adb0b9;
	background-image: url('images/img04.jpg');
	background-repeat:repeat-x;
	margin-right: 0px;
	margin-top: 4em;	/* L'espacement avec le haut a été modifié en prenant compte du nouveau menu */
	width: 760px;		/* La page occupe désormais toute la largeur du conteneur */
	border: 1px solid #000000;
	z-index: 1;
}

.global > .lebloccontenu {
	width: 758px;
}

/*--------*/
/* 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;
	margin-left: 12%;
}

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

/*------------*/
/* Fioritures */
/*------------*/

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


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

.texte {
	padding: 10px;
	text-align: left;
	}

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

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

.menutitre {
	text-align: left;
	font-weight: bold;
	margin-left:10px;
	}
a {
	color: #000000;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	text-decoration: underline;
	}
.texte_bleu {
	text-align: left;
	padding-left:10px;
	padding-right:10px;
	color:blue;
	}
.lebloccodecentre {
	border: 1px solid #000000;
	background-color : white; 
	font-family : arial;
	font-size : 12px;
	text-align:center;

}
.lebloccode {
	border: 1px solid #000000;
	background-color : white; 
	font-family : arial;
	font-size : 12px;
	text-align:left;
	padding-left:2px;

}	