@import "fsHeader.css" ;

#sidebar {
	width : 240px ;
	height : 440px ;
}

#center	{
	float : right ;
	width : 630px ;
	height : 350px ;
	background-image : url("../images/img_scrollingLiens.jpg") ;
	background-repeat : no-repeat ;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	/*border : 2px dotted green ;*/
}

#center2 {	/* La div qui sert de fenêtre au scroll	*/
	float : left ;
	padding : 10px ;
	height : 190px ;
	width : 610px ;
	/*border : 2px dotted red ; */
}

#scrolling	{	/* La div qui défile	*/
	float : left ;
	width : 610px ;
}

#doneo {
	float : right ;
	width : 480px ;
	margin-top : 10px ;
	margin-right : 60px ;
}

#footer {
	float : right ;
	font-size: 0.8em;
	background-color : #f5d3a8 ;
	margin : 10px 0px 10px 0px ;
	padding : 10px ;
	width: 610px ;
	text-align : center ;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}
