/*PAGES PORTFOLIO*/
div#portfolio {
    float: left;
    display: block;
	width:460px;
    background-color: #eaeae3;
    margin-bottom: 35px;
    padding-bottom: 4px;
    clear: both;
}

div#portfolio div.port-photo {
    position: relative;
    width: 460px; /*POUR IE6 SINON PLACE MAL LES FLECHES f-port*/
    text-align: center;
}

div#portfolio p.port-leg {
    position: relative;
    float: left;
    margin: 15px 5px 15px 15px;
    overflow: hidden;
    width: 400px;
}

div#portfolio p.port-leg span.credit {
    text-transform: uppercase;
}

div#portfolio img.ico-zoom {
    position: relative;
    float: right;
    z-index: 10;
    margin-right: 5px;
    margin-top: 15px;
}

img.f-diapos {
    clear: both;
    position: absolue;
    display: block;
    z-index: 10;
    width: 11px;
    height: 11px;
    margin-top: 40px;
    background-position: center center;
    background-repeat: no-repeat;
}
*html img.f-diapos {
    position: relative;
    display: block;
}


div#portfolio div.littlediapos a.prevLittlePage
{
	float:left;
    width: 11px;
    height: 11px;	
}

div#portfolio div.littlediapos a.nextLittlePage
{
	float: right;
    width: 11px;
    height: 11px;	
}

img.f-diapos.fl-gau {
    float: left;
    left: 4px;
    background-image: url('/img/f_diapos_gau_24.png') !important;
    _background-image: url('/img/f_diapos_gau.png');
}

img.f-diapos.fl-dro {
    float: right;
    right: 4px;
    background-image: url('/img/f_diapos_dro_24.png') !important;
    _background-image: url('/img/f_diapos_dro.png');
}

.mainscroll {
    position: relative;
    overflow: hidden;
    width: 460px;
    margin-left: 0px;
    float: left; 
}
*html .mainscroll {
    padding: 0;
    margin-left: 0px;
    padding-left: 0px;
	margin-right : 0px;
}

.littlediapos {
    position: relative;
    float: left;
    display: block;
    background-color: white;
    height: 70px;
    width: 450px;
    margin-left: 5px;
    padding: 0;
}
*html .littlediapos {
	padding-top:5px;
}

.diaposcont {
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
    width: 402px;
    height: 70px;
    margin-left: 12px;
    margin-top: 0px;
    margin-top: -7px;
}
*html .diaposcont {
    margin-left: 10px;
    margin-top: -12px;
}
*+html .diaposcont {
    margin-top: -9px;
    height: 80px;
}

.zoomcroll {
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin-left: 10px;
    padding-top: 15px;
    float: left;
}
*html .zoomcroll {
    margin-left: 5px;
}

.scroll .pics, .diaposcont .pics {
    width: 20000em;
    position: absolute;
    clear: both;
}

.pics img, .pics div {
    float: left;
    cursor: pointer;
    margin: 0;
}

.pics img {
    border-left: 1px solid #eaeae3;
    border-right: 1px solid #eaeae3;
}

.normal img {
    width: 460px;
}
*html .normal img {
	position:relative;
    display: block;
    float: left;
    left:-230px;
	width: 465px;
}
*+html .normal img {
    position: relative;
    display: block;
    float: left;
    left: -230px;
}

.little img, .little div {
    height: 60px;
    margin: 0px;
    margin-right: 2px;
    margin-top: 0px;
}
*html .little img {
    margin-top: -5px;
}

.little div.dia {
    position: relative;
    float: left;
    margin-top: 0px;
}

.little div.dia div.dia-hover {
    position: absolute;
    z-index: 10;
    display: block;
    left: 0px;
    width: 50px;
    height: 60px;
    margin-top: 11px;
}

.little div.dia div.dia-hover.active {
    margin-top: 11px;
	margin-left:1px;
}
*html .little div.dia.active div.dia-hover {
	margin-top:-5px;
	margin-left:2px
}
*+html .little div.dia.active div.dia-hover {
    margin-top: 0px;
	margin-left:2px
}

.little div.dia div.dia-hover.hover-on {
    background-repeat: repeat;
    background-image: url('/img/diapo_hover_24.png');
}

.little img.dia-without-hat { 
    margin-top: 11px;
}

.little div.dia-hat {
    position: relative;
    z-index: 15;
    float: left;
    top: 0px;
    height: 11px;
	margin-left:1px;
	margin-right:1px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('/img/diapo_select.gif');
}
*html .little div.dia-hat {
	margin-left:1px;
	padding-left:0px;
}

a.disabled {
    visibility: hidden !important;
}

.prevLittlePage {
    float: left;
}

.nextLittlePage {
    float: right;
}

.prevLittlePage, .nextLittlePage {
    margin-top: -8px;
}

#overlayzoompic {
    position: absolue;
    display: none;
    padding: 5px 5px 10px 5px;
    background-color: #eaeae3;
    height: 300px;
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}
*html #overlayzoompic {
    position: absolute;
    padding: 0;
    margin-bottom: 20px;
}

#overlayzoompic .close {
    background-image: url(/img/close.png);
    position: absolute;
    z-index: 9999;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 35px;
    width: 35px;
}
*html #overlayzoompic .close {
    top: -20px;
}
