body
{
width:760px;
background: #ffffff url("../images/background.jpg") no-repeat fixed bottom right;
margin: auto;
margin-top:25px;
}

p
{
font-size: medium;
font-family: "comic sans ms", "Arial Black";
text-align: justify;
}

h3, h5
{
text-align:center;
}

#en_tete
{
height:60px;
width:468px;
border: 2px outset blue;
background-image:url("../images/banniere.png");
background-repeat:no-repeat;
margin:auto;
}

#menu
{
width: 200px;
height: 500px;
font-family: "comic sans ms";
float: left;
list-style-image:url("../images/liste.png");
}
.elementmenu
{
overflow: auto;
margin: 20px;
padding-top:40px;
background: url("../images/bloc_note.png") top left no-repeat;
}



#corps
{
margin-left: 320px;
padding: 12px;
}
.datenews
{
font-size: 12px;
}

caption
{
margin: auto;
font-size: 16px;

}
table
{
margin: auto;
border: 2px outset green;
border-collapse: collapse;
}
th
{
text-align: center;
font-family: "comic sans ms", serif;
font-size: 14px;
border: 1px solid black;
}
td
{
border: 1px solid black;
padding: 5px;
}

a
{
text-decoration:none;
color: green;
}
a:hover
{
text-decoration: underline;
color: #b8e6ac;
}
a:active, a:focus
{
background-color: #FFCC66;
}
a img
{
border: none;
}
td a
{
font-weight:bold;
}
