/* -----  DESIGN ----- */
* {
margin : 0;
padding : 0;
}
body {
font-family : Arial, Helvetica, Verdana;
font-size : 0.8em;
color : #515151;
background-color : #FFFFFF;
background-image : url(../image/design/background.gif);
background-repeat : repeat-x;
}
table {
border-collapse : collapse;
border-spacing : 0;
}
div.page {
text-align : center;
}
div.pagecentre {
margin-top : 10px;
margin-bottom : 10px;
margin-left : auto;
margin-right : auto;
width : 698px;
text-align : left;
background-color : #FFFFFF;
border-left : 1px solid #B5B5B5;
border-right : 1px solid #B5B5B5;
border-bottom : 1px solid #B5B5B5;
}
div#divcopyright {
width : 698px;
height : 33px;
padding-top : 5px;
border-top : 1px solid #E2E2E2;
text-align : center;
font-size : 10px;
color : #848484;
background-image : url(../image/design/bg_copyright.gif);
}
div#divcopyright a{
color : #848484;
}
div#divcontenu {
width : 688px;
padding : 15px 5px;
text-align : justify;
}
span#spancomment {
text-align : left;
}

/* -----  DIVERS ----- */

.underline {
text-decoration : underline;
}
.sup {
vertical-align: super;
font-size: 50%;
}
ul {
list-style-position : outside;
list-style-image : url(../image/design/puce_bleu.gif);
padding-left:20px;
}
.bordure {
border-style : solid;
border-width : 1px;
border-color : #B5B5B5;
}
a img {
border : none;
}
.orange, h1, h2, h3, .titre {
color : #F39219;
}
.vert, a {
color : #278026;
}
.titre {
font-size : 1.3em;
font-weight : bold;
}
h2.noir {
color : #515151;
font-weight:normal;
}
h1 {
font-size : 1.3em;
font-weight : bold;
}
h2 {
font-size : 1em;
font-weight : bold;
}
h3 {
font-size : 1em;
font-weight : normal;
}
.small1 a{
font-size : 0.92em;
}
.small1 {
font-size : 0.9em;
}
.small2 {
font-size : 0.8em;
}