@charset "UTF-8";
@import url(include/structure.css);
@import url(include/contact.css);
@import url(include/plan.css);

body {
	/* fond de la page */
	background:#671c0d;
	color: #222;
}

a.head, a:hover.head {
	/* entete de menu */
	border-bottom: 1px solid #671c0d;
	background-color: #791f0d; 
}

a.detail, a:hover.detail {
	/* menud e second niveau */
	background-color: #8e2510; 
	border-bottom: 1px solid #6a1d0d; 
}

#contenu {
	/* fond de la partie textuelle */
	background-color: #e1d2cf;
	color:#712516;
}

#contenu a, #contenu a:hover {
	color:#712516;
	text-decoration: underline;
}

#contenu a:hover {
	color:black;
}

a.theme, a.theme:hover {
	color: #800033;
}

/* for newsletter */

#newsWrapper .adminmessage{
	width: 540px;
}

#conteneur #informations-massane{
color: #989898;
text-align: center;
font-size: 0.9em;
padding: 35px 0 0 0;
}

#conteneur #informations-massane h1{
color: #c5c5c5;
font-size: 15px;
}

#conteneur #informations-massane a{
color: #bdbdbd;
}