/* CSS Document */

body {
	margin-left: 0px; 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Style1 {
	color: #FDF5A1; 
	font-size: 12px; 
	font-style: italic;
}
.Style4 {
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: 16px
}
.Style5 {
	color: #666666; 
	font-size: 12px;
}
.Style6 {
	color: #666666;
	font-size: 15px;	
}
.Style6rouge {
	color: #FF0000;
	font-size: 15px;	
}
.Style7 {
	color: #666666;
	font-size: 17px;	
}
.Style8 {
	color: #333333; 
	font-size: 16px;
	font-weight: bold;
}
.Style9 {
	color: #006633;
	font-size: 15px;
	font-weight: bold;	
}
.Lien1 {
	color:#FDF5A1;
	font-size: 12px;
	text-decoration:none;
}
.Lien1:hover {
	color: #FDFB00; 
	font-size: 12px; 
	text-decoration: underline;
}
.Lien3 {
	color:#333333;
	font-size: 16px;
	font-weight: bold;
	text-decoration:none;
}
.Lien3:hover {
	color: #006633; 
	font-size: 16px; 
	font-weight: bold;
	text-decoration: underline;
}
.Lien4 {
	color: #666666;
	font-size: 14px;
	text-decoration:none;
}
.Lien4:hover {
	color: #006633; 
	font-size: 14px;
	text-decoration: underline;
}
.Lien5 {
	color:#666666;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
.Lien5:hover {
	color: #006633; 
	font-size: 12px; 
	text-decoration: underline;
}
.Lien6 {
	color: #666666;
	font-size: 15px;
	font-weight: bold;
	text-decoration:none;
}
.Lien6:hover {
	color: #006633; 
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}

//Menu horizontal
#snav {
	background: url(images_charte/p_fd_titr_f.gif) repeat-x 0px 0px;
	padding-top: 0px;
}
#snav li{
	float: left;
	background: url(../images_charte/Menu_horizontal/p_fd_titr_l-o.gif) no-repeat left top;
}
#snav li a{
	float: left;
	display: block !important;
	display: inline;
	background: url(../images_charte/Menu_horizontal/p_fd_titr_r-o.gif) no-repeat right top;
	text-decoration: none;
	letter-spacing: -1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-size: 12px;
	font-weight: bold  !important;
	height: 19px;
	padding: 2px 7px 0px 4px;
}
#snav li a:hover{
	color: #FBF802;
}
#snav li a{ 
	float: none;
}
#snav .on{
	background: url(../images_charte/Menu_horizontal/p_fd_titr_l.gif) no-repeat left top;
}
#snav .on a{
	background: url(../images_charte/Menu_horizontal/p_fd_titr_r.gif) no-repeat right top;
	color: #000000;
}
#snav .on a:hover{
	color: #000000;
}
