body
{
width: 980px;
font-family: "trebuchet MS", Arial, serif;
font-size: 0.90em;
background: url("../images/fond_body.jpg") repeat-y;
margin: auto;
}
/* L'en-tête */
#header
{
width: 513px;
height: 128px;
background: url("../images/banniere2.png") no-repeat;
margin: auto;
margin-bottom: 20px;
}
#zone_haut
{
width: 980px;
height: 30px;
border-top: 1px #848686 dashed;
border-bottom: 1px #848686 dashed;
text-align: center;
font-weight: bold;
background-color: #f4f9fd;
}
/* Le menu */

#menu
{
float: left;
width: 129px;
vertical-align: top;
}
.haut_menu
{
width: 129px;
height: 26px;
background: url("../images/titre_menu.png") no-repeat;
text-align: center;
color: white;
font-weight: bold;
margin-top: 20px;
}
.haut_menu p
{
padding-top: 3px;
}
.contenu_menu
{
border-left: 1px #848686 solid;
border-bottom: 1px #848686 solid;
border-right: 1px #848686 solid;
width: 123px;
background-image: url("../images/fond_menu.png");
background-repeat: no-repeat;
background-color: #cdd1d4;
text-align: center;
padding: 2px;
}
.contenu_menu a
{
color: #ab0007;
text-decoration: none;
}
.contenu_menu a:hover
{
text-decoration: underline;
}
/* Le corps de la page */
#corps
{
width: 810px;
vertical-align: top;
padding: 10px;
margin-left: 135px;
vertical-align: top;
margin-top: 0px;
}
#contenu
{
border: 1px #848686 solid;
padding: 10px;
background-image: url("../images/fond.jpg");
background-repeat: no-repeat;
background-color: #f4f9fd;
width: 800px;
list-style-image: url("../images/puce_liens.gif");
}
li
{
padding: 5px;
}
a img
{
border: none;
}
#contenu h1, #contenu h2
{
text-align: center;
color: #2C485C;
}
#contenu h4
{
color: black;
margin-left: 20px;
font-style: italic;
}
#contenu a
{
color: #ab0007;
text-decoration: underline;
}
#contenu a:hover
{
text-decoration: none;
}
#contenu table
{
margin: auto;
border: 2px solid #2C485C;
border-collapse: collapse;
}
#contenu th, #contenu td
{
border: 1px solid #2C485C;
text-align: center;
padding: 5px;
}
#contenu th
{
background-image: url("../images/titre_news.png");
background-repeat: no-repeat;
background-color: #bcddee;
}
#contenu tr
{
background-image: url("../images/fond_tr.png");
background-repeat: repeat-x;
background-color: #e5f2f9;
}
.souligne
{
text-decoration: underline;
}
.italique
{
font-style: italic;
}
.center
{
text-align: center;
}
/*FOOTER*/
#footer
{
background-color: #f4f9fd;
border: 1px solid black;
padding: 10px;
text-align: center;
font-size : 0.75em;
vertical-align: top;
}
#footer a
{
color: #008000;
text-decoration: underline;
}
#footer a:hover
{
text-decoration: none;
}
