

a:link	{color:#000000;} /* for unvisited links */
a:visited	{color:#000000;} /* for unvisited links */
a:hover 	{color:#FF00FF;} /* when mouse is over link */

#content {
	width: 435px;
	height: 450px;	
   margin-top: -225px; /* moitié de la hauteur */
   margin-left: -217px; /* moitié de la largeur */
}

#content_david {
	width: 100%;
	height: 100%;
	background: url(../images/portraits/bg-david.jpg) no-repeat;
	position: absolute;
	top: 5px;
}

#content_manou {
	width: 100%;
	height: 100%;
	background: url(../images/portraits/bg-manou.jpg) no-repeat;	
	position: absolute;
	top: 5px;
}

#content_sylvain {
	width: 100%;
	height: 100%;
	background: url(../images/portraits/bg-sylvain.jpg) no-repeat;	
	position: absolute;
	top: 5px;
}

#content_cdrc {
	width: 100%;
	height: 100%;
	background: url(../images/portraits/bg-cdrc.jpg) no-repeat;	
	position: absolute;
	top: 5px;
}


#content_group {
	width: 450px;
	margin: 0 auto ;
	position: relative;
}

.group {
	text-align: center;
	float: left;
	margin: 10px 10px 0px 10px;
}

#dmc {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
}

#ehb {
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
}

#sbe {
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
}

#cl {
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: center;
}

.bio {
	padding: 0px 10px 0px;
}

