div#page {
	/*background-image: url(img/page_accueil.png);*/ padding-bottom:5px; margin-bottom:10px;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 11px -1px rgba(0,0,0,0.75);
}

div#menu {
	/*background: #8d0e57;*/
	backgroud:#8d0e57;
	/* background: #8d7d74; */
}

div#contenu_deco {
	/* width: 730px; */
}

div#navigation {
	/* margin-left: 20px; */
	/* width: 200px; */
}

div#vous_etes,
div#acces_rapides,
div#infos_pratiques,  
div#acces {
	margin-bottom:30px;
}

div#vous_etes h3,
div#acces_rapides h3,
div#infos_pratiques h3,
div#acces h3 {
	/*color: #8d0e57;*/ color:var(--main-gris);
	font-size: 150%;
	margin: 10px 0 5px 0;
	/*! background: url(img/style1_titre.png) no-repeat 0 3px; */
	padding: 0 0 2px 1px;
	/*border-bottom: 1px solid #8d0e57;*/ border-bottom: 1px solid var(--main-grisf);
}
 #espaces_dedies h3{
 	color:var(--main-gris);
	font-size: 150%;
	margin: 20px 0 5px 0;
	padding: 0 0 2px 1px;
	border-bottom: 1px solid var(--main-grisf);
 }

/* div#vous_etes ul {
margin-left: 150px;
}*/
div#vous_etes ul,
div#acces_rapides ul,
div#infos_pratiques ul {
	margin-top: 7px;
}

div#acces ul {
	margin-top: 7px;
	list-style: none;
}

div#acces img {
	vertical-align:middle;
	margin-right:10px;
}

div#vous_etes li,
div#acces_rapides li,
div#infos_pratiques li {
	/*! background: url(img/lire_la_suite.png) no-repeat 0 0.4em; */
	line-height: 150%;
	list-style-type: none;
	/*padding-left: 13px;*/padding : 5px 0;
	list-style: none;
}

/*div#vous_etes ul li::before,
div#acces_rapides ul li::before,
div#infos_pratiques ul li::before {
  content: "\25A0"; 
  color: black; 
  font-weight: bold;
  display: inline-block; 
  width: 2em; 
  margin-left: .1em;
}*/

div#connexion h3 {
font-size: 1.57em;
margin: 0.5em 0 1em 0;
background: url(img/style1_titre.png) no-repeat 0 0;
padding: 0 0 0.2em 25px;
border-bottom: 1px solid #a3a3a3;
}

div#contenu_avec_encadres{
width: 489px;
margin-top: 20px;
}

/*div#contenu_sans_nav_sans_encadres{width: 730px !important;margin-top: 0px;padding-top: 0;padding: 0;}*/
div#contenu_sans_nav_sans_encadres{margin-top: 0px;padding-top: 0;padding: 0;}
div#contenu_sans_nav_sans_encadres div.derniere_colonne div.style1 div.style1_contenu {
	margin-top:9px;
	}
div.style2 h3{
color: #8d7d74;
text-transform: uppercase;
font-size: 1.4em;
background: #efefef url(img/style2_titre_acc.png) no-repeat 10px 4px;
border-bottom: 2px solid #8d7d74;
margin: 0;
padding: 0.3em 0.5em 0.3em 25px;
}
/* POUR RESPONSIVE */
@media screen and (min-width:1021px){
	div#contenu_sans_nav_sans_encadres{width: 730px;}
}
