@charset "utf-8";
/* CSS Document */

body	{
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: top;
	color: #000;
	background-color: #c0c0c0;
	margin: 0 auto 0 auto;
	padding: 0px;
	}
a:link {
	color: #000; 
	text-decoration: underline;
	font-weight: bold;
	}
a:visited {
	color: #000; 
	text-decoration: underline;
	font-weight: bold;
	}
a:active {
	color: #000; 
	text-decoration: underline;
	font-weight: bold;
	}
a:hover {
	color: #000; 
	text-decoration: none;
	font-weight: bold;
	}


h1 {
	color: #333;
	margin: 10px 0 10px 0;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

h2 {
	color: #333;
	margin: 10px 0 5px 0;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

p {
	font-size: 12px;
	font-family: Geneva, Arial, sans-serif;
	color: #111;
	padding: 0 5px;
	}
	
#container	{
	margin: 0 auto 0 auto;
	width: 1000px;
	}
	
#content	{
	height: 700px;
	background-image: url("bg-courtierauto.jpg");
	background-position: center top;
	background-repeat: no repeat;
	width: 100%;
	margin: 0 0 0 0;
	}