/* Panneau central */

/* Box de centre */
.contentBox {
	background-image: url("../imgs/box.gd.content.png");
	background-repeat: repeat-y;
	width: 610px;
}
.topContentBox {
	background-image: url("../imgs/box.gd.top.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 2px;
	-margin: 0 0 -17px 0;
}
.bottomContentBox {
	background-image: url("../imgs/box.gd.bottom.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 12px;
	
	margin: 0 0 0 0;
	/padding: 0 0 10px 0;
}
.middleContentBox {
	margin: 10px;
}

/* Titres */
.middleContentBox h1 {
	margin: 0 0 1em 0;
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	color: #009FEB;
}
.middleContentBox h2 {
	margin: 1em 0 0 0;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #606060;
}
.middleContentBox h3 {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #009FEB;
}

/* AIDE  */
a.aide_inCol {	
	position: relative;
	left: 170px;
	/*margin: 0px 15px 0 0;
	float: right;*/
	text-decoration: none;
}
a.aide {
	text-decoration: none;
}
a.aide_inCol:hover, a.aide:hover {
	background: none;
	text-decoration: none;
}
a.aide_inCol span, a.aide span {
	display: none;
	text-decoration: none;
}
a.aide_inCol:hover span, a.aide:hover span {
	margin: -10px 0 0 15px;
	padding: 3px 5px 3px 5px;
	display: inline;
	position: absolute;		
	background-color: #F4F4F4;
	color: #000;	
	width: 220px;
	border: 1px solid #B9B9B9;	
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
	text-decoration: none;
	z-index: 20;
}



/* Multipages */
#pagesUp {
	float: right;
}
#pagesBottom {
	text-align: right;
}
#pagesUp a, #pagesBottom a {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #009FEB;
	text-decoration: none;
}
#pagesUp a.current, #pagesBottom a.current {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #009FEB;
	text-decoration: none;
}