/* 
    Document   : style
    Created on : 17 août 2009, 10:57:13
    Author     : sebastien caille
    Description:
        Purpose of the stylesheet follows.
*/


body {

    background-image: url(/images/interface/audace_bg.jpg) ;
    background-color: black;
    font-size: 11px;
    font-family: verdana, sans-serif;
    color: #9d9b9c;
    
    /* barre de defilement  (uniquement IE)*/
    scrollbar-arrow-color:#666666;
    scrollbar-track-color:#000000;
    scrollbar-shadow-color:#666666;
    scrollbar-face-color:#000000;
    scrollbar-highlight-color:#666666;
    scrollbar-darkshadow-color:#000000;
    scrollbar-3dlight-color:#000000;
}

/*
pour masquer les images de remplacement flash
*/
.flash-replaced .alt {
display :none;

}
.left{

    float:left;
}
.right{

    float:right;
}

/* Pied de page */

#footer {
        color:#d3d3d3;
        font-weight: bold;
}
#footer  a {
        color:#303030;
        margin-left:30px;
        text-decoration:none;
}

#footer  a:hover {
     color:#d3d3d3;
    text-decoration:underline;;

}

/* Contenu principal */

h1 {
    font-weight:normal;
    font-size:3em;
    color:#666666;
    margin-bottom:10px;
    margin-top:15px;
    margin-left:8px;

}

h1.titre_accueil{
  width:95%;
  text-align:center;
  font-size:2em;
  margin:5px 0;
}
h2 {
    color:#ff6600;
    font-size:1.1em;
    margin: 10px 0px 0px 0px;
    font-style: italic;

}
strong {
    color:#FFFFFF;
    font-weight:normal;
    font-size:1em;
    

}
p{
    margin-top:5px;
    margin-bottom:15px;

}

/* Contenu secondaire */

#secondary_content ul {

margin:0px;
padding:0px;
margin-left:1.5em;
list-style-image: url(/images/interface/puce_orange.gif) ;
}

#secondary_content li{
     margin: 0;
     margin-top:20px;

}
#secondary_content li a{
    color:#ff6600;
    font-size:1.1em;
    margin:0;
    padding:0;
    font-style: italic;
    text-decoration:none;
    display:block;
    width:100%;
   padding-top:1px;
   

}

#secondary_content li a.active{
border-top:1px solid #ff6600;
 padding-top:0px;

}
#secondary_content li a:hover{
border-top:1px solid #ff6600;
 padding-top:0px;

}
#secondary_content p {

    padding:0;
    margin:0;
    margin-bottom:10px;
    color: white;

}

/*
style sur les images
*/
img.shadow {
	border-bottom:2px solid #1E1E1E;
        border-right:2px solid #1E1E1E;
        border-top:1px solid #1E1E1E;
        border-left:1px solid #404040;
}

/*
utilise pour info cnil en dessous des  formulaires
*/
em {
    color:#666666;
    font-size:0.8em;
    display:block;

}

#news {margin: 0px auto; width: 730px;}
#news h2 {margin:0 0 5px 0;}
#news .item .illus {float:left;height:85px;margin-right:5px;}
#news .item .content {height:85px;overflow:auto;}
#news .hidden {display:none;}