@import "fsMain.css" ;

#sidebar {
	width : 240px ;
	height : 420px ;
}

#center {
	float : right ;
	margin-top : 10px ;
	width : 630px ;
	height : 440px ;
	background-image : url("../images/img_scrollingPartenaires.jpg") ;
	background-repeat : no-repeat ;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	/*border : 1px dotted red ;*/
}

#center2	{	/* La div qui sert de fenêtre au scroll	*/
	float : left ;
	margin : 10px ;
	width : 610px ;
	height : 420px ;
	/*border : 2px dotted green ;*/
}

#scrolling	{	/* La div défilante	*/
	float : left ;
	width : 610px ;
	/*border : 2px dotted green ;*/
}
 
marquee	{
 height : 420px ;
 width : 600px ;
 /*border : 2px dotted yellow ;*/
}

.remerciements {
	float : left ;
	width : 200px ;
	font-size : 1.3em ;
	text-align : justify ;
	margin-left : 20px ;
	margin-bottom : 20px ;
}