body{
	background-color: ivory;
	direction: ltr;
}
/* Menu rubriques haut de page */
#nav {
list-style: none ; /* Suppression des puces */
margin: 0 ; /* Suppression des marges externes */
padding: 0 ; /* Suppression des marges internes */
overflow: hidden ; /* Création du contexte de formatage */
	position: sticky; /*on fige la position des menus*/
	top:0;
}
#nav li {
float: left ;
width: 150px ;
border: 1px solid #600 ; /* Ajout d'une bordure */
margin-right: 1px ;
color: #FFFFFF ; /* Couleur du texte */
background: #1ABC9C ; /* Couleur Arrière-plan */
}
#nav li a {
display: block ;
background: #0966e3 ; /* Couleur Arrière-plan */
color: #FFFFFF ; /* Couleur du texte */
font: 1em "Trebuchet MS",Arial,sans-serif ;
line-height: 1.5em ;
padding: 4px 0 ;
text-align: center ;
text-decoration: none ;
}
#nav li a:hover, #nav li a:focus, #nav li a:active {
background: #ed2794 ; /* Couleur Arrière-plan */
text-decoration: none ;
}
/* FIN Menu rubriques haut de page */
#feuille { width: 90%;
margin-left: 5%;
background-color: ivory;
}
#en_tete {
height: 150px;
background-image: url(images/image_haut_de_page_new.jpg);
background-position: left top;
}
#corps { margin-left: 50px;
}
#moncadre { border: 2px solid rgb(148, 158, 158);
padding: 3px; 
height: 151px; width: 210px;
position : absolute;
margin-top : 20px;
margin-left : 500px; 
background-color: rgb(240, 248, 248);
-moz-border-radius-topleft: 10px; 
-moz-border-radius-topright: 10px; 
-moz-border-radius-bottomright: 10px; 
-moz-border-radius-bottomleft: 10px;>
}
#meteo{ 
margin-left : 40px
}
#pied_de_page { clear: left;
background-color: rgb(153, 255, 255);
text-align: center;
}
h1 { font-weight: bold;
color: #0404B4;
font-size: xx-large;
text-align: center;
font-family: Calibri
text-decoration: underline;
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
h2 {
font-weight: bold;
color: #0404B4;
text-align: left;
font-size: x-large;
font-family: Calibri;
}
h3 {   text-align: center;
font-family: Calibri;
background-color: rgb(204, 204, 255);
font-size: large;
color: #0404B4;
}
h4 { font-family: Calibri;
text-align: left;
color: rgb(255, 0, 0);
font-size: large;
text-decoration: underline;
}
h5 { font-weight: bold;
background-color: rgb(204, 255, 255);
font-size: medium;
font-family: Calibri;
}
h6 { color: rgb(255, 102, 0);
font-weight: bold;
font-size: large;
text-align: left;
font-family: Calibri;
text-decoration: underline overline;
}
a { color: rgb(0, 0, 0);
font-family: Calibri;
}
p { font-family: Calibri;
font-size: large;
margin-left: 10px;
margin-right: 10px;
}
.image_gauche { float: left;
margin-right: 10px;
margin-left: 10px;
font-family: Calibri;
text-align: center;
margin-top: 10px;
}
.image_droite { margin: 10px;
float: right;
}


