
.Flag-Button { 
width : 800px; 
height : 20px; 
padding-top : 5px; 
background-color : #ffffff; 
} 
.flagbar { 
background : #ffffff url(image/toto.jpg) no-repeat; 
height : 38px; 
margin-bottom : 5px; 
} 
.a { 
text-decoration : none; 
color : #000000; 
} 
a:hover { 
color : #9999ff; 
text-decoration : underline; 
} 
.Button-demo { 
text-decoration : none; 
color : #ffffff; 
} 
.Button-demo:hover { 
text-decoration : none; 
color : #999fff; 
} 
.menupied { 
text-decoration : none; 
color : #999fff;
background-color : #183FC9;
} 
.menupied:hover { 
text-decoration : none; 
color : #ffffff; 
} 
.menu-button-LANGUAGES { 
text-decoration : none; 
top : 80px; 
left : 400px; 
margin-bottom : 5px; 
background-image : url(c4.gif); 
background-repeat : no-repeat; 
width : 200px; 
height : 80px; 
padding-top : 10px; 
color : #ffffff; 
} 
ul#menu { 
width : 12em; 
margin : 0; 
padding : 0.2em; 
background-color : #f0f0f2; 
} 
* html ul#menu { 
width : 10em; 
width : 12em; 
padding-left : 0; 
padding-left : 0.2em; 
} 
ul#menu li { 
list-style : none; 
margin : 0.2em; 
padding : 0; 
} 
ul#menu a { 
display : block; 
padding : 0.2em; 
text-decoration : none; 
border : 1px solid black; 
border-left-color : white; 
border-top-color : white; 
color : black; 
background-color : #ccc; 
} 
* html ul#menu a { 
width : 100%; 
width : 12em; 
} 
ul#menu a:hover { 
border-color : white; 
border-left-color : black; 
border-top-color : black; 
color : white; 
background-color : gray; 
}
.boite { /* définition de la boite 1 */
padding-top : 10px;
  position:absolute ; /* positionne la boite dans l'écran */ 
  top:780px ; /* à 400 pixels du haut de page */
  left: 370px ; /* et 30% du bord gauche de la page */
  height:45px ; /* hauteur de la boite */
  width:270px ; /* largeur de la boite */
  } /* image de fonds de boite2*/} /* bordure de la boite */
   .Button-ins {
font-family:Monotype Corsiva ;
font-size: 28px;
text-decoration : none;
color : white;
}
.textlien {
text-decoration : none; 
color : black;
}
.textlien:hover{
text-decoration : none; 
color : gray;
}