@charset "UTF-8";

body
{
	width: 1000px;
	max-width: 1000px;
	min-width: 1000px;
	margin: auto;
	margin-top: 5px;
	background-image: url(../gifs/wallpaper_stars.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	color: #000000;
	font-size: 16px;

}

#en_tete
{
   height: 196px;
   background-image: url(../images/banniere.jpg);
   background-repeat: no-repeat;
   background-position:center;
   border-left: 3px solid #FF9900; 
   border-right: 3px solid #FF9900;
   border-top: 3px solid #FF9900;
 }

#menu
{
   height: 34px;
   margin-bottom: 0px;
   border-left: 2px solid #FF9900;
   border-right: 2px solid #FF9900;
   border-bottom: 3px solid #FF9900;
}

#titre
{  
   margin-top:5px;
   margin-bottom: 0px;
   padding: 0px;
   border: 3px solid #FF9900;
   background-image: url(../images/fond_site.jpg);
   background-repeat: repeat-y;
   background-attachment: scroll; 
}

#contenu
{
   height:450px;
   margin-top:5px;
   margin-bottom: 0px;
   padding: 5px;
   border: 3px solid #FF9900;
   background-image:url(../images/fond_site.jpg);
   background-repeat: repeat-y;
   background-attachment: scroll;  
}

#contenu_livre
{
   margin-top:5px;
   margin-bottom: 0px;
   padding: 5px;
   border: 3px solid #FF9900;
   background-image: url(../images/fond_site.jpg);
   background-repeat: repeat-y;
   background-attachment: scroll; 
}

#pied
{   
   height: 70px;
   margin-top:5px;     
   border: 3px solid #FF9900;
}

a, a:visited
{
   color: #000000;
   font-style: normal;
   font-size: 1em;
}

a:hover, a:focus, a:active
{
   color: #EC2D23;
   font-style: normal;
   font-size: 1em;
}

p
{
	font-family: "Comic Sans MS", cursive;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}

.ecriture1 /* Texte en Noir */
{color: #000000;}
.ecriture2 /* Texte en Rouge */
{color: #EC2D23;}
.ecriture3 /* Texte en Noir Gros */
{
	color: #000000;
	font-size: 25px;
	font-family: "Comic Sans MS", cursive;
}
