@CHARSET "UTF-8";
@IMPORT url("sommaire.css");
@IMPORT url("shadowbox.css");


/* styles boutons réseaux sociaux */
#btn_facebook
{
	position: relative;
	float: right;
	margin-right: 6px;
	display: block;
	width: 35px;
	height: 87px;
	z-index: 12;
	background-image: url("img/bouton-fb-mini.png");
}

#btn_twitter
{
	position: relative;
	float: right;
	display: block;
	width: 35px;
	height: 87px;
	z-index: 12;
	background-image: url("img/bouton-twitter-mini.png");
}

/* styles generiques */

body {
    color: #000000;
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
    text-align: center;
    cursor: default;
    background: #000000 no-repeat fixed center top;
}

img{
    border: 0px;
    vertical-align: middle;
}

img.gauche{
    float: left;
    margin: 5px;
}
img.droite{
    float: right;
    margin: 5px;
}
hr{
    border: 0px;
    border-top: 1px #140d07 dashed;
}
#hibou_lu hr {
    clear: both;
}
fieldset p {
    clear: both;
}

.gauche{
    text-align: left;
}
.justifie{
    text-align: justify;
}
.droite{
    text-align: right;
}
.centre{
    text-align: center;
}
.haut{
    vertical-align: top;
}
.milieu{
    vertical-align: middle;
}
.bas{
    vertical-align: bottom;
}
.code, .citation{
    margin: 10px 0px;
}

.code > div,
.citation > div
{
    margin-top: 0px;
    padding: 5px;
    background-color: #271b17;
    border: #a56e47 solid 1px;
}
.code > div{
    margin: 0px;
    font-family: monospace;
    overflow: scroll;
}

.citation > div{
}
.chuchote{
    font-size: xx-small;
}
.cri{
    font-size: x-large;
    font-variant: small-caps;
}
.action{
    font-style: italic;
    color: #3C658E;
}
.pensee{
    color: #8A5018;
}

legend{
    font-weight: bold;
}

a,
#piedpage a
{
    color: #c09686;
    text-decoration: none;
}

a:hover,
input:hover,
#piedpage a:hover
 {
    color: #c09686;
    border-color: #c09686;
}
a:hover,
#piedpage a:hover
{
    text-decoration: underline;
}

.nostyleinput{
    background: none;
    border: none;
}

input, textarea, select, .bouton{
    border: 1px #a56e47 solid;
    background: #000000;
    color: #a56e47;
    cursor: pointer;
}
.bouton, .bouton:hover{
    text-decoration: none;
    padding: 2px 8px;
}

form{

    margin: 0px;
    padding: 0px;
}

fieldset{
    border: 2px #140d07 solid;
    padding: 2px;
}

#cadre{
    position: relative;
    table-layout: auto;
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
    text-align: left;
    background-color: #140d07;
    color: #140d07;
}
#centre{
    position: relative;
    z-index: 2;
}
#centre > div,
#piedpage
{
    color: #a56e47;
}

/* styles de l'entete */

#entete{
    position: relative;
    height: 460px;
    text-align: center;
    background: url("img/entete.jpg") no-repeat center top;
    z-index: 11;
}
#fond_entete{
    background: transparent none;
    height: 550px;
    width: 1024px;
    position: fixed;
    top: 0px;
    z-index: 2;
}

#barregauche, #barredroite, #corps 
{
    display: table-cell;
}

/* barre verticale */
#barregauche, #barredroite
{
    float: left;
    vertical-align: top;
    text-align: center;
    width: 202px;
}
#barredroite
{
    float: right;
}
#news, #recherche, #profil
{
    vertical-align: top;
    padding: 10px 5px;
    width: 160px;
    margin: auto;
    background-color: #281711;
    
    font-weight: bold;
    font-family: Arial;
    
    border-radius: 15px;
    box-shadow: 0 0 3px #000;
}

/* pub */

#pub{
    margin-top: 20px;
}


/* champ de recherche */
#recherche #motsclerapide{
    width: 150px;
}

/* barre de profil */
#profil input, #profil select{
    width: 130px;
    text-align: center;
    margin: 0px auto 5px;
}
#profil #pseudo {
    padding: 0px;
    padding-top: 7px;
    margin: 0px;
    font-size: 20px;
}
#profil p {
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
}

/* panneau d'affichage */
#news em{
    font-style: italic;
    font-weight: normal;
}
#news > .titre
{
    color: inherit;
    text-decoration: underline;
}

/* styles du contenu */
#corps {
    padding: 10px 5px;
    width: 600px;
}
#corps .contenu{
    vertical-align: top;
    margin: 0 5px;
    padding: 10px;
    width: 580px;
    max-width: 580px;
    
    background-color: #281711;
    
    box-shadow: 0 0 3px #000;
}
#corps .contenu fieldset{
    width: 99%;
    max-width: 560px;
}

#corps p{
    text-align: justify;
}
#corps p.centre{
    text-align: center;
}
#corps p.droite{
    text-align: right;
}
#corps p.gauche{
    text-align: left;
}
#corps h1, #sb-content h1{
    text-align: center;
    font-size: 2em;
}
#corps h2, #sb-content h2{
    font-size: 1.5em;
}
#corps h3, #sb-content h3{
    font-size: 1.17em;
    
}

/* styles du pied de page */

