/***********************************************************************************/
/* WWW.COM1CREA.COM                                                                */
/* FEUILLE DE STYLE LISTING                                                        */
/***********************************************************************************/

@charset "UTF-8";


/***********************************************************************************/
/* REALISATION                                                                     */
/***********************************************************************************/

#realisation {
	position: relative;
	float: left;
	width: 100%;
	}
	#realisation h1 {text-align: left}
	#realisation a.retour {
		position: absolute;
		display: block;
		width: 110px;
		right: 0;
		top: 0;
		background: url(../img/habillage/pages/first.png) top left no-repeat #f2f2f2;
		padding: 2px 5px 2px 5px;
		font-size: 9px;
		text-align: right;
		text-transform: uppercase;
		color: #333333;
		}
		body#identite #realisation a.retour:hover {
			background: url(../img/habillage/pages/first-identite.png) top left no-repeat #f2f2f2;
			color: #97BF0D;
			}
		body#print #realisation a.retour:hover {
			background: url(../img/habillage/pages/first-print.png) top left no-repeat #f2f2f2;
			color: #E2007A;
			}
		body#web #realisation a.retour:hover {
			background: url(../img/habillage/pages/first-web.png) top left no-repeat #f2f2f2;
			color: #39A3DC;
			}
	
/***** CREA *****/
#realisation #crea {
	position: relative;
	/*float: right;*/
	margin: 20px 0 0 0;
	padding: 0;
	}
	#realisation #crea #slider2 {
		display: block;
		position: relative;
		float: left;
		width: 655px;
		height: 410px;
		background: #FFF;
		margin: 25px 25px 35px 0;
		/*margin: 0 0 35px 35px;*/
		-moz-box-shadow: 0px 0px 7px #999; 
		-webkit-box-shadow: 0px 0px 7px #999; 
		box-shadow: 0px 0px 7px #999;
		overflow: hidden;
		}
	#realisation #crea .boxFading img {
		position: relative;
		float: left;
		display: none;
		margin: 5px;
		}
	#realisation #crea .stripped {
		position: relative;
		float: left;
		width: 100%;
		height: 15px;
		background: url(../img/habillage/bg_stripped.png) repeat;
		}

/***** CLIENT *****/
#client {
	position: relative;
	float: left;
	width: 305px;
	margin-top: 25px;
	padding-left: 5px;
	text-align: justify;
	}
	#client p {padding-bottom: 10px}
	#client h3 {
		margin-top: 25px;
		text-transform: uppercase;
		color: #808080;
		}
	#client a {
		text-decoration: none;
		color: #999999;
		}
		#client li.active .identite,
		#client a.identite:hover {color: #97BF0D}
		#client li.active .print,
		#client a.print:hover {color: #E2007A}
		#client li.active .web,
		#client a.web:hover {color: #39A3DC}
		