
/* ------------------------ */
/* Frame middle : Principal */
/* ------------------------ */

#colonne_middle {
	float:left;
	margin-top:10px;
	margin-left:7px;
	margin-bottom:10px;
	width:632px;

}

#fiche{
	width:632px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#d7d7d7;
}

#projet {
	float:left;
	width:379px;
	margin-top:7px;
	margin-left:7px;
}


#fiche h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #484848;
	letter-spacing:-1px;
	margin-bottom:7px;
	
	}

#fiche p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	text-decoration:none;
	
	}

/* ------------------------ */


	
.links_description {
	color: #b200ac;
	text-decoration: none;
}

.links_description:hover {
	text-decoration: underline;
}


/* Intro */

#entete {
	height:203px;
	width:632px;
	background-image: url(../images/somwall.jpg);
	background-repeat:no-repeat;


}

#intro_texte {
	width:612px;
	padding:10px;
	background-image: url(../images/coindwn.gif);
	background-repeat:no-repeat;
	background-position: 594px bottom;
	margin-bottom:10px;
}

#intro_texte h3{
	color: #CC00CC;
}



/* autres projets */

#autres_projets {
	border-top:1px dashed #535353;
	color:#FFFFFF;
	padding:7px;
	background-color:#d7d7d7;
	overflow:hidden;
	
}
#autres_projets h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
	color: #990099;
		letter-spacing:-1px;
}

#box1 {
	float:left;
	width:145px;
	margin-right:9px;
	margin-bottom:25px;
	height:auto;

}

#box1 p{
	font:bold;
	color:#484848;
	margin-top:3px;
	
}
#type{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font:bold;
	color:#484848;
	margin-top:3px;
	
}

#box1_cadre {

	width:145px;
	height:114px;
	background-color:#484848;
	border:1px solid #696969;
	padding:3px;
	cursor: pointer;
	background-image: url(../images/projet/prv.jpg);
	background-repeat:no-repeat;
	background-position:center;

}

#box1_cadre p{
	font:bold;
	color:#484848;
	margin-top:3px;
	
}


#arrondi {
	width:632px;
	height:15px;
	background-image: url(../images/arrondi.gif);
	background-repeat:no-repeat;

}