/* gestion des liens du site*/
a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: blue; /* Les liens seront en bleu */
   font-style: italic; /* Les liens seront en italique (pourquoi pas ?) */
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   color: green; /* Le lien sera écrit en vert quand on pointera dessus */
}
a:visited /* Quand le visiteur a déjà vu la page concernée */
{
}
/* gestion des images du site*/

img
 {	
border:none;
}
/*gestion des zones du site*/


body
{
   background-attachment: fixed; /* Le fond reste fixe */
   background-image: url("../Images/fond1.jpg");
}
.rueda
{
}
#total
{
width: 1024px; 
margin-left: auto; 
margin-right: auto;
}
#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 120px; /* Très important : donner une taille au menu */
   background-image: url("../Images/menugroung.jpg");
   background-repeat: no-repeat;
}
#haut
{
background-image: url("../Images/hautgroung.jpg");
background-repeat: no-repeat;
}
#corps
{
margin-left: 150px;
}
.essayage
{
float: left;
width: 215px; 
height: 300px;
text-align: center;
}
#prebas
{
clear: left;
}

/*pages photos*/
.cellule_alb
{
float: left;
width: 170px; 
height: 150px;
text-align: center;
border-width: 2px;
}
.titre_pagephoto
{
text-align: center;
color: green;
}
.description_pagephoto
{
text-align: center;
color: orange;
}
.nombre_pagephoto
{
text-align: center;
color: blue;
}
/*slides photos*/
.photoslides
{
text-align: center;
margin-left: 150px;
}


/*détails du menu*/
ul
{
list-style-type : none;
padding-left : 0;
margin-left : 0;
}
.menuA
{
font-family: "Comic Sans MS", Arial, Verdana, serif;
color: #d75a1d;
}
.menuB
{
font-family: "Comic Sans MS", Arial, Verdana, serif;
color: #d6681b;
}
.menuC
{
font-family: "Comic Sans MS", Arial, Verdana, serif;
color: #d6771b;
}
.menuD
{
font-family: "Comic Sans MS", Arial, Verdana, serif;
color: #d6861b;
}
.menuE
{
font-family: "Comic Sans MS", Arial, Verdana, serif;
color: #d6951b;
}
.menuF
{
font-family: "Comic Sans MS", Arial, Verdana, serif;
color: #d6a41b;
}
.menuG
{
font-family: "Comic Sans MS", Arial, Verdana, serif;
color: #d6b31b;
}
.menuG2
{
font-family: "Comic Sans MS", Arial, Verdana, serif;
color: #d6b21b;
}
.menuH
{
font-family: "Comic Sans MS", Arial, Verdana, serif;
color: #d6c11b;
}
.menu2
{
font-family: "Comic Sans MS", Arial, Verdana, serif;
font-weight: bold;
font-size: 1.2em;
color: #d4751b;
}
.haut1
{
font-family: "Comic Sans MS", Arial, Verdana, serif;
font-weight: bold;
font-size: 1.5em;
color: #b817a4;
}

/* système des news*/
.nouvelles1
{
color: #1dc318;
font-size: 18px;
border-bottom: 2px outset red;
text-align : center;
}
.nouvelles2
{
font-size: 18px;
text-align : justify;
border-bottom: 2px outset red;
}
.poste_news
{
font-size: 0.7em;
color : black;
}
.titre_news
{
text-align : center;
font-size: 1.2em;
font-weight: bold;
color: red;
}
.gauche_photo
{
float: left;
}
.droite_photo
{
float: right;
}

/* Pages salsaphotos générales - titrages*/

.titre
{
color: #ac51e9;
}
.photo
{
text-align : center; 
}
.date
{
color: green;
}

/*Gestion des sous titres*/

h1.rueda1
{
font-size: 1.5em;
text-align : center;
color: red;
}
h2.rueda2
{
font-size: 1.2em;
text-align : center;
color: orange;
}
h1.pagesoirees
{
color: orange;
text-align : center;
font-size: 1.5em;
}
p.Paris
{
text-align : center;
color: #0d7054;
}

/*Livre d'or*/

form, .pages
        {
            text-align:center;
			color: green;
    }
.pseudo
{
color: #ea9956;
text-decoration: underline;
}
.message
{
color: #0d7054;
font-style: oblique;
}
.livre
{
color: #e68b36;
}

/*Commentaires photos*/

form, .commentaire1
        {
            text-align:center;
			color: green;
    }
.pseudo2
{
color: #ea9956;
text-decoration: underline;
}
.message2
{
color: #0d7054;
font-style: oblique;
}
.commentaire2
{
color: #e68b36;
}
.tableau_commentaire
{
border-bottom: 2px outset red;
}

/*titres photos*/
.titre3
{
text-align : center;
color: #f75d5d;
font-weight: bold;
font-size : 1.4em;
}

/*page des liens*/
.liens_haut
{
color : green;
font-weight: bold;
height: 50px; 
font-size: 1.2em;
}
.liens_gauche
{
width: 225px; 
height: 120px;
}
.liens_droite
{
color : red;
text-align : left;
height: 120px;
}
.liens_invisible
{
clear: left;
}
.liens_cellule
{
text-align : center;
}
.liens_cellule2
{
text-align : center;
width: 450px; 
}

/*page derniers commentaires*/
.titre_commentaire
{
font-weight: bold;
color : green;
}
.date_commentaire
{
color : #79db8a;
}
.pseudo_commentaire
{
color: #69529c;
}
.commentairesbis
{
color: #2a3bc3;
}