body{
font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:14px;
padding:10px;
margin:10px;
color:#333333
/*border:1px solid black;*/

}

/* Listes */
li{
background-image:url(../img/Puce.gif);
background-repeat:no-repeat;
background-position: left center;
padding-left:1.5em;
margin-left:-1.5em;
list-style:none;
}

a:Link { color : #333333; text-decoration : underline}
a:Visited { color : #333333; text-decoration : underline}
a:Active { color : #333333; text-decoration : underline}
a:Hover { color : #FFA025; text-decoration : underline}

div#header {
    clear: both;
    height: 150px;

	
	background-image:url(../img/Titre.jpg);
	background-repeat:no-repeat;
	
}

div#left {
	
    float: left;
    width: 150px;
	height:600px;


}

div#rightSpace {
    float: right;
    width: 20px;
	height:600px;
	
}

div#leftSpace {
	background-color:#FFFFFF;
    float: left;
    width: 50px;
	height:600px;
}
div#right {

    float: right;
    width: 194px;
	height:600px;

}
div#rightSpace {
	background-color:#FFFFFF;
    float: right;
    width: 50px;
	height:600px;
}
div#middle {
   /* padding: -50px 161px 50px 0px;*/
	background-image:url(../img/frise.jpg);
	background-repeat:repeat-x;
    margin-left: 14px;
	padding-left: 190px;
	
	text-align:left;
}
div#footer {
    clear: both;
	text-align:center;

}

.info{
padding-left:50px;
}

.infoTitle{
padding-left:30px;
text-decoration:underline;
}

