*
{
margin: 0px;
padding: 0px;
}
*::-moz-selection
{
background: rgb(200,200,200);
}
body
{
font-family: 'Verdana', Sans-Serif;
background: rgb(225,225,225) url(Fond.png);
font-size: 13px;
color: black;
text-align: justify;
}
a
{
color: rgb(0,100,0);
text-decoration: none;
font-weight: bold;
}
a:hover
{
cursor: pointer;
color: black;
}
a:focus, a:active
{
outline: none;
}
a img
{
border: none;
}
img.smiley
{
position: relative;
margin-bottom: -3px;
}
h1
{
color: black;
font-size: 17px;
font-weight: bold;
margin: 4px;
font-family: 'Trebuchet MS', 'Verdana', Sans-Serif;
}
hr
{
border: none;
border-top: 1px solid white;
border-bottom: 1px solid black;
margin-top: 24px;
margin-bottom: 24px;
}
ul
{
margin-left: 16px;
margin-right: 16px;
list-style: url(Puce.png);
}
#page
{
width: 976px;
margin: auto;
padding-bottom: 640px;
}
#page #titre
{
margin-top: 12px;
text-align: center;
}
#page #carte
{
position: absolute;
background: url(Carte_off.png) no-repeat;
width: 194px;
height: 172px;
top: 0px;
}
#page #carte:hover
{
background-image: url(Carte_on.png);
}
#page #carte a, #page #contact a
{
display: block;
width: 100%;
height: 100%;
}
#page #contact
{
position: absolute;
background: url(Contact_off.png) no-repeat;
width: 197px;
height: 198px;
top: 0px;
margin-left: 764px;
}
#page #contact:hover
{
background-image: url(Contact_on.png);
}

/* PIED */

#pied
{
background: url(Pied.png) repeat-x;
position: fixed;
bottom: 0px;
width: 100%;
height: 64px;
text-align: center;
}
#pied .contenu
{
position: relative;
margin-top: -96px;
margin-left: -384px;
height: 0px;
}

/* AFFICHE */

#affiche
{
background: url(Affiche.png) no-repeat;
width: 555px;
height: 457px;
float: left;
margin-left: 2px;
}
#affiche #infos, #affiche #photos, #affiche #videos, #affiche #autres
{
position: absolute;
display: block;
width: 208px;
height: 48px;
}
#affiche #infos
{
margin-top: 51px;
margin-left: 273px;
}
#affiche #infos:hover, #affiche #infos:focus
{
background: url(Bouton_on.png) no-repeat;
}
#affiche #photos
{
margin-top: 131px;
margin-left: 297px;
}
#affiche #photos:hover, #affiche #photos:focus
{
background: url(Bouton_on.png) no-repeat;
}
#affiche #videos
{
margin-top: 211px;
margin-left: 321px;
}
#affiche #videos:hover, #affiche #videos:focus
{
background: url(Bouton_on.png) no-repeat;
}
#affiche #autres
{
margin-top: 291px;
margin-left: 343px;
}
#affiche #autres:hover, #affiche #autres:focus
{
background: url(Bouton_on.png) no-repeat;
}

/* CHAT */

