/* ajouté par AS */
div.gauche {
	border-style: none;
	border-width: 10px;
	border-color: rgb(128, 128, 128);

	padding: 6px;
	text-align: left;
}

div.droit {
	border-style: none;
	border-width: 10px;
	border-color: rgb(128, 128, 128);
	padding: 6px;
	text-align: right;
}
div.centre {
	border-style: none;
	border-width: 10px;
	border-color: rgb(128, 128, 128);
	padding: 6px;
	text-align: center;
}

div.enonce_centre {
	border-style: solid;
	border-width: 2px;
	border-color: black;
	background-color: rgb(255, 255, 255);
	padding: 6px;
	text-align: center;
}
div.enonce_gauche {
	border-style: outset;
	border-width: 10px;
	border-color: rgb(128, 128, 128);
	background-color: rgb(255, 255, 255);
	padding: 6px;
	text-align: left;
}
div.quoifaire {
	border-style: dotted;
	border-width: 2px;
	border-color: black;
	background-color: rgb(255, 255, 255);
	padding: 6px;
	text-align: center;
}
div.rappel {
	text-align: center;
	color: rgb(0, 153, 0);
}

table.ClozeTAV_Eq {
	width:96%;
	/*centrage ; auto ne fonctionne pas sous IE */
	margin-left: 2%;
	margin-right: 2%;
	border-style:solid; 
	border-width:1px; 
	border-color:black;
	border-collapse:collapse
	font-family: Geneva,Arial;
	font-size: large;
	line-height: 1.0;
}
tr.saumon {
	background-color: rgb(255, 136, 136);
}


td.TAV_eq_titre { 
	width:30.6%;
	border-style:solid; 
	border-width:1px; 
	border-color:black;
	text-align: center;
}
td.TAV_eq { 
	border-style:solid; 
	border-width:1px; 
	border-color:black;
	text-align: center;
	font-weight: bold;

}


table.ClozeTAV {
	width:96%;
	/*centrage ; auto ne fonctionne pas sous IE */
	margin-left: 2%;
	margin-right: 2%;
	border-style:solid; 
	border-width:1px; 
	border-color:black;
	border-collapse:collapse
	font-family: Geneva,Arial;
	font-size: large;
	line-height: 1.0;
}

tr.grisclair {
	background-color: rgb(239, 239, 239);
}
tr.jaunepale {
	background-color: rgb(255, 255, 238);
}

tr.jaunemoyen {
	background-color: rgb(255, 255, 204);
}
tr.jaunevif {
	background-color: rgb(255, 255, 170);
}

td.TAV_etat { 
	width:18.5%;
	border-style:solid; 
	border-width:1px; 
	border-color:black;
	text-align: left;
}
td.TAV_avancement { 
	width:11.5%;
	border-style:solid; 
	border-width:1px; 
	border-color:black;
	text-align: center;
}
td.TAV_entites { 
	border-style:solid; 
	border-width:1px; 
	border-color:black;
	text-align: center;
}




/* ŕ utiliser avec une balise span dans le corps de texte */

span.gras{ 
	font-weight: bold;
}

span.ind{
	vertical-align: -20%;
	font-size: 90%;
	font-weight: bold;
}

span.exp{
	vertical-align: 20%;
	font-size: 90%;
	font-weight: bold;
}
span.fleche_eq {

	font-size: 200%;
	vertical-align: -8%;
	font-weight: bold;
}
