@charset "utf-8";
/* CSS Document */
* {margin:0;padding:0}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0em;
	color: #FFF;
	background-color: #00B7DE;
	background-image: url(../images/fond.jpg);
	background-repeat: repeat-x;
}
#ecdq_entete {
	background-color: #6E6E6E;
	background-image: url(../images/ecdq_fond.png);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
}
#ecdq_logo {
	padding: .5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#ecdq_logo:hover {
	padding: .5em;
	background-color: #676767;
}
.img-center {
	text-align: center;
	display: block;
	margin: auto;
}
.notes {
	font-size: 80%;
	color: #C1F4FF;
	margin-top: .25em;
}
a { color: #FECD23; 
}
a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #00252B;
}
br {
	clear: both;
}
#corps ul { margin-left: 1em; }

li { 
}
#menu {
	list-style-type: none;
	text-align: right;
	color: #004451;
	padding: .5em;
}
#menu li {
	display: inline;
	margin: 0em;
	padding: 0px;
}
#menu a {
	padding: 0.5em;
	color: #00C1E6;
	text-decoration: underline;
}
#menu a:hover {
	background-color: #FFF;
	padding: 0.5em;
	color: #03242B;
	text-decoration: none;
}
#logo {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#tete {
	padding: 2em;
	max-width: 750px;
	margin: auto;
	width: 80%;
	font-size: 75%;
	height: 250px;
	background-image: url(../../images/ouverture_tete.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#corps {
	margin: auto;
	max-width: 700px;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
}
#pied {
	padding: 2em;
	max-width: 750px;
	margin: auto;
	width: 80%;
	font-size: 75%;
}
#pied hr {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5em;
}
h1 {
	color: #FECD23;
	clear: both;
	padding-top: 1em;
	padding-bottom: .5em;
	font-size: 250%;
}
h1 .fil-ariane {
	font-size: 45%;
	font-weight: normal;
}
h2 {
	color: #FECD23;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.25em;
	font-size: 150%;
}
h3 {
	font-size: 105%;
	font-weight: bold;
	margin-top: 1em;
}
hr.notes {
	margin-top: 1em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sansmarges { margin-top: 0px; 
}
.bordure-blanche { border: 5px solid #FFF; }
.img-left {
	float: left;
	margin-right: .5em;
	margin-bottom: .5em;
}
.rouge { color: #F00; }
.clearboth { clear: both; }
