body
{

   width: 833px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background: #acbde9 url("images/fond/hiver/hiver.jpg") center; /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
   padding-bottom : 100px;
   background-attachment: fixed;
   background-repeat: no-repeat;
   font-family: Comic Sans MS;
   font-size: 11px;
}

/* L'en-tête */
#en_tete
{
   width: 832px;
   height: 169px;
   background-image: url("images/fond/hiver/bannierehiver.png");
   background-repeat: no-repeat;
   margin-bottom: 2px;
}  

#meteo
{
width: 540px;
text-align:left;
height: 130px;
margin: auto;
padding-top: 5px;
margin-top: 5px;
margin-left: 200px;
margin-bottom:5px;
border: 2px;
border-style: solid;
border-color: #B78E32;
background-color:#FFDC95;
}  
   
a/* Tous les liens se trouvant dans un menu */
{
	text-decoration: none;
   color: white;
}

/* Le menu */

#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 120px; /* Très important : donner une taille au menu */
}

.element_menu
{
   background-image: url("images/fond/printemps/menu.gif");
   background-repeat: repeat-x;
   
   margin-bottom: 10px; /* Pour éviter que les éléments du menu ne soient trop collés */
   padding-left : 5px;
}

/* Quelques effets sur les menus */


.element_menu h3 /* Tous les titres de menus */
{  
   padding-top: 13px;
   color: White;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
   list-style-image: url("images/puce.png"); /* On change l'apparence des puces */
   padding: 0px; /* Tous les côtés ont une marge intérieure de 0 pixels */
   padding-left: 20px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
   margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
   margin-bottom: 5px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
}

.element_menu a /* Tous les liens se trouvant dans un menu */
{
	text-decoration: none;
   color: white;
}

.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
   background-color: #B3B3B3;
   color: black;
}

.affirmatif/* Tous les liens se trouvant dans un menu */
{
	text-decoration: none;
    color: green;
} 

.negatif/* Tous les liens se trouvant dans un menu */
{
	text-decoration: none;
    color: red;
} 

.petittitre/* Tous les liens se trouvant dans un menu */
{
	text-decoration: none;
    color: #5A3D1B;
	font-weight:bold;
} 

.moyentitre/* Tous les liens se trouvant dans un menu */
{
	text-decoration: none;
    color: #5A3D1B;
	font-weight:bold;
	font-size: 16px;
} 

/* Le corps de la page */


#corpshaut
{
   height : 35px;
   margin-left: 130px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   
   background-image: url("images/fond/hiver/corpshaut.png");
	background-repeat:no-repeat;
	
}  

#corps
{
  margin-left: 130px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
  padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
  padding-left: 30px;
  padding-right: 20px;
  
  background-image: url("images/fond/hiver/corps.png");
  background-repeat:repeat;
}  
 
#corpsbas
{
   height : 45px;
   margin-left: 130px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   
   background-image: url("images/fond/hiver/corpsbas.png");
	background-repeat:no-repeat;
	
}  
 
a/* Tous les liens se trouvant dans un menu */
{
	text-decoration: none;
    color: black;
} 

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   font-size: 10px;
   padding: 0px;
   text-align: center;
	
   color: white;
   background-image: url("images/fond/printemps/copyright.gif");
   background-repeat: no-repeat;   
   margin-top:50px;
   margin-left: 75px;

}

#corps h1 /* Tous les titres h1 du corps */
{
  
   color: #5A3D1B;
   text-align: center;
}


