body{
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #111;
}

p{
	margin: 10px;
	padding: 0;
}

a{
	color: white;
}

a:hover{
	color:black;
}

#container{
	/*background-color: #a7b0cc;*/
	height: 100%;
}

#header{
	height: 100px;
	background-image: url(../../Charte_Graphique/header2.jpg);
	background-repeat: repeat;
	/*background-image: url(Charte_Graphique/header2.jpg);
	background-repeat: repeat;*/
}

#menu{
	position: absolute;
	/*top: 100px;*/
	width: 210px;
	/*height:667px;*/
	background-color: #a7b0cc;
	background-image: url(../../Charte_Graphique/bandeau.jpg);
	background-repeat: no-repeat;
	/*background-color:#637797*/;
}

#basmenu{
position:relative;
width:210px;
background-color: #a7b0cc;
top:667px;
height:465px;
}

.divCenter{
	text-align: center;
}

#pageBleue{
	position: absolute;
	top: 100px;
	left: 210px;
	text-align: center;
	/*margin-left: 210px;*/
	padding: 10px;
	background-color: #637797;
}

#pageBlanche{
	position: absolute;
	top: 100px;
	left: 210px;
	text-align: center;
	/*margin-left: 210px;*/
	padding: 10px;
	background-color: #fff;
}

.imgAccueil{
height:40%;
width:40%;
}

.imgStyle{
	margin-top: 10px;
	text-decoration: none;
	border: 1px solid #000;
}

.imgStyle2{
	text-decoration: none;
	border: 0px;
}


.imgStyle3{
	text-decoration: none;
	border: 0px;
	margin-bottom:10px;
	margin-top:10px;
}

.titre1{
	font-size: 24px;
	font-weight: bold;
}

.contact{
	font-style: italic;
	margin: 42px;
}

.mini42{
	font-size: 14px;
	color: #111;
}

.pGauche{
	text-align: left;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 20px;
}

.pDroite{
	text-align: right;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 20px;
}

.pCentrer{
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 20px;
}

.imgDroite{
	float: right;
}

.imgGauche{
	float: left;
}

.clearBoth{
	clear: both;
	margin: 0;
	padding: 0;
}