/****************************
 *
 *   CONTENT  PORTOFOLIO
 * 
 ****************************/
/* Liens de navigation */
a.prev, a.next {
	margin-top:118px;	
}
a.prev {
	 display:block;
	 width:40px;
	 height:36px;
	 background:url(../images/arrow/left.png) no-repeat;
	 float:left;
	 margin:43px 5px;
	 cursor:pointer;
	 font-size:1px;
}
a.next {
	 display:block;
	 width:40px;
	 height:36px;
	 background:url(../images/arrow/right.png) no-repeat;
	 float:left;
	 margin:43px 5px;
	 cursor:pointer;
	 font-size:1px;
}
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
 background-position:0px -36px;
}


/* Zone scrollable */
div.scrollable {  
	background: #FFF;
	position:relative;
	overflow:hidden;
	width: 667px;	 
	height: 225px;
	margin-bottom:11px;	
	border: solid #458452 2px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;	
	padding: 5px 0;	
	float: left;
}
/* Zone bas scrollable */
div.scrollable2 {  
	height:335px;
	margin:0 0 0 50px;
	width:667px;
}
/* Thumbs = item de chaque site */
.thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
}
.thumbs2 {	
	position:absolute;
	width:200000em;	
	clear:both;
}
.thumbs div p.titre {
	text-align: center;
	font-weight: bold;
	font-size: small;
}
.thumbs div {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;	
	float:left;
	width:214px;
	height: 225px;
	background: white;
	margin: 0 4px;
}
.thumbs2 div {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;	
	float:left;
	width:660px;
	height: 332px;
	margin: 0 0 0 9px;
}
.thumbs div.hover {
	background-color: #E9E9E2;	
}
.thumbs2 div.hover {
	background-color: white;		
}
div.petite_image {
	width:200px;
	height: 180px;
	background: url("../images/sites/thumbs_fond.png") no-repeat top center;
}
/* 1280*1024 = 1.25 ; 184/1.25 = 147 */
img.petite_image {
	height:147px;
	margin:13px 9px;
	width:184px;
}
div.grande_image {
	height:336px;
	width:410px;
	background: url("../images/sites/fond.png") no-repeat top center;
}
img.grande_image {
	float:left;
	height:301px;
	margin:20px 17px;
	width:377px;	
}
div.thumbs2 .toute_info {
	float: none;
	margin: 8px 0 0 420px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	height: 220px;
	width: 225px;	
}
div.thumbs2 .toute_info p {
	background: url("../images/forward24.png") no-repeat top left;
	padding: 3px 0 10px 30px;
}
div.thumbs2 .toute_info p.description a:hover { color:#000; text-decoration:none; cursor: text; }

.footer_portfolio {
	background: #FFF;		
	margin: 11px 10px 20px 50px;	
	width: 667px;
	border: solid #458452 2px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;	
	text-align: center;
}
