body  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: rgb(153,204,153);

	text-align: center;	
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	}
a:hover, a:active { 
	text-decoration: underline; 
	}
.conteneur { 
	width: 780px; 
	height: 100%; 
	text-align: left;	
	background-color: rgb(153,204,153);
} 


.titre {
	background-color: #FF9933;
	width: 770px; 
	height: 150px; 
	margin-bottom: 5px;
	border-width: 2px;
	border-style: solid;
	text-align: center;	
	
	}

/*  Section gauche  */

.colgauche {
	float: left;
	height: 100%;
	width: 125px;
}

.liens {
	background-color: #FF9933;
	padding: 5px 0px 5px 20px;
	border-width: 2px;
	border-style: solid;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: none;
	text-align: left;	
}
.liens1	{
	background-color: #FF9933;
	padding: 5px 5px 5px 10px;
	border-width: 2px;
	border-style: solid;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: none;
	text-align: justify;
}

/*section centrale*/


.acceuil {
	background-color: #FF9933;
	float: left;
	margin: 0px 10px 0px 10px;
	width: 475px;
	height: 100%;
	border-width: 2px;
	border-style: solid;
}

.texte {
	padding: 10px;
	text-align: justify;
	font-size: 16px;
}
.texte img {
	float: right;
	
}

/*Section de droite*/

.coldroite {
	float: left;
	height: 100%;
	width: 150px;
}
.events {
	background-color: #FF9933;
	padding: 5px;
	text-align: left;
	font-size: 12px;
	font-weight: none;
	margin-bottom: 5px;
	border-width: 2px;
	border-style: solid;
}



.titrevent {
	background-color: #FF9933;
	font-weight: bold;
	}









.malist {
	float: left;
	text-align: left;
	width: 260px;
	height: auto;
}
.pub1 img {
	border: none;
}
.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
