/**
 * Auteur : Maxime BRUNEL
 * Revision : 0.1
 */

/**
 * Balises utilisées par spip
 */
div.titre1
{  
   font-size : 20px;
   color : #89a200;
   padding-top : 20px;
   margin-bottom : 30px;
   padding-left : 5px;
}

div.titre2
{  
   font-size : 17px;
   font-weight : bold;
   color : #6e518c;
   border : solid 1px #d2d1d3;
   background : #f4f5eb;
   width : 95%;
   padding : 2px;
   margin-bottom : 15px;
}

div.titre2:hover
{  
   background : #fafbf5;
}

.titre3
{  
   font-size : 13px;
   color : #9064c3;
   font-weight : bold;
   margin-bottom : 10px;
}

.imp
{  
   font-size : 13px;
   background : #f0f4aa;
   margin-bottom : 5px;
   padding : 2px;
   width : 95%
}

.warn
{  
   font-size : 13px;
   background : #ff485e;
   margin-bottom : 5px;
   padding : 2px;
   width : 95%
}

/**
 * Autres
 */

div#paratexte
{  
   float : right;
   width : 150px;
   margin-right : 15px;
}

div#bas_notes {
   margin-top : 20px;
   margin-right : 50%;
   color : #a0a0a0;
   font-size : 11px;
   border-top : 1px dashed #abd474;
}

div.intro {
   border-left : solid 1px #89a200;
   padding-left : 2px;
}

#cadretitre 
{
   background : #f4f5eb;
   padding : 7px;
   margin : 5px;
   margin-right : 14px;
   padding-top : 15px;
   -moz-border-radius : 10px;
   text-align : justify;
}

#p1 
{
   color : #8a5dba;
   font-size : 17px;
   text-decoration : none;
   font-weight : bold;
   margin-top : 10px;
   margin-bottom : 10px;
}

#p3 
{
   font-weight : bold;
   font-size : 13px;
}
