﻿      /* fichier "cssJA.css" pr tout le site */
      
body {background-color:#FFFF99}

/* polices */
     /* place du texte */ 
div#textmilieugauche {float:left;width:180px;height:400px;}
div#textmilieudroit {float:left;width:405px;height:400px;}

	/* retrait du texte */
div#autostyl {margin-left:18px}
div#autostyl1 {margin-left:22px}
div#autostyl2 {margin-left:15px}

    /* style du texte */	
div#auto-style1 {font-family:"Belwe Bd BT";color:blue;font-size:20px;}
div#auto-style2 { font-weight:bold;}
div#auto-style3 { font-weight:bold; text-decoration:underline }
div#auto-style4 {font-weight:bold;font-style:italic;font-size:22px;margin-left:500px}
div#auto-style5 {font-style:italic;font-size:15px}
div#auto-style6 {font-style:italic;font-size:15px;font-weight:bold }
div#auto-style7 {font-style:italic;font-size:25px;font-weight:bold }
div#auto-style8 {font-weight:bold }
   /* pour mettre un titre special comme Bonne annee */ 
div#auto-style20 {font-family:HERMAN;color:white;font-size:30px;}


strong {font-family:"Belwe Bd BT";color:blue;font-size:45px;}

/* images */
img {border-width:3px;border-style:solid;border-color:green;}
.photo1 {height:100px;width:100px;float:left;border-width:3px;
       border-style:solid;border-color:green;}
.photo2 {height:100px;width:350px; float:right; border-width:3px;border-style:solid;border-color:green;}
.photo11 {height:50px;width:50px;float:left;border-width:3px;
       border-style:solid;border-color:green;}
.photo22 {height:50px;width:175px; float:right; border-width:3px;border-style:solid;border-color:green;}
 
/* les 4 colonnes */	
div#leftcolumn {width:280px;height:570px;background-color: #66CCFF;float:left;border:2px solid black;}

div#milieug {width:180px;height:350px;border:2px solid black;background-color:aqua;margin-left:300px; }
div#milieudr {width:405px;height:970px;background-color:#FF9933; margin-left:195px; border:2px solid black;}

div#rightcolumn {width:335px;height:450px; background-color:#99FF33; border:2px solid black;float:right;}
 
/* colonnes des rubriques */
div#leftcolumn1 {width:410px;height:990px;background-color: #66CCFF;float:left;border:2px solid black;}
div#milieu3 {width:410px;height:1200px;background-color:#FF9933;margin-left:425px;border:2px solid black;}
div#rightcolumn2 {width:410px;height:990px;border:2px solid black;background-color:aqua;float:right;}

div#leftcolumnrubr {width:80px;height:21px;background-color:white;float:left;border:1px solid black;}

.miniature { height:80px; width:140px}
.livre {height:75px; width:60px}
	
   /* content */
.content {width:1260px; margin:0 auto; }
 
    