#corps h2 /* Tous les titres h2 du corps */
{
   background-image: url("images/titre.png"); /* Une petite image de fond sur les titres h2 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
   
   color: #B3B3B3;
   text-align: center;
}

.bouton1
{
font-family:Comic Sans MS;
font-size: 10px;
font-weight:bold;
background-color:#F0C657;
color: #5A3D1B;
border-top: 2px solid #FDD6A5;
border-left: 2px solid #FDD6A5;
border-bottom: 2px solid #E58E38;
border-right: 2px solid #E58E38;
}
.bouton2
{
font-family:Comic Sans MS;
font-size: 10px;
font-weight:bold;
background-color:#F0C657;
color: #5A3D1B;
border-top: 2px solid #FDD6A5;
border-left: 2px solid #FDD6A5;
border-bottom: 2px solid #E58E38;
border-right: 2px solid #E58E38;
}

.encadre {
	border: 1px solid #FED9AF;
	background-color: #FEE6A6;
}
.ligne1 {
	border: 1px solid #FED9AF;
	background-color: #EEC791;
}
.ligne2 {
	border: 1px solid #FED9AF;
	background-color: #FFDC95;
}

.bordure
{
border-top: 2px solid #FDD6A5;
border-right: 2px solid #FDD6A5;
border-bottom: 2px solid #E58E38;
border-left: 2px solid #E58E38;
}

#reponse
{
font-size: 11px;
font-weight: bolder;
margin-top: 5px;
margin-left:5px;
margin-right:5px;
margin-bottom:5px;
border: 0px;
border-style: solid;
border-color: #B78E32;
background-color:#FFDC95;
text-align: center;
}
.reponse
{
font-size: 11px;
font-weight: bolder;
margin-top: 5px;
margin-left:5px;
margin-right:5px;
margin-bottom:5px;
border: 0px;
border-style: solid;
border-color: #B78E32;
background-color:#FFDC95;
text-align: center;
}
/***************PAGE BUREAU*********************/

#nouveauteshaut
{
height : 126px;
padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
background-image: url("images/fond/printemps/nouveauteshaut.png");
background-repeat:no-repeat;
margin-bottom: -15px;
	
}  

#nouveautesmilieu
{
  padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
  padding-left: 65px;
  padding-right: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url("images/fond/printemps/nouveautesmilieu.png");
  background-repeat:repeat-y;
}  
 
#nouveautesbas
{
   height : 244px;
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   margin-top: 0px;
   background-image: url("images/fond/printemps/nouveautesbas.png");
	background-repeat:no-repeat;
	
} 

#cadre
{
width : 515px;
padding-left: 65px;
padding-right: 65px;
padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
background-repeat:no-repeat;
	
} 

/***************PAGE ONLINE*********************/

/*Carré du message du crack*/
#messagecrack
{
text-indent:10px;
color: #5A3D1B;
max-width: 500px;
margin: auto;
margin-top: 10px;
margin-bottom:10px;
padding-bottom:2px;
border: 0.5px;
border-style: solid;
border-color: #B78E32;
background-color:#FFDC95;
}
/******************************************************/

/********************MESSAGERIE*************************/
#message
{
max-width: 750px;
margin: auto;
margin-top: 10px;
margin-left: 2px;
margin-right: 5px;
margin-bottom:10px;
border: 2px;
border-style: solid;
border-color: #B78E32;
}

#cherche
{
width: 250px;
max-height : 150px;
margin: auto;
margin-top: 10px;
margin-left: 10px;
margin-bottom:10px;
}

#cherche2
{
width: 250px;
max-height : 150px;
margin: auto;
margin-top: 10px;
margin-left: 10px;
margin-bottom:10px;
}


.emetteur
{
background-color:#EEC791;
font-size: 11px;
font-weight: bold;
}
.message
{
background-color:#FFECC4;
padding-bottom:5px;
}

/******************************************************/
/*************PAGE PROFIL****************************/

/*Nom du joueur*/
#nomprofil
{
text-transform:capitalize;
font-size: 15px;
font-weight: bolder;
color: #5A3D1B;
height:20px;
margin-left:5px;
margin-right:5px;
margin-bottom:5px;
border: 0px;
border-style: solid;
border-color: #B78E32;
background-color:#FFDC95;
}

#photoprofil
{
text-align:center;
width: 100px;
height:100px;
float: left;
margin-top:5px;
margin-left:5px;
margin-bottom:5px;
border: 0px;
border-style: solid;
border-color: #B78E32;
}

#fiche
{
width: 540px;
text-align:left;
height: 130px;
margin: auto;
padding-top: 5px;
margin-top: 5px;
margin-right: 5px;
margin-bottom:5px;
border: 0.5px;
border-style: solid;
border-color: #B78E32;
background-color:#FFDC95;
}

#presentationprofil
{
width:650px;
text-align:left;
margin: auto;
padding-top: 5px;
margin-top: 5px;
margin-right: 5px;
margin-bottom:5px;
border: 0.5px;
color: #5A3D1B;
border-style: solid;
border-color: #B78E32;
background-color:#FFDC95;
}

#modificationprofil
{
width:600px;
height: 300px;
text-align:left;
margin: auto;
padding-top: 5px;
margin-top: 5px;
margin-right: 5px;
margin-bottom:5px;
border: 0.5px;
color: #5A3D1B;
border-style: solid;
border-color: #B78E32;
background-color:#FFDC95;
}

/******************************************************/
/*************PAGE FICHECHEVAL*************************/

#photocheval
{
width:450px;
border: 1px;
float : left;
color: #5A3D1B;
border: 1px;
border-style: solid;
}

#identitecheval
{
text-align: left;
width:180px;
border: 1px;
float : right;
margin-left : 5px;
padding-left: 5px;
margin-bottom: 0px;
border: 1px;
border-style: solid;
color: #5A3D1B;
}

#infocheval
{
width:650px;
min-height: 50px;
margin-top : 2px;
border: 1px;
float : left;
color: #5A3D1B;
border: 1px;
border-style: solid;
}

#infocheval2
{
width:250px;
min-height: 50px;
border: 1px;
float : left;
color: #5A3D1B;
padding-left:10px;
padding-top:20px;
padding-bottom:2px;
}

#infocheval3
{
width:323px;
min-height: 50px;
border: 1px;
float : right;
color: #5A3D1B;
padding-left:10px;
padding-top:20px;
padding-bottom:2px;
}

#experiencecheval
{
width:650px;
min-height: 50px;
border: 1px;
float : left;
color: #5A3D1B;
border: 1px;
border-style: solid;
}

#experiencecheval2
{
width:250px;
min-height: 50px;
border: 1px;
float : left;
color: #5A3D1B;
padding-left:10px;
padding-top:20px;
padding-bottom:2px;
}

#experiencecheval3
{
width:323px;
min-height: 50px;
border: 1px;
float : right;
color: #5A3D1B;
}

/*************PAGE METIER****************************/

/*Nom du joueur*/
#nommetier
{
text-transform:capitalize;
font-size: 15px;
font-weight: bolder;
color: #5A3D1B;
height:20px;
margin-top: 5px;
margin-left:5px;
margin-right:5px;
margin-bottom:5px;
border: 0px;
border-style: solid;
border-color: #B78E32;
background-color:#FFDC95;
}

#messagemetier
{
text-indent:10px;
color: #5A3D1B;
max-width: 500px;
margin: left;
margin-top: 10px;
margin-bottom:10px;
padding-bottom:2px;
border: 0.5px;
border-style: solid;
border-color: #B78E32;
background-color:#FFDC95;
}

/*************PAGE BONUS****************************/


#fondplus
{
   background-color: #FFFF00;
   color: red;
   width: 550px;
} 



/*************PAGE INDEX****************************/

#test
{
width: 600px;
height: 200px;
border: 1px;
float : center;
border : 5px;
border-style: solid;
border-color: #B78E32;
}

/*************PAGE Arbre****************************/

#arbreg
{
   background: url("images/fond/arbre.png");
   width:600px;
   height : 800px;
   background-repeat: no-repeat;
   border: 1px solid black;
   
 }  
 

/**************************ONGLET************************/
#onglets
{
    font : bold 11px Batang, arial, serif;
    list-style-type : none;
    padding-bottom : 24px; /* à modifier suivant la taille de la police ET de la hauteur de l'onglet dans #onglets li */
    border-bottom : 1px solid #9EA0A1;
    margin-left : 0;
}

#onglets li
{
    float : left;
    height : 21px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
    background-color: #F0C657;
	color: #5A3D1B;
    margin : 2px 2px 0 2px !important;  /* Pour les navigateurs autre que IE */
    margin : 1px 2px 0 2px;  /* Pour IE  */
    border : 1px solid #9EA0A1;
}

#onglets li.active
{
    border-bottom: 1px solid #fff;
    background-color: #F0C657;
}

#onglets a
{
    display : block;
    color : #666;
    text-decoration : none;
    padding : 4px;
}

#onglets a:hover
{
	color: white;
    background : #5A3D1B;
}

#menu2
{
        /* border-bottom : 1px solid #9EA0A1;*/
        padding-bottom : 10px;
}
   
 /* Feuille de style pour Calendrier */
table.cal { font-size:12px; background:#416DFF; border: 3px groove #0026A7; }
/* la case contenant le nom du mois */
.cal td.cal_titre { font-weight:bold; }
/* les cases des jours de la semaine */
.cal th { text-align:center; background:#0026A7; color:#DAE2FF; }
/* les autres cases */
.cal td { text-align:center; background:#DAE2FF; margin:0px; padding:0px; }
/* la case correspondant à aujourd'hui */
.cal td.today { border: 2px solid fuchsia; margin:0; padding:-2px; }

/* les cases avec un lien */
.cal td a { background:#fff; display:block; text-decoration:none; font-weight:bold; }
/* un premier style */
.cal .st1 { font-weight:bold; background:Turquoise; }
/* un second style */
.cal .st2 { font-weight:bold; color:Purple; }
