h1.pgclassic {
    font-size: 15px;
    padding-left: 5px;
}

#pageclassique {
padding:1px;
}

#pageclassique .header { 
	display:block;
	height:205px;
	width:100%;
	} 

#pageclassique .header .bloc_contact {
	display:block;
	height:50px;
	width:100%;
}
#pageclassique .header .bloc_contact span{
    display: block;
    float: right;
    margin: 8px 8px 2px 8px;
    padding: 9px 5px

}
#pageclassique .header .bloc_contact span a{
    border-bottom: 1px solid #fff; !important;
    text-decoration: none;
    font-size: 14px;
    padding: 7px 5px 4px 5px;
}
#pageclassique .header .bloc_contact span a:hover{
    border-bottom: none
}

#pageclassique .header .bloc_contact .logo_const {
	position:absolute;
	z-index:100;
	margin-left:30px;
	line-height: 205px;
	vertical-align: middle;
}
#pageclassique .header .bloc_contact .logo_const  img{
	margin:auto;
	vertical-align: middle;
}

#pageclassique .header .bloc_accroche {
	display:block;
	height:105px;
	width:588px;
	margin: 0;
    padding: 0;
    position: absolute;
	background:#fff; 
}
#pageclassique .header .bloc_accroche h2 {
	padding:25px 0px 0px 240px;
	font-size:16px;
	line-height:18px;
	color:#333;
}
#pageclassique .header .bloc_link {
	display:block;
	height:50px;
	width:100%;
}
#pageclassique .header .bloc_link span {
    display: block;
    float: right;
    font-weight: bold;
    margin: 114px 8px 20px 0;
    padding: 9px;
    position: relative;
}
#pageclassique .header .bloc_link span a{
    text-decoration: none;
    font-size: 15px;
    line-height: 17px;
}

/*---------------- Main centre  -----------------*/

#pageclassique .maintext{
	display:block;
	height:auto;
	width: 640px;
	padding:25px 10px;
	overflow:hidden;
}
/*---------------- footer -----------------*/
#pageclassique .footer {
	display:block;
	height:auto;
	width:100%;
	padding:20px 0px;
}

#pageclassique .footer .barretitre {
	display:block;
	height:35px;
	line-height:35px;
	width:100%;
}
#pageclassique .footer .barretitre span{
	padding-left:30px;
	font-size:16px;
	font-weight:bold;
}
#pageclassique .footer .barretitre a{
    float: right;
    font-weight: bold;
    margin-right:20px;
    font-size:16px;
    text-decoration:none;
}
#pageclassique .footer .barretitre a b{
    text-decoration:underline;
}
#pageclassique .footer .barretitre a:hover b{
    text-decoration:none;
}
#pageclassique .footer .barretitre a i{
    text-decoration:none;
}

#listadresses {
padding:20px 30px;
clear:left;
}
#listadresses .blocadress{
    display: block;
    float: left;
    font-size: 11px;
    height: 90px;
    line-height: 13px;
    padding:5px 5px 5px 10px;
    width: 145px;
	margin:0 5px 15px 5px;
}

/*-------------------------------------------------*/
/*---------------- Gallery slider -----------------*/
/*-------------------------------------------------*/


/* Invisible left hotspot */
.scrollingHotSpotLeft {
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	width:50px;
	height: 100%;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	}

/* Visible left hotspot */
.scrollingHotSpotLeftVisible {
	background-image: url(/images/arrow_left.png);				
	background-color: #333;
	background-repeat: no-repeat;
	opacity: 0.75; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.75; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 75); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */}

/* Invisible right hotspot */
.scrollingHotSpotRight {
	width:50px;
	height: 100%;
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	}

/* Visible right hotspot */
.scrollingHotSpotRightVisible{
	background-image: url(/images/arrow_right.png);
	background-color: #333;
	background-repeat: no-repeat;
	opacity: 0.75;
	filter: alpha(opacity = 75);
	-moz-opacity: 0.75;
	zoom: 1;}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
.scrollWrapper{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;}

.scrollableArea{
	position: relative;
	width: auto;
	height: 100%;}


#makeMeScrollable {
	width:100%;
	height: 150px;
	position: relative;
	margin-top:1px;
}
		
#makeMeScrollable .scrollableArea *{
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
