html {
padding-bottom: 10px; 
text-align: center;
color: white;
background-image: url("images/background.jpg");
background-repeat: repeat;
background-color: #FFD99B;
}
body {
width: 756px;
text-align: left;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
line-height: 15px;
font-style: normal;
margin: auto;
}
/* Header */
#header {
width: 756px;
height: 176px;
background-color: #FFD99B;
background-image: url("images/01.jpg");
background-repeat: no-repeat;
background-position: left;
}
/* Logo */
#logo {
width: 502px;
height: 176px;
background-color: #FFD99B;
background-image: url("images/logo.jpg");
background-repeat: no-repeat;
float: right;
}
/* Colonne Gauche */
#gauche {
width: 181px;
height: 316px;
float: left;
background-color: #FFD99B;
background-image: url("images/02.jpg");
background-repeat: no-repeat;
/* top right bottom left */
padding: 0 13px 0 60px;
font-size: 11px;
}
/* Menu Gauche */
#gauche ul {
/* top right bottom left */
margin: 0 0 0 10px;
padding: 0;
}
#gauche li{
font-family: Arial, Helvetica, sans-serif; 
font-weight: bold;
list-style-type: square;
line-height: 21px;
font-size: 12px;
}
/* Liens Menu Gauche */
#gauche li a:link, #gauche li a:visited {
color: #FFD99B;
background-color: transparent;
text-decoration: none;
margin-left: 0;
}
#gauche li a:active, #gauche li a:hover {
color: white;
background-color: transparent;
font-style: italic;
border-bottom: 3px double #FFC058;
}
/* Titre Colonne Gauche */
#gauche h1 {
font-size: 14px;
font-weight: bold;
/* top right bottom left */
margin: 6px 0 3px 0;
color: #FFC058;
text-decoration: underline;
}
/* Liens Colonne Gauche */
#gauche a:link, #gauche a:visited {
color: white;
font-weight: bold;
background-color: transparent;
text-decoration: underline;
margin-left: 10px;
}
#gauche a:active, #gauche a:hover {
color: #FFD99B;
background-color: transparent;
}
/* Colonne Droite */
#droite {
width: 482px;
float: right;
background-color: #FFD99B;
background-image: url("images/03.jpg");
background-repeat: repeat-y;
color: black;
text-align: justify;
/* top right bottom left */
padding: 0 10px 10px 10px;
}
/* Titre Colonne Droite */
#droite h1 {
height: 21px;
line-height: 21px;
color: #CC0000;
background-color: white;
background-image: url("images/puce.jpg");
background-repeat: no-repeat;
font-size: 16px;
font-weight: bold;
text-indent: 40px;
/* top right bottom left */
margin: 5px 0 5px 0;
}
/* Sous Titre Colonne Droite */
#droite h2 {
color: #258015;
background-color: white;
font-size: 14px;
font-weight: bold;
/* top right bottom left */
margin: 0 0 5px 0;
}
/* Ligne de separation */
.hr {
width: 413px;
height: 11px;
margin: 5px auto;
background-image: url("images/hr.jpg");
background-repeat: repeat-x;
border: hidden;
clear: both;
display: block;
}
/* Footer */
#footer {
width: 502px;
height: 17px;
background-color: #FFD99B;
background-image: url("images/04.jpg");
background-repeat: no-repeat;
color: black;
font-size: 10px;
text-align: center;
text-decoration: overline;
float: right;
}
/* Liens Normaux */
a:link, a:visited {
color: #CC0000;
background-color: transparent;
text-decoration: none;
}
a:active, a:hover {
color: black;
background-color: transparent;
}



