
/* ---------------------------------------------------------------------------- DEBUT CSS styles généraux */
/* ----- Nom du fichier : inc/style_css.php */
body {
    margin-top            : 0px;
    text-align            : center; /* Permet de centrer avec IE */
    background            : #181818;
}

form {margin : 0;}
img {border : 0;}
.hauteur_gif_mail_url {line-height : 14px;}
.separation_mess_rep {color : #181818;}
.class_align {vertical-align : top;}
.curseur_milieu {text-align : center; text-transform : lowercase;}
.alignement_pseudo {color : #181818; font-weight : bold; text-align : center; margin : 0 0 10px;}

a.liens_menu       {color : #DD6900; background-color : transparent; text-decoration : underline;}
a.liens_menu:hover {color : #767676; background-color : transparent; text-decoration : underline;}
a.liens            {color : #DD6900; background-color : transparent; text-decoration : underline;}
a.liens:hover      {color : #767676; background-color : transparent; text-decoration : underline;}
a.liens_gifs:hover {background-color : #767676;}
a.ln_st_ed         {color : #FFCC00; background-color : transparent; text-decoration : underline;}
label              {cursor : pointer;}


.bord_perso {
    font-family : Verdana, Verdana, Arial, Helvetica, sans-serif;
    font-size   : 11px;
    color       : #E7E7E7;
    border      : #000000 1px solid;
}

.champ_upload {
    font-family : Verdana, Verdana, Arial, Helvetica, sans-serif;
    font-size   : 11px;
    color       : #E7E7E7;
}

.soul {text-decoration : underline;} /* remplacement de [u] et [/u] */

/* ---------------------------------------------------------------------------- FIN CSS styles généraux */


/* ---------------------------------------------------------------------------- DEBUT CSS pour les styles communs */
/* ----- Nom du fichier : skins/%nom_du_skin_utilise%/style_skin.php */
.cont_drp {
    margin  : 0;
    /*padding : 3px 0 3px 0 !important;*/ /* Bon pour tous (strict) */
    padding : 4px 0 4px 0;
}

.hauteur_drapeau {
    height : 14px;
}

/* Sert aux paragraphes de l'accueil de l'admin, upload, pour que cela soit pareil dans IE FF Opera etc... */
.admin_paragraphe {
    margin  : 0;
    padding : 6px 0 6px 0;
}

/* Utilisé dans : style_skin_signature_preview.inc, suppression_livre.php */
.separation_01 {padding : 2px;}
/* ---------------------------------------------------------------------------- FIN CSS pour les styles communs */


/* ---------------------------------------------------------------------------- DEBUT CSS pour les menus de navigation Lire, Signer Retour accueil et Admin */
/* ----- Nom du fichier : skins/%nom_du_skin_utilise%/style_skin_menu.php */
.cont_menu_de_navigation {
    width        : 100%;
    position     : relative; /* on positionne le conteneur */
    margin-left  : auto;
    margin-right : auto;
}

.cadre_menu_de_navigation {
    width            : 100%;
    height           : auto;
    font-family      : Verdana, Verdana, Arial, Helvetica, sans-serif;
    font-size        : 11px;
    color            : #E7E7E7;
    border           : #000000 2px solid;
    background-color : #303030;
}

.td_padding_menu {padding : 0px;}

.align_center_w50 {
    width      : 50%;
    text-align : center;
}

.couleur_du_texte {
    color : #E7E7E7;
}
/* ---------------------------------------------------------------------------- FIN CSS pour les menus de navigation Lire, Signer Retour accueil et Admin */


/* ---------------------------------------------------------------------------- DEBUT CSS pour Interface Lecture >>>> Message ACCUEIL */
/* ----- Nom du fichier : skins/%nom_du_skin_utilise%/style_skin_lecture_message_accueil.php */
.cont_cadre_message_accueil_lecture {
    width        : 100%;
    position     : relative; /* on positionne le conteneur */
    margin-left  : auto;
    margin-right : auto;
}

.cadre_message_accueil_lecture {
    height           : auto;
    font-family      : Verdana, Verdana, Arial, Helvetica, sans-serif;
    font-size        : 11px;
    color            : #E7E7E7;
    border           : #000000 2px solid;
    text-align       : left;
    background-color : #303030;
}

.cadre_message_accueil_lecture_divAlignVert {
    padding-top      : 4px;  /* Chez IE pousse l'image si trop grand */
    padding-left     : 4px;
    padding-right    : 4px;
    padding-bottom   : 4px;

}
/* ---------------------------------------------------------------------------- FIN CSS pour Interface Lecture >>>> Message ACCUEIL */


/* ---------------------------------------------------------------------------- DEBUT CSS pour Interface Lecture >>>> PAGINATION */
/* ----- Nom du fichier : skins/%nom_du_skin_utilise%/style_skin_lecture_pagination.php */
.cont_cadre_pagination {
    width        : 100%;
    position     : relative; /* on positionne le conteneur */
    margin-left  : auto;
    margin-right : auto;
}

.cadre_pagination {
    height           : auto;
    font-family      : Verdana, Verdana, Arial, Helvetica, sans-serif;
    font-size        : 11px;
    border           : #000000 2px solid;
    background-color : #303030;
}

.cadre_pagination_divAlignVert {
    padding-top    : 2px;  /* Chez IE pousse l'image si trop grand */
    padding-bottom : 2px;

}
/* ---------------------------------------------------------------------------- FIN CSS pour Interface Lecture >>>> PAGINATION */


/* ---------------------------------------------------------------------------- DEBUT CSS pour Interface Lecture >>>> LES MESSAGES */
/* ----- Nom du fichier : skins/%nom_du_skin_utilise%/style_skin_lecture_cadre_message.php */
.cadre_numero_message {
    font-family      : Verdana, Verdana, Arial, Helvetica, sans-serif;
    font-size        : 9px;
    color            : #FFCC00;
    padding-top      : 16px; /* Sert à l'espacement entre chaques messages */
    padding-bottom   : 2px;  /* Sert à l'espacement entre chaques messages */
    text-align       : center;
}

.cont_cadre_des_messages_p1 {
    width        : 100%; /* Largeur de l'interface en % ou px par exemple. */
    position     : relative; /* on positionne le conteneur */
    margin-left  : auto;
    margin-right : auto;
}

.cadre_des_messages_p1_vis {
    height           : auto;
    font-family      : Verdana, Verdana, Arial, Helvetica, sans-serif;
    font-size        : 11px;
    color            : #E7E7E7;
    border           : #000000 2px solid;
    text-align       : left;
    background-color : #303030;
}

.cadre_des_messages_p1_adm {
    height           : auto;
    font-family      : Verdana, Verdana, Arial, Helvetica, sans-serif;
    font-size        : 11px;
    color            : #E7E7E7;
    border           : #000000 2px solid;
    text-align       : left;
    background-color : #303030;
}

.cadre_des_messages_p1_divAlignVert {
    padding-left   : 2px;
    padding-right  : 2px;
    padding-top    : 2px;  /* Chez IE pousse l'image si trop grand */
    padding-bottom : 2px;

}

.cont_cadre_des_messages_p2 {
    width        : 100%;
    position     : relative; /* on positionne le conteneur */
    margin-left  : auto;
    margin-right : auto;
}

.cadre_des_messages_p2 {
    font-family         : Verdana, Verdana, Arial, Helvetica, sans-serif;
    font-size           : 11px;
    color               : #E7E7E7;
    border-left         : #000000 2px solid;
    border-right        : #000000 2px solid;
    border-bottom       : #000000 2px solid;
    padding-top         : 4px;
    padding-bottom      : 4px;
    padding-left        : 4px;
    padding-right       : 4px;
    text-align          : left;
    background-color    : #303030;
}
/* ---------------------------------------------------------------------------- FIN CSS pour Interface Lecture >>>> LES MESSAGES */

