@charset "utf-8";
/* CSS Document */

.Texte {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;	
	font-style:normal;
	color:#4574a7;
}

.TexteTitre {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;	
	font-style:normal;
	font-weight:bold;
	color:#006fae;
}



.Verdana {
	font-family:Verdana, Geneva, sans-serif;
}
.Times {
	font-family:"Times New Roman", Times, serif;
}

.T8 {
	font-size:8px;
}

.T9 {
	font-size:9px;
}

.T10 {
	font-size:10px;
}
.T11 {
	font-size:11px;
}
.T12 {
	font-size:12px;
}
.T13 {
	font-size:13px;
}
.T14 {
	font-size:14px;	
}
.T16 {
	font-size:16px;	
}
.T18 {
	font-size:18px;
}
.T20 {
	font-size:20px;
}
.T24 {
	font-size:24px;
}
.T28 {
	font-size:28px;
}
.T30 {
	font-size:30px;
}



.Gras {
	font-weight:bold;
}
.Italique {
	font-style:italic;
}
.Underline {
	text-decoration:underline;
}
.Majuscule{
	text-transform:capitalize;
	text-transform:uppercase;
}




.TNoir {
	color:black;	
}
.TBleuClair {
	color:#b9c3d8;
}
.TBleu {
	color:#36a2d8;
}


