#header{


padding-bottom: 80px;
}


#content{
background-image: none;
background-color: #f0f0f0;


}

h1{
background:transparent url(../media/images/layout/bg-h1-interieur-large.jpg) no-repeat left top ;

}



#footer{

background:#140221 url(../media/images/layout/bg-footer-large.png) no-repeat center top;

}



/* box references*/


.boxgrid{ 
width: 260px; 

border:1px solid #250826;

height: 144px; 
color: #168fa0;
margin-right:10px;
padding: 10px;
margin-bottom: 10px;
float:left; 
background:#dceef0; 

overflow: hidden; 
position: relative; 
}
	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
	.boxgrid h2{
	margin-bottom: 3px; 
		
		
	}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}
		.captionfull .boxcaption {
			top: 280;
			left: 0;
		}
		.caption .boxcaption {
			top: 280;
			left: 0;
		}




.ref{
width: 97%;
padding-top: 25px;
}


.ref .infoRef{

width: 290px;
float: right;
}





.ref h2 span{
font-size: 12px;
color: #373a3f;
position: relative;
bottom: 2px;
}



.ref h2 a{
position: relative;
bottom: 4px;
}





/* Gallery styles */

.gallery{
	

	
		/* The width of the gallery */
	width:540px;
	overflow:hidden;
	float: left;
}

.slides{
	/* This is the slide area */
	height:290px;
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:540px;
	overflow:hidden;
}

.slide{
	float:left;
}

.menuRef{
	/* This is the container for the thumbnails */
	height:15px;
	float: right;
}

.menuRef ul{
	margin:0px;
	padding:0px;
}

.menuRef li{
	/* Every thumbnail is a li element */
	width:15px;
	display:inline-block;
	list-style:none;
	height:15px;
	
	
	overflow:hidden;
}


.menuRef li a{
	display: block;
	width:15px;
	
	height:15px;
	
	

}



.menuRef li.inact{
	
	background:url(../media/images/layout/refItem.png) repeat;
}
 


.menuRef li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(../media/images/layout/active_bg.png) no-repeat;
}


