/* <<<<<<<<<<<<<<<<<<<<<<<<< Paramètres généraux >>>>>>>>>>>>>>>>>>>>>>>>> */
BODY { 
   background-image:url('./images/fond.gif') ; 
   color:#000000; /*Couleur du texte*/ 
   font-family:Verdana, Arial, sans-serif; /*Polices d’écriture*/ 
   font-size:11px; /*Taille d’écriture*/ 
   padding:0; /*Pour que la page n’ai aucune marge*/ 
   margin:0; /*Pour que la page n’ai aucune marge*/ 
   } 
    
div#site{ 
     position: absolute;
     width: 950px;        /* selon la largeur voulue */
     margin-left: -475px; /* moitie de width */
     left: 50%;  
   }
 
   } 

 /* ---------------  Menu de gauche ---------------  */
div#menu{ 
   background-image:url('./images/kikoula_25.gif') ; 
   background-repeat:repeat-y ; 
   width:210px; 
   height: 338px;
   float:left; 
   margin-top:0px; 
   margin-left:0px !important; 
   margin-left:0px; 
} 

div#contenu {
	float:left;
	width:600px;
	height:760;
	background-color:#FFFFFF;
	}
div#contaccueil {
	float:left;
	width:730px;
	height:500;
	background-color:#FFFFFF;

	}
div#bloc_news {
	float:right;
	width:152px;
	height:150px;
	background-color:#FFFFFF;
	}
div#pied_page {
    background-image:url('./images/kikoula_54.gif') ; 
	clear:both;
	width:942px;
	height:50px;
	text-align:right;
	

	}




A IMG 

{
    border:none;

}

FORM 

{
    display: inline;
}



/* ---------------  Paramètres généraux - Fond du site ---------------  */

.background_centre 

{
    background: #ffffff;
}
/* ---------------  Paramètres généraux - couleur des liens ---------------  */
A 



{
    color: #959595;
    text-decoration: none;
}


A:hover 



{ 
    color: #FF9200;
    text-decoration: none;
	

}


.type1
{

    color: #ffffff;

}

.type1:hover
{

    color: #000000;

}
/* ---------------  Paramètres généraux - Titres  ---------------  */

.titre
{   
	text-indent: 30px; /* Les paragraphes commenceront 30 pixels sur la droite */
    font-size: large; /* Allez, soyons fous, grossissons le texte :o;) */
    font-size: 23px;
    font-weight: bold;
    color: #0090D1;
	margin-top:10px; 
}
.corp
	{
	margin-left:10px; /* Les paragraphes commenceront 30 pixels sur la droite */
    font-size: 12px;
    color: #847E7E;
	font-weight: normal;
    
}
.menu
	{
	font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    color: #959595;
}
.demo
	{
    font-size: 13px;
    color: #F38C07;
}
.espace
	{
	line-height:10px
}
.soustitre
	{
	
	font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #FF9200;
	text-decoration: underline;
	
}
.siteref
	{
	
	font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #137B05;
	text-decoration: underline;
	
}


/* ---------------  Personnalisation des liste - puces ---------------  */
ul
{
  list-style-image:url("images/kikoula_58.gif");
  font-size: 12px;
  color: #847E7E;
  font-weight: normal;
}  



















