/*Pour contenir tout la page*/
#ensemble
{
	position: absolute;
	left: 8px;
	top: 8px;
	width: 800px;
	z-index:0;
}


/*Pour la banniere*/

#baniere
{
	background-image: url(./images/banniere/banniere.png);
	background-repeat: no-repeat;
	width:800px;
	height:300px;
	position:absolute;
	left:0px;
	top:0px;
	cursor:pointer;
	z-index: 7;
}

#imagebaniere
{
	width:800px;
	height:300px;
	z-index: 6;
}

#coingauche
{
	position:absolute; 
	top: 300px;
	left: 0px;
	width:25px;
	height:22px;
	z-index: 5;	
}

#coindroite
{
	position:absolute; 
	top: 300px;
	left: 774px;
	width:26px;
	height:22px;
	z-index: 4;
}

/*Fin de la banniere*/


/*Pour le menu*/

#menuh-container
{
	position:absolute; 
	top: 300px;
	left: 25px;
	z-index:8;
}

#menuh
{
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
}
		
#menuh a
{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 2px;
}
	
#menuh a, #menuh a:visited	/* menu at rest */
{
	color: white;
	background-color: #0f4b89;
	text-decoration:none;
}
	
#menuh a:hover	/* menu at mouse-over  */
{
	color: white;
	background-color: #6495ed;
}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
{
	background-image: url(./images/banniere/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
{
	background-image: url(./images/banniere/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#menuh ul
{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:107px;	/* width of all menu boxes */
}

#menuh li
{
	position:relative;
	min-height: 1px; 	/*for IE7 */
	vertical-align: bottom; /*for IE7 */
}

#menuh ul ul
{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	width:230px;
}

#menuh ul ul ul
{
	top:0;
	left:100%;
}

#menuh li:hover
{
	cursor:pointer;
	z-index:100;
}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/*Fin du menu*/



/*Pour le text*/

#contenueText
{
	font-size: 16px;
	font-family: times;
	text-align: justify;
	margin-top: 60px;
	padding-left: 20px;
	width:530px;
	z-index:3;
}

#contenueText td
{
	vertical-align: top;
	text-align: left;
}

#contenueText h1
{
	color: #0f4b89;
}

/*Fin du test*/



/*Pour les images*/

#contenantImage
{
	margin-top: 60px;
	width:200px;
	z-index: 2;
}

img.contenueImageHautBas
{
	width:200px;
	height: 22px;
}

#contenueImages
{
	background-color: #0f4b89;
	width: 200px;
}

img.LesImages
{
	margin: 15px;
}

/*Fin des images*/


/*pour le footer*/

#contenueFooter
{
	z-index: 1;
	position: absolute;
	bottom: -200px;
	left: 0px;
	width: 800px;
	border-top-color: #0f4b89;
	border-top-style: groove;
	border-top-width: thick;
	border-bottom-color: #0f4b89;
	border-bottom-style: groove;
	border-bottom-width: thick;
	
}

#contenueFooter td
{
	font-size: 11px;
	font-family: times;
} 

/*fin du footer*/