body	{
	padding:0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	text-indent: 0;
	font-style: normal;
	color: #003366;
	text-decoration: none;
	background-color: #003399;	
	}



a:active{ 	
	font-family: Arial, Helvetica, sans-serif; 
	color: #61002e; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none;
	background-color: #FFFFFF;
	}
				
a:link{ 	
	font-family: Arial, Helvetica, sans-serif; 
	color: #61002e;
	background-color: #FFFFFF;
	}
				
a:visited{ 	
	font-family: Arial, Helvetica, sans-serif; 
	color: #61002e;
	background-color: #FFFFFF;
	}
	
h1           {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #003399;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #61002e;
	text-decoration: underline;
	background-color: #FFFFFF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #61002e;
	background-color: #FFFFFF;
}


.pics_noborder_link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}


ul {
	list-style-image: url(image/puce.png);
 }
 
 .red{
	color: #FF0000;
}

.red-strong{
	color: #FF0000;
	font-weight: bold;
}
.orange{
	color: #FF6600;
}
.orange-strong{
	color: #FF6600;
	font-weight: bold;
}
.green{
	color: #009933;
}

.green-strong{
	color: #009933;
	font-weight: bold;
}

.raye{
	text-decoration: line-through;
	font-weight: bold;
}

.strong{
	font-weight: bold;
}

.strong-under{
	font-weight: bold;
	text-decoration: underline;
}
.strong-italic{
	font-weight: bold;
	font-style: italic;
}

.align_center{
	text-align: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.align_right{
	text-align: right;
}

.div_clear_both{
	clear: both;
	height: 15px;
	width: 100%;
}
 
.image_et_texte_right{
	float: right;
	border: 1px solid #666666;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 8px;
	padding: 2px;
}

.image_et_texte_left{
	float: left;
	border: 1px solid #666666;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 2px;
}

.image_et_texte_right_noborder{
	float: right;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 8px;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

.image_et_texte_left_noborder{
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 2px;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

.image_border{
	border: 1px solid #666666;
	margin-right: auto;
	margin-left: auto;
	padding: 2px;
}
/***********************************************************************/
#container{
	width: 750px;
	background-color: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	

}
#header {
	width: 750px;
	background-image: url(image/top_site.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 96px;
	}



#menu {
	width: 130px;
	float: left;
	position: relative;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
}

#content {
	width: 616px;
	float: left;
	position: relative;
	padding-left: 3px;
	text-align: justify;
}
#footer {
	clear: both;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	
}

.menu_head{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	text-transform: none;
	font-weight: bold;
	text-align: center;
	width: 130px;
	background-image: url(image/menu_head.jpg);
	height: 20px;
	
	}
.menu_link {
	width: 130px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; color: #61002e; 
	text-transform: none;	
	
	
	}
				
.menu_link A:link, .menu_link A:visited, .menu_link A:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003399;
	text-decoration:none;
	background-image: url(image/puce_menu_light.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 15px;
	width: 130px;
	padding-left: 15px;
	text-align: left;
	}
				

.menu_link A:hover{
	color: #0000FF;
	background-image: url(image/puce_menu_hard.png);
	text-decoration: none;
	width: 130px;
	}

