
/* ici vos styles statiques */
/* CSS Document */

/* Definition tableau danse lundi - Chorees */
.grise5, .grise10, .grise20, .grise30, .grise40, .grise40center {
 border:1px solid black; 
 border-spacing:1px;
 background-color:silver;
 font-size:14px;
 font-family:Verdana;
}

/* Definition tableau Photos */
.photo33 {
 border:1px solid white; 
 border-spacing:1px;
 width:33%;
 text-align:center;
 background-color:#B8D4F9;
 font-size:12px;
 font-family:Verdana;
}


.grise5 {width:80px;}
.grise10 {width:7,10%;}
.grise20 {width:14,3%;}
.grise30 {width:21,4%;}
.grise40 {width:28,5%;}
.grise40center {
	text-align:center;
	width:28,5%;
}


.blue10, .blue20, .blue30, .blue40 {
 border:1px solid blue;
 font-size:12px;
 font-family:Verdana;
}
 
.blue10 {width:7,10%;}
.blue20 {width:14,3%;}
.blue30 {width:21,4%;}
.blue40 {width:28,5%;}
.blue40center {
	text-align:center;
	width:28,5%;
}

/* Definition tableau Animations */
.grise_animation_10, .grise_animation_15, .grise_animation_25 {
 border:1px solid black; 
 border-spacing:1px;
 background-color:silver;
 font-size:14px;
 font-family:Verdana;
}

.grise_animation_10 {width:10%;}
.grise_animation_15 {width:15%;}
.grise_animation_25 {width:25%;}

.blue_animation_10, .blue_animation_15, .blue_animation_25 {
 border:1px solid blue;
 font-size:12px;
 font-family:Verdana;
}
 
.blue_animation_10 {width:10%;}
.blue_animation_15 {width:15%;}
.blue_animation_25 {width:25%;}


/* ligne en bas du tableau avec les numeros de pages */
.taillepolice_animation {
 font-size:24px;
 font-family:Verdana;
}

/* ligne en bas du tableau avec les numeros de pages */
.taillepolice {
 font-size:24px;
 font-family:Verdana;
}

.none {
 border-style:none;
}  
