/* Feuille pour la gestion du TEAM */
#team_banniere {
	position: absolute;
	width: 650px;
	height: 40px;
	left: 0px;
	top: 5px;
}

#team_pict_princ {
	position: absolute;
	width: 450px;
	height: 250px;
	left: 0px;
	top: 55px;
	background-color: #000000;
	background-image: url(cadre_pict.png);
}

#team_pict_min_cadre {
	position: absolute;
	width: 190px;
	height: 190px;
	left: 460px;
	top: 55px;
	background-color: #000000;
	background-image: url(cadre_ensembl_min.png);
}

#team_pict_min_1 {	position: absolute;	width: 50px; height: 50px; left: 10px; top: 10px; background-color: #000000; background-image: url(cadre_min.png);}
#team_pict_min_2 {	position: absolute;	width: 50px; height: 50px; left: 70px; top: 10px; background-color: #000000; background-image: url(cadre_min.png);}
#team_pict_min_3 {	position: absolute;	width: 50px; height: 50px; left: 130px; top: 10px; background-color: #000000; background-image: url(cadre_min.png);}
#team_pict_min_4 {	position: absolute;	width: 50px; height: 50px; left: 10px; top: 70px; background-color: #000000; background-image: url(cadre_min.png);}
#team_pict_min_5 {	position: absolute;	width: 50px; height: 50px; left: 70px; top: 70px; background-color: #000000; background-image: url(cadre_min.png);}
#team_pict_min_6 {	position: absolute;	width: 50px; height: 50px; left: 130px; top: 70px; background-color: #000000; background-image: url(cadre_min.png);}
#team_pict_min_7 {	position: absolute;	width: 50px; height: 50px; left: 10px; top: 130px; background-color: #000000; background-image: url(cadre_min.png);}
#team_pict_min_8 {	position: absolute;	width: 50px; height: 50px; left: 70px; top: 130px; background-color: #000000; background-image: url(cadre_min.png);}
#team_pict_min_9 {	position: absolute;	width: 50px; height: 50px; left: 130px; top: 130px; background-color: #000000; background-image: url(cadre_min.png);}

#team_profil {	
position: absolute;	
width: 440px; 
height:440px ;
left: 5px; 
top: 5px; 
background-color: #000000; 
overflow:auto;
}
#team_cadre_profil {	
position: absolute;	
width: 450px; 
height:450px ;
left: 0px; 
top: 345px; 
background-color: #000000; 
background-image: url(cadre_profil.png);
}
#team_member {
	position: absolute;
	width: 190px;
	height: 500px;
	left: 460px;
	top: 255px;
	background-color: #000000;
	background-image: url(cadre_member.jpg);
	text-indent: 10px;
	overflow: auto;
}
a:link{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
a:hover{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;

}
a:visited{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;

}