@charset "utf-8";
/* CSS Document */
* {margin:0;padding:0}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0em;
	color: #333;
}
#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;
}

a {
	color: #0073A4;
	text-decoration: none;
}
a:hover {
	color: #00A5EC;
	text-decoration: underline;
}

br {
	clear: both;
}
#corps ul { margin-left: 1em; }
#coordonnees ul { margin-left: 1em; }

li { 
}
#tete {
	text-align: center;
}
#menu {
	list-style-type: none;
	text-align: right;
}
ul#menu { margin-bottom: 2em; 
}

#menu li {
	display: inline;
	margin: 0em;
	padding: 0px;
}

#logo {
	text-align: center;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 2em;
	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;
}
#deco {
	height: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/deco.gif);
	background-repeat: repeat-x;
	clear: both;
}

#corps {
	margin: auto;
	max-width: 700px;
	padding: 2em;
}
#coordonnees{
	color: #333;
	background-color: #F0C002;
	padding: 2em;
}

#don{
	color: #666;
	background-color: #F0C002;
	padding: 2em;
	font-size: 150%;
}

#don div {
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}


#coordonnees div {
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}


#encart {
	color: #FFF;
	padding: 2em;
	text-align: center;
	background-color: #BF3000;
}
#encart ul {
	list-style-type: none;
	padding: 2em;
	margin: 0px;
}
#encart ul li {
	display: inline;
	padding: 0em;
	margin: 0px;
}

#encart a {
	text-decoration: none;
	color: #000;
	font-size: 150%;
	background-image: url(../images/bouton.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #E8E8E8;
	padding: 1em;
}

#encart a:hover {
	background-color: #FFF;
	background-image: none;
}
#imprimer, #logo2 { display: none; }



h1 {
	color: #BF3000;
	font-weight: normal;
	margin-top: 2em;
	margin-bottom: 0.5em;
}
h2 {
	color: #BF3000;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.sansmarges { margin-top: 0px; 
}


.rouge { color: #F00; }
.clearboth { clear: both; }
.notes {
	font-size: 80%;
	margin-top: 1em;
}
.centrer { text-align: center; }

