/* -------------------------------------------------------
----------------------------------------------------------
	www.srfc.fr
	Feuille de style :  dworkin.fr
	CSS 2.0 Valide W3C
	http://validator.w3.org/check
----------------------------------------------------------
------------------------------------------------------- */
* { 
	margin: 0;
	padding: 0; 
}
html, body{
	padding: 0px;
	margin: 0px;
}
a{
	letter-spacing : 1px;
	text-decoration : none;
	color : #ccc;
}
p{
	line-height : 20px;
	text-align : center;
	font: 12px   helvetica, sans-serif ;
	letter-spacing : 1px;
	color : #ccc;
	line-height : 34px;
}
a img{
	border :0;
}
a:hover{
	color : #666;
}
a:visited{

}
#srfc{
    width: 900px;
    height: 500px;
	margin : 0 auto;
    margin-top: 50px; 
}
#header{
	width : 880px;
	margin : 0 auto;
}
#header p{
	text-align : right;
	line-height : 20px;
}
.colonne{
	float : left;
	width : 180px;
	height : 500px;
}
.center{
	float : left;
	width : 540px;
	height : 500px;
}
.item{
	width : 160px;
	height : 105px;
	margin : 15px 10px;
}
.itemcenter{
	display : inline;
	float : left;
	width : 160px;
	height : 105px;
	margin : 15px 10px;
}
.bigitemcenter{
	clear : both;
	width : 520px;
	height : 225px;
	margin : 0px 10px;
}
#footer{
	clear : both;
	margin-top : 60px;
}