/* CSS des projets */

/* On importe la CSS globale */
@import "global.css";

/* Styles propres aux projets */
#colone_gauche {
	position: absolute;
	top: 220px;/*220px*/
	left: 40px;
	width: 150px;
	text-align: left;
	font-size: 10px;
}

#smenu { /* sous-menu avec les grands types de réal (actu, équipement, etc ...) */
	position: absolute;
	top: 115px; /*90px*/
	left: 40px;
	width: 110px;
	text-align: left;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 20px;
}

#fiche_tech a:link, #fiche_tech a:visited {
	color: #b2aeb2;
	text-decoration: none;
}

#fiche_tech a:hover {
	color: #fff;
	text-decoration: none;
}

#photos {
	position: absolute;
	top: 120px;
	left: 230px;
	width: 591px;
	color: #fff;
	line-height: 18px;
	font-size: 11px;
	letter-spacing: 1px;
}

#mosaique {
	width: 707px;
	height: 505px;
	margin: 0;
	padding: 0;
	
	position: absolute;
	top: 120px;
	left: 230px;
	color: #fff;
	line-height: 18px;
	font-size: 11px;
	letter-spacing: 1px;
	
}

#smenu_realisations {
	position: relative;
	top: 0px;
	left: 0px;
	width: 200px;
	font-size: 10px;
	text-align: left;
	line-height: 12px;
}

#smenu_realisations ul, #smenu_realisations li {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
}

#smenu_realisations ul h3 {
	color: #c83b25; /* b84e31 */
	font: bold 10px Helvetica, Arial, Verdana, sans-serif;
	margin: 10px 0 0 0;
	padding: 0;
}

#fiche_tech {
	position: relative;
	top: 10px;
	left: 0px;
	width: 200px;
	font-size: 10px;
	clear: both;
	color: #fff;
	line-height: 12px;
}


.vignette {
	float: left;
	width: 86px;
	height: 86px;
	margin: 0 15px 15px 0;
}