#chat
{
margin-top: 8px;
margin-left: 24px;
float: left;
}
#chat #messages
{
width: 384px;
height: 384px;
overflow: auto;
}
#chat .message
{
width: 368px;
}
#chat .message .haut
{
background: url(Chat_haut.png) no-repeat;
width: 100%;
height: 48px;
}
#chat .message .haut .contenu
{
margin-left: 32px;
padding-top: 12px;
}
#chat .message .haut .contenu .pseudo
{
font-weight: bold;
}
#chat .message .haut .contenu .date
{
font-style: italic;
font-size: 11px;
}
#chat .message .milieu
{
background: url(Chat_milieu.png) repeat-y;
width: 100%;
}
#chat .message .milieu .contenu
{
margin-left: 18px;
margin-right: 18px;
text-align: left;
}
#chat .message .bas
{
background: url(Chat_bas.png) no-repeat;
width: 100%;
height: 16px;
}
#chat form
{
background: url(Vert-50.png);
border: 4px solid rgb(0,100,0);
padding: 8px;
width: 320px;
margin: auto;
margin-top: 50px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
color: white;
}
#chat form h1
{
position: absolute;
margin-top: -32px;
background: rgb(0,100,0);
padding: 4px;
padding-top: 0px;
padding-bottom: 0px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
color: white;
font-size: 17px;
font-family: 'Arial Black', Sans-Serif;
white-space: nowrap;
}
#chat form a
{
color: black;
}
#chat form input, #chat form textarea
{
font-family: 'Verdana', Sans-Serif;
font-size: 13px;
color: black;
padding: 3px;
background: white;
border: none;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
#chat form .pseudo
{
margin-bottom: 8px;
}
#chat form .envoi
{
float: right;
font-weight: bold;
padding: 2px;
}
#chat form .envoi:hover, #chat form .envoi:focus
{
cursor: pointer;
background: black;
color: white;
}
#chat form .message
{
width: 98%;
}
#chat form .caracteres_restants
{
margin-top: 4px;
margin-bottom: -4px;
color: white;
font-weight: bold;
text-align: right;
}
#chat form .caracteres_restants span
{
background: rgb(0,100,0);
padding-left: 2px;
padding-right: 2px;
}

/* FENETRE */

#fenetre
{
background: url(Fenetre.png) no-repeat;
position: absolute;
width: 544px;
height: 416px;
top: 128px;
left: 25%;
display: none;
}
#fenetre #fermer
{
position: absolute;
display: block;
width: 16px;
height: 16px;
top: 24px;
right: 24px;
}
#fenetre #fermer:hover, #fenetre #fermer:focus
{
background: url(Fermer_on.png) no-repeat;
}
#fenetre .contenu
{
margin: 24px;
padding-right: 4px;
overflow: auto;
height: 332px;
color: rgb(0,100,0);
}
#fenetre .contenu > a
{
color: black;
}
#fenetre .contenu > a:hover, #fenetre .contenu > a:focus
{
text-decoration: underline;
}
#fenetre h1.titre
{
margin: 0px;
margin-top: 20px;
margin-left: 24px;
margin-right: 48px;
margin-bottom: -12px;
padding-left: 4px;
font-size: 19px;
border-bottom: 3px solid white;
}

/* FORMATAGE DE CONTENU */

.b, .bold, .g, .gras {font-weight: bold;}
.i, .italic, .italique {font-style: italic;}
.u, .underline, .s, .souligne {text-decoration: underline;}
.s, .barre, .k {text-decoration: line-through;}
.super, .exposant {vertical-align: super;}
.sub, .indice {vertical-align: sub;}
.left, .gauche, .center, .centre, .right, .droite, .justify, .justifie {margin: 0px;} /*A REGLER POUR EVITER DECALAGE AVEC RESTE DU TEXTE (DESSUS & DESSOUS)*/
.left, .gauche {text-align: left;}
.center, .centre {text-align: center;}
.center div, .centre div {margin-left: auto; margin-right: auto;}
.right, .droite {text-align: right;}
.justify, .justifie {text-align: justify;}
.float_gauche, .float_left {float: left;}
.float_droite, .float_right {float: right;}
.float_clear {clear: both;}

.galerie
{
text-align: center;
margin: auto;
margin-bottom: -8px;
}
.galerie td
{
vertical-align: top;
}

.quote_auteur, .quote, .code_haut, .code
{
display: block;
width: 90%;
margin: auto;
}
.quote_auteur, .code_haut
{
background: rgb(100,100,100);
padding-top: 2px;
padding-bottom: 2px;
padding-left: 8px;
padding-right: 2px;
font-weight: bold;
margin-top: 16px;
}
.quote, .code
{
background: url(Fond_noir_25.png);
border: 1px solid rgb(100,100,100);
padding: 4px;
margin-bottom: 16px;
}
.code
{
font-family: 'Lucida Console', Monospace;
}
