@charset "utf-8";
/* CSS Document */

body {
	background-color:#00170D;
}

#edito { /* Edito de l'accueil */
	margin:1em auto;
	padding:10px;
	background-color:#DCD5CD;
	width:780px;
	color:#000;
	text-align:justify;
}

#edito h2 {
	font-size:1.32em;
}

#edito a {
	color:#000;
	text-decoration:none;
	border-bottom:#000 dashed 1px;
}

#edito img {
	border:0;
}

#logo {
	float:left;
	margin:0 10px 0 0;
}

.centrer {
	text-align:center;
}

#partenaires a {
	border:0;
}
