/* CSS Document */
body {
  background-color: #e1ddd9;
  font-size: 11px;
  font-family: "Trebuchet MS", Arial, Verdana, Helvetica, Sans-Serif;
  color:#413000;  
  margin: 50px 0px;
  text-align: center;
  background-image:url(../images/bg2.gif);
  background-repeat:repeat-x;
}
a{
color:#413000;
text-decoration:underline;
}
a:hover{ color:#333333;}

#content { 
  width: 740px;
  margin:0 auto;
  padding: 0px;
  text-align: left;	
}
#contentr{
background-image:url(../images/content_r.gif);
background-position:top right;
background-repeat:no-repeat;
margin:0;
padding:0;
}
#contentl{
background-image:url(../images/content_l.gif);
background-position:top left;
background-repeat:no-repeat;
padding:0px;
}
#logo{
position:relative;
top:-16px;
left:-34px;
background-image:url(../images/logo_gme.gif);
background-repeat:no-repeat;
background-position:top left;
height: 202px;
width: 182px;
float:left;
padding:0;
margin:0;
}
p.justifier{
text-align:justify;
padding:5px;
margin:0;
}
ul.listFleche{ list-style-type:none; padding:0; margin:0;}
li{ background-image:url(../images/icone_fleche.gif); background-repeat:no-repeat; background-position: 2px 4px; padding-left:15px; margin:0;}

