/* adf.css - 25 I 2009 - Michel CARTEREAU */

body {
	background-color : White;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 2em;
}
div#haut img {
	margin-right: 2em;
	margin-bottom: 2em;
}
strong {
	color: Green;
}
a {
	color : Green;
}
a:hover {
	text-decoration: none;
	background-color: #EEFDEF;
}
a img {
	border: 0;
}
h1, h2, h3 {
	color : Green;
}
h1 {
	font-size: 130%;
}
h2 {
	font-size: 120%;
	font-weight: normal;
}
h3 {
	font-size: 110%;
	font-weight: normal;
}
a.annonce:link,  a.annonce:visited {
    color: White;
    background-color : Green;
}
address {
	text-align : left;
	font-size : smaller;
}

li {
	line-height: 150%;
}
.centre {
	text-align: center;
}
.entete-accueil {
	text-align: center;
}

.pied-accueil, address {
	text-align: center;
	font-size: smaller;
	border-top: thin dotted;
	padding-top: 10px;
}
.credit {
	font-size: x-small;
}
.inc-gauche {
	float: left;
	margin: 0.5em;
}
.inc-droite {
	float: right;
	margin: 0.5em;
}
.libre {
	clear: both;
}
.latin {
	font-style: italic;
}

/* FIN */

