
body {
        width: 95%;
        font-family: Arial, "Arial Black", "Comic Sans MS", "Courier New", Georgia, Impact, "Times New Roman", "Trebuchet MS", Verdana, "accent sf", serif;
	background-color:white;
	margin:auto;
	
}

h4 
{
     color: blue;
     text-decoration: blink;
     text-shadow: 0px 0px 9px #777;
}
.pointille 
{
border-bottom: 1px dotted;
text-decoration:none;
}

a:link {
       Color:blue;
}
a:visited {
       Color:red;
}
a:hover {
text-transform: uppercase;
font-weight:bold;
background: yellow;
color: blue;
}

#menu {
background: white;
font-size:0.8em;
}

#menu a:hover {
color: green;
background: yellow;
             
}

.dotted {
border: dotted green;

}

.firstletter:first-letter {
float: left;
font-size: 3em;

}

#en_tete
{
width: 450px;
height: 80px;
background-image: url("Images/bannieres/banniere.gif");
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 10px;

}

#pied_de_page
{
padding: 5px;
text-align: center;
font-size: 0.8em;
}

td #menu 
{
border: 1px solid black;
}

