#pageCourante{
	width:910px;
	height:430px;
	/*height:600px;*/
	/*display:inline-block;*/
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	background : #ffffff;
	/*border: 4px double #323415;*/
}

#pageCourante .titre {
	width:85%;
	margin-left:10%;
	margin-right:5%;
	font-family:trebuchet, sans-serif;
	font-size:24pt;
	font-weight:bold;
	font-variant: small-caps;
	margin-bottom:15px;
	text-align:justify;
}

#pageCourante .chapo {
	width:90%;
	margin-left:5%;
	margin-right:5%;
	font-family: trebuchet, sans-serif;
	font-size:13pt;
	/*font-weight:bold;*/
	font-style: italic;
	/*font-variant: small-caps;*/
	font-weight: bold;
	line-height:20pt;
	margin-bottom:10px;
	text-align:justify;
	color:#5b0202;
}

#pageCourante .texte {
	width:80%;
	margin-left:10%;
	margin-right:0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:12pt;
	line-height:20pt;
	/*font-weight:bold;*/
	margin-top:30px;
	margin-bottom:10px;
	text-align:justify;
}

#pageCourante .texte a, .texte a:visited {
	color:#5b0202;
	font-weight:bold;
	text-decoration:none;
	font-variant: small-caps;
}

#pageCourante .texte a:hover, .texte a:visited:hover {
	color:#ffffff;
	background-color:#5b0202;
	font-weight:bold;
	text-decoration:none;
	font-variant: small-caps;
}
#pageCourante .texte a img:hover{
	background-color:none;
}

#pageCourante a img {
	border:none;
}

.lettrine { 
	float: left; /* positionnement de la lettrine dans le conteneur*/ 
	font-size: 3em; /* 3 hauteurs de lignes pour la lettrine*/ 
	 
	font-weight: bold; 
	font-family: Georgia, Times New Roman, Times, serif; 
	font-style:normal;
	
	margin: 1px;
	margin-right:2.5px;
	padding: 1px; 
	line-height: 1em; 
} 

#pageCourante .chapo .lettrine {color:#5b0202;font-size: 2.75em;}
#pageCourante .texte .lettrine {color:#000000;}

#pageCourante .signature {
	font-weight:bold;
	font-style: italic;
	text-decoration:none;
	color:#5b0202;
	text-align:right;
}
#pageCourante .important {
	font-weight:bold;
	font-style: italic;
	text-decoration:none;
	color:#5b0202;
}

#pageCourante .horaires {
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	font-variant:small-caps;
	background-color:#5b0202;
	color:#ffff55;
	padding:5px;
	margin-top:2px;
	margin-bottom:2px;
}


#pageCourante #habillageDroite .img_petit{
	display:block;
	float:left;
	margin:0 15px 5px 0;
	padding:5px 0 0 0;
	border-style:none;
}

#pageCourante #habillageGauche .img_petit{
	display:block;
	float:right;
	margin:0 5px 5px 15px;
	padding:5px 0 0 0;
	border-style:none;
}

#pageCourante #habillageCentre {
	text-align:center;
}

#pageCourante #habillageCentre .img_petit{
	display:inline-block;
	padding:5px 0 10px 0;
	border-style:none;
}

#pageCourante #habillageGauche .img_grand, #pageCourante #habillageDroite .img_grand, #pageCourante #habillageCentre .img_grand {
	text-align:center;
	visibility:false;
	display:none;
	background-image:url(../icono/fondMenuDeroulant.png);
	min-width:950px;
	min-height:490px;
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-475px;
	margin-top:-200px;
}

#pageCourante #habillageDroite .img_grand img, #pageCourante #habillageGauche .img_grand img, #pageCourante #habillageCentre .img_grand img {
	border-color:black;
	border-width:20px;
	border-style:solid;
}
/*#pageCourante #habillageDroite .img:link > .img_grand {margin-left:1500px; text-align:center;}
#pageCourante #habillageDroite .img:hover > .img_grand {margin-left:-475px; text-align:center;}
#pageCourante #habillageGauche .img:link > .img_grand {margin-left:1500px; text-align:center;}
#pageCourante #habillageGauche .img:hover > .img_grand {margin-left:-475px; text-align:center;}
#pageCourante #habillageCentre .img:link > .img_grand {margin-left:1500px; text-align:center;}
#pageCourante #habillageCentre .img:hover > .img_grand {margin-left:-475px; text-align:center;}*/


#pageCourante .scroll-pane {
	height:100%;
}

#pageCourante .jScrollPaneTrack {
	background: #cccccc;
}
#pageCourante .jScrollPaneDrag {
	background:url(../icono/scrollPaneBarreMilieu.png);
}
#pageCourante .jScrollPaneDragTop {
	background:url(../icono/scrollPaneBarreHaut.png) no-repeat;
	background-color: #cccccc;
	height:10px;
}
#pageCourante .jScrollPaneDragBottom {
	background:url(../icono/scrollPaneBarreBas.png) no-repeat;
	background-color: #cccccc;
	height:10px;
}
#pageCourante a.jScrollArrowUp {
	height:8px;
	background:url(../icono/scrollPaneFlecheHaut.png) no-repeat;
}
#pageCourante a.jScrollArrowUp:hover {
	background-position: 0 0;
}
#pageCourante a.jScrollArrowDown {
	height:8px;
	background:url(../icono/scrollPaneFlecheBas.png) no-repeat;
}
#pageCourante a.jScrollArrowDown:hover {
	background-position: 0 0;
}