#piedpage{
    position: relative;
    clear: both;
    width: 1024px;
    padding: 0px;
    text-align: center;
    z-index: 10;
    margin-top: 20px;
}
#piedpage p {
    position: relative;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
}




/* style de la plateforme de developpement */

/*
.action{
    border-left: 1px dashed #999999;
    text-align: center;
}
.delimiteur{
    border-top: 2px solid #000000
}
.arbre{
    border-top: 1px dashed #999999;
}*/
.vide{
    text-align: center;
    font-style: italic;
    color: red;
}
.confirmation{
    color: green;
    font-style: italic;
}
.erreur{
    color: red;
    font-style: italic;
}
.encadrement{
    background-color: #271b17;
    border: #a56e47 solid 1px;
    padding: 5px;
}
ul.encadrement{
    padding-left: 25px;
}

#valideaction{
    text-align: right;
}
#upload{
    text-align: center;
    padding: 4px;
}

/* style du forum */
.tableau{
    text-align: center;
    font-size: 8pt;
}
.tableau td, .tableau th, .tableau div{
    padding: 5px;
    overflow: auto;
}

.tableau .debligne{
    border-left: 3px solid #140d07;
}
.tableau .finligne{
    border-right: 3px solid #140d07;
}
.tableau .vide{
    border-top: 2px solid #140d07;
}

.tableau .l_alt1{
    background-color: transparent;
}
.tableau .l_alt2{
    background-color: #23140f;
}

.tableau .titre{
    text-align: left;
    font-weight: bold;
    font-size: 10pt;
}
.tableau .textenormal{
    font-size: 10pt;
}

.tableau .entete{
    background: #23140f repeat-x top;
    height: 32px;
}
.tableau .entete2{
    background-color: #140d07;
}
.tableau .pied{
    border-top: #140d07 solid 2px;
    background: #23140f repeat-x bottom;
    height: 15px;
}
.tableau .ligne1{
    border-top: 2px solid #140d07;
}
.tableau .ligne2{
    border-top: 1px dashed #140d07;
}
.tableau .col1{
    border-left: 2px solid #140d07;
}
.tableau .col2{
    border-left: 1px dashed #140d07;
}
.tableau .entete.col1, .tableau .entete2.col1,
.tableau .entete.col2, .tableau .entete2.col2,
.tableau .entete.ligne1, .tableau .entete2.ligne1,
.tableau .entete.ligne2, .tableau .entete2.ligne2{
    border-color: #140d07;
}

table tr.entete td {
	background: #140d07;
}

table.bord_simple,
table.bord_simple td { 
	border: 1px solid #140d07; 
	border-collapse: collapse;
}

table.bord_pointille,
table.bord_pointille td { 
	border: 1px dotted #140d07; 
	border-collapse: collapse;
}

table.bord_tiret,
table.bord_tiret td { 
	border: 1px dashed #140d07; 
	border-collapse: collapse;
}

table.bord_double,
table.bord_double td { 
	border: 4px double #140d07; 
	border-collapse: collapse;
}

table.bord_epaisse,
table.bord_epaisse td { 
	border: 2px solid #140d07; 
	border-collapse: collapse;
}

div.f_signature, p.f_signature, .f_signature{
    overflow: hidden !important;
    padding: 0px;
    max-height: 200px;
    width: 400px;
    max-width: 400px;
}
.f_signature *{
    overflow: hidden !important;
    padding: 0px !important;
    margin: 0px;
    max-width: 400px;
}

div.f_contenu, p.f_contenu, .f_contenu{
    font-size: 10pt;
}

div.f_contenu img, p.f_contenu img, .f_contenu img{
    overflow: hidden;
}

.gryffondor, .gryffondor:hover {
    color: #cc0000;
}
.poufsouffle, .poufsouffle:hover {
    color: #cc6633;
}
.serdaigle, .serdaigle:hover {
    color: #0066FF;
}
.serpentard, .serpentard:hover {
    color: #339933;
}

#faireexam textarea{
    font-family: "Comic sans MS", Verdana, sans-serif;
    font-size: 10pt;
    border: #000000 1px solid;
    background-color: transparent;
    color: #000000;
}
#corrigedevoir .bordure,
#corrigeexam .bordure
{
    border: 2px #140d07 solid;
    padding: 5px;
    margin-top: 0;
}
#corrigedevoir .enonce,
#corrigeexam .enonce
{
    color: #0066FF;
    margin-bottom: 0;
}
#corrigedevoir .reponse,
#corrigeaexam .reponse
{
    color: green;
    margin-bottom: 0;
}
#corrigedevoir .correction,
#corrigeexam .correction
{
    color: red;
    margin-bottom: 0;
}

.info_fond
{
     background-color:#23140f;
}

.bibliotheque .critique
{
    width: 90%;
    margin: auto;
    border: dashed 1px #a56e47;
    padding: 5px;
    background-color: #271b17;
}


/* style rapeltout */
.evenement
{
	background-color: #226622;
}

.jour
{
	font-size: medium;
	color: white;
	text-shadow: 0px 0px 9px black;	
}

.commence
{
	color: green;
}

.fini
{
	color: red;
}

.commence_fini
{
	color: purple;
}

td .titre
{
	padding-top:2%;
	padding-bottom:2%;
}

td .contenu
{
	padding-top:4%;
	padding-bottom:4%;
}
