
BODY  {
    background: #FFFFFF;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    margin-top: 2px; 
    margin-left: 2px; 
    margin-right: 2px; 
    margin-bottom: 2px;
    min-width:1024px;
}


#entete {
    width: 100%;
    background: #FFFFFF;
}

#image_invs {
    float: left;
    height: 90px;
    border: 0;
    margin-left: 2px;
    margin-top: 2px;
}

#image_francecoag {
    float: right;
    border: 0;
}

.image_drapeau {
    vertical-align:middle;
    border:none;
    
}

#bandeau_haut {
    clear: both;
    height: 20px;
    width: 100%;
    background: #2C6095;
}

#bandeau_haut p {
    text-align: right;
    padding-top: 3px;
}

#bandeau_haut .logout {
    font-style: italic;
    font-weight: bold;
	text-decoration:none;
    color: #85E8FF;
    padding-left: 5px;
    padding-right: 5px;
}

#bandeau_haut .nom_utilisateur {
    
    font-weight: bold;
    color: #FFFFFF;
    padding-right: 5px;
}

#bandeau_bas {
    height: 12px;
    width: 100%;
    border:0px;
    margin:0px;
    background: silver;
    clear: both;
    background: #2C6095;
    color: #FFFFFF;

}

#menu, #corps {
    overflow:hidden;
    display:block;
}


#menu_et_corps {
  background-color:#DDE8F4;
  /*background-image: url(../images/trame_menu.png);
  background-attachment: scroll;
  background-position: -15px;
  background-repeat: repeat-y;*/
}

#menu {
    background:#DDE8F4 none repeat scroll 0 0;
    float:left;
    width: 180px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom: 10px;  
}

.titre-menu{
    font:bold 13px Verdana, Helvetica, sans-serif;
    color:#E90118; 
    background:transparent none repeat scroll 0%;
    font-style:normal;
    font-variant:normal;
    line-height:normal;
    text-decoration:none;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

#langue-anglais, #langue {
	padding-bottom: 10px;
}

#corps {
    display:block;
    background-color:white;
    padding: 5px;
    margin-left:0px;
    margin-right:0px;
}

.menu {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 10px;
    margin-bottom:5px;
    padding: 0px;
    color:#183152;
}

#menu A {
    color: #183152; 
    text-decoration: none;
    font-weight: bold;
}

#menu A:hover {
    color: #E90118;	
	} 
	
.menu li {
    margin-bottom: 3px;
}

.ligne_separatrice {
    height:1px;
    width:95%;
    color:silver;
}

#pied_de_page {
    background: #FFFFFF;
    height: 10%;
    width: 100%;
    clear: both;
    height:30px;
} 

/* Correctif d'un bug ie6 */
.ext-ie .x-menu-item-icon {left: -24px;}
.ext-strict .x-menu-item-icon {left: 3px;}
.ext-ie6 .x-menu-item-icon {left: -24px;}