.bodytext{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 1em;
    margin:1px 0px;
}
h1{
    background-image:url(/fileadmin/tmpl/img/fd_h1.gif);
    color: #FFFFFF;
    font-size:20px;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height:27px;
    font-weight: normal;
    padding-left:5px;
    padding-right:5px;
    margin-top:0px;
    margin-bottom:0px;
}
h2{
    font-size:18px;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    background-image:url(/fileadmin/tmpl/img/fd_h2.gif);
    line-height:30px;
    color: #336600;
}
h3{
    font-size:17px;
    line-height:19px;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    background-image:url(/fileadmin/tmpl/img/fd_h3.gif);
    background-position:bottom left;
    background-repeat:no-repeat;
    color: #666600;
    padding-bottom:8px;
}
h4{
    color: #663300;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 15px;
    font-weight: normal;
    border-bottom:1px solid #CCCC99;
}
h5{
    color:#990000;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 13px;
    font-weight: normal;
    border-bottom:1px solid #CC9999;
}
h6{
    color:#CC0000;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    font-weight: bold;
    border-bottom:1px solid #FFCCCC;
}
.aligneDroite, .align-right{
	text-align:right;
}
.aligneGauche, .align-left{
	text-align:left;
}
.aligneCentre, .align-center{
	text-align:center;
}
.gras{
	font-weight:bold;
}
.italique{
	font-style:italic;
}
OL{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
/* intro */
.intro{
font-size:1.25em;
}
/* Commentaires */
.commentaire{
	font-style:italic;
        color:#666;
}
/* citation */
.citation{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.95em;
        color:369;
        border: 1px dotted silver;
        padding:3px;
}
/* boites */
/* couleurs */
.inverse{
    clear:both;
    color: #FFF;
    background-color:#900;
    padding: 3px;
    }
.postItDroite{
    color: #FFF;
    background-color:#900;
    padding: 3px;
    margin:3px 3px 8px 8px;
    width:200px;
    float:right;
}    
.postItGauche{
    color: #900;
    border: 1px double #900;
    padding: 3px;
    margin:3px 8px 8px 3px ;
    width:200px;
    float:left;
}    
.postItGaucheVert{
    color: #666;
	background-color:#eee;
	font-weight:bold;
    border: 2px double #093;
	border-width: 0px 1px;
    padding: 3px;
    margin:3px 8px 8px 3px ;
    width:200px;
    float:left;
}    
/*signature */
.signature{
	font-family : Arial, Helvetica, sans-serif;
	font-style:italic;
        text-align:right;
        margin-right:20px;
}