/* CSS Document */

@import url(menu.css);
@import url(panier.css);
@import url(article.css);

.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

* { 
	font-family:'Trebuchet MS', Verdana, sans-serif;
	color:#333;
	font-size:13px;

}

a, a:visited, a:active{
	color:#ff66ff;
	text-decoration: underline;
}

a:hover{
	color:#517979;
}

a.spip_note{
	text-decoration: none;
}

div#foot a.spip_out{
	color:#999;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

body {
	margin: 0;

	margin-top:0px;

	padding-top:0px;

	text-align: center;

	background-color:#ffccff;
	} 
	
#global{
	width:900px;
	background-color:#ffffff;
	margin: 0 auto;
	padding-top:0px;
	margin-bottom:0px;
	margin-top:15px;
	position:relative;
	top:0px;
	z-index:10;
	text-align:center;
	border-right:1px solid #99ccff;
	border-top:1px solid #99ccff;
	border-left:1px solid #ff99ff;
	border-bottom:1px solid #ff99ff;
	-moz-border-radius : 10px 10px;
	-webkit-border-radius: 10px 10px;
}

#foot{
	width:900px;
	margin: 0 auto;
	color:#ccc;
}

div#foot p, #foot p strong{
	color:#999;
}

div#global #une{
	float:left;
	width:200px;
	padding-left: 5px;
}

div#une #texte{
	text-align:left;
}

div#global #une h3.spip{
	text-align: left;
	font-family: inherit;
	font-size: 1em;
	color:#ff66ff;
}

div#global #deux{
	float:right;
	width:675px;
	margin-right: 5px;
}

div#texte{
	text-align: justify;
}

div#texte strong{
	color:#000;
}

div#lapincoeur{
	background-image: url(../images/lapincoeur.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 679px;
	height: 101px;
}

div#deux h1#boutik, div#deux h2.cgv{
	font-family: inherit;
	font-size: 1.3em;
	color:#ff66ff;
}

div#deux p.cgv{
	text-align: left;
}

div#enregistrer textarea{
	width:500px;
}

div#enregistrer #cgv{
	margin:5px;
	overflow:auto;
	height:200px;
	padding:5px;
	border:1px solid #fff;
	position:relative;
	z-index:100;
	text-align: left;
	}

div#bas_boutik{
	color:#ccc;
}

div#hierarchie{
	text-align: left;
	
}

div#contact{
	text-align: left;
	
}

div#deux h1{
	text-align: left;
	color:#FF32FD;
}

div#deux h2#prix{
	text-align: center;
	color:#FF32FD;
	font-size: 1.4em;
	font-weight: bold;
}

div#deux h2#prix span{
	color:#FF32FD;
	font-size: 0.9em;
	font-weight:normal;
	position:relative;
	top:-2px;
}


