@charset "utf-8";
/* CSS Document */

.Container {
	width: 100%;
	overflow: hidden;
	height: 77px;
	text-align: center;
}
.Bloc1 {
	width: 280px;
	text-align: left;
	float: left;
}
.Bloc2 {
	width: 280px;
	text-align: left;
	float: left;
	margin-right: 42px;
	margin-left: 42px;
}

.Bloc3 {
	width: 280px;
	text-align: left;
	float: right;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #666E92;
	font-weight: normal;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	line-height: 120%;
}


.ContainerGlobal {
	width: 100%;
	overflow: hidden;
	text-align: center;
	background-color: #F3F4F4;
	background-image: url(images/OmbreHaute.png);
	background-repeat: repeat-x;
}
.ContainerGlobalInterieur {
	width: 924px;
	overflow: hidden;
	text-align: center;
	background-color: #F3F4F4;
	background-image: url(images/OmbreHaute.png);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
}

.ContainerFooter {
	width: 100%;
	overflow: hidden;
	height: 77px;
	text-align: center;
	background-color: #FFF;
	background-image: url(images/FondFooter.png);
	background-repeat: repeat-x;
}


h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 26px;
	color: #666E92;
	font-weight: normal;
}
h3 a:link{

	color: #052B5D;
	font-weight: normal;
}
h3 a:visited{

	color: #052B5D;
	font-weight: normal;
}
h3 a:hover{
	color: #666;
	font-weight: normal;
}
h3 a:active{

	color: #052B5D;
	font-weight: normal;
}
.ContainerHaut {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/FondHaut2.png);
	background-repeat: repeat-x;
	height: 88px;
	text-align: center;
}

body {
	margin: 0px;
	padding: 0px;
}

