/* 
    Document   : StyleSaepe
    Created on : 25 janv. 2010, 13:11:06
    Author     : Didier

    Description:
    lié à mise en forme Saepe
*/

/* 
    Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#pieddepage {
    background-color: #f8f8f8;
    float: left;
    z-index:1;
    font-size:10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #999999;
    /*text-align: right;*/
    height: 20px;
    /*  padding:0.2em 80%;
      padding-top:30px;
      padding-bottom:30px;
      padding-right:50px;
      padding-left:50px;*/
    width:100%;
}

#pieddepage a {
    color: #999999;
}

/* pour les pages avec contenu type News */
#container_sn{
    margin: 0 auto;
    width: 900px;
    text-align: center;
}

#content_sn{
    width: 600px;
    border: 1px solid #d1d1d1;
    padding: 15px;
    background: #f8f8f8;
    margin: 50px auto;
    float: left;
    clear: both;

     /* Fonctionne seulement avec browser compatible CCS3
   The Prefixes:
               -moz (e.g. -moz-border-radius) works in FireFox.
               -webkit (e.g. -webkit-border-radius) works in Safari & Google Chrome. */
    border: 5px solid #c4c8cc;
    -moz-box-shadow: 5px 5px 7px #888;
    -moz-border-radius-bottomright: 15px;
    -webkit-box-shadow: 5px 5px 7px #888;
    -webkit-border-bottom-right-radius: 15px;
}

#content_sn h3 {
    color: #2068bd;
    text-align: left;
    margin: 10px auto;
}

#content_sn h2 {
    color: #2068bd;
    text-align: left;
    margin: 10px auto;
}

#content_sn h1 {
    color: #2068bd;
    text-align: left;
    margin: 10px auto;
}

#content_sn p {
    color: #000000;
    text-align: justify;
}

#content_sn ul {
    list-style-type: circle;
    color: #2068bd;
    text-align: justify;
}

#content_sn li {
    color: #2068bd;
    text-align: justify;
}

#listing_sn {
    text-align: justify;
    color: #3b5367;
   
}

#enveloppe {
    width: 100%;
     background: #f8f8f8;
}

#enveloppe_barre {
    width:100%;
    margin:0;
    padding:0;
    /*background:#c8d6e1;*/
    color:#000000;
    height:10px;
    overflow:hidden;
    position:relative;
    z-index:9000;
    clear:both;
}

.blochautdepage {width:720px;height:40px;float:right;margin:0 0 0 0;}

#hautdepage {width:960px;margin:0 auto;position:relative;}


#enveloppe_barre h3 {
    color:#e6dcda;
}

h1.logo {
    text-indent:-2em;
    color:#2068bd;
}

