/***
 * CSS pour la page de details sur le profil
***/



/*** 
 profile du membre
**/
#main{
height:auto;
}


.img{
	float:left;
	margin:0ex 1ex 1ex 0ex;
}

p.lien{
position:absolute;
bottom:0px;
}

.img img{
	border:2px solid #F062D0;
}

.info{
	float:left;
	width:72%;
	color:#286ba1;
	position:relative;
	height:100px;
}

 .locate{
	color:#000000;
	font-size:12px;
	font-weight:normal;
}

.info .lien .lien_rose{
	background:url(/img/interface/puce.gif) left center no-repeat;
	padding-left:2ex;
	color:#f062d0;
	cursor:pointer;
}

#content_princ , #content_profile{
	height:86ex;
}

.sousFiche
{
	clear:both;
	width:100%;
}
#content_princ p.tailleAuto{
	position:relative;
	clear:both;
	height:1px;
	background:none;
}



#rightContainerC
{
	margin:0px;
	width:64%;
	float:left;
	margin-top:1ex;
}

#content_tem
{
	width:30%;
	float:right;
	margin-right:2ex;
	padding:2ex;
	border-left:1px dashed #a5acb2;
	margin-top:1ex;
}

.inline
{
display:inline;
}


h3.titre_page
{
	font-size:14px;
}
.info , .description{
width:47%;
float:left;
margin:1ex;
}

.description{
width:45%;}


