/*  Habillage de entete
---------------------------------------------- */
.logo_entete{
	width:1100px;
    height:130px;
	border: solid 0px #514E4E;
}
.entete_menu_deroulant{

margin-top:0px;
margin-left:2px;
	width:1096px;
    height:15px;
      background-color:#E3E4F2;
	border-bottom: solid 1px #1F26AC;
}


#derniere_ediction_box{
	position: absolute;
	top: 52px;
	left: 650px;
   width:450px;
}
.date_edition {
	text-align:right;
font-style: italic;
	font-family: verdana;
	font-size: 12px;
	color:#fff;
	font-weight: bold;
	list-style: none;
	line-height: 1.2em;
margin-bottom:5px;
	border: solid 0px #a0a0a0;
}
.derniere_edition {
	text-align:right;
font-style: italic;
text-transform: uppercase;
	font-family: verdana;
	font-size: 16px;
	color:yellow;
	font-weight: bold;
        letter-spacing: 0.04em;
	line-height: 1.2em;
margin-bottom:5px;
	border: solid 0px #a0a0a0;
}
.soustitre_edition {
	text-align:right;
font-style: italic;
	font-family: verdana;
	font-size: 14px;
	color:#fff;
	font-weight: bold;
letter-spacing: 0.02em;
	line-height: 1.2em;
	border: solid 0px #a0a0a0;
}
/* ----------------------------------------------- */










.menu-haut-tete{
	/*background-color: #A52A2A;*/
	font-size: 11px;
	font-weight: bold;
        letter-spacing: 0.01em;
	color: white;
        font-family: Geneva,Verdana, Arial, Helvetica,sans-serif;
}
/* menu link de en haut */

a.menuhaut_link {
	text-decoration: none;
        display: block;
        font-family: Geneva,Verdana, Arial, Helvetica,sans-serif;
	color: white;
	font-size: 10px;
        font-weight: bold;
}
a:hover.menuhaut_link {
	background: #D9D9D9;
	color: blue;
}

/* les boutons submit et reset */
input {
        background:#D0D0D0;
        font-family: Geneva,Verdana, Arial, Helvetica,sans-serif;
        font-size: 0.75em;
        color:#345071;
        border:1px solid blue;
}
input[type="submit"]{
        background:#0B0889;
        font-size: 0.78em;
        color:white;
        font-weight: bold;
        border:1px solid white;
}
