/* CSS Document */
body {
    font-family: Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
    width:100%;
}
.main {
    width:100%;
    height:100%;
    text-align:center;
    
}

.corp{
    width:90%;
    margin-left:auto; /* permet de centrer le corps*/
    margin-right:auto; /* permet de centrer le corps*/
    text-align:left;
}
.corp img{
    float:left;
    display:inline;
}

.banniere h1 {
    padding-top:10px;
}
.banniere img{
    border:0;
}

.clearer{
    clear:both;
}

.titre {
    text-align: center;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 1em;
}

.menu {
    width:20%;
    float:left;
    background-color:#7893CA;
    padding:0;
}

/* hide from IE mac \*/
html>body .menu {
    width : 12em; /* ACCESSIBILITE: permet de faire passer #content sous #navigation quand la taille des police est agrandie */
    min-width: 15%;
}

.menu a{
    color: yellow;
    font-weight: bold;
}

.menu ul{
    list-style-image : url("../images/carre_vert.gif");
    
}

.menu li{
    margin-top:5px;
    margin-bottom:5px;
}
.menu .sub {
    list-style:circle;
    padding:0;
    margin-left: 10px;  
}
.sub a{
    color:white;
    font-size:0.8em;
} 


.menu p{
    color:white;
    margin-top:5px;
}

.menu .active{
    color: yellow;
    list-style-image: url("../images/puce_j.gif");
    font-weight:bold;
}

.subactive{
    font-size:0.8em;
    list-style-image: url("../images/puce_j.gif");
    font-weight:bold;
    color:white;
}

.menutitre {
    color:white;
    font-weight: bold;
    font-size: 0.8em;
    background-color: #485BA2;
    text-align: center;
    margin-top:10px;
    padding:0;
    width:100%;
        
}

.content{
    width:75%;
    float:right;
    padding-left:10px;
}

.entetebleue{
    background-color:#7893CA;
    width:100%; 
    padding: 2px;       
}


.illustrentete{
    background-color:white;
    width:30%;
    float:left;
    padding-top:30px;
    padding-bottom:50px;
}

.illustrentete img{
    margin-top:auto;
    margin-bottom:auto;
}

.textentete{
    color:white;
    text-align:center;
    width:70%;
    float:right;
}

.textentete a{
    color: yellow;
    font-weight: bold;
    height:auto;
}

.breve img{
    float:right;
    margin:5px;
}

.footer{
    width:100%;
}

.navbas {
    text-align: center;
    font-size: 0.8em;    
}

.validators {
    text-align: center;
}
.validators img{
    border:0;
    
}

.maj{
    color:red;
    font-size:x-small;
}

.gras{
    font-weight: bold;
}

.italic{
    font-style:italic;
}

.small{
    font-size:small;
}
.rouge{
    color:red;
}

.underline{
 text-decoration:underline;
}

li.fleche{
    list-style-image: url("../images/puce_b.gif");
}

h1{
    text-align:center;
    color:#0000C6;
}

h2 {
    font-size: 1.4em;
}
h3 {
    font-size: 1.3em;
}

.pixel{
    text-decoration:none;
    border:0;
}

table{
     text-align:left;
     width:80%;
     border:1px solid #7893CA;
}
td ,th {
   padding:15px 5px 5px 5px;
   border:1px solid #7893CA;
   vertical-align:top;
}


