/* ###################### MISE EN PAGE GENERALE ###################### */
html, body {
	margin : 0;
	padding : 0;
}
body {
	text-align : center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align:left;
	font-size: 12px;
	background : url(../images/commun/fond.gif);
}
* {
	margin: 0;
	padding: 0;
}
#entete {
	width: 460px;
	height: 40px;
	text-align: left;
	background-image: url(../images/commun/entete_picardie.png);
	
}
#cadre {
	margin : 0;
	height: 400px;
	width: 1240px;
	text-align: left;
}
#contenu_gauche {
	width: 230px;
	height: 400px;
	float: left;

}
#contenu_centre {
	width: 230px;
	height: 400px;
	float: left;

}
#contenu_droit {
	width:700px;
	height: 400px;
	float: left;
	background-color:#BBB;
}
#contenu_droit_diaporama {
	width:780px;
	height: 400px;
	float: right;
	background-color:#BBB;
}
#accueil{
	font-size: 12px;
	color: #000;
	text-align: center;
	margin: 350px 0 0 0;
	font-weight: bold;	
}
#menu_visites{
    margin : 70px 0 0 26px;
	font-size: 12px;
	font-weight: bold;	
	color: #000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif
	
}
#menu_visites a {
  color: #fff;	
}

#menu_visites a:hover {
	color: #000;
	
}

#footer {
	width: 1000px;
	margin : 0;
	padding: 50px 0 0 0;
	background: url(../images/commun/fond_footer.png) right bottom no-repeat;
}
/* ########################## BALISES HTML ########################### */
h1 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 2px 10px 2px 20px;
	color: #000;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	margin: 20px 30px 4px 20px;
	}
h3 {
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	}
hr {
	clear: both;
	width: 100%;
	border: 0; /* enleve toute bordure */
	border-bottom: 1px #CCCCCC solid; /* une seule bordure (sinon firefox met une bordure en haut ET en bas mais pas IE */
	height: 1px; /* pour IE */
}
a {
	text-decoration: none;
	color: #bbb;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
p {
	margin: 10px 10px 0 20px;
	color: #000;
}
p  a{
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}
p  a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
.footer {
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px 0px 0px 30px;
	}
	.footer a{
	color: #FF9900;
	}
	.footer a:hover{
	color: #fff;
	}
/* ########################## MENU HAUT ########################### */
#menu_haut {
	margin : 110px 0 0 30px;
	width: 1010px;
	height: 40px;
	text-decoration: none;
	color: #bbb;
	text-align: left;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#menu_haut a {
	text-decoration: none;
	color: #FFF;
	
}
#menu_haut a:hover {
	text-decoration: none;
	color: #990000;
