/* -------------
	HTML / BODY
--------------- */
/* COULEURS
bleu gris : #343D4C
violet : #841354
vert : #4B8424
vert clair : #9BBB59
gris claire : #DDDDDD

*/
html {
	font : 75%/1.5em Verdana, Arial, Helvetica, sans-serif;
	color : black;
	background : #EAF1FB;
	letter-spacing: 0.5px;
}

body {
	margin : 0;
	padding : 0;
}

a {
	text-decoration : none;
}

a:visited, a:link, a:active {
	
}

/* --------------
	Tete de page
---------------- */
#header {
	height : 100px;
	width : 1000px;
	color : #ffffff;
	margin : 0 auto 0 auto;
	background-color: #9BBB59;
	border-bottom:5px solid #841354;
	box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.25);
}

#header a, #header a:link, #header a:hover, #header a:visited {
    color: white;
    font-weight: bold;
    text-decoration: none;
	margin-top: 10px;
	margin-left: 10px;
}

#logoheader {
	position: absolute;
	width : 100px;
	padding-top: 10px;
}

#imageheader {
	width : 890px;
	padding-top: 11px;
	margin-left: 110px;
}

h1{
	font-size:16px;
	margin-top: 10px;
	margin-left: 10px;
	color: #000000;
}

/* -------------
	Contenu
---------------- */
#page {
	margin: auto;
	padding-bottom: 5px;
    width: 1000px;
    background-color: white;
	box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.25);
}

#fil_ariane {
	margin-left : 10px;
	margin-top: 0;
	margin-bottom : 10px;
	padding-top: 10px;
	color: black;
}

#fil_ariane a{
	color: #841354;
}

#content {
	float: left;
	width: 600px;
}

.titre_block{
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 10px;
	color: #4B8424;
	font-size: 1.75em;
	text-transform: uppercase;
}

.block {
	margin: 0 5px 10px 5px;
	padding: 5px;
	background-color: #ffffff;
	background-repeat:repeat-x;
	border: 1px solid #dddddd;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
}

#descriptif {
	min-height : 150px;
	text-align: justify;
}

/* --- Rubriques --- */
h2 a{
	color: #343D4C;
}

h2 a:hover {
	text-decoration:underline;
}

.categorie {
	border-top: 1px solid #DDDDDD;
}

.categorie img {
	padding-top: 15px;
	position: absolute;
	width: 30px;
}

.categorie a{
	font-size: 15px;
	margin-left: 50px;
}

/* --- Mini Fiches --- */
.mini_fiche {
	padding: 0 0 0 0;
	min-height: 135px;
	color: black;
	border:1px none black;	/* TEMPORAIRE */    /* PASSER EN NONE */
}

.mini_fiche_title a {
	color: #4B8424;
	font-size: 1.5em;
	text-transform: uppercase;
}

.mini_fiche_title img {
	width: 16px;
	text-decoration : none;
}

.mini_cat a {
	color: #125484;
	font-size: 1em;
}

.mini_lieu_fiche, .mini_lieu_fiche a{
	font-size: 1em;
	color: #841354;
	text-transform: uppercase;
}

.mini_lieu_fiche a:hover {
	text-decoration: underline;
}

.mini_desc_fiche {
	min-height: 100px;
	border:1px none black;	/* TEMPORAIRE */    /* PASSER EN NONE */
}

.mini_desc_fiche p{
	color: black;
	margin-top: 0px;
	margin-left: 105px;
}

.mini_desc_fiche img {
	position: absolute;
	width: 95px;
}

.mini_fiche:hover {
	background: #E0FFE0 url('') ;
}

/* --------------
	  Fiche
----------------- */
#titre_fiche {
	text-transform: uppercase;
	margin-top: 5px;
	margin-left: 10px;
	font-size: 1.75em;
	color: #4B8424;
}

#titre_fiche img {
	width: 30px;
}

#cat_fiche a {
	margin-left: 10px;
	font-size: 1.25em;
	text-transform: uppercase;
	color: #125484;
}

#lieu_fiche {
	color: #969696;
}

