body {
	background-color: #FFDC95;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #003366;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
}

.tableau_alerte_rouge {
	border-width: 5px;
	border-color: #FF0000; /*couleur de la bordure : supérieur droite bas gauche */
 	border-style: dashed; /* none(pas de bordure) solid(trait simple) dotted(pointillés) dashed(tirets) double(bordure double) groove(en relief) ridge(autre relief) inset(3D enfoncé) outset(3D surélevé)*/
	background-color: #FFFFFF;
 	text-align: center;
	color: #FF0000;
	font-size: 20px;
	padding: 10;
}

.tableau_contour_orange {
	border-radius: 20px; /*arrondi la bordure*/
	border-width: 3px;
	border-color: #FF6600; /*couleur de la bordure : supérieur droite bas gauche */
 	border-style: solid; /* none(pas de bordure) solid(trait simple) dotted(pointillés) dashed(tirets) double(bordure double) groove(en relief) ridge(autre relief) inset(3D enfoncé) outset(3D surélevé)*/
	background-color: #FFFDA5;
 	text-align: center;
}

.tableau_grand1 {
    width: 700px;
	height: 30px;
	vertical-align: middle;
	background-color: #F47520;
	color: #990000;
	font-size: 16px;
	font-weight: bolder;
	text-align: left;
	text-decoration: underline;
	padding-left: 5px;
}

.titre_du_menu1 {
	color: #0088DD;
	font-family: Arial;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: underline;
}

.titre1 {
	color: #003366;
	font-size: 24px;
	text-align:center;
	font-weight:bolder;
	font-style:italic;
}

.titre_chapitre {
	color: #113311;
	font-size: 48px;
	text-align:center;
	font-weight:bolder;
	font-style:normal;
}

.sous_titre1 {
	color: #0000FF;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
}

.sous_titre2 {
	color: #990000;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	text-decoration: underline;
}

.texte1 {
	color: #990000;
	font-size: 16px;
}

.sous_titre1_danger {
	color: #FF0000;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
}

.msg_danger {
	color: #FF0000;
	font-size: 20px;
}

.exercice {
	color: #0D350B;
	font-size: 16px;

}

.legende1 {
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	color: #FF00FF;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.note_de_TP {
	color: #FF0000;
	font-size: 16px;
	font-weight:bold;
}

.commentaire_de_TP {
	color: #990000;
	font-size: 12px;
	text-align:center;
}

/* pour ajouter du commentaire à ce fichier */