 /* 
 - CSS KISS-ADOS.com 
 - Design Bleu clair nouveau
- MAJ 28/08/07 - Neorobot 
 */

 /* Body */
body
	{
	    background-color:#a2cfec;
	}
	
a:hover
	{
		color:green;
		text-decoration:none;
	}

a:visited, a:link
	{
		color:blue;
		text-decoration:none;
	}
	
/*Zone défilement sms*/
.barre-defilement-sms
	{   
	    background-color:#ffffff;
		margin-top:3px;
	}	
	
/*Zone contenu centre du site*/
.contenu-centre
	{
		background-color:#ffffff;
	}
	
/*Menu horizontal haut*/
.menu-barre-haut
	{
		margin-top:4px;
		margin-left:4px;
	}

/*Lien menu haut hover*/
.menu-barre-haut a:hover
	{
		color:black;
		font-weight:bold;
		text-decoration:none;
	}

/*Lien menu haut hover*/
.menu-barre-haut a:link, .menu-barre-haut a:visited
	{
		color:black;
		text-decoration:none;
	}
	
/*Lien menu gauche hover*/
.menu-gauche a:hover	
	{
		color:black;
		text-decoration:none;
		font-weight:bold;
	}
	
/*Lien menu gauche link et visited*/
.menu-gauche a:link, .menu-gauche a:visited	
	{
		color:black;
		text-decoration:none;
	}

/*Lien menu droit hover*/
.menu-droit a:hover	
	{
		color:black;
		text-decoration:none;
		font-weight:bold;
	}
	
/*Lien menu droit link et visited*/
.menu-droit a:link, .menu-droit a:visited	
	{
		color:black;
		text-decoration:none;
	}
	
/*Titre page contenu*/
.titre
	{
		background-image:url('../img_design/titre.jpg');
		width:610px;
		height:55px;
		
	}

.retrait_titre
	{
		margin-left:84px;
		margin-top:23px;
		position:absolute;
		font-weight:bold;
	}
.retrait_droit
{
float:right;
}


