html, body {
	margin: 0;
	padding: 0;
	color: black;
	font: 100% Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #313D67;
	width: 700px;
	margin:0px auto;
}

a{
	color: blue;
	text-decoration: underline;
}

.courriel{
	color: #C01800;
	text-decoration: underline;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: yes;
}


.spacer {clear: both;}

#menu td {
	text-align: center;
	padding: 2px;
	margin: 0px;
	font-size: 15px;
	font-weight: bold;
}

#container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	margin-top: 0px;
	background-color: #FFFFFF;
}

#header {
	margin-top: 0px;
	width: 100%;
	background-color: #ffffff;
	text-align: center;
}

#header #imglogo {
	margin-top: 5px;
	border:0;
}

#header #slogan {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Helvetica;
	font-size: 14px;
	font-weight:bold;
	color: #2FBDAB;
	background: #F5F4F4;
}

#logoAccueil{
	position:absolute;
	margin-left: 5px;
	margin-top: 25%;
}

#texteAccueil{
	position:relative;
	margin-left: 235px;
	font-family: Helvetica,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #313D67;

}

#titreAccueil{
	text-align:center;
	font-weight:bold;
}

#imagePartenaire{
	position:relative;
	text-align:center;
	margin-left: 5px;
}
#textePartenaire{
	position:relative;
	text-align:center;
	font-family: Helvetica,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #46454B;
	background: #F6F8F5;
	font-weight:bold;
	margin-bottom: 15px;
}

#texteReference{
	position:relative;
	font-family: Helvetica,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #46454B;
	background: #F6F8F5;
	font-weight:bold;
	text-align:center;
	margin-bottom: 15px;
}

#rond{
	float: left;
}


#contact {
	margin-left: 0px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #2FBDAB;
}

#contactField{
	margin-top: 10px;
	width:60%;
	margin:10px auto;
}

#prix{
	font-size: 9px;
}


#navigation {
	height:25px;
	background-image:url('images/barreMenu.jpg');
	background-repeat : no-repeat;
	color: white;
	font-size: 14px;
	font-variant: small-caps;
	text-align: center;
	text-decoration: none;
	margin-left:10px;
	margin-bottom: 15px;

}

#navigationUL li {
	height: 25px;
	float: left;
	list-style: none;
	text-indent: 22px;
}

#navigationUL li a:link, #navigationUL li a:visited {
	color: #FFF;
	text-decoration: none;
}


#middle {
	position: relative;
	padding-top: 1%;
	margin-right: 20px;
}

#footer {
	margin-top: 40px;
	text-align: center;
	font-weight: bold;
	background-color: #F5F4F4;
}

#Liens{
	width:75%;
}

#separationLiens{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image:url('images/bar_espace.gif');
}

#imageLiens{
	position: absolute;
}

#contenuLiens{
	position: relative;
}









