/*###############################################
# Valeur de base = 1000px
#
# Couleurs
#   - 
###############################################*/

body {
    color: #000;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    background: #fff;
}

#header {
    background: #111;
    
    min-width: 1024px;
    width: 100%;
    height: 60px;
    margin: 0px auto;
    padding: 0px;
}

#container {
    position: relative;
    display: block;
    width: 1024px;
    margin: 0px auto;
    padding: 0px;
    background: url('../Zimage/factice.jpg') repeat-y;
    overflow: hidden;
    margin-bottom: 30px;
}

#loader {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px;
    background: rgba(255, 255, 255, .8);
    z-index: 1000;
}

#footer {
    display: block;
    position: fixed;
    bottom: 0px;
    background: #111;
    width: 100%;
    height: 20px;
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

h3 {
    height: 15px;
    margin: 10px 0px 15px 0px;
    padding: 0px;
    font-size: 15px;
    color: #fff;
}



/*###############################################
# HEADER
###############################################*/

#header img {
    display: block;
    height: 50px;
    width: 50px;
    margin: 5px 2px 5px 20px;
    float: left;
    border: none;
}

#header h1 {
    margin: 12px 0px 0px 0px;
    font-weight: 100;
    font-size: 40px;
    color: #fff;
    float: left;
}


.menuheader, .menuheader1 {
    display: block;
    margin: 30px 0px 0px 0px;
    padding: 2px 10px 2px 10px;
    font-weight: 100;
    font-size: 14px;
    color: #fff;
    float: right;
    text-decoration: none;
    border-right: 1px solid #ccc;
    height: 14px;
}

.menuheader1 {border: none;}

/*###############################################
# CONTAINER
###############################################*/

#content {
    display: block;
    width: 1024px;
    margin: 0px;
    padding: 0px;
    background: #fff;
}

#droite {
    float: right;
    width: 282px; /* 294px + marge droite 10px + bordure 2px = 304px */
    margin: 15px 10px 0px 10px;
    padding: 0px;
}

/* Div conteneur */

.sitebloc {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 14px;
	border-radius: 5px;
	border: 1px solid #000;
	text-align: center;
	padding: 3px 0px 3px 0px;
	color: #000;
	margin-bottom: 10px;
}
.sitebloc:hover { background: #ccc; }

#authentification, #twitter {
    display: block;
    width: 250px;
    padding: 5px 15px 10px 15px;
    margin: 0px 0px 20px 0px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background: #fff url('../../image/echantH3.jpg') repeat-x;
    /*box-shadow: 0px 0px 4px #222;*/
    border: 1px solid #ccc;
}

#authentification form {
    display: block;
    width: 100%;
    margin: 10px 0px 10px 0px;
    padding: 10px 0px 0px 0px;
}

#utiIdentifiant, #utiPassword {
    display: block;
    width: 238px;
    height: 12px;
    margin: 10px 0px 0px 0px;
    padding: 5px;
    border: 1px solid #555;
    border-radius: 5px;
}

.authentificationSub {
    display: block;
    width: 250px;
    height: 22px;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    border: 1px solid #555;
    border-radius: 5px;
    background: #ccc;
    font-weight: bold;
}

#central {
    display: block;
    float: left;
    background: #fff; /* couleur 3 */
    width: 688px; /* 688px + marge gauche 10px + 2px de bordure = 700px */
    margin: 15px 0px 15px 10px;
    padding: 0px;
}

#module {
    display: block;
    width: 670px;
    padding: 5px 15px 10px 15px;
    margin: 0px 0px 0px 0px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background: #fff url('../../image/echantH3.jpg') repeat-x;
    /*box-shadow: 0px 0px 4px #222;*/
    float: left;
    border: 1px solid #ccc;
}

.module {
    position: relative;
    width: 200px;
    height: 100px;
    float: left;
    padding: 5px;
    margin: 20px 15px 0px 0px;
    border-radius: 7px;
    border: 1px solid #ccc;
    cursor: pointer;
    text-decoration: none;
    background: #fff url('../image/bg.png');
}

.module:nth-child(3n+1) {margin: 20px 0px 0px 0px;}
.module:last-child {margin-bottom: 10px;}

.module_desactive {
    display: none;
    position: absolute;
    top: 93px;
    left: 0px;
    width: 200px;
    padding: 2px 5px 3px 5px;
    background: #ccc;
    height: 12px;
    z-index: 10;
    color: #888;
    text-align: center;
    -moz-border-bottom-left-radius: 7px;
    -moz-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -o-border-bottom-left-radius: 7px;
    -o-border-bottom-right-radius: 7px;
    -ms-border-bottom-left-radius: 7px;
    -ms-border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.module img {
    width: 65px;
    float: left;
    margin: 0px 15px 30px 0px;
    border: none;
}

.textem {
    display: block;
    width: 120px;
    float: left;
}

.module:hover {
    background: #ccc;
}

.module h1 {
    color: #000;
    font-size: 12px;
    width: 100%;
    padding: 0px
    margin: 0px 0px 10px 0px;
}

.module h2 {
    color: #555;
    font-size: 11px;
    font-weight: normal;
    text-align: justify;
    width: 100%;
    padding: 0px
    margin: 0px;
}

#compte {
    display: none;
    width: 210px;
    padding: 10px;
    background: #fff url('../image/bg.png');
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    border: 3px solid #ccc;
    position: absolute;
    top: 65px;
    right: 70px;
    z-index: 1000;
    text-align: left;
    -moz-box-shadow: 5px 5px 8px #555;
    -o-box-shadow: 5px 5px 8px #555;
    -webkit-box-shadow: 5px 5px 8px #555;
    -ms-box-shadow: 5px 5px 8px #555;
    box-shadow: 5px 5px 8px #555;
}

#compte h3 {
    background: #334564;
    margin: -10px 0px 15px -10px;
    width: 220px;
    padding: 5px;
    color: #fff;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -o-border-top-left-radius: 5px;
    -o-border-top-right-radius: 5px;
    -ms-border-top-left-radius: 5px;
    -ms-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

iframe { margin: 0px; }
#meteo h2 { margin: 0px 0px 0px 10px; }

/*###############################################
# FOOTER
###############################################*/



/* ###############################################
/* Fenetre navigateur >= 768px
############################################### */
/*
@media screen and (min-width: 1500px) {


}
*/

@media (max-device-width:768px) and (orientation: landscape) {

    /* réduire de façon harmonieuse toutes les tailles de polices en orientation paysage */
    html {
        -webkit-text-size-adjust: 100%;
    }

}


@media (width:1024px) and (orientation: landscape) {

    /* réduire de façon harmonieuse toutes les tailles de polices en orientation paysage */
    html {
        -webkit-text-size-adjust: 100%;
    }
    
    #header { width: 1024px;}

}
