body {
	background-color: #131C53;
	margin-top: 15px;
	margin-left: 15px;
}

a:link  { 
 color: #1C36A4;
}
a:visited {
 color: #1C36A4;
 }
a:hover {
 text-decoration: none; 
 color: #3B7138;
}

.container {
	background-color: #131C53;
	width: 900px;
}
	#cHaut{
		background: url(images/bd_h.gif);
		background-repeat: no-repeat;
		background-position: top right;
	}
	#cMilieu{
		background: url(images/bd_d.gif);
		background-repeat: repeat-y;
		background-position: top right;
	}
		.contenu {
			width: 778px;
			background-color: #FFFFFF;
			overflow: hidden;
		}
		#droite {
			float: right;
			width: 600px;
			padding-right: 10px;
		}
		#gauche{
			float: left;
			width: 160px;
			padding-top: 10px;
			text-align: center;
		}		
	#cBas{
		background: url(images/bd_b.gif);
		background-repeat: no-repeat;
		background-position: top right;
	}
		.cBlanc{
			background-color: #FFFFFF;
			width: 778px;
		}
	#cBasTexte{
		text-align: center;
		width: 778px;
	}


#hautgauche, #hautdroit, #basgauche, #basdroit {
	height: 11px; width: 12px;
	background-repeat: no-repeat;
	font-size:1px; /* correction d'un bug IE */
}
#hautgauche {
	background: url(images/c_h_g.gif);
}
#hautdroit {
	float: right;
	background: url(images/c_h_d.gif);
}
#basgauche {
	background: url(images/c_b_g.gif);
	background-position: bottom;
}
#basdroit {
	float: right;
	background: url(images/c_b_d.gif);
	background-position: bottom;
}


#barreVerte{
	height: 20px;
	width: 100%;
	background: url(images/fd_bar.gif);
}
	#barreVerteTxt{
		width:100%;
		text-align:right;
		margin-left:-10px;
		padding-top:3px;
		
		font-family: Arial;
		font-size: 12px;
		font-weight: bolder;
	}
	#barreVerteTxt a:link {text-decoration: none; color: #1C36A4;}
	#barreVerteTxt a:visited {text-decoration: none; color: color: #1C36A4;}
	#barreVerteTxt a:hover {text-decoration: none; color: #3B7138;}


#info{
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 20px;
	
	font-family: Verdana;
	font-size: 16pt;
}
#presentation{
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px; 
	
	font-family: Verdana;
	font-size: 10pt;
}
.titre{
 width: 100%;
 font-family: Arial;
 font-size: 20px;
 font-weight: normal;
 color: black;
 margin-bottom : 10px;
 border-bottom: 2px solid black; 
}
.func{
 border-top: 2px solid black; 
 border-bottom : 0px;
}
.texte {
 font-family: Verdana;
 font-size: 10pt;
 text-align: justify;
}
.menu {
	text-align:left;
	font-family: Verdana;
	font-size: 10pt;
	margin-left: 15px;
	margin-bottom: 50px;
}
.menu ul{
	/*border-style:solid; border-width:5px;*/
	/*list-style-type:none;*/
}
.menu li{
	margin-left:-40px;
	margin-bottom:10px;
	list-style-type: none;
	background-image: url(images/etoile.gif);
	background-repeat: no-repeat;
	background-position: -1% 10%;
	padding-left: 17px;
}
.code {
background-color:#F3F1EF;
border:1px dashed #000000;
/*color:#018016;*/
font-family:"Courier New",Courier,monospace;
font-size:0.9em;
/*max-height:75px;*/
padding:5px;
}
.code p{
	margin: 0 0 0 0;
}

.bloc-func {
background-color:#F3F1EF;
border: 2px solid #000000;
/*color:#018016;*/
font-family:Verdana;
font-size:10pt;
padding:5px;
}

#download{
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#W3C{
	float:left;margin-top:-50px;
	padding-left:20px;
}
IMG{ 
	BORDER: none;
}
.img_right{
	padding-left: 5px;
	float: right;
}
.img_left{
	padding-right: 5px;
	float: left;
}



.fontPetit{
 font-family: Arial;
 font-size: 11px;
 color: #3E477F;
 font-weight: bolder;
}
.link a:link {text-decoration: none; color: #3E477F;}
.link a:visited {text-decoration: none; color: #3E477F;}
.link a:hover {text-decoration: underline; color: #FFFFFF;}
