/* Il faut modifier le css par défaut de la boite (voir box2.css) 
*/
.Formation .boxContent{
	padding:2px;
}
.Formation .boxContent h1{
	margin:5px 0 8px 5px;
}

.Formation .coda-slider-wrapper {
	clear: both;
	overflow: auto
}
.Formation .coda-slider {
	width:635px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-bottom:25px;
}
.Formation .coda-slider .panel {
	width:635px;
	height:354px;
	display: block;
	float: left
}
.Formation .coda-slider .panel-container {
	position: relative
}
.Formation .tab_bar{
	position:absolute;
	background:url(/Ressources/images2011/formation_bottom2.jpg) no-repeat;
	left:0px; 
	bottom:-2px;
	width:635px;
	height:27px; 
	color:#000000;
	padding:5px 0 0 10px;
}
.Formation .tab_bar a{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

.Formation .tab_bar a:hover{
	text-decoration:underline;
	color:#000000;
}
.Formation .tab_bar a.current{
	font-weight:bold;
}
.Formation .dot_bar{
	position:absolute;
	right:5px;
	bottom:30px;
}
.Formation .dot_bar a{
	float:left;
	padding:14px 0 17px 0;
	width:31px;
	text-align:center;
	background : url(/Ressources/images2011/formation_point_blanc.png) no-repeat;
	color:#333333;
	line-height:0;
}
.Formation .dot_bar a:hover{
	text-decoration:none;
}
.Formation .dot_bar a.current{
	background : url(/Ressources/images2011/formation_point_selected.png) no-repeat;
	color:white;
}

.Activites td a{
	color:#000000;
	font-weight:bold;	
	text-decoration:none;
}
.Activites td a:hover{
	color:#000000;
	font-weight:bold;	
	text-decoration:underline;
}