/*
-----------------------------------------------
style   :   Vanabelle Accueil
auteur  :   BBS Consultant
version :   30 novembre 2005
--------------------------------------------------------------------------------------------------- */

/* Structure du document HTML
--------------------------------------------------------------------------------------------------- */
body
	{
  	margin:0;
	padding:0;
	background: #BEBCAD;
	font-family: Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
    color: #614B3A;
	}

/* Structure du cartouche #806D5A = ch‰taigne / #5A3A22 = chocolat / #614B3A = cacao
--------------------------------------------------------------------------------------------------- */
#cartouche
	{  
  	margin: auto;	
	width: 790px;
	height: 180px;	
	background: url("../../decorum/images/cartouche.jpg") no-repeat center top;	  	
	}	

#titre
	{  
  	margin: auto;	
	width: 790px;
	height: 36px;	
	background: url("../../decorum/images/titre.jpg") no-repeat center top;	  	
	}	

.titre
	{
    margin-left: 20px;
    font-variant: small-caps;  
    font-weight: normal;     
	font-size: 20px; 
    border-bottom: 2px dotted;	
	}	
	
/* Structure de la page
--------------------------------------------------------------------------------------------------- */
#page
	{  
    margin: auto;
  	width: 790px;   
    background: url("../../decorum/images/fond.gif");
	}

/* Structure de la zone utile
--------------------------------------------------------------------------------------------------- */
#zone 
	{
	width: 570px;
	float: left;
	}

.vignettes
    {
    text-align: center;
    } 
	
/* Structure du cadre de droite
--------------------------------------------------------------------------------------------------- */
#cadre
	{
	width: 220px;
	float:right;
	}

#cadre p
	{
	font-size: 13px;
    color: #776D50;
    padding-left: 10px;
    padding-right: 20px;     
	}

.logo	
	{
    text-align: center;    
	}	
	
/* Structure du pied de page
--------------------------------------------------------------------------------------------------- */
#navigation
    { 
    clear:both;
    padding-left: 8px;
    padding-right: 7px;   
    }
    
#navigation a
	{ 
	font-size: 16px; 	
    font-variant: small-caps;    
    color: #E5D9BC;
	}     
	    
#navigation a:hover
	{ 
	color: #ECECEA;
	} 
	
#fond 
	{
    height: 30px; 
    background: #9D6D6B;
    text-align: center;
	} 

#hautgauche, #hautdroit, #basgauche, #basdroit 
    {
    }
#hautgauche   
    {
    }
    
#hautdroit
    {
    }
    
#basgauche
    {
    }

#basdroit
    {
    }
    
/* Structure du pied de page
--------------------------------------------------------------------------------------------------- */
#pied
	{
	clear:both;
	width: 790px;
	height: 20px;
	background: #9D6D6B url("../../decorum/images/degrade.gif") no-repeat; 		
  	margin: auto;
    text-align: center;
	font-size: 12px;
	color: #9D6D6B;
    }

 /* Structure du moteur de recherche
--------------------------------------------------------------------------------------------------- */
.recherche
	{
    text-align: center;
    font-size: 1px;
    margin-bottom: 0px;
	}



/* Format des liens hypertextuels et images
--------------------------------------------------------------------------------------------------- */
a          { color: #A39573; text-decoration: underline;}
a:active   { color: #A7C95D; text-decoration: underline;}  
a:hover    { color: #A7C95D; text-decoration: underline;}       
a:visited  { color: #614B3A; text-decoration: underline;}


/* Format des TITRES (H) HTML
--------------------------------------------------------------------------------------------------- */
h1
	{
    margin-left: 20px;
	font-weight: normal;
    font-variant: small-caps;    
	font-size: 18px; 
	}
	
h2
    {
    margin-left: 20px;
    margin-right: 10px;
	font-weight: normal;
	font-size: 14px; 	
    }

h3
    {
    padding-left: 5px;	
    padding-right: 20px;    
	font-weight: normal;
    font-variant: small-caps;    
	font-size: 16px; 	  
	color: #ECECEA;
    }

h4
	{
    margin-left: 20px;
	font-weight: normal;
    font-variant: small-caps;    
	font-size: 18px; 
	line-height: 1px;
	}
	        
h5
    {
    text-align: right;
    margin-right: 20px;	
    padding-top: 2px;
	font-weight: normal;
	font-size: 12px;
	color: #9D6D6B;   
    }        

h6
    {
    padding-left: 10px;    
	font-weight: lighter;
	line-height: 12px;
	font-size: 12px;	
	color: #E5D9BC;
    }
