body{
	background-color: #EEEEEE;
	font-size: 12px;
	color: black;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
/* MISE EN PAGE */
.centrage{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
.partiegauche{
	width: 200px;
	height: 500px;	
	float:left;
}
.partiedroiteSansPartieGauche{
	margin-left: 215px;
}
.partieCentrale{
	width: 320px;
	padding-left:5px;
	float:left;
}
.partieDroite{
	margin-left: 350px;
	height:auto;
}
.top{
	height:125px;
}
.imageLogo{
 height:413px;
 width:200px;
}
/* CSS POUR LE TOP */
.carre{
	width:110px;
	height:70px;
	background-color: #9ED9E0;
	position:relative;	
}
.rectangleCourt{
	width:110px;
	height:10px;
	background-color:#00B0BD;
}
.rectangleLong{
	width:auto;
	height:10px;
	background-color: #6A3080;
}
td{
	margin-right:15px;
	padding-right:15px;
	padding-bottom:0px;
}
.longueurDernierTD{
	width:320px;
}
.texteEnBas{
	position:absolute;
	margin-left:3px;
	bottom:0px;
	font-size:11px;
	line-height: 1.5em;
	color:black;
}
.texteGras{
	color:#00B0BD;
	font-size:12px;
	font-weight:bold;
}
.texteMaj{
	color:#6A3080;
	font-size:9px;
	font-weight:bold;
}
/* PARTIE CENTRALE */
.texte{
	text-align: justify;
}
.imageCabinet{
	height:188px;
	width:250px;
}
.espaceCabinet{
	padding-bottom:20px;
}
.imageEquipe{
	height:160px;
	width:130px;
	padding-bottom:20px;
}
/* PARTIE DROITE */
.imagePage{
	height:140px;
	width:115px; 
}
.espaceImage{
	padding-bottom:20px;
	width:100px;
	margin-left:auto;
	margin-right:auto;
}

/* DIVERS */
.bordure{
	border: 0px solid red;
}
img{
	border:0;
}
a{
	text-decoration: none;
	border: none;
}
a.black{
	color:black;
}
a:hover{
	color:#6A3080;
	border: none;
}
