body {
	margin: 0;
	padding: 0;
	background-image: url(Images/fond.jpg);
	background-attachment:fixed;
	font-family : Arial;
	font-weight : bold;
	height: 100%;
	overflow-y: auto;
}

A:Hover {color:Red;text-decoration:underline overline;}
A {color:Blue;text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-family : Arial;}
.cit {font-family:Arial;font-weight:bold;font-size:13px;font-style:italic;}
.nom {font-family:Arial;font-weight:normal;font-size:13px;font-style:normal;}
.texte {font-family:Verdana;font-weight:bold;font-size:13px;}

.carros{
	background:#FBDEDD;
	color:#000000;
	font-family:Verdana;
	font-size:12;
	border-style:solid;
	border-width:1;
	border-color:#FF0000;
	padding:5
}

