@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	background-color: #dbe6e2;
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
}

* {
	margin:0;
	padding:0;
}

img {
	border: none;
}

a:link, a:visited, a:active {
	color:rgb(102, 102, 204);
	text-decoration: none;
}

a:hover {
	color:rgb(255, 102, 0);
}

#hierarchie {
	text-align: left;
}

#principal.contre-encart {
	border: none;
	float: left;
	width: 70%;
	background-color: #ebf6fd;
	margin: 0;
}

#principal.encart {
	float: right;
	width: 25%;
	height: 100%;
	margin: 0;
	margin-bottom: 1em;
	background-color: #ebf9ff;
}

#principal.cartouche {
	text-align: left;
	padding-left: 15px;
}

#principal.texte {
	text-align: left;
	padding-left: 5px;
}

#haut_de_page.formulaire_recherche input.forml {
	width:auto;
}

.breves {
	background: #FFEAEA;
	border-color: black;
	z-index: 10;
}
.breves .menu-titre {
	background: #FFF2F2;
	z-index: 5;
	border-color: black;
}

.liste-articles {
	padding-left: 25px;
	text-align: left;
	font-size: 0.9em;
}

.infos_persos {
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	color: blue;
}

.explication_rub {
	text-align: left;
	margin-left: 25px;
	margin-top: -25px;
	margin-bottom: 30px;
	font-size: 0.9em;
}

p.spip {
	margin-bottom: 1em;
}

span.textblue {
	color:blue;
}

span.textred {
	color:red;
}

span.textgreen {
	color:#086C1D;
}

span.textorange {
	color:#C95E17;
}
span.texttrad{
	color:#CC3333;
}
span.textbig{
	font-size:150%;
}
span.textcenter{
	float:center;
}

fieldset {
	padding: 10px;
}

legend {
	font-weight: bold;
}

span.mailperso fieldset p {
	text-align: left;
}
