/* stylesheet */
pre {white-space:pre}
#header {
	background-image: url(../img/entete.jpg); 
	overflow:hidden; 
	height:75px;
}
/*******************************************************************/
body {
	min-width:760px; 
	background-color: rgb(255, 255, 204)
}

#container {
	
	padding:2px; 
	min-width: 760px;  
	max-width: 990px; 
	width: 90%;
	margin-left: auto;
	margin-right: auto;

}
.container{
	float: left;
	position: relative;
}

.container img{
	float: left;
	width: 200px;
	height: 200px;
}

.container p{
	float: left;
}
#content {float:left; width: 80%; height: 95%; overflow-y: scroll; }
#maintop {
	height:23px; 
	margin-top: 50px;
}
#maintop img{
	height: 33px;
	width:100%;
	
}
#mainbottom {
	height:33px; 
	text-align:center;
}
#mainbottom img{
	height:33px; 
	width:100%;
	margin: 0;
	text-align:center;
}
#main {
	z-index:-1; 
	background-color: #FFFFFF ; 
	min-height:450px; 
	padding: 20px; 
	border-left: solid 3px #0000FF;
	border-right: solid 3px #0000FF;}
}

#arriere {
position: relative;
width : 100%;
height: 10px;
}

#mainrss {
	z-index:-1; 
	overflow:auto;
	background-color: #FFFFFF ; 
	height:150px; 
	padding: 20px; 
	border-left: solid 3px #0000FF;
	border-right: solid 3px #0000FF;
}

#footer {
	text-align:center;
}
.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("../img/feed-icon.png") no-repeat 0 50%;
} 
.banner {
background-color:#C8C8C8 ;
}

