/*  ------------------------------------------ */
/* ass-alc "styles.css"
/*  ------------------------------------------ */

a:link { color:#0066ff; text-decoration:none;} 
a:visited { color:#0066ff; text-decoration:none;}
a:hover { color:#0099cc; text-decoration:none;}

img {
 border: 1 ;
 border-style: solid ;
 border-color: #ffffff ;
 }

body {
 font-family: arial ;
 }

.petit1 {
 font-size: 8pt ;
 }
 
.petit2 {
 font-size: 10pt ;
 }
   
.petit2_gras {
 font-size: 10pt ;
 font-weight: bolder ;
 }
 
.petit2_gras_blanc {
 font-size: 10pt ;
 font-weight: bolder ;
 color: #ffffff;
 }

.petit2_padding_left {
 font-size: 10pt ;
 padding-left: 10px ;
 }
 
.petit2_padding_left2 {
 font-size: 10pt ;
 padding-left: 25px ;
 }
   
.moyen {
 font-size: 13pt ;
 }
 
.moyen_gras {
 font-size: 13pt ;
 font-weight: bolder ;
 } 
 
.moyen1 {
 font-size: 15pt ;
 }

.moyen1_center {
 font-size: 15pt ;
 text-align: center ;
 }
 
.moyen1_italique_gris {
 font-size: 15pt ;
 font-style: italic ;
 color: #646464 ;
 }
 
.moyen2 {
 font-size: 20pt ;
 }
 
.grand1 {
 font-size: 25pt ;
 }
 
.grand2 {
 font-size: 30pt ;
 }
 
.grand3 {
 font-size: 50pt ;
 }
 
.padding_left_20 {
 padding-left: 20px ;
 }
 
.padding_left_35 {
 padding-left: 35px ;
 }
 
#titre {
 font-size: 20pt ;
 font-weight: bolder ;
 color: navy ;
 padding-left: 20px ;
 }
 
#plan_liste {
 font-size: 10pt ;
 font-weight: bolder ;
 }
 
 #center {
 float: center ;
 }
 
 #div_center {
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}