/*
enzna.css
--------- 
$Header: /var/lib/cvs/enzna/style/enzna.css,v 1.2 2006-04-23 14:55:40 bling182 Exp $

Description : Feuille de style par defaut du moteur de blog

*/

/* Style general de la page */
body{
   background : url(../images/fond3.jpg) repeat ;
}

/* Style general des liens 
Les liens ne sont pas soulignes
*/
a{
    text-decoration : none;
    color : #00CCFF;
 }

/* Les titres */
h1{
    text-align : center;
    margin-top : 5px;
    margin-bottom : 15px;
    color : #0000FF;
}

h3{
    text-align : center;
    margin-top : 5px;
    margin-bottom : 15px;
    color : #0000FF;
}

hr{
    width : 90%;
}


/* En-tete du site
Peut etre une image, ou un texte
*/
#header{
    text-align : center;
    margin-top : 5px;
}

/* Le menu */
#menu{
    float : left;
    width : 16%;
    margin-left : 0.5%;
    margin-right : 0.5%;
   /* border : 1px dashed #000000;*/
}

#menu h3{
    color : #0088FF;
    width : 95%;
    padding-top : 6px;
    padding-left : 5px;
    padding-bottom : 0px;
    border : 1px dashed #AFAFAF;
}

/* La colonne de droite */
#menu-right{
    overflow : hidden;
    width : 15%;
    margin-left : 0.5%;
    margin-right : 0.5%;
}

/* Corps du document */
#corps{
    overflow : hidden;
    width : 80%;
    /*border : 1px dashed #AFAFAF;*/
    padding : 5px;
    padding-bottom : 25px;
    text-align : center;
}

/* Billet de blog */
.billet{
    position : relative;
    width : 80%;
    left : 10%;
    text-align : left;
    font-size : 11pt;
    background : url(../images/billet3.png) repeat;
}

/* Affichage des commentaires */
.comm{
   position : relative;
   width : 75%;
   left : 12.5%;
   text-align : left;
   font-size : 10pt;
   background : url(../images/comm3.png) repeat;
}

/* Date, auteur et catégorie du billet, message, commentaire */
.infos{
    position : relative;
    color : #4C4C4C;
    font-size : 9pt;
}

.mess{
    position : relative;
    width : 75%;
    left : 15%;
    text-align : left;
    font-size : 10pt;
    background : url(../images/mess3.png) repeat;
    border : 1px dashed #0099FF;
}

/* Les liens pour aller en page suivante/precedente et pour acceder directement aux pages
*/
#liens{
    text-align : center;
    font-size : 9pt;
    color : #FF0000;
}

#liens a{
    font-size : 7pt;
}

#faq{
    position : relative;
    left : 10%;
    width : 80%;
    text-align : left;
}

/* Le titre de chaque question */
#faq h3{
    color : #005ABA;
    border : 1px dashed #005ABA;
}

/* Et la réponse a la question */
#faq p{
    font-size : 11pt;
    background : url(../images/faq3.png) repeat;
}

#projet{
    position : relative;
    left : 10%;
    width : 80%;
    text-align : left;
}

#projet h2{
   color : #005ABA;
   border : 1px dashed #005ABA;
}

#projet h4{
    color : #005ABA;
}

#projet p{
    font-size : 11pt;
    background : url(../images/projet3.png) repeat;
}

#forms{
    position : relative;
    left : 20%;
}

/* Les liens pour aller voir les commentaires */
.lien_comm{
    position : relative;
    text-align : center;
    font-size : 9pt;
}

/* lien mailto:<auteur du commentaire> */
a.author{
    text-decoration : none;
    font-size : 9pt;
    color : #0000FF;
}

/* Titre du billet */
a.titre{
    text-decoration : none;
    color : #FF0000;
    font-size : 14pt;
}

h1.erreur{
    color : #FF0000;
}

h3.erreur{
    color : #FF0000;
}


/* Le pied de page */
#footer{
		clear : both;
    position : relative;
    background : url(../images/footer3.png) repeat;
    left : 25%;
    width : 50%;
    border : 1px dashed #9C9CFF;
    padding : 5px;
    margin-right : 5px;
    margin-top : 5px;
    margin-bottom : 5px;
    text-align : center;
    font-size : 8pt;
    color : #3C3C3C;
}

/* Les liens du copyright */
#footer a{
    color : #5E5E5E;
    font-size : 8pt;
}

#footer a.validator{
    color : #5E5E5E;
    font-size : 8pt;
    background : #FFF;
}
