#img_profil {
	width:110px;
	float: left;
	margin:10px;
}

#txt_profil {
	margin:10px;
	float: left;
	width: 500px;
}

#txt_profil h1{
	font-size: 12px; /* on définit les propriétés de texte pour toutes les balises */
	font-family:  Tahoma, Verdana, Arial, serif;
	color:red;

}

#formulaire_projet {
	float:left;
	border: 1px solid #808080;
	margin-left: 160px;
	padding:15px;
	width:400px;
	margin-top:10px;
	background-color: #cfdde7;

}

#catch{
	float:left;
	width:330px;
	margin-top:20px;
}

#desc_form{
	float:left;
	width:160px;
	margin:2px;
}

#input_form{
	float:right;
	margin:2px;
}

#profiltxt{
	width: 670px;
	display: block ; 
	position: absolute;
	margin :0;
	padding : 10px;
	margin-top:6%;
	margin-left : 25%;
	padding-left:0px;
	font-size: 12px; /* on définit les propriétés de texte pour toutes les balises */
	font-family:  Tahoma, Verdana, Arial, serif;
	line-height:15pt;
	height:auto;
	border:1px solid  #808080;
	background-color:white;
	-moz-opacity: 0.85;
		opacity:.85;
		filter: alpha(opacity=85);
}

#profiltxt a:visited {color: black; text-decoration:underline;}
#profiltxt a:link {color: black; text-decoration:underline;}
#profiltxt a:hover {color: #8397AE; text-decoration:underline;}
