
/* Fichier CSS - Chouan53 */

body

{
margin: 0;
padding: 0;
alignment-baseline: middle;
alignment-adjust: middle; 
text-align: center; 
background-color: #ffffe4;
background-attachment:fixed ;
background-image: url(papier.jpg);
background-repeat: repeat;
position: absolute;
float: left;
width: 100%;
height: 100%;
text-decoration: none;
color: #008080;
/*color: #283696;*/
}

img { box-shadow: 5px 5px 12px #aaa; }
    
a
{
text-decoration: none;
text-align: center;
color: #000899;
}

a:hover
{
color: #880088;
}

/*format du site - chouan53*/
#chouan53
{
margin-top: auto;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
padding: 0px ;
text-align: center;
width: 100%;
height: 100%;
border-radius: 5px 5px 5px;
border: solid 0px #6DCFF6;
box-shadow: rgb(206, 192, 170) 0px 0px 0px;
font-family: Time New Roman;
background-color: #efdeb5;
background-image: url(fond.gif);
}

/*format de texte - Titre*/  
h1 {
   text-align: center;
   vertical-align: middle;
   text-shadow:10px 10px 10px #6DCFF6;
   text-decoration: none;
   font-family: MV boli; 
   font-size: 90px;
   font-style: normal;
   color: #283696;
   letter-spacing: 0px;
   padding: 5px;
   }
   
/*format de texte - Sous-titres*/ 
h2 {
   text-align: center;
   text-shadow:5px 5px 5px #6DCFF6;
   text-decoration: none;
   font-family: Calibri; 
   font-size: 50px;
   font-style: normal;
   color: #283696;
   letter-spacing: 0;
   }  
/*format de texte - Texte gauche*/
h3 {
   text-align: left;
   text-decoration: none;
   font-family: Calibri; 
   font-size: 25px;
   font-style: normal;
   color: #283696;
   letter-spacing: 0;
   }

/*format de texte - texte centré*/
h4 {
   text-align: center;
   text-decoration: none;
   font-family: Calibri; 
   font-size: 25px;
   font-style: normal;
   color: #283696;
   letter-spacing: 0;
   }
 
/*format de texte -Pied-de-page*/
h5 {
   text-align: center;
   text-decoration: none;
   font-family: Time New Roman;
   font-size: 20px;
   font-style: normal;
   color: #283696;
   letter-spacing: 0;
   }
   
