/* 
    Document   : webatele
    Created on : 20 sept. 2011, 20:35:39
    Author     : bruno
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#logo{
    width: 110px;
    height: 100px;
    position: absolute;
    top:10px;
    left: 30px;
   /* background: url(webatele_small.png) no-repeat;*/
}

#logo a img{
    margin: 0px;
    border-style: none;
}



h1{
    font-size: xx-large;
}
h1 q {
    display: block;
    font-size: small;
}

#en_tete{
    text-align: center;
    margin-left: 140px;
    height: 100px;
    margin-top: auto;
    margin-bottom: auto;

}
#menu {
    display: none;
    width: 1%;
    float: left;
    background-color: #675B5B;
    color: #FFEBEB;
    min-height: 80%;
}

.sous_menu {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 20px;
    padding: 4px;
    border : 2px dotted #FFEBEB;
}

.sous_menu a {
    visibility: hidden;
    text-decoration: none;
    color: #FD9E9E;
    font-weight: bolder;
}
.sous_menu a:hover {
    text-decoration: underline;
}
.sous_menu p {
    margin-top: 0px;
    margin-bottom: 0px;
}

#corps{
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: justify;
}


#corps h2 {
    margin: 4px 0px 2px 0px;
    padding: 0px;
    text-align: center;
    color: #675B5B;
    text-decoration: underline;
}
#corps h3 {
    text-align: center;
    text-decoration: underline;
}

#corps h4 {
    margin-left: 8px;
}


#corps img {
    text-align: center;
    display: block;
    margin: 0 auto;
    page-break-inside: avoid;
}

#pied_de_page{
    clear: left;
    margin-top: 0px;
    padding: 10px;
    text-align: right;
}



blockquote {
    text-align: center;
    font-style: italic;
    font-weight: bold;
}

.printHidden {
    display: none;
}

p.author{
    margin-right: 32px;
    text-align: right;
    font-style: italic;
    text-decoration: underline;
}