body
{
   width: 760px;
   margin: auto;
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;
   background-image: url("fond.png"); /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
       background-attachment: fixed;
}

#en_tete
{
   width: 760px;
   height: 92px;
 background-image: url("banniere.png");
   background-repeat: no-repeat;
   background-
   margin-bottom: 20px;
   border: 0.5px blue ;
}
#logo {    /* zone cliquable */
float: left;
width : 760px;
height: 92px;
margin-bottom: 20px;

}
#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 160px; /* Très important : donner une taille au menu */
  
}

#centre
{
padding:150px;
}


.albumright
{
}
.albumleft
{
}
.imgalbum
{
width: 263px; height: 190px;
}

.element_menu
{
   background-image: url("menu.png");
   background: href("http://www.orgone.ch");
   background-repeat: repeat-y;
    border: 2px ridge blue;
   margin-bottom: 20px; /* Pour éviter que les éléments du menu ne soient trop collés */
   
}

.element_menu a /* Tous les liens se trouvant dans un menu */
{
   color: blue;
}

.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
   background-color: #B3B3B3;
   color: black;
}
#nouveau
{
text-align:center;
margin-left:10px
}

#corps
{
   margin-left: 180px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   margin-top:20px;
   padding: 10px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
          border: 2px groove blue;
	  text-align:left;
   }
   
#corps_large
{
   margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 10px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
          border: 2px groove blue;
	  text-align:left;
   }
.cadre
{

padding-left:10px;
padding-top:6px;
border: 2px dotted #B3B3B3;
  }
  
.cadre a
{
     color: blue;
	  text-decoration: none;
   
}
.cadre a:hover
{
   background-color: #B3B3B3;
   color: black;
   
}
h3 a
{
 text-decoration: none;
}

h3
{
text-align:center;
}
h5
{
text-align:center;
margin:auto;
}
caption
{
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   font-size:120%;
   padding-top:20px;
   padding-bottom:5px;
   
   }
   
#new
{
text-decoration: blink;
color:red;
}
h1
{
color:blue;
}

table
{
width:100%;
   margin: auto;
   border: 4px outset blue;
   border-collapse: collapse;
}
th
{
   
 
   border: 1px solid black;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 20px;
   padding-bottom: 20px;
}
td
{
 width:100%;
   vertical-align: top; 
   border: 1px solid black;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   text-align: left;
   padding: 5px;
}

.img_description
{
width: 280px; height: 220px;
border: 5px black;
}
  

img
{

margin-right:5px;
margin-left:5px;
margin-top:10px;
margin-bottom:10px;
}
.imgd
{
width: 263px; height: 190px;
}

.imgcenter
{
 text-align:center;
}
.imgbig
{
width: 546px; height: 400px;
}
.imgfull
{
width:720px;
height:100%;
float:left;
}

.imgsmal
{
width: 263px; height: 190px;
border: 5px black;
}
.imgnorm
{
width: 409px; height: 300px;
border: 5px black;
}
#pied_de_page
{
   text-align: center;
   color: blue;   
   border: 2px groove blue;
}
#icone_left
{
float:left;
margin-left:10px;
}
#icone_right
{
float:right;
margin-right:10px;

}
