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

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

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

#container {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    overflow: hidden;
    margin-bottom: 60px;
}

#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: 50px;
    margin: 60px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
}

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



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

#header img {
    display: block;
    height: 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: 100%;
    margin: 0px auto;
    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; }


#central {
    display: block;
    width: 100%; /* 688px + marge gauche 10px + 2px de bordure = 700px */
    margin: 15px auto;
    padding: 0px;
}

#module {
    display: block;
	position: relative;
    width: 400px;
	height: 400px;
    margin: 0px auto;
    border: 150px solid rgba(255, 255, 255, .7);
	border-radius: 350px;
}

#module_ext {
    display: block;
	position: absolute;
	top: -150px;
	left: -150px;
    width: 698px;
	height: 698px;
    border: 1px dashed #c00000;
	border-radius: 350px;
}

#module_int {
    display: block;
	position: absolute;
	top: 0px;
	left: 0px;
    width: 398px;
	height: 398px;
    margin: 0px 0px 0px 0px;
    border: 1px dashed #c00000;
	border-radius: 200px;
}


#authentification {
    display: block;
    width: 300px;
    padding: 5px 15px 10px 15px;
	margin: 75px auto;
}

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

#utiIdentifiant, #utiPassword {
    display: block;
    width: calc(100% - 12px);
    height: 20px;
    margin: 20px 0px 0px 0px;
    padding: 5px;
    border: 1px solid #555;
	font-size: 18px;
}

#authentificationForm input[type=submit] {
    display: block;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 5px;
    border: 1px solid #555;
    border-radius: 5px;
    background: #ccc;
    font-weight: bold;
	font-size: 18px;
	color: #000;
	cursor: pointer;
}

#authentificationForm input[type=submit]:hover {
    background: #c00000;
	color: #fff;
}


.module {
    display: block;
	position: absolute;
    width: 100px;
    height: 120px;
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
	text-align: center;
}


.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: 70px;
    margin: 0px 0px 5px 0px;
    border: none;
}

.textem {
    display: block;
    width: 100px;
}

.module:hover h1 {
    color: rgba(192, 0, 0, 1);
}

.module:hover img {
	animation-duration: 0.2s;
	animation-name: diapo;
	animation-fill-mode: forwards;
}
@keyframes diapo {
	0% { width: 70px; }
	100% { width: 80px; }
}

.module h1 {
    color: #000;
    font-size: 14px;
    width: 100%;
    padding: 0px;
    margin: 0px;
	text-align: center;
}

.module h2 {
	display: none;
    color: #555;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    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;
}

#compte p {
    background: #334564;
    margin: 0px auto;
    width: calc(100% - 10px);
    padding: 5px;
    color: #fff;
    border-radius: 5px;
	cursor: pointer;
	text-align: center;
}


#pw_change_form { display: none; }

#pw_change_form input[type=password] { width: calc(100% - 10px); display: block; margin: 15px auto; }
#pw_change_form input[type=submit] { width: 100%; display: none; margin: 15px auto; }

#online { display: block; height: 50px; margin-right: 20px; float: right; }
#online img { height: 50px; cursor: pointer; }

#twitter {
    display: none;
    width: 300px;
	height: 500px;
	background: #fff;
	border: 1px solid #000;
    padding: 5px 15px 0px 15px;
	position: fixed;
	right: 10px;
	bottom: 70px;
}

#twitter h3 { width: 100%; padding: 10px 15px 10px 15px; background: #c00000; color: #fff; text-align: center; margin: -5px 0px 0px -15px; }

#message_post_form input[type=submit] { border: 1px solid #000; display: block; position: absolute; bottom: 0px; right: 5px; height: 30px; width: 30px; background-image: url('../img/envoyer.png'); background-repeat: no-repeat; border: none; background-color: #fff; background-size: cover; background-position: center; cursor: pointer; }
#message_post_form textarea { display: none; }

#textform { position: relative; display: block; width: 100%; padding: 5px 15px 0px 15px; margin: 0px 0px 0px -15px; min-height: 60px; background: #fff; }
#messagePost_content { width: calc(100% - 30px); min-height: 50px; max-height: 300px; margin: 0px; font-size: 14px; font-family: arial; position: absolute; bottom: 0px; left: 0px; border: none; overflow: hidden; border-top: thin solid #555; background: #fff; padding: 10px 15px; }
#messagePost_content:focus { outline: none; }


#messagerie { height: 400px; overflow: auto; }



/*###############################################
# 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;}

}
