/* ===== STYLE GÉNÉRAL ===== */

* {margin: 0; padding: 0;}

body{

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 0.7em;

color: #000000;

background-color: #C4B560;

background-image:url(../image/design/background.jpg);

background-repeat: repeat-x;

margin: 30px 0px;

}

th{

font-weight: bold;

background-color: #E6E6E6;

}

table{

border-collapse:collapse;

}



/* ===== DIV ===== */

div.page{

text-align: center;

}

div.pagecentre{

margin-left: auto;

margin-right: auto;

padding: 0px;

width: 977px;

text-align: left;

}

img{

border: none;

}



/* ===== STYLE PERSONNALISÉ ===== */

.titre{

font-weight: bold;

color: #004281;

font-size: 1.2em;

}

.titre2{

font-size: 18px;

font-weight: bold;

color: #004281;

font-family: "Times New Roman", Arial, Helvetica, Verdana;

text-decoration: none;

}



/* ===== TAILLE RÉDUITE DE TEXTE ===== */

.small1{

font-size: 10px;

}

.small2{

font-size: 8px;

}



/* ===== LIEN COPYRIGHT ===== */

a.copyright{

font-size: 10px;

color: #777777;

}

a.copyright:hover{

color: #474747;

}



/* ===== LIEN NORMAL ===== */

a{

color: #004281;

}