﻿@charset "utf-8";
.bleu {	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px; 
	color: #09F;
}



#clientzone {
	position:relative;
	width:783px;
	z-index:2;
	float: left;
	left: 10px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-image: url(images/gradient_background.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9FC1DD;
}
#clientimg {	position:relative;
	width:266px;
	height:209px;
	z-index:6;
	float: left;
	background-image: url(images/image-reseau.jpg);
	background-repeat: no-repeat;
}
#clienttitle {
	position:relative;
	top:0px;
	width:763px;
	z-index:7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9FC1DD;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
#clientlogos {
	position:relative;
	width:760px;
	z-index:6;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	float: left;
	background-color: #E9F8FF;
	background-image: url(images/clients.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 450px;
}
