/* Eléments de la page de présentation de l'équipe */


/***************/
/*     RPI     */
/***************/

#presentation {
	margin-top:10px;
	padding-top:10px;
	margin-bottom:10px;
	border-bottom:2px solid #CCCCCC;
}

#nous{
	float:left;
	width:35%;
	margin-right:20px;
	margin-bottom:10px;
}

#nous p{
	font-size: 10px;
	background-color:#FFFFFF;
	color: #000000;
 	margin-bottom: 1em;
	font-weight:bold;
	line-height: 14px;
	
}

#pictos{
	float:right;
	margin-bottom:10px;
}

#equipe{
	float:left;
}

#equipe p{
	margin-top:12px;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
}

#equipe a{
	margin-top:12px;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
}

#equipe p#points{
	margin-top:1px;
	background-color:#FFFFFF;
	color:#FF0000;
	letter-spacing:1.5px;
}

