body {
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(images/fond2.png);
	font-family: verdana;
	font-size: 9pt;
	}

.fond {
	width: 100%;
	height: 390px;
	background-image: url(images/fond.png);
	background-repeat: repeat-x;
	}
	
/* _+_+_+_+_+_+_ TAG_+_+_+_+_+_+_ */	

a {
	border: 0;
	color: #014583;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	border: 0;
	color: #014583;
	font-weight: bold;
	text-decoration: underline;
	}
	
a:active {
	border: 0;
	color: #014583;
	font-weight: bold;
	text-decoration: none;
	}

a:visited {
	border: 0;
	color: #014583;
	font-weight: bold;
	text-decoration: none;
	}

h1 {
	font-size: 14pt;
	color: #02518e;
	text-align: center;
	font-weight: bold;
	}
	
h2 {
	font-size: 10pt;
	color: #02518e;
	text-align: center;
	font-weight: bold;
	}	
	
hr {
	 color: #00a7ff;
	 background-color: #02508d;
	 height: 1px;
	 width: 100%;
	 margin-top: 20px;
	 margin-bottom: 20px;
	}
/* _+_+_+_+_+_+_ Page INDEX_+_+_+_+_+_+_ */

.site {
	width: 555px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	}

.header {
	width: 100%;
	height: 102px;
	float: left;
	border: 0;
	}

.header img {
	float: left;
	padding: 0;
	margin: 0;
	}

.presentation {
	width: 100%;
	float: left;
	background-color: #fff;
	}
	.presentation input {
		border: 1px solid #7f9db9;
		}
	
/* -------------------Bas --------------------*/		
.bas {
	width: 100%;
	float: left;
	height: 27px;
	background-image: url(images/site_22.png);
	background-repeat: no-repeat;
	font-size: 8pt;
	text-align: center;
	margin-bottom: 30px;
	}