/* CSS pour la page clients */

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
}

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.gif);
	background-repeat:no-repeat;
	text-align: justify;
}
.bloc {
	float: left;
	width: 290px;
	height: 340px;
	font-size: 10px;
	text-align: justify;
	margin: 10px;
}

.blocentre	{
	background-color: #FFCC99;
	padding: 15px;
}
.titre	{
	font-size: 14px;
	font-weight: bold;
}
.bigbloc {
	clear: both;
	width: 600px;
	background-color: #FFCC99;
	font-size: 10px;
	text-align: justify;
	margin: 10px;
}
.bigtitre	{
	font-size: 18px;
	font-weight: bold;
	text-align: center;	
}
.oldpic	{
	text-align: center;
}
.oldpic img	{
	background-color: #FFFFCC;
	border: none;
	padding: 10px;
}
.decentre {
	clear: both;
	padding-left: 120px;
}

.lienfoot {
	padding-top: 10px;
	clear: both;
	width: 780px;	
}
.lienfoot img {
	float: left;
}

