/* CSS Document */

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

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

#tableEcriveur, #tableDictee, #tableLecteur, #tableVisualiseur, #tableTranscripteur, #tableCorrecteur, #tableDictionnaires, #tableReglages, #tableAccessibilite, #tableTutorial, #tableComparatif, #tableOutilsMathematiques, #tableEchooral, #tableTranscription, #tableRessourcesEnLigne {
	display:none;
	width:600px;
	margin-right :0px;
}

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

#tableOutil_image {
	text-align:center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

