
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:yellow;
	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;
}
#haut
{
width: auto;
height: auto;
text-align: top;
margin-top: 10px;
margin-bottom: 1px;
}

#menu {
background: white;
font-size: 0.8em;

}

#menu a:hover {
color: green;
background: yellow;
             
}

#corps
width: auto;
height: auto;

}

.dotted {
border: dotted green;

}

.firstletter:first-letter {
float: left;
font-size: 3em;

}

#bann
{
width: 450px;
height: 70px;
background-image: url("Images/bannieres/banniere.gif");
background-repeat: no-repeat;
margin-top: 10px;
margin-bottom: 1px;

}

#pub_droite
{
width: 200px;
height: auto;
margin-right: 10px;

}

#bas
{
padding: 5px;
clear: both;
text-align: center;
font-size: 0.8em;

}

#traits
{
text:"------------";
text-align:center;

}


