/* CSS Document */


/* ################### Classes mise en page body  */
body {
	background-image: url(../jpg/fond.jpg);
	background-repeat: repeat-x;
	background-color: #009865;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


/* ################### Classes H1,H2,p...  */
h1{
	font-family:"Times New Roman", Times, serif;
	font-size:35px;
	font-weight:bold;
	color:#009966;
	}
	
h2{
	font-family:"Times New Roman", Times, serif;
	font-weight:24px;
	font-weight:bold;
	color:#666666;
	}
h3{
	color:#009966;
	font-weight:bold;
	font-size:14px;
	}
	
p{
	line-height:1.5;
	}
ul,li{
	line-height:1.5;
	}
	
/* ################### Classes div */

div.bas{
	font-size:10px;
	color:#009966;
	padding-top:10px;
	
	}
	
div.bas2{
	font-size:10px;
	color:#666666;
	padding-bottom:10px;
	}
/* ################### Classes A */
a.menu{

	background-image:url(../gif/fond-menu-off.gif);
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#009966;
	text-decoration:none;
	height:50px;
	display:block;
	vertical-align:middle;
	line-height:50px;
	
}

a.menu:hover{
	background-image:url(../gif/fond-menu-on.gif);
	color:#FFFFFF;
	text-decoration:none;
	
}		
a.bas{
	color:#666666;
}
	
a.bas:hover{
	color:#999999;
}

a{
	font-weight:bold;
	color:#009966;
	text-decoration:none;
}

a:hover{
	color:#00CC99;
	text-decoration:underline;
}
	
