@charset "iso-8859-1";
/* CSS Document */

*{
	margin:0;
	padding:0;
	}
	
img{
	border:none;
	}


/*Construction des blocs principaux*/

#conteneur{
	width:990px;
	margin:auto;
	}
	
#top_gris{
	height:87px;
	width:990px;
	background-color:#cccccc;
	}
	
#top_vert{
	height:24px;
	width:970px;
	background-color:#2f594a;
	padding-left:20px;
	padding-top:2px;
	color:#FFF;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	
#menu{
	width:226px;
	background-image:url(../images/fond_globe.gif);
	float:left;
	padding-top:28px;
	padding-bottom:50px;
	}
	
#contenu{
	width:730px;/*737*/
	margin-left:226px;
	padding-left:12px;
	padding-top:15px;
	padding-right:15px;
	text-align:justify;
	}
	


/*divers*/

	/*top*/		
	#image1{
		margin-left:20px;
		}
		
	#image2{
		margin-left:100px;
		}
		
	/*menu*/
	#menu ul{
		list-style:none;
		margin-left:15px;
		}
		
	#menu li a{
	color: #000099;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	}
		
	#menu  li a:visited{
	color: #000099;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	}

	#menu li a:hover{
	color: #000099;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	text-decoration: underline;
	}
	
	.menu_image{
		margin-left:15px;
		margin-top:10px;
		}
		
	.menu_image2{
		margin-left:60px;
		margin-top:10px;
		}
	
	
	/*contenu*/
	#contenu ul{
		margin-left:40px;
		}
		
	.table_padding{
		padding-left:10px;
		}
		
	/*formulaires*/
	
	#obligatoire{
		color:#C00;
		font-size:10px;
		}


/*Textes*/

h1{
color: #009900;
font-style: normal;
font-weight: bold;
font-size: 26px;
font-family: Arial,verdana,geneva;
text-decoration: none;
}

h2{
color: #000099;
font-weight: bold;
font-size: 16px;
font-family: verdana,Arial,geneva;
}

.texte{
color: black;
font-size: 11px;
font-family: verdana,Arial,geneva;
}

.texte a{
	color: #000099;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	}
	
.texte a:visited{
	color: #000099;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	}

.texte a:hover{
	color: #000099;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	text-decoration: underline;
	}
	
.legende{
color: black;
font-size: 9px;
font-family: verdana,Arial,geneva;
font-style:italic;
}

.texte_jaune{
color: #ffff00;
font-weight: bold;
font-size: 11px;
font-family: verdana,Arial,geneva;
}

.texte_vert{
color: #009900;
font-weight: bold;
font-size: 11px;
font-family: verdana,Arial,geneva;
}
