.welcomeMsg {

	background-image: url("../img/welcomeBg.png");
	background-repeat: repeat-x;
	height: 140px;
	color: #FFFFFF;
	font-size: 12px;
}

.welcomeTxt {
	width:900px;
	margin:auto;
	
}

.cartouche {
	width:900px;
	font-size:12px;
	margin:auto;
}

.cartoucheContent {
	float: left;
	width: 33%;
	height: 257px;
	margin:auto;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	cursor: pointer;
}

.cartoucheTxt{
	color: #FFFFFF;
	width: 240px;
	height: 110px;
	text-align: justify;
	margin:auto;
	overflow: hidden;
	font-size: 12px;
	padding-right: 10px;	
	margin-top: 96px;
}
.cartouche img.cartouche {
	width: 180px;
}

.title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #315598;
	
}

.titleButtons {
float:right;
	font-weight: bold;
	color: #315598;
	cursor: pointer;
}

.titleButton {
float:left;
	font-weight: bold;
	color: #315598;
	width: 20px;
	cursor: pointer;
}

.cartoucheBas {
	background-image: url("../img/cartoucheBas.png");
	background-repeat: no-repeat;
	padding: 20px;
	padding-right: 38px;
	text-align: justify;
	height: 285px;
}

.sepCartoucheBas {
	background-image: url("../img/sepCartoucheBas.png");
	background-repeat: repeat-y;
	background-position: center;
	float:left;
	width:40px;
	height:240px;
}