.frame {
width: auto;
height: 303px;
overflow: auto; /* cette propriété va permettre le scroll de ce bloc */
font-size: 14px;
}

/* POLICE LIENS */

A.noir {font-family:Courier New, Courier, mono; font-size:12px; color:#000000; font-weight:normal;
text-decoration:none;
}
A.noir:hover {font-family:Courier New, Courier, mono; font-size:12px; color:#FFFFFF; font-weight:normal;
text-decoration:none;
}

/*POLICE COURANTES */
.normal {font-family:Courier New, Courier, mono; font-size:12px; color:#000000; font-weight:normal;
text-decoration:none;
}
/*TITRES */
.titregrand {font-family:"Courier New", Courier, mono; font-size:40px; color:#999999; font-weight:normal;}
.titrepetit {font-family:"Courier New", Courier, mono; font-size:21px; color:#999999; font-weight:normal;}

.intertitrebrun {font-family:"Courier New", Courier, mono; font-size:16px; color:#990000; font-weight:bold;}

.soustitrebrun {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: normal; font-variant: normal; text-transform: uppercase; color: #990000;}
.soustitrerouge {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: normal; font-variant: normal; text-transform: uppercase; color: #CC0033}
.soustitremauve {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: normal; font-variant: normal; text-transform: uppercase; color: #9999FF}
.soustitrevert {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: normal; font-variant: normal; text-transform: uppercase; color: #669900}
.soustitremagenta {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: normal; font-variant: normal; text-transform: uppercase; color: #CC3399}
.soustitreorange {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: normal; font-variant: normal; text-transform: uppercase; color: #FF9900}
