/* Feuille de style du site tequilan.org */

/* Couleur d'arrière-plan et taille du site/texte */
body {
width: 90%;
text-align: center;
font-size: 13px;
margin: 0 auto;
min-width: 920px;
}

img {
border: 0;
margin: 0;
}
/* Liens sans underline */
a {
text-decoration: none;
}

h2 {
padding-top: 10px;
}

h4 {
font-size: 110%;
margin:0;
cursor: pointer;
text-decoration: none;
}

/* Logo */
#logo {
margin-top: 30px;
min-width: 920px;
}

/* Menu du haut */

#raccourcis {
height: 120px;
width: 100%;
margin: 0 auto;
text-align: center;
}

#raccourcis img {
position: relative;
width: 80px;
height: 80px;
margin-top: 20px;
margin-bottom: 20px;
}

/* Menu de gauche */

#menu {
padding-top: 100px;
font-size: 16px;
float: left;
text-align: center;
width: 25%;
min-height: 250px;
}

#menu a {
width: 100%;
float: left;
}

#Accueil, #Jeux_proposés, #Inscription, #Galerie {
display: none;
}

/* Contenu */
#contenu {
width: 75%;
float: left;
padding-bottom: 100px;
min-height: 250px;
}

#marge {
padding-left: 20px;
padding-right: 20px;
}

/*  Footer */
#footer {
height: 105px;
margin-bottom: 20px;
}

/* Jeux */
#liste-jeux img {
height: 200px;
}

/* Inscription */
#inscription {
background-color: #E3E3E3;
text-align: center;
margin: auto;
width: 500px;
height: 300px;
overflow: auto;
}

#table-inscriptions {
margin: auto;
}

/* Classes */
.liste-inscriptions {
width: 30%;
}

.red {
font-weight: bold;
color: red;
}

.afficher {
display: block;
}

.clear {
clear: both;
}

.blink {
text-decoration: blink;
}