/* hide container until all is ready */
.test, .test2,.test3,.test4{
	display: none;
}
/*Main Container*/
.container {
	width:720px;
	font-family: "Century Gothic";	
	margin-left: 10px;
}
.container ul{
	list-style-type: none;
	margin: 0;
	padding:0;	
}
.container li{
	display: inline;
	margin: 0px;
	padding:0px;
}
/*Content Container*/
.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	/*height: 310px;*/	
	overflow:hidden;
}
.contentWrapper{	
}
.contentInnerWrapper{
	text-align: justify;
	padding: 4px 20px 4px 10px;
}
/* Handle*/
.handle{
	float: left;
	width: 38px;
	height: 340px;
	margin: 1px;
	margin-right: -10px;
	background:  url(../images/blade.png) no-repeat;
}
.handleOver{	
	background: url(../images/blade_sel.png) no-repeat;
}
.handleSelected{	
	background: url(../images/blade_sel.png) no-repeat;
}

/*moi qui rajoute*/
.contentWrapper h3{
	width: 220px;
	margin-left: 110px;
	margin-bottom: 40px;
	border-bottom: 1px solid silver;
	background-color: #dfdfdf;
	color: #B2C876;	
	font-weight: bold;
	text-align: center;
}

.container p{
	padding: 4px 10px 2px 10px;
	font-size: 14px;
	width: 538px;
}
.red{
	font-size: 16px;
	font-weight: bold;
	color: red;
	text-align: center;
	text-decoration: underline;
}