/* --- PAR DEFAUT --- */
A {
	color : #ff8819; 
	text-decoration : none; 
	font-weight : normal; 
	font-size : 9pt; 
	font-family : Arial; 
} 
A:hover {
	text-decoration : underline; 
}
img {
	border : 0px;
	background-color : #ffffff;
}

/* --- MISE EN PAGE --- */

body 
{
	margin:0 auto;
	text-align : center; 
	width : 1200px;
	list-style: none;
	font-size : 76%; 
	font-family : Arial;
	text-align : left;
	background-color : #000;
	background-image: url("structure/img/BG_couloir_100.jpg") ;
	background-repeat: repeat-x ;
}

#content
{
	position: absolute;
	width : 1200px;
	color:#fff;
	background-color : #000;
	background-image: url("structure/img/BG_couloir_border_100.jpg") ;
	background-repeat: repeat-x ;
}

#banner
{
	color:#fff;
	text-align : center;
	background-color : #000;
	background-image: url("structure/img/BG_banner_100.png") ;
	width : 1200px;
	height : 100px;
	font-weight:bold;
}

#centre
{
	color:#000;
	width : 1100px;
	background-color:  #fff;
	margin-left:50px;
	margin-bottom:-16px;
}

#footer 
{
	margin-left:50px;
	clear: both;
	width: 1100px;
	height : 100px;
	background-color : #000;
	background-image: url("structure/img/BG_footer_100.jpg") ;
	text-align: center;
	font-weight:bold;
}



