/* CSS pour la page clients */

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(fond_lien.jpg);
}

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: #FFFFFF;
	font-style: normal;
}

/*Contenant principal*/

.container { 
	width: 780px; 
	height: 100%; 
	margin: 10px 10px 10px 10px; 
	background-image: url(marge.gif);
	background-repeat:no-repeat;
	text-align: center;
}
.decentre {
	clear: both;
	padding-left: 120px;
	text-align: left;
}

.lienfoot {
	padding-top: 10px;
	clear: both;
	width: 780px;	
}
.lienfoot img {
	float: left;
}


