﻿* { margin : 0; padding : 0; } 
body { background-image : url('../images/fond.gif'); font-family: arial, verdana; }
#wrapper { background-color: white; width: 850px; margin-top: 1%; margin-right: auto; margin-left: auto; margin-bottom: 1%; }
#top { padding: 5px; border-bottom: 2px dotted #CCFFFF; }
#content { padding: 10px; text-indent: 5px; text-align: justify; }
#bottom { text-align: center; padding: 5px; }
h1 { text-align: center; font-family: papyrus, forte, "comic sans ms", arial; font-size: 1.9em; color: blue; }
h2 { text-indent: 14px; margin-top: 10px; font-family: georgia, arial; font-size: 1em; color: blue; }
h3 { margin-bottom: 11px; color: blue; font-size: 1.2em; }
h4 { margin: 10px; color: blue; text-align: center; }
p { font-size: 1em; padding: 4px;}
.fond { background: #0074B7; }
.title { font-family: "comic sans ms"; font-size: 3.1em; padding : 20px; }
.sitael { text-align: right; font-size: 0.7em; margin-top: 15px; border-top: 1px dotted #CCFFFF; }
.center { text-align: center; font-size: 1.2em; }
a:link { color: blue; text-decoration: none; }
a:visited { color: red; text-decoration: none; } 
a:active { color: orange; }
a:hover {
	color: red;
	background: blue;
}
