body {
	background-color : #E4E0C9;
	margin: 0; /* pour éviter les marges */
	text-align: center;
     }

#global {
     margin-left: auto;
     margin-right: auto;
     width: 955px;
     text-align: left; /* on rétablit l'alignement normal du texte */
     }

.titre {
font-size:2.1em;
text-decoration:underline;
color:#800000;
}

.sous-titre {
font-size:1.1em;
text-decoration:underline;
color:#800000;
}

.souligne {
text-decoration:underline;
color:#800000;
}

.contour-img { 
  border-width: 1px;
  border-style: solid;
  border-color: #800000;
}

a img
{
border: none;
}

ul {
 padding:0;
 margin:0;
 list-style-type:none;
 }

li {
 float:left; /*pour IE*/
 border-left:1px solid Maroon;
 }

ul li a {
 display:block;
 float:left;   
 width:135px;
 line-height:50px; /*hauteur de l'image de fond*/
 background:Maroon url(images/marron-1.png) repeat-x;
 color:#DCDCDC;
 text-decoration:none;
 text-align:center;
 }

ul li a:hover {
 background:Maroon url(images/marron-2.png) repeat-x;
 color:Maroon;
 }  

.contour {
background:Maroon url(images/marron-3.png) repeat-x;
color:Maroon;
text-align: left;
border: 1px solid #993300;
padding: 5px;
margin: 0px;
}

.contour-text {
background:Maroon url(images/marron-4.png) repeat-x;
color:Maroon;
text-align: left;
border: 1px solid #993300;
padding: 5px;
margin: 0px;
}
