/* CSS Document */

body {
margin: 0px;
padding: 0px;
padding-bottom: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:black;
background-color:none;
background-image:url(webdeco/background-green.jpg);
}

A:visited { color: #669900;text-decoration: None; font-weight: bold ;}
A:link { color: #669900;text-decoration: None; font-weight: bold ;}
A:hover {color: #FFFFFF; background-color: #669900; font weight: bold ;}

.h1 {
background-image: url(webdeco/back_h1.gif);
background-x-position: left;
background-y-position: top;
background-repeat: no-repeat;
/*heignt = distance entre h1 et h2*/
height: 20px;
padding-left: 0px;
padding-top: 0px;
	color:#F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px ;
	font-weight: bold ;
	margin:10px 0 10px 0;
	clear:both;
	width: 100%;
}

.h2 {
background-image: url(webdeco/back_h2.gif);
background-x-position: left;
background-y-position: top;
background-repeat: no-repeat;
height: 10px;
padding-left: 0px;
padding-top: 5px;
	color:#336600;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px ;
	font-weight: bold ;
	margin:10px 10px 10px 0;
	clear:both;
}

.maintext {
	font-family:  Arial, Verdana,Helvetica, sans-serif;
	padding-bottom: 0px;
	font-size: 12px;
	text-align:justify;
	font-style: normal;
	background-color: none;
	font-weight: none;
	color: #336600;
}
