/* ------------------------------------------------------------------------------------
CORPS DE LA PAGE
------------------------------------------------------------------------------------ */
body {
 background:#000000 url(images/motif.jpg) repeat-x;
 color: #999999;
 font: 8pt Arial, sans-serif;
 margin: 0px;
 padding: 0px;
 text-align: center;
 scrollbar-3d-light-color:#999999;
 scrollbar-arrow-color:#cc0000;
 scrollbar-track-color:#151515;
 scrollbar-dark-shadow-color:#000000;
 scrollbar-face-color:#222222;
 scrollbar-highlight-color:#999999;
 scrollbar-shadow-color:#000000;
}


/* ------------------------------------------------------------------------------------
STYLE DES DIVISIONS
------------------------------------------------------------------------------------ */
#base {
 width: 755px;
 background:#222222 url(images/fond.gif) repeat-y;
 color: #999999;
 font: 10pt Arial, sans-serif;
 margin: 10px auto 10px auto;
 padding:0px 0px 0px 0px;
 border: solid 5px #222222;
 height:auto;
}

#copyright {
 background: #222222;
 color: #999999;
 font: 8pt Arial, sans-serif;
 text-align:center;
 margin: 0 auto 0 auto;
 padding: 5px 0px 0px 0px;
 text-align: center;
 border-top: solid 1px #999999;
 width:755px;
 height:15px;
 clear:both;
}

#copyright a{
 font: 8pt Arial, sans-serif;
 color: #cc0000;
 font-weight: bold;
 text-decoration: none;
}
#copyright a:hover{
 font: 8pt Arial, sans-serif;
 color: #ffffff;
 font-weight: bold;
 text-decoration:none;
}
#contenu{
 color: #999999;
 font: 9pt Arial, sans-serif;
 text-align:center;
 padding: 30px 5px 30px 5px;
 text-align: justify;
 float:left;
 width:535px;
 height:auto;
}
#menu{
 padding: 0px 0px 0px 0px;
 text-align: justify;
 width:755px;
 height:350px;
}
#ssmenu{
 color: #999999;
 font: 9pt Arial, sans-serif;
 padding: 30px 5px 30px 5px;
 text-align: left;
 float:right;
 width:190px;
 height:auto;
}
#ssmenu img{
width:25px;
height:25px;
border:2px solid #999999;
margin:0px 7px 7px 0px;
padding:0px;
background:#222222;
}
#ssmenu p{
 font: 9pt Arial, sans-serif;
 color: #999999;
 padding:0px 0px 0px 0px;
 text-decoration:none;
 line-height: 9pt;
 text-align:left;
}
#contenu img{
border:2px solid #999999;
margin:5px 0px 5px 0px;
padding:0px;
background:#222222;
}


/* ------------------------------------------------------------------------------------
STYLE DES POLICES
------------------------------------------------------------------------------------ */


p {
 font: 9pt Arial, sans-serif;
 color: #999999;
 padding-left:10px;
 text-decoration:none;
 line-height: 9pt;
}

a {
 font: 9pt Arial, sans-serif;
 color: #cc0000;
 font-weight: bold;
 text-decoration:none;
}

a:hover {
 font: 9pt Arial, sans-serif;
 color: #ffffff;
 font-weight: bold;
 text-decoration:none;
}

h1 {
 color: #cc0000;
 font: 11pt arial, sans-serif;
 font-weight:bold;
 text-transform:uppercase;
 line-height:10pt;
 text-align:left;
 padding-left:10px;
 margin-bottom:30px;
 border-left:2px solid #666666;
}
b {
 font: 9pt Arial, sans-serif;
 color:#ffffff;
 font-weight:bold;
}