

/* CSS Document */


body {
    text-align:center;
	font: 11px, verdana, arial, sans-serif;
	background-color:#669900;
	margin-top:0px;
}


a {
	font-family: Arial;
	font-size: 11px;
	color: green;
	text-decoration:none;
	font-weight:normal;
}


a:hover{
	font-family: Arial;
	font-size: 11px;
	color:#FFCC00;
	text-decoration:none;
	font-weight:normal;
}




#container {
	float:auto;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
}


/*Partie haute -- Bandeau*/


#bandeau_haut {
	float:left;
	padding-top:5px;
	width:1000px;
	height:35px;
	border-top:10px;
	color:#999922;
	font-size:18px;
	background-color:#fff;
}


#bandeau_haut_titre{
	float:left;
	width:850px;
	height:35px;
	color:#FFF;
	font-size:18px;
	background-color:#fff;
}


#bandeau_haut_recherche{
	float:right;
	width:150px;
	height:35px;
	padding-top:5px;
	color:#999922;
	font-size:12px;
	background-color:#FFF;
}


#bandeau {
	float:left;
	background-image:url(images/bandeau.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:1000px;
	height:145px;
	background-color:#fff;
	text-align:left;
}


#bandeau_logo {
	float:left;
	width:135px;
	height:135px;
	text-align:left;

	margin:5px 5px 5px 5px;
}


/*Partie haute -- Barre grise sous bandeau*/


#barre {
	float:left;
	width:1000px;
	height:20px;
	background-color:#FFF;
}


/*Partie centrale*/


#centre {
	width:1000px;
	float:left;
	background-color:#FFF;
	margin-top:2px;
	margin-bottom:1px;
	border-top:solid thin #e6e6e6;
}




/*======== Dıbut - Partie centrale =========*/


#centre_haut{
	float:left;
	width:960px;
	text-align:center;
	background-color:#FFF;
	text-align:center;
	padding:10px 20px 10px 20px;
	background-color:#fff;
}


#centre_haut_gauche{
	float:right;
	width:200px;
	background-color:#FFFFCC;
	padding:10px 15px 10px 5px;
	text-align:left;
}


#centre_haut_droite{
	float:left;
	width:720px;
	background-color:#FFF;
	text-align:left;
	padding:10px 10px 10px 10px;
}


#centre_bas{
	float:left;
	width:960px;
	text-align:center;
	background-color:#FFF;
	text-align:center;
	padding:10px 10px 10px 10px;
	background-color:#FFF;
}


#centre_bas_gauche{
	float:left;
	width:470px;
	height:100%;
	background-color:#FFF;
}


#centre_bas_droite{
	float:left;
	width:470px;
	height:100%;
	background-color:#FFF;
	margin-left:10px;
}


#titre{
	float:left;
	width:100%;
	color:#669900;
	font-size:16px;	
	font-weight:bold;
	line-height:25px;
	border-bottom:2px dotted #669900;;
}


#actualite_titre{
	float:left;
	text-align:left;
	padding:10px 10px 10px 10px;
	width:450px;
	color:#FFCC00;
	font-size:32px;	
	line-height:25px;


}


#actualite_texte{
	float:left;
	width:450px;
	text-align:left;
	padding-left:5px;
	padding-right:15px;


}


#actualite_logo{
	float:left;
	width:120px;
	text-align:left;
	padding-left:10px;
	padding-right:10px;


}


#bienvenue_texte{
	float:left;
	width:100%;
}






/*======== Fin - Partie centrale =========*/




/*======== Dıbut - Menu =========*/
#menu_navigation{
	color:#e6e6e6;
	border-bottom:#CCCCCC dotted thin;
	line-height:25px;
	font-size:18px;
}


#menu_navigation a{
	color:#669900;

	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}


#menu_navigation a:hover{
	color:#FFCC00;;
	text-decoration:none;
	font-weight:bold;
}




/*======== Fin - Menu =========*/
