/* -----  DESIGN ----- */
* {
margin : 0;
padding : 0;
}
body {
font-family : Arial, Helvetica, Verdana;
font-size : 0.8em;
color : #51311D;
background-color : #686636;
background-image : url(../image/design/bg.jpg);
background-repeat : repeat-x;
}
table {
border-collapse : collapse;
border-spacing : 0;
}
div.page {
width : 747px;
padding-left : 23px;
text-align : left;
background-image : url(../image/design/bg_logo.jpg);
background-repeat : no-repeat;
line-height : 0px;
}
div.entete {
width : 711px;
height : 121px;
text-align : right;
}
td.copyright {
font-size : 0.8em;
color : #51311D;
}

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

.bordure {
border-style : solid;
border-width : 1px;
border-color : #897E5F;
}
ul {
list-style-image : url(../image/design/puce.gif);
list-style-position : outside;
line-height : 1.2em;
margin-left : 30px;
}
li {
padding-bottom : 1.5em;
}
a img {
border : none;
}
.dateeven {
font-size : 12px;
}
h1 {
font-size : 1.2em;
font-weight : bold;
}
h2 {
font-size : 1.1em;
font-weight : bold;
}
h3 {
font-size : 1em;
font-weight : bold;
}
.small1 {
font-size : 0.9em;
}
.small2 {
font-size : 0.8em;
}

/* -----  LIENS ----- */

a {
color : #51311D;
}
td.copyright a {
color : #51311D;
}