/**********************************************************/
/*****************    Espritnat Website    ****************/
/**********************************************************/
/******************    Standard Rules    ******************/
/**********************************************************/

html, body {
	margin: 0px;
	padding: 0px;
	color: #000;
	height:100%;
	
}

html{
	background:url("../img/b_top.jpg") repeat-x;
	background-color:#f0ffbb;
}

* {
	font: Tahoma, Arial,  Sans-serif;
}

img {
	border:0;
	margin:0;
	padding:0;
}

p {
	text-align: justify;
	margin:0;
	padding:0;
	padding-bottom:5px;
}


/**********************************************************/
/*******************    Links Rules    ********************/
/**********************************************************/

a:link {
	color: #5f7a00;
	text-decoration: none;
}
a:visited {
	color: #5f7a00;
	text-decoration: none;
}
a:hover {
	color: #5f7a00;
	text-decoration: underline;
}
a:active {
	color: #5f7a00;
	text-decoration: none;
}


/**********************************************************/
/******************    Global Layout    *******************/
/**********************************************************/

#wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#top {
	width:488px;
	height:250px;
	margin-left:auto;
	margin-right:auto;
}

#b_left {
	width:180px;
	height:239px;
	float:left;
}

#b_accueil{
	width:180px;
	height:75px;
	float:left;
	background:url("../img/b_accueil.jpg") no-repeat;
}

#b_accueil:hover {
	background:url("../img/b_accueil.jpg") 0px -75px no-repeat;
}

#b_produits{
	width:180px;
	height:68px;
	float:left;
	background:url("../img/b_produits.jpg") no-repeat;
}

#b_produits:hover {
	background:url("../img/b_produits.jpg") 0px -68px no-repeat;
}

#b_tarifs {
	width:180px;
	height:60px;
	float:left;
	background:url("../img/b_tarifs.jpg") no-repeat;
}

#b_tarifs:hover {
	background:url("../img/b_tarifs.jpg") 0px -60px no-repeat;
}

#b_logo_l {
	width:180px;
	height:36px;
	float:left;
	background:url("../img/b_logo_l.jpg") no-repeat;
}

#b_logo {
	width:147px;
	height:239px;
	float:left;
	background:url("../img/b_logo.jpg") no-repeat;
}

#b_right{
	width:161px;
	height:239px;
	float:left;
}

#b_galerie {
	width:161px;
	height:67px;
	float:left;
	background:url("../img/b_galerie.jpg") no-repeat;
}

#b_galerie:hover {
	background:url("../img/b_galerie.jpg") 0px -67px no-repeat;
}

#b_livredor {
	width:161px;
	height:66px;
	float:left;
	background:url("../img/b_livredor.jpg") no-repeat;
}

#b_livredor:hover {
	background:url("../img/b_livredor.jpg") 0px -66px no-repeat;
}

#b_contact {
	width:161px;
	height:56px;
	float:left;
	background:url("../img/b_contact.jpg") no-repeat;
}

#b_contact:hover {
	background:url("../img/b_contact.jpg") 0px -56px no-repeat;
}

#b_logo_r {
	width:161px;
	height:50px;
	float:left;
	background:url("../img/b_logo_r.jpg") no-repeat;
}

#mid {
	width:100%;
	height:30px;
	background-color:#91a742;
}

#mid_bot{
	height:5px;
	width:100%;
	background-color:#a8ba68;
	border-top:1px solid #82963b;
	border-bottom:1px solid #82963b;
	margin-bottom:10px;
}

#mid-c{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

/**********************************************************/
/*******************    Pages layout    *******************/
/**********************************************************/

#dicton{
	width:443px;
	height:21px;
	margin-top:2px;
	background:url("../img/dicton.png") no-repeat;
	float:left;
}

#newsletter{
	margin-top:2px;
	float:right;
	color:#fcfcaf;
	font-size:12px;
}

#content-n{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#footer{
	text-align:center;
	width:800px;
	font-size:12px;
	margin-top:50px;
}

#footer label{
	border-bottom:1px dashed #d6e3a6;
}

.news-title {
	font-size:14px;
	font-weight:bolder;
	margin-left:15px;
	border-bottom:dashed 1px #000;
	color:#373f19;
}

.news-content {
	margin-top:10px;
	margin-bottom:20px;
	background-color:#f3ffc7;
	padding:5px;
	border:solid 1px #d6e3a6;
}

.gallery {
	width:178px;
	height:120px;
	border: 1px solid #FFF;
	background-color:#f3ffc7;
	padding:5px;
	margin:5px;
	border:solid 1px #d6e3a6;
}
.gallery:hover {
	border:1px solid #abb685;
}

#tarif-container{
	width:1000px;
}

#tarif-c{
	background-color:#f3ffc7;
	border:solid 1px #d6e3a6;
	float:left;
	margin-right:250px;
	margin-bottom:50px;
}

.tarif-block {
	float:left;
	width:800px;
	margin-bottom:8px;
}

.tarif-titre {
	font-size: 15px;
	font-weight:bolder;
	float:left;
	width: 500px;
	height:26px;
	margin:0;
	padding:0;
	padding-left: 280px;
	padding-top:4px;
	color:#373f19;
}

.tarif-prod {
	font-size: 12px;
	font-weight:bolder;
	height: 20px;
	text-align:left;
	margin-left:10px;
	padding-right:4px;
	float:left;
}

.tarif-prix {
	font-size: 12px;
	padding:0;
	margin:0;
	width:100px;
	height: 20px;
	float:left;
}

.tarif-description {
	font-size:11px;
	padding:0;
	margin:0;
	margin-left:30px;
	float:left;
	width:760px;
}

.livredor-nom{
	font-size:14px;
	margin-left:15px;
	color:#373f19;
}

.livredor-cont{
	margin-top:10px;
	margin-bottom:20px;
	font-size:12px;
	background-color:#f3ffc7;
	padding:5px;
	border:solid 1px #d6e3a6;
}

#livredor-add{
	width:500px;
	margin-left:150px;
	background-color:#e1efac;
	padding:5px;
	margin-bottom:10px;
}

#livredor-click {
	background-color: #c6da7c;
	border-bottom: 2px solid #a5b667;
	width: 500px;
	text-align:center;
	padding-top:1px;
	height:17px;
	cursor:pointer;
	font-weight:bolder;
	color:#747e50;
}

#livredor-click:hover {
	border-bottom: 2px solid #4d5435;
	color:#4d5435;
	background-color:#aabb6a;
}

.livredor-f {
	padding:0;
	margin:0;
	height:20px;
	text-align:right;
	width:90px;
	font-size:12px;
}

.input {
	border: 1px solid #7c8f38;
	background-color:#f1ffc0;
	margin-bottom:3px;
}

.button{
	border: 2px solid #7c8f38;
	background-color:#f0ffb8;
}

#contact-t {
	background-color:#f3ffc7;
	padding:5px;
	border:solid 1px #d6e3a6;
	margin-bottom:10px;
}

.prod-img {
	margin:auto;
}
