/* CSS pour la page clients */

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}



h1 {
	font-size: 5ex;
	font-style: italic;

}
a:link {
	font-size: 12px;
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
	font-style: normal;
}
a:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #660000;
	font-style: normal;
}
a:hover, a:active {
	font-size: 12px;
	text-decoration: underline;
	color: #663399;
	font-style: normal;
}

/*Contenant principal*/

.container { 
	width: 780px; 
	height: 100%; 
	margin: 10px 10px 10px 10px; 
	background-image: url(marge.jpg);
	background-repeat:no-repeat;
	text-align: center;
}

.bloc {
	float: left;
	width: 310px;
	height: 120px;
	font-size: 10px;
	padding: 10px 10px 0px 0px;
}
.bloc img {
	float: right;
	border: none;
	padding-left: 15px;
}
.baba {
	padding-left: 200px;
}
.decentre {
	clear: both;
	padding-left: 120px;
}

.lienfoot {
	padding-top: 10px;
	clear: both;
	width: 780px;	
}
.lienfoot img {
	float: left;
}


