/*********************************************************/
/* mise en page (mep)  des differents elements sur la page d'index */
/*********************************************************/

body {
	background:#9DB1C2;
	font: verdana, sans-serif;
	text-align: center;
}

tr {vertical-align:top; LINE-HEIGHT: normal;}
td {vertical-align:top; LINE-HEIGHT: normal;}

* {margin: 0 0 0 0; padding: 0 0 0 0;}
   
   
#mepConteneur {  
	margin-top:20px;
	position: relative;
	width: 1001; 
	text-align: left;	
}

#mepHead{
	position: relative;
	width: 1001; 
	height:169;
}
#mepBanniere1 {
	position: absolute;
	width:364;
	height:169;
	z-index:20;	
}

#mepBanniere2 {
	position: absolute;
	width:637; 
	height:149;
	left:364;
	z-index:20;	
}
#mepMenu {
	position: absolute;
	width:637; 
	height:20;
	top:149;
	left:364;
	z-index:100;
}

#mepCorps{
	position: relative;
	width: 1001; 
	height:auto;
	min-height:650px;
	z-index:20;	
}
* html body #mepCorps{
	height:100%;
	overflow:hidden;
	}

/* IE-mac ne voit pas les lignes qui suivent \*/
* html body #mepCorps {
	height:0px;
	overflow:visible;
} 
/* fin du text caché pour IE/mac */

	#mepZoneGauche{
		position: absolute;
		background:C7CEDC;
		height:100%;
		text-align:center;
		width:356; 
		z-index:20;	
	}
	
	#mepContenuGauche {
		text-align:left;
		padding-top:20px;
		width:300;
	}

	#mepZoneCentrale{
		position: absolute;
		height:100%;
		left:356;
		width:8; 
		background:#9DB1C2;
		text-align: left;
		z-index:20;	
	}		
	#mepZoneDroite{
		position: relative;
		background:#FFFFFF;
		width: 637; 
		left:364;
		min-height:450;
		text-align: center;
		z-index:20;	
	}
	* html body #mepZoneDroite{height:450px;}
	
	#mepContenuDroit {
		text-align:left;
		padding-top:20px;
		width:580;
	}
	
#mepPiedDePage{
	position: relative;
	width: 1001; 
	z-index:20;	
}



/**********************************/
/*                   forme contenu                     */
/**********************************/

#mepPiedDePage span{font-family:Verdana, sans-serif; font-size:10px; color:#FFFFFF; text-decoration: none; text-align: center;}
#mepPiedDePage a{font-family:Verdana, sans-serif; font-size:10px; color:#FFFFFF; text-decoration: none;}
#mepPiedDePage a:link {color: #9DB1C2;}
#mepPiedDePage a:visited {color: #9DB1C2;}
#mepPiedDePage a:active {color:#317DBA;}
#mepPiedDePage a:hover {color:#317DBA;}

#actuTitre {font-family:Verdana, sans-serif; font-size:10px; font-weight:bold; text-decoration: none;}
#actuDate {font-family:Verdana, sans-serif; font-size:10px; font-weight:bold; color:#FF0000; text-decoration: none; text-align:right;}
#actuContenu {font-family:Verdana, sans-serif; font-size:9px; text-decoration: none; color:#000000;}


#contenu {font-family:Verdana, sans-serif; font-size:11px; text-decoration: none; color:#000000;}

#contenu h1{font-family:Arial, sans-serif; font-size:14px; text-decoration: none; font-weight:bold;}
#contenu p{color:black; font-size:11px; font-weight:normal; text-align:left;}
#contenu span{color:black; font-size:11px; font-weight:normal; text-align:left;}
#contenu div{text-align:center;}

#contenu a{font-family:Verdana, sans-serif; font-size:11px; text-decoration: none;}
#contenu a:link {color:#9DB1C2;}
#contenu a:visited {color:#9DB1C2;}
#contenu a:active {color:#317DBA;}
#contenu a:hover {color:#317DBA;}











.mtDropdownMenu {
	OVERFLOW: hidden; POSITION: absolute; text-align:left;
}
.mtDropdownMenu .content {
	POSITION: absolute;
}
.mtDropdownMenu .items {
	BORDER-RIGHT: #999 1px solid; BORDER-TOP: #999 1px solid; Z-INDEX: 100; LEFT: 0px; BORDER-LEFT: #999 1px solid; BORDER-BOTTOM: #999 1px solid; POSITION: relative; TOP: 0px
}
.mtDropdownMenu .item {
	BORDER-RIGHT: medium none; BORDER-TOP: medium none; FONT-SIZE: 10px; BORDER-LEFT: medium none; CURSOR: hand; COLOR: #4a4b4b; BORDER-BOTTOM: medium none; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.mtDropdownMenu .background {
	Z-INDEX: 1; FILTER: alpha(opacity=85); LEFT: 0px; POSITION: absolute; TOP: 0px; moz-opacity: .8
}
.mtDropdownMenu .shadowRight {
	Z-INDEX: 3; FILTER: alpha(opacity=40); WIDTH: 2px; POSITION: absolute; TOP: 3px; moz-opacity: .4
}
.mtDropdownMenu .shadowBottom {
	Z-INDEX: 1; FILTER: alpha(opacity=40); LEFT: 3px; POSITION: absolute; HEIGHT: 2px; moz-opacity: .4
}
.mtDropdownMenu .hover {
	COLOR: #ff9900; BACKGROUND-COLOR: #dbdbdb
}

.underlined {
	TEXT-DECORATION: underline
}

A:visited {
	COLOR: #000066
}
A: {
	COLOR: #000066
}
A:link {
	COLOR: #000066
}
