body
{
   background: url("theme/fond.png") no-repeat top center #fbbef2;
   margin: 0;
   padding: 0;
   font-family: "comic sans ms", arial, "times new roman", times, sans-serif;
}

.clear
{
   clear: both;
}

.droite
{
  text-align: right;
  color: #9020df;
}

.powa
{
    font-size: 20px;
	color: #e007dd;
}

.powa2
{
    font-size: 26px;
	color: #c405c1;
}


.confidences
{
    text-align: center;
	font-size: small;
	color: #f761d5;
}

img
{
		margin: 0 0 0 90px;
}

a
{
	text-decoration: none;
	color: #85066c;
}

a:hover
{
	text-decoration: none;
	color: #0ae5f9;
}

/*/////////////////////////////////////
		    Le Header
/////////////////////////////////////*/

#top
{
   margin:0 0 280px 0;
   height:5px;
}

/*/////////////////////////////////////
		    Le conteneur
/////////////////////////////////////*/

#conteneur
{
   width:947px;
   margin: 0 auto;
}

/*/////////////////////////////////////
		    Le menu
/////////////////////////////////////*/

#menu
{
   background: url("theme/contenue_h.png") no-repeat bottom left;
   display: block;
   height:125px;
}

#menu ul li 
{
   list-style: none;
   float: left;
   padding: 0;
}

#menu ul li a
{
   height: 62px;
   width: 121px;
   text-decoration: none;
   text-indent: -500000px;  
   display: block;
   background-repeat: no-repeat;
   background-position: top left;
   outline: none;
   
}

#menu ul li a:hover
{
   height: 62px;
   width: 121px;
   text-decoration: none;
   text-indent: -500000px;  
   background-repeat: no-repeat;
   background-position: bottom center;
   outline: none;
}

#menu ul li a.accueil
{
   background-image: url("theme/btn_accueil.png");
   margin: 30px 10px 0 46px;
}

#menu ul li a.creations
{
   background-image: url("theme/btn_creations.png");
   margin: 30px 10px 0 0px;
}

#menu ul li a.nsp
{
   background-image: url("theme/btn_nsp.png");
   margin: 30px 10px 0 0px;
}

#menu ul li a.recettes
{
   background-image: url("theme/btn_recettes.png");
   margin: 30px 10px 0 0px;
}

#menu ul li a.nail
{
   background-image: url("theme/btn_nail.png");
   margin: 30px 10px 0 0px;
}

#menu ul li a.trouvailles
{
   background-image: url("theme/btn_trouvailles.png");
   margin: 30px 10px 0 0px;
}

/*/////////////////////////////////////
		    Le contenu
/////////////////////////////////////*/

#contenue
{
   background: url("theme/contenue.png") repeat-y left;
   padding: 0 40px;
}

#news
{
   float: left;
   width: 868px;
}

#news h1
{
   background-image: url("theme/news_h1.png");
   display: block;
   width: 512px;
   height: 73px;
   line-height:73px;
   font-size: 25px;
   padding:0 20px;
   color: #a5038d;
   
}

#news h3
{
   padding:0 40px;
   color: #a5038d;
   
}

#news p.stylep_p
{
   padding: 0 25px;
   text-align: justify;
   color: #dc08bd;
}

.list_puce
{
   padding: 0 100px;
   text-align: justify;
   color: #dc08bd;
}

/*/////////////////////////////////////
		    Le footer
/////////////////////////////////////*/

#bas
{
    background: url("theme/contenue_b.png") no-repeat;
	width: 707px;
	height: 48px;
	margin: 0 auto;
	padding: 20px 0 0 240px;
	color: #f918d8;
}
















