
/*
 * Correction des styles HTML par defaut
 */

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
.Unrealentete{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a {
	text-decoration:none;
	color:#A2708D;
	font-weight:bold;}
a:hover { text-decoration: UNDERLINE; color: #F3123F; }

body{
	font-family: Verdana;
	font-color:#D2D2DC;
	font-size:10px;
}
.menuG{
	font-size:13px;
	text-align:center;
}
.menuhaut, .menubas{
  text-decoration:none;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
.menubas P{
	vertical-align: middle;
}	

.txt1{
	font-size:11px;
	text-align:left;
	}
.txt2{
	font-size:12px;
	text-align:left;
	}
.titreA1{
	font-size:10px;
	color:#00509F;
	text-decoration:underline;
	letter-spacing:0.2em;
	bgcolor:red;
}