/* CSS Document */

/** Inclusions */
@import url('../../all/styles/description.css');

/** Structure */
#tableFormation {
	display:block;
	width:600px;
	margin-right :0px;
}

#tableSupportTechnique, #tableAssistance, #tablePresentations {
	display:none;
	width:600px;
	margin-right :0px;
}

#tableOutil_centre {
	padding-top:10px;
	padding-left:10px;
}

#tableOutil_image {
	text-align:center;
}

/** Titres */
#tableServices_haut{
	height:15px;
	background:url('../images/titres/haut_services.png') no-repeat bottom;
}

#tableFormation_haut {
	height:15px;
	background:url('../images/titres/haut_formation.png') no-repeat bottom;
}

#tableSupportTechnique_haut {
	height:15px;
	background:url('../images/titres/haut_supporttechnique.png') no-repeat bottom;
}

#tableAssistance_haut {
	height:15px;
	background:url('../images/titres/haut_assistance.png') no-repeat bottom;
}

#tablePresentations_haut {
	height:15px;
	background:url('../images/titres/haut_presentations.png') no-repeat bottom;
}

