/* ===== idem regions css ===== */
.colLeft, .colMiddle, .colRight {
	background-color: #FFFFFF;
}
.colLeft a:link, .colLeft a:visited, .colLeft a:active {
	/*font-size: 12px;*/
	color: #4A0000;
	text-decoration: underline;
}
.colLeft a:hover {
	/*font-size: 12px;*/
	color: #990000;
	text-decoration: none;
}
/* ============================= */
.colLeft, .colRight {
	padding: 20px 0px 20px 0px;
	vertical-align: top;
}
.colLeft { /* conteneur */
	/*background-color: #cccccc;*/
	width:125px;
	line-height: 16px;
	text-align: right;
}
.colRight { /* conteneur */
	width:55px;
}
.colMiddle { /* conteneur */
	/*background-color: #666666;*/
	width:540px;
	padding: 20px 0px 20px 0px;
	vertical-align: top;
	color: #4A0000;
	text-align: justify;
}
.colMiddleContent {
	/*background-color: #CCCCCC;*/
	width:500px;
	margin-left: 40px;
	text-align: justify;
}
#navG {
	margin-top:40px;
	/*border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;*/
}
.titrePage {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	/*border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;*/
}
/* ===================================== */
.imgDeux {
	float:left;
	width:220px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #FF0000;
}
.imgTrois {
	float:left;
	width:210px;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid #FF0000;*/
}
.img4 {
	margin: 0px 0px 0px 8px;

}
.imgTxt {
	float:left;
	width:280px;
	margin: 0px 8px 0px 0px;
	text-align: justify;
	/*border: 1px solid #FF0000;*/
}
#clearBoth {
    clear: both;
	height:10px;
    /*background-color: yellow;*/
}
