@charset "utf-8";

body {
	background: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

#global {
width: 834px;
height: 305px;
margin: auto;
}



		#top {
		background: url(images/logo-depannage-levage-service.jpg) no-repeat left;
		padding-right: 25px;
		height: 115px;
		text-align: right;
		font: 11px Arial, Helvetica, sans-serif;
		color : #979797;
		}
		
		a {
		color : red;
		text-decoration: none;
		}
		
		a:hover {
		color: #000000;
		text-decoration:underline;
		}
		
		#center {
		}
		
		#bottom {
		height: 81px;
		padding-left: 25px;
		font: 11px Arial, Helvetica, sans-serif;
		color: #535657;
		/*border-bottom: 1px solid #979797;*/
		}
		
		#signature {
		vertical-align: bottom;
		text-align: right;
		padding-right: 25px;
		font-size: 10px;
		}
		
		#signature a {
		color: #979797;
		}



