	
body {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 0.8em;
	background: #a97aa3;
	color: black; 
	margin: 0;
	text-align: center; 
	}
	
h1 {
	font-size: 14px;
	letter-spacing: 0.4em;
	background: url(images/menu_5.png);
	text-transform: uppercase;
	text-align: center;
	}

h2 {
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	background: url(images/menu_5.png);
	text-indent: 10px;
	height: 20px;
	}

h3 {
	font-size: 1em;
	color: #560711;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: left;
	}
	
h4 {
	font-size: 11px;
	color: gray;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}
	
h5 {
font-weight: bold;
font-size: 1em;
	}
	
h6 {
	font-size: 1em;
	color: #560711;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	}

gras {
	font-weight: bold;
	}
	
#anim {
	margin: auto;
	width: 920px;
	height: 370px;
	background: url(images/dessin.jpg) no-repeat top center;	
	}
	
#corps {
	background: url(images/fond_2.png) repeat-y;
	margin: 0 auto;
	width: 960px;
	} 

#container { 
	margin: auto;
	width: 960px;
    background: url(images/milieu_2.jpg) no-repeat top center;
    position: relative;
}

		
#milieu {
	float: left;
	width: 560px;
	margin: 36px 150px 0 205px;
	text-align: justify;
	}


#bas {
    background: url(images/bas_2.png);
    height: 40px;
    padding-top: 20px;
    font-size: 11px;
    color: gray;
    letter-spacing: 0.1em;
}

.spacer {
	clear: both;
	height: 1px;
	}
	
	
img {
	margin: 6px 20px 20px 0;
	float: left;
	 }
	 
.img2 {
	margin: 6px 0 10px 30px;
	float: right;
	 }
ul{
	display: block;
	width: 920px;
	height: 20px;
    background: violet url(images/menu_5.png) no-repeat;
    padding: 0;
    margin: auto;
    }   
    
li{
    list-style: none;
    width: 131px;
    height: 20px;
    display: inline;
    float: left;
    }
    
a{
    text-decoration: none;
    color: white;
    display: block;
    height: 20px;
    }
    
a:hover{
    background: url(images/menu_5.png) no-repeat;
    height: 20px;
    color: yellow;
    }
    
a.deux{
    text-decoration: underline;
    color: blue;
    display: inline;
    background: none;
    }
    
a.deux:hover{
    background: url(images/menu_5.png) no-repeat;
    height: 20px;
    color: yellow;
    }
    
legend {
   font-weight: bold;
    }