#image_fiche {
	position: absolute;
	margin-top: 5px;
	max-width: 295px; 
}

#coordonnees_fiche {
	margin-left: 300px;
	min-height: 250px;
	width: 283px;
}

#titre_coord_fiche {
	margin-left: 5px;
	color: #4B8424;
	font-weight: bold;
	font-size: 14px;
}

#coordonnees_fiche img{
	width: 16px;
	padding-right: 5px;
}

#adresse_fiche {
	height: 60px;
	margin-left: 5px;
}

#rue_fiche {
	font-size: 0.85em;
	text-transform: uppercase;
}

#ville_fiche {
	position: absolute;
	margin-top: 20px;
	font-size: 0.85em;
	text-transform: uppercase;
}

.coord_fiche {
	margin-top: 5px;
	margin-left: 5px;
}

.coord_f{
	font-size: 0.85em;
}

.coord_f a{
	color: #841354;
	font-size: 0.85em;
}

#informations_fiche {
	margin-top: 10px;
	min-height: 150px;
}

.titre_info_fiche {
	color: #4B8424;
	font-size: 1.25em;
	text-transform: uppercase;
}

#info_comp_fiche {
	margin: 10px 5px 0px 5px;
	padding-bottom: 25px;
	font-size: 9px;
	font-style: italic;
	letter-spacing: 0.15px;
	line-height: normal;
	border-top: 1px solid #4B8424;
}
/* --------------
	liste departement
----------------- */
#departement {
	clear: both;
	padding-left: 8px;
	padding-bottom: 10px;
	font-size: 9px;
}

#departement a {
	color: #969696;
}

#departement a:hover {
	color: #841354;
	text-transform: uppercase;
}

#departement:after {
	display: block;
	content: "";
	clear: both;
}

.depts_list {
	float: left;
	width: 248px;
}

.dep_l {
	/*padding: 0 10px 0 10px;*/
}

/* --------------
	Menu Droite
----------------- */
#sidebar {
	margin-left : 600px;
	width : 400px;
}

#sidebar:after {
	display: block;
	content: "";
	clear: both;
}

#publicite {
	width: 336px;
	margin : 0px auto 0 auto; /* HAUT GAUCHE BAS DROITE */
}

#francemap {
	margin: 0 auto;
	width: 200px;
	height: 200px;
}

.cat_sidebar {
	max-height: 22px;
}

.cat_sidebar img {
	position: absolute;
	width: 20px;
}

.cat_sidebar h2{
	font-size: 1.25em;
	font-weight: normal;
	margin-left: 30px;
}

/* --------------
	  CONTACT
----------------- */
form {
	min-height: 300px;
}

.form_champ {
	clear: both;
	min-height: 30px;
}

.champ_valid {
	display: none;
	float: left;
	margin-left: 5px;
	width: 30px;
	height: 30px;
}

label {
	width: 180px;
	float : left;	
}

input {
	float : left;
}

input[type=submit] {
	border:1px solid #cccccc;
}

textarea {
	float: left;
}

#advert {
	color: red;
	font-style: italic;
}

#bouton {
	margin-left: 350px;
	padding-bottom: 20px;
}

#envoyer_msg {
	clear: both;
	color: red;
}

/* --------------
	Bouton Scroll
----------------- */
.scroll {
	float:right;
	width: 100px;
	position: fixed;
	bottom:50px;
	margin-left: 940px;
	font-family:Gerogia;
	font-size:50px;
}
.scroll a {
	display: block;
	background: #9BBB59;
	height: 35px;
	width: 50px;
	border-radius:3px;
	color:#FFF;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	cursor:pointer;
	text-decoration:none;
	opacity: 0.8;
}

/* --------------
	Pied de page
----------------- */
#footer {
	margin: 0 auto;
	padding-top: 10px;
	clear: both;
	width : 1000px;
    height : 30px;
    color : white;
    text-align:center;
	background-color: #9BBB59;
	border-top:5px solid #841354;
	box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.25);
}

#footer a {
	color : #000000;
}