/*
------------------------------------------------------
Feuille de style du site de la boutique de Coin Nature
------------------------------------------------------
Réalisé par Skipper37
*/
body
{
	background-color:#ADFC9A;
	font-size:12px;
}

a
{
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6
{
   margin: 0;
   padding: 0;
   list-style-type: none;
}

div#body
{
	width:900px;
	margin:auto;
}

div#haut
{
	height:50px;
	height:70px!important;
	width:auto;
	margin-bottom:10px;
}

div#haut2
{
	height:15px;
	height:auto!important;
	width:auto;
	font-size:14px;
	color:#1E1E1E;
	margin-bottom:10px;
	margin-bottom:0px!important;
	border:1px dashed #FFFF80;
	text-align:center;
}

div#menu
{
	height:5px;
	height:auto!important;
	width:150px;
	margin-top:4px;
	margin-bottom:3px;
	padding-bottom:3px;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	position:relative;
	float:left;
	font-size:12px;
	color:#840017;
}

div#cartedevisite
{
	height:5px;
	height:auto!important;
	width:161px;
	margin-top:4px;
	margin-left:10px;
	padding-left:5px;
	padding-bottom:3px;
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	position:relative;
	float:right;
	font-size:12px;
	color:#840017;
}

div#texte
{
	width:500px;
	height:auto;
	padding-top:5px;
	padding-left:6px;
	margin: auto!important;
	color:#222222;
	position:relative!important;
	position:absolute;
	font-size:13px;
	font-family:Comic sans MS;
}

div#droits
{
	width:auto;
	text-align:center;
	font-size:13px;
	font-family:"Times New Roman";
	color:#1E1E1E;
	position:relative;
}

#haut .titre
{
	font-size:24px;
	color:#13A303;
	font-weight:bold;
	font-family:Comic sans MS;
}

#haut .sstitre
{
	font-size:20px;
	color:#13A303;
	font-family:Comic sans MS;
}

#haut .photodroite
{
	position:relative;
	float:right;
}


#haut .photogauche
{
	position:relative;
	float:right;
	margin-right:70px;
}

#haut .calquetitre
{
	position:relative;
	float:left;
}

#menu .titre
{
	font-size:15px;
	color:#010F00;
}

#menu ul
{
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
}

a.menu
{
	color:#840017;
	font-size:12px;
}

a.menu:hover
{
	color:#000000;
	font-size:12px;
}


a.info:hover img {
margin: 0px;
}

a.info img {
margin: 0px;
border: 1px solid #DDFFDF;
}

a.info {
position: relative;
text-decoration: none;
color: #DDFFDF;
}

a.info span{
display: none;
}

a.info:hover {
background: none;
z-index: 500;
}

a.info:hover span{
display: inline;
position: absolute;
white-space:nowrap;
top: 2em !important;
top: 7em;
left: 1em;
background: #FFF;
padding: 5px;
border: 2px solid #FFFFFF;
color: black;
text-decoration: none;
font-size:1em;
font-family: tahoma, arial, serif;

}

.livredor {
	color:#666666;
	font-size:11px;
}

.livredor:hover {
	text-decoration:underline;
}