#slideShow {
	background: transparent url('../images/slideShow/whiteBackground.jpg') no-repeat; 
	position:relative;
	float:left;
	width:483px;
	
	float:left;	
	left:10px;	
	
	font-family: Verdana, Arial;
	
	overflow:hidden;
}

#titleAndDescComp {
	position: relative; 

	height: 363px;
	width:400px;
}

.buttonTab {
	font-size:11px; 
	
	text-align:left;
	/*text-transform:uppercase;*/

	float:left;
	width:139px;
	height:30px;
	padding: 17px 6px 4px 16px;
	margin-top:29px;
}

#tab0_Visibility, #tab1_Visibility, #tab2_Visibility{
	visibility: hidden;
	position:absolute;

	left:2px;
	top:0px;	
	
	width:483px;
	height:390px;
	
	z-index:10;
}

.profile {
	background: transparent url('../images/slideShow/background.gif') no-repeat; 

	position:relative;
	float:left;

	margin : 0px;
	width : 120px;
	height : 185px;
	padding-top:10px;
	
	text-align : center; 
}

.profile .label {
	/* style du label */
	/* Couleur du texte */
	color:#FF0000;
	/* gras */
	font-weight:bold;
}

.profile p {
	margin:0px;
	width:115px;
	height:10px;
}

#img_link {
	/* bordure de l'image */
	border-width:0px;
	/* couleur de la bordure de l'image */
	border-color:#000000;
       /* permet d'afficher le texte en dessous de l'image */
       width:100px;
}

#img_link:hover {
	/* bordure de l'image */
	border-width:3px;
	/* couleur de la bordure de l'image */
	border-color:#C5C5C5;
       /* permet d'afficher le texte en dessous de l'image */
       width:100px;
}

#a_link {
	/* couleur du lien */
	color:#8D0D0E;
	/* police du lien */
	font-weight:bold;
	/* non souligné */
	text-decoration:none;
	font-size:12px;
	
}

#a_link:hover {
	/* couleur du lien survolé */
	color:gray;
	/* souligné au survol */
	text-decoration:underline;
}

.a_link_img {
	
	text-decoration:none;
	text-size:8px;
}

#tab0,#tab1,#tab2:hover {
	cursor:pointer;
}

