@charset "UTF-8";
body
{
margin:0;
padding:0;
border:0;
/* This removes the border around the viewport in old versions of IE */
width:100%;
background:#fff;
min-width:600px;
/* Minimum width of layout - remove line if not required */ /* The min-width property does not work in old versions of Internet Explorer */
font-size:100%;
}

.degrade
{
	-moz-transition: all 0.2s ease-in-out 0s;
    overflow: hidden;
    position: relative;
	padding:0px;
	background-repeat:repeat-x;
	background-image:url(../images/degrade_marron.png);
	
}
h1, h2, h3
{
font-size:140%;
text-align:center;
font-family: arial;
margin:.8em 0 .2em 0;
padding-bottom: 20px;
color: #00743b;

}
.puce1{
    background-image: url("../images/puce_marrong.png");
    background-position: left top;
    background-repeat: no-repeat;
    line-height: 25px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-left: 37px;
	font-size:120%
}
.puce2{
    background-image: url("../images/puce_marronp.png");
    background-position: left top;
    background-repeat: no-repeat;
	line-height: 17px;
    margin-bottom: 15px;
    margin-left: 60px;
    padding-left: 20px;
	font-size:120%
}

.puce3{
background-image: url("../images/background_marron.png");
    background-repeat: no-repeat;
    float: left;
    line-height: 27px;
    text-align: center;
    width: 190px;
	font-size:95%
}
.puce3 a{text-decoration:none;border:0;color:#000;}
.texte
{
padding-left: 5px;
font-size:90%
}
.m2{margin-left: 20px;}

.description{
background-image: url("../images/background_marron.png");
    background-repeat: no-repeat;
    line-height: 27px;
    text-align: center;
    width: 190px;
	margin-bottom: 15px;
	font-size:110%
}

.textedesc{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-size:110%
}

.produits
{
width:593px;
margin-left:auto;
margin-right:auto;
padding-top:50px
position: center;
}
#logo_bas_de_page
{
width:593px;
margin-left:auto;
margin-right:auto;
padding-top:50px
}
#adresse_page
{
	color: #00743b;
	position: left;
    font-size: 17px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
}
#adresse_page a{
	color: #00743b;
	text-decoration:none;
}
#adresse_page a:hover{
	font-weight:bold;
}
#pied_de_page
{
	text-align:center;
	padding-bottom:20px;
	/*margin-top:20px;*/
    padding-top: 20px;
	text-decoration:none;
}