html {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

body {
	background-image: url(./images/font.jpg);
	background-repeat:repeat-x y;
	
	
/*	background-image: url(./images/fond.gif);		*/	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

.logo {
	background-color: #e3f0fc;
	width: 1000px; 
	margin: auto;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 15px 15px 15px 15px;
	-khtml-border-radius: 15px 15px 15px 15px;
	border: 0;
	
}

.logo h1 {
	font-family: verdana;
	font-size: 24px;
	text-align: lefft;
	
}

.logo table {
	width: 1200px; 
	height: 40px; 
	padding-top: 0 0px 0 0px;

}

.menu {
	width: 980px; 
	margin: auto; 
	height: 40px; 
	padding-top: 0 0 0 0;
	font-family: verdana;
	color: #FFFFFF;
	font-weight: bold;
	
	
	
}	
/*    
.menu a {
	color: #F2F8FD;
	font-weight: bold;
	text-decoration: none;
}

.menu ul  {
	list-style-type: none;
    margin: 0px 2px 20px 80px;
}

.menu li {
    float: left;
	padding-left: 15px;
	padding-right: 15px;

}
*/
.corps {
	background-color:#FFFFFF; 
	width:1000px; 
	margin:auto;
	overflow:hidden;
	padding: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	text-align: center;

}

.corps p {
	font-family: verdana;
	color: #000000;
	Text-align: center;
}	

.corps table  {
	width: 1000px;

}


.corps td {
/*	height: 91px;			*/
	color: #FFFFFF;
	padding: 0 5px 5px 0; 
	border: thin dashed #74B75B; 

}

.menudroite {
	width:300px; 
	padding:10px 20px 5px 10px;
	border: #4071B2 thin dotted;
	margin: auto; 
	height: auto;

}

.menudroite table {
	width: 100%;
}

.menudroite td {
	width: 450;
	color: #ffffff;
	
}

.menudroite ul {
	text-align:left;
	
	
}

.menudroitetitre {
	width:300px;
	margin: auto;
	font-family: verdana;
	font-size: 24px;
	color: #74B75B;
	font-weight: bold;
	text-align:center;
}

.pied {
	background-color: #e3f0fc;
	width: 980px; 
	margin: auto;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 15px 15px 15px 15px;
	border: 0;
	text-align: center;
	font-weight: bold;
	
	
}

.partenaire { 
	text-align: right;
	font-size: 12px;
	
}

a {
color: #333333;
}
	
a:visited {
	color: #B4AF91;
	text-decoration:overline;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration:overline;
	
}