.box_clients a:link, .box_clients a:visited {
	font-style: italic;
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 0 0 0 15px;
	background: url(../images/puceLienBlanc.png) no-repeat;
}

.box_clients a:hover, .box_clients a:active {
	color: #ffa05f;
}

/* Portfolio */

#corps {
	background: url( ../images/content_bg_bottom.jpg ) no-repeat 3px bottom transparent;
	height: 560px;
	border: 1px #d07927 solid;
}

#content {
	background: url( ../images/content_bg_top.jpg ) no-repeat 3px top transparent;
	height: 320px;
	margin: 0;
}


/* Coverflow */

#coverflow {
	float: left;
	padding: 0;
	height: 300px;
	margin: 10px auto;
	width: 715px;
}

.coverflowImg {
	float: left;
	position: relative;
	margin-right: -250px;
	border: 1px dashed #EE8029;
}

#coverflow div {
	position: relative;
	z-index: 99;
}


/* Boutons de pagination */

#content_previous,
#content_next {
	float: left;
	margin: 140px 20px 0 20px;
}

#content_previous .ditto_off {
	display: block;
	width: 35px;
	height: 35px;
	background: none;
}

#content_previous a {
	display: block;
	width: 35px;
	height: 35px;
	background: url(../images/bt_white_retour.gif);
}

#content_previous a:hover {
	background: url(../images/bt_white_retour.gif) 0 -35px;
}

#content_next .ditto_off {
	display: block;
	width: 35px;
	height: 35px;
	background: none;
}

#content_next a {
	display: block;
	width: 35px;
	height: 35px;
	background: url(../images/bt_white_suivant.gif);
}

#content_next a:hover {
	background: url(../images/bt_white_suivant.gif) 0 -35px;
}


/* Slider */

#sliderflow {
	width: 850px;
	height:11px;
	z-index: 100;
	margin: 0 auto;
	background: url(../images/slider_white_bg.png) no-repeat center;
	clear: both;
}

#sliderflow #knob {
	position: absolute;
	width: 19px;
	height: 11px;
	margin: 0;
	cursor: pointer;
	background: url(../images/slider_white_knob.png) no-repeat;
}


/* Boxes */

.boxClientTitreHidden,
.boxClientHidden,
.boxTechnoHidden {
	display: none;
}

.box_clients {
	width: 254px; 
	float: left;
	margin: 15px 16px;
}

.box_technos {
	float: left;
	margin: 15px 0;
	width: 587px;
	display: none;
}

#content_clients, #content_tech {
	min-height: 150px;
	color: white;
}

#content_clients {
	background: url( ../images/portfolio_bg_client.png ) no-repeat bottom left transparent;
}

#content_tech {
	background: url( ../images/portfolio_bg_tech.png ) no-repeat bottom left transparent;
}

#content_tech h1,
#content_clients h1 {
	background: url( ../images/portfolio_fd_client.png) no-repeat top right #d07927;
	color: white;
	padding-left: 0.5em;
	font-size: 1em;
}

#content_tech p, #content_clients p {
	margin: 0 10px;
}


/* Zoomy */

#zoomyContainer * {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 100;
}

#zImage {
	z-index: 102;
}

#shadowBottom {
	height: 7px;
	background: url( ../images/zoomy_shadow_bottom.png ) 0 0 repeat-x transparent;
}

#shadowTop {
	height: 7px;
	background: url( ../images/zoomy_shadow_top.png ) 0 0 repeat-x transparent;

}

#shadowRight {
	width: 7px;
	background: url( ../images/zoomy_shadow_right.png ) 0 0 repeat-y transparent;
}

#shadowLeft {
	width: 7px;
	background: url( ../images/zoomy_shadow_left.png ) 0 0 repeat-y transparent;
}

#shadowCornerRB {
	width: 12px;
	height: 12px;
	background: url( ../images/zoomy_shadow_cornerRB.png ) 0 0 no-repeat transparent;
	z-index: 101;

}

#shadowCornerLB {
	width: 12px;
	height: 12px;
	background: url( ../images/zoomy_shadow_cornerLB.png ) 0 0 no-repeat transparent;
	z-index: 101;
}

#shadowCornerRT {
	width: 12px;
	height: 12px;
	background: url( ../images/zoomy_shadow_cornerRT.png ) 0 0 no-repeat transparent;
	z-index: 101;

}

#closeBox {
	width: 30px;
	height: 30px;
	background: url( ../images/zoomy_closebox.png ) 0 0 no-repeat transparent;
	z-index: 103;
}


/* Tips */

toolTipElement {
	cursor: help;
}

.tooltip, .tool-tip {
	width: 172px;
	z-index: 13000;
	font-size: 11px;
}

.tooltip h4, .tool-tip h4, .tool-tip div.tool-title {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 4px 6px 2px;
	background: url(../images/tooltip_bg.png) top left;
	text-align: left;
	font-size: 11px;
}

.tooltip p, .tool-tip p, .tool-tip div.tool-text {
	color: #FFFFFF;
	margin: 0;
	padding: 2px 6px 4px;
	background: url(../images/tooltip_bg.png) bottom right;
	text-align: left;
	font-size: 11px;
}