
body {
background-image : url(../images/background.gif);
background-repeat : repeat;

}
p {
font-size : 15px;
padding : 5px;
font-family: verdana, sans-serif; 
}
a:visited {
   text-decoration:none;
}
a:focus {
   background-color: #FFCC66;
}
a:hover {
   text-decoration: underline;
   color: red;
}
a 
{
   text-decoration: none;
   color: #c47d02;
   font-style: italic;
}

h3{
text-align: center;
}
strong {

text-decoration: underline;
}
table {
width: 90%;
text-align: center;
}
th, td {
text-align:center;
}

.nouveau {
font-size: xx-large;
text-decoration:blink;
color:red;
}
#site {
width : 760px;
margin : auto;
margin-top : 10px;
background-color : #ffffff;
}
#header {
width : 760px;
height : 177px;
background-image : url(../images/header.gif);
}
#menuHautGauche {
width : 293px;
height : 42px;
float : left;
background-color : #ffffff;
border-top : 2px solid #e2af31;
}
#menuHautCentre {
background-image : url(../images/basRuche.gif);
width : 153px;
height : 44px;
float : left;
}
#menuHautDroite {
width : 314px;
height : 42px;
float : right;
background-color : #ffffff;
border-top : 2px solid #e2af31;
}
#menu {
margin : 5px;

height : 5px;
background-image : url(../images/fondscContenus.gif);
background-repeat : repeat;

border : 2px solid #e2af31;
}
#hautMenu {
background-image : url(../images/titres.gif);
background-repeat : repeat-x;
text-align : center;
color : #ffffff;
font-style : italic;
font-weight : bold;
border-bottom : 2px solid #e2af31;
}
#corps {

margin: 5px 5px 10px;
background-image : url(../images/fondscContenus.gif);
background-repeat : repeat;
border : 2px solid #e2af31;

}
#hautCorps {
background-image : url(../images/titres.gif);
background-repeat : repeat-x;
color : #ffffff;
font-style : italic;
font-weight : bold;
border-bottom : 2px solid #e2af31;
padding-left : 10px;
}


#footer {
background-image : url(../images/titres.gif);
background-repeat : repeat-x;
color : #ffffff;
font-style : italic;
font-weight : bold;
border : 2px solid #e2af31;
width : 756px;
margin-left : 0;
clear : both;
}
