@charset "utf-8";
body {
	color: #46585d;
	background-image: url(images/fond.png);
	background-repeat: repeat;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}

a{color: #46585d;}
a:hover{color: #46585d;}
a:visited{color: #46585d;}

#container
{
	position:relative;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:1231px;
	height:742px;
	background-image:url(images/milieu.png);
	background-position:top;
	background-repeat:no-repeat;
	border:1px solid #666;
}

#searchbar{
	position:relative;
	margin-left:70px;
	margin-right:auto;
	margin-bottom:auto;
	margin-top:40px;
	background-color:#FFFFFF;
	width:500px;
	height:30px;
	
}



#pagecentre{
	position:relative;
	background-image:url(images/carre_blanc.png);
	background-repeat:no-repeat;
	margin-left:420px;
	margin-right:auto;
	margin-bottom:auto;
	margin-top:40px;
	padding:5px;
	text-align:center;
	width:659px;
	height:521px;
	z-index: 8;

}
#home{
	position:relative;
	margin-left:420px; 
	margin-right:auto;
	margin-bottom:auto;
	margin-top:auto;
	top:auto;
	left:auto;
}
#clients
{
	background-image:url(images/tranche.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:521px;


}

.cadre{
	border:1px solid #666;
}

img{border:none;}
