/*---------------------------------------------------------
/*      =TAGS
/*      =STRUCTURE
/*        @Entête
/*        @Conteneur
/*        @Pied de page
/*      =MODULES
/*        @Navigation
/*        @Formulaires
-------------------------------------------------------- */


/*---------------------------------------------------------
        =TAGS
-------------------------------------------------------- */

html, body {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

body {
    background: #020105 url(../img/fond.jpg) no-repeat center top;
    color: #fff;
    font: 0.625em/1em arial, helvetica, sans-serif;
    text-align: left;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: normal;
    line-height: 1em;
    margin: 0;
    padding: 0.6em 0;
}

h1, .h1 {
    font-size: 1.8em;
}

h2, .h2 {
    font-size: 1.6em;
}

h3, .h3 {
    font-size: 1.4em;
}

h4, .h4 {
    font-size: 1.2em;
}

h5, .h5 {
    font-size: 1.2em;
}

h6, .h6 {
    font-size: 1.2em;
}

p {
    font-size: 1.2em;
    margin: 0;
    padding: 0 0 1.2em 0;
}

ul {
    list-style-position: inside;
    list-style-type: disc;
    margin: 0;
    padding: 0;
} 

ol {
    list-style: decimal;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

li {
    font-size: 1.2em;
    margin: 0;
    padding: 0 0 1.2em 0;
}

a {
    text-decoration: underline;
}

a:hover, a:focus {
    text-decoration: none;
}

img {
    border: 0;
}

hr {
    background: #fff;
    border: none;
    border-bottom: 1px solid #000;
    color: #fff;
    height: 0;
    margin: 0;
}

form {
    display: inline;
    margin: 0;
    padding: 0;
}

textarea {
    line-height: 1.2em;
}

label {
    cursor: pointer;
}

table {
    border: 0;
    border-collapse: collapse;
    margin: 0 0 1.2em 0;
    padding: 0;
}

th, td {
    font-size: 1.2em;
    margin: 0;
    padding: 1.2em 1em;
}

blockquote {
    margin: 0.6em 1.8em;
    padding: 0;
}

small {
    font-size: 0.8em;
}

kbd {
    border: 1px solid #000;
    padding: 1px 2px;
}

sup {
    bottom: 0.3em;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.2em;
    position: relative;
    vertical-align: baseline;
}

acronym, abbr {
    border-bottom: 1px dashed;
    cursor: help;
    letter-spacing: 1px;
}


/*---------------------------------------------------------
        =STRUCTURE
-------------------------------------------------------- */

#site  {
    background: url(../img/fond.jpg) no-repeat center top;
    margin: 0 auto;
    width: 998px;
}


/*      @Entête
------------------------------------ */

#header .logo {
    float: left;
    padding: 30px 0 0 25px;
}

#header h1 {
    padding: 40px 0 64px 0;
    text-align: center;
}


/*      @Conteneur
------------------------------------ */

#container {

}

#container .blocOpacite {
    background: url(../img/fond-opacite.png);
    min-height: 300px;
    /*
    opacity:0.7;
    */
}

#container .blocOpacite .cadreJeux {
    background: url(../img/reflets.png) no-repeat left bottom;
    margin: 0 13px;
    padding: 20px 0 44px 0;
}

#container .blocOpacite .cadreJeux .jeu {
    float: left;
    margin: 0 23px 0 0;
    width: 222px;
}

#container .blocOpacite .cadreJeux .rouge {
    margin: 0 28px 0 0;
}

#container .blocOpacite .cadreJeux .jaune {
    margin: 0 33px 0 0;
}

#container .blocOpacite .cadreJeux .vert {
    margin: 0;
}

#container .blocOpacite .cadreJeux .jeu h2 {
    background: url(../img/puce-bleu.png) no-repeat 0px 3px;
    color: #f0f0f0;
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0;
    padding: 0 0 12px 12px;
    text-transform: uppercase;
}

#container .blocOpacite .cadreJeux .jeu img {
    display: block;
    margin: 0;
}

#container .blocOpacite .cadreJeux .bleu h2 {
    background-image: url(../img/puce-bleu.png);
}

#container .blocOpacite .cadreJeux .bleu h2 strong {
    color: #12baf0;
}

#container .blocOpacite .cadreJeux .rouge h2 {
    background-image: url(../img/puce-rouge.png);
}

#container .blocOpacite .cadreJeux .rouge h2 strong {
    color: #f20e30;
}

#container .blocOpacite .cadreJeux .jaune h2 {
    background-image: url(../img/puce-jaune.png);
}

#container .blocOpacite .cadreJeux .jaune h2 strong {
    color: #ffed2f;
}

#container .blocOpacite .cadreJeux .vert h2 {
    background-image: url(../img/puce-verte.png);
}

#container .blocOpacite .cadreJeux .vert h2 strong {
    color: #69c17f;
}

#container .blocOpacite h3 {
    color: #fbfbfb;
    font-size: 3.5em;
    padding: 10px 0 46px 52px;
}

#container .blocOpacite h3 strong {
    color: #f9ff00;
    font-weight: normal;
    padding: 0 0 0 94px;
}

#container .blocOpacite .reseauxSociaux {
    float: right;
    margin: 0 20px 0 0;
}



/*      @Pied de page
------------------------------------ */

#copyright {
    color: #fff;
    font-size: 1.0em;
    font-weight: bold;
    margin: 20px 0 0 0;
    text-align: center;
}

#copyright img {
    display: block;
    margin: 10px auto 0 auto;
/*
    vertical-align: middle;*/
}


/*-------------------------------------------------------------------------------- 
          =CLASSES
-------------------------------------------------------------------------------- */
 
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }

.middle { vertical-align: middle; }

.bold { font-weight: bold; }
.italic { font-style: italic; }

.floatLeft { float: left; }
.floatRight { float: right; }

.clear { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }

.imgLeft { 
    float: left; 
    margin: 0 4px 4px 0; 
}

.imgRight { 
    float: right;
    margin: 0 0 4px 4px;
}


/*---------------------------------------------------------
        =MODULES
-------------------------------------------------------- */


/*      @Navigation
------------------------------------ */

#nav {

}

#nav ul {

}

#nav li {

}

#nav a {

}


/*      @Formulaires
------------------------------------ */

.required {

}

.error {

}

label, .label {

}

textarea,
input[type="text"] {

}

button,
input[type="submit"], 
input[type="button"] {

}