

/* pas de point devant les lignes */
/* couleur de l'arrière plan : #036 */
/*largeur: tout l'écran  */
/* floating à gauche serait necessaire s'il y avait plusieurs conteneurs*/
body { background-color:rgb(128,255,128);}
* { padding:0px;margin:0px;
  }
h1 {font-family :Comic Sans MS; text-decoration:underline;font-size: 30px;border: 10px solid #99c;margin: 0px;background-color:rgb(128,255,128);font-weight:bold;
color: rgb(0,45,0); text-align: center;height: 120px;}
h2 {font-family :Time roman; font-size: 30px; width: 600px;border: 10px solid #99c;padding : 20px;margin-left: 400px;background-color:rgb(128,255,128);font-weight:bold;
color: rgb(0,45,0); text-align: center;height: 20px;}
h3 {font-family :Time roman; font-size: 18px; font-weight:bold; color: rgb(0,45,0); text-align: center; width : 700px;background-color:rgb(255,255,128)}


img {float:left; margin-right: 50px;margin: auto;}
img#venir{position : absolute; top : 200px; left : 0px}
img#venir1{position : absolute; top : 200px; left : 470px}

ul#navigation
{
margin-top: 5px;
margin-left:10px;
list-style-type:  none;
float: left  ;
/*width:100%;  */
}


 /* affichage des lignes du menu "inline */

ul#navigation  li
{
display: inline;
}


/*pour séparer les blocs menus : border-right  */
/* display block permet d'appliquer les propriétés des blocs */
/* pour que les éléments se touchent et soient sur la même ligne : float:left */
ul#navigation  a
{
display:  block;
text-decoration:  none;
width: 150px;
height : 40px;
background:  rgb(0,100,0);
color: rgb(255,255,255);
font-size:20px;
padding:  0.2em  1em;
/* width:	5em; */
text-align: center;
float:left  ;
border: solid thick #99c; border-radius: 10em;
box-shadow: black 0.5em 0.5em 0.3em
}

ul#navigation  a:hover
{
color:	#000;
background:	#69C;
}
div#carte {position : absolute; top: 50px; left: 130px;}
td{font-family :Comic Sans MS; font-size: 13px; width: 700px;border: 3px solid #99c;padding: 25 px;margin: 20px;background-color:rgb(255,255,128);font-weight:bold;
color: rgb(0,60,0);height: 45px;}
table#venir{position : absolute; top : 135px; left =0px;}
table#venir1{position : absolute; top : 610px; left = 0px;}




