/* CSS Document */


body {
	font-family: verdana, arial, helvetica, sans-serif ;
}
#separation {
	height: 0px;
	background-color:#ffd700;
}
h1 {
	font-size: 115%;
	padding-left: 15px;
	color: #79BB37;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sous_titre {
	width:90%;
	color: #1D7129;
	margin-top: 0px;
}
p {
	width:95%;
	font-size: 80%;
	padding-left: 15px;
}
em {
	font-size: 75%;
}
a:link  {  
	/* color:#79BB37; */
	color:#21732C;  
	text-decoration:none;  
}
a:visited  {   
	color:#79BB37;   
	text-decoration:underline;  
}  
a:hover  {   
	color:#76B937;   
	text-decoration:underline;  
}
a:active  {   
	color:#79BB37;   
	text-decoration:underline;  
} 
blockquote {
	font-size: 75%;
}


/* TOP MENU */

ul#menu {
	list-style-type: none;
	margin: 0 0px;
	font-size: 90%;
}

ul#menu li {
	float: left;
}

ul#menu a {
	float: left;
	margin: 0 0px;
	padding: 6px 6px;
	text-align: center;
	border-right: 1px solid white;
	text-decoration: none;
	color: #000;
	background: #79BB37;
	font-weight: bold;
}
ul#menu a:hover {
	background: #A3D571;
	border-right: 1px solid white; 
}
ul#menu a.icone {
	width: 50px;
	border-right: 0px;
	padding: 3px 20px 0px 20px; 
}
ul#menu a.icone:hover {
	width: 50px;
	border-right: 0px;
	background: #79BB37;
	padding: 3px 20px 0px 20px;
}
ul#menu a.fin {
	border-right: 0px;
}
ul#menu a.fin:hover {
	border-right: 0px;
}

/* COLONNE LEFT */
h2 {
	font-size: 120%;
	padding-left: 2px;
	color: #FFB300;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 0px;
}
h2 a:link, a:hover, a:visited {
	color: #FFB300; 
	text-decoration: none;
}

/* FOOTER */
#footer {
     /* width: 100%; */
	 height: 25px;
	 background: #79BB37;
	 /*margin-top: 20px; */ 
	 font-size: 80%;
}
#footer_left {
	background:  url(fr/img/corner_1.gif);
    width: 25px;
	height: 25px;
	float: left;
}
#footer_right {
	background:  url(fr/img/corner_2.gif);
    width: 25px;
	height: 25px;
	float: right;
}
ul#menu_footer {
	list-style-type: none;
	width: 100%; /* précision pour Opera */ 
	margin: 0 120px; 
	font-size: 80%;
}
ul#menu_footer li {
	float: left; 
}
ul#menu_footer a {
	float: left; 
	margin: 0 0px;
	padding: 0px 10px;
	text-align: center;
	border-right: 1px solid white;
	text-decoration: none;
	color: #fff;
}
ul#menu_footer a:hover {
	border-right: 1px solid white; 
	color: #5B8523;
}

