/* CSS pour la page clients */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFCC33;
}



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: 765px; 
	height: 100%; 
	margin: 10px 10px 10px 10px; 
	background-image: url(marge.gif);
	background-repeat:no-repeat;
	text-align: center;
}

.decentre {
	padding-left: 120px;
	width: 300px;
	text-align: left;
	float: left;
}

.bloc	{
	float: right;
	width: 355px;
	padding-left: 10px;
}
.bloc img {
	border: none;
}


.lienfoot {
	padding-top: 10px;
	clear: both;
	width: 780px;	
}
.lienfoot img {
	float: left;
}


