/* CSS pour la page clients */

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFCC;
}



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: 430px; 
	margin: 10px 10px 10px 10px; 
	background-image: url(marge.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
.garage {
	position: absolute;
	width: 248px;
	height: 163px;
	z-index: 5px;
	left: 162px;
	top: 127px
}
.service {
	position: absolute;
	width: 92px;
	height: 176px;
	z-index: 6px;
	left: 410px;
	top: 128px;
}
.alex {
	position: absolute;
	width: 77px;
	height: 134px;
	z-index: 7px;
	left: 502px;
	top: 151px;	
}
.decentre {
	clear: both;
	padding-left: 160px;
	text-align: left;
}
.decentre u {
	font-size: 16px;
}

.lienfoot {
	padding-top: 10px;
	clear: both;
	width: 780px;	
}
.lienfoot img {
	float: left;
}


