/* Eléments généraux */

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Sans-serif;
}

body {

	font-size: 12px;
	background: url(../images/fd_site.jpg) bottom left repeat-x;
}

p {
	margin: 5px 0px 5px 0px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 1.4em;
}

dt {
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

dd {
	margin-left: 20px;
	text-align: justify;
}

/* Structure du site */

#site {
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -395px;
	width: 790px;
	/*border: solid 1px #bfbfbf;*/

}

#img_lv {
	position: absolute;
	left: 740px;
	top: 187px;
	z-index: 100;
}

	#img_lv img {
		border: 0px;
	}

#banniere {
	position: relative;
	width: 790px;
	height: 180px;
}

#menu {
	position: relative;
	width: 790px;
	height: 25px;
	padding-top: 2px;
	background: #000;
}

#applicatif {
	position: relative;
	width: 790px;
	height: 150px;
	z-index: 1;
}

#content {
	position: relative;
	width: 100%;
	/*background: #ece26f url(../images/fd_site.jpg) bottom left repeat-x; /* l'image doit être horizontal pour la page contact (pas joli lorsque l'image se répète) */
	z-index: 100;
}

#footer {
	position: relative;
	width: 790px;
	height: 26px;
	background: #000;
	border-top: 1px solid #E8E524;
	color: #fff;
	text-align: center;
	line-height: 25px;
	font-size: 11px;
}

#footer .lcp {
	color: #E8E524;
	font-weight: bold;
}


/* Style pour le menu */

#menu ul {
	position: relative;
	left: 5px;
}

#menu ul li {
	position: relative;
	display: block;
	width: 145px;
	height: 25px;
	float: left;
	list-style-type: none;
	text-align: center;
	line-height: 23px;
	background: url(../images/btn.jpg) 0 0 no-repeat;
}

#menu ul li a {
	display: block;
	width: 145px;
	height: 25px;
	background: url(../images/btn.jpg) 0 0 no-repeat;
	color: #fff;
	text-decoration: none;
}

#menu ul li a:hover {
	background-position: 0 -25px;
}

#menu ul li .page_selected {
	color: #f9f24c;
	font-weight: bold;
}

/* Style pour la page présentation */

#presentation {
	position: relative;
	/*background: #ece26f url(../images/fd_jaunes.jpg) bottom left repeat-x;*/
	height: 360px;
	padding-left: 1px;
}

	#presentation .col {
		position: relative;
		float: left;
		margin: 15px 20px 0px 0px;
		width: 270px;
		text-align: justify;
		line-height: 18px;
		font-weight: bold;
	}

	#presentation .col p {
		margin-top: 10px;
		/*line-height: 120%;*/
	}
	
	#presentation #derniere-colonne {
		margin-right: 0;
		width: 220px;
	}
	
	#presentation #certifie-halal {
		margin-right: 0;
		margin-top: 10px;
		width: 260px;
		height: 335px;
		background: url(../images/certifie-halal.png) no-repeat;
		text-decoration: none;
	}
	#presentation #certifie-halal-uk {
		margin-right: 0;
		margin-top: 10px;
		width: 260px;
		height: 335px;
		background: url(../images/certifie-halal-uk.png) no-repeat;
		text-decoration: none;
	}
	#presentation #certifie-halal span,
	#presentation #certifie-halal-uk span {
		display: block;
		margin: 104px 8px 10px 45px;
		font-weight: normal;
		text-align: left;
		font-size: 10.5px;
		line-height: 160%;
		color: #000;
		text-decoration: none;
	}

	#encart {
		position: relative;
		display: block;
		float: left;
		width: 222px;
		margin: 10px 15px 0px 0px;
	}

		#encart_haut {
			width: 222px;
			height: 20px;
			margin-bottom: 0;
			background: url(../images/encart_haut.gif) 0 0 no-repeat;
		}

		#encart_content {
			display: block;
			padding: 1px 20px 5px 15px;
			font-size: 11px;
			text-align: justify;
			background: url(../images/encart_milieu.gif) 0 0 repeat-y;
		}

			#encart_content a:link, #encart_content a:visited {
				color: #B6B03E;
				text-decoration: none;
			}

			#encart_content a:hover {
				color: #B6B03E;
				text-decoration: underline;
			}

		#encart_bas {
			width: 222px;
			height: 20px;
			background: url(../images/encart_bas.gif) 0 0 no-repeat;
		}

#historique {
	position: relative;
	width: 100%;
	padding: 10px 0px 10px 0px;
	background: url(../images/fd_alu_brosse.jpg) 0 0 repeat;
}

	#entr_avt {
		font-size: 11px;
		width: 270px;
		padding: 10px 0px 0px 20px;
		float: left;
	}

	#historique table th {
		text-align: left;
	}

	#historique table td {
		font-size: 11px;
	}

	#historique table .date {
		font-weight: bold;
		font-size: 12px;
	}

	#historique table .color1 {
		color: #000;
	}

	#historique table .color2 {
		color: #868686;
	}


/* Style pour la page activites */

.tableau_activites {
	font-size: 12px;
}


/* Style pour la page produit */

/*Menu*/
#menu_gauche {
	position: relative;
	padding-top: 20px;
	width: 206px;
	height: 165px;
	background: #bababc url(../images/fd_alu_brosse.jpg) 0 0 repeat;
	float: left;
	z-index: 100;
}

#menu_gauche ul li {
	position: relative;
	display: block;
	width: 206px;
	line-height: 14px;
	list-style-type: none;
	text-align: center;
	margin-bottom: 18px;
}

#menu_gauche ul li a:link, #menu_gauche ul li a:visited {
	color: #666;
	text-decoration: none;
}

#menu_gauche ul li a:hover {
	color: #444;
	text-decoration: underline;
}

#menu_gauche ul li .page_selected {
	color: #333;
	font-weight: bold;
}


#produit {
	position: relative;
	padding-top: 10px;
	float: left;
	padding-left: 10px;
}

	#img_produit {
		position: relative;
		margin-right: 10px;
		width: 140px;
		float: left;
	}

		#img_produit a img {
			border-width: 0px;
		}

		#img_produit a {
			display: block;
		}

		#img_produit a:link, #img_produit a:visited {
			border: solid 1px #000;
		}

		#img_produit a:hover {
			border: solid 1px #efefef;
		}

	#fiche_produit {
		position: relative;
		float: left;
	}

		#fiche_produit h1 {
			font-weight: bold;
			font-size: 14px;
		}

		.libelle_type_fiche {
			font-weight: bold;
		}

		.liste_fiche {
			list-style: none;
			width: 420px;
		}

		/*Tableau descriptif des produits*/
		.liste_fiche td {
			height: 20px;
		}

		.liste_fiche .libelle {
			font-weight: bold;
			width: 200px;
		}

		.liste_fiche .libelle_doc_tech {
			color: #f00;
			padding-right: 5px;
			width: 219px;
		}

		.liste_fiche img {
			border: 0px;
		}

		.liste_fiche .lien_doc_tech:link, .liste_fiche .lien_doc_tech:visited {
			margin-left: 10px;
			color: #000;
			text-decoration: none;
		}

		.liste_fiche .lien_doc_tech:hover {
			text-decoration: underline;
		}


/* Style pour la page transport */

.tournee th {
	background: #e8e524;
	padding: 5px;
}

.tournee td {
	background: #FFFFDF;
	padding: 5px;
	text-align: center;
}

#carte_transport {
	position: relative;
	width: 350px;
	height: 350px;
	margin: 10px auto 0px auto;
	border: solid 1px #dfdfdf;
}


#calendrier_tournee li {
	list-style-position: inside;
	background: url(../images/pdf.jpg) 0 0 no-repeat;
	padding-left: 20px;
	list-style-type: none;
}

	#calendrier_tournee li a:link, #calendrier_tournee li a:visited {
		color: #f00;
		text-decoration: none;
	}

	#calendrier_tournee li a:hover {
		color: #f00;
		text-decoration: underline;
	}

/* Style pour la page contact */

#mess_error {
	position: relative;
	top: 10px;
	width: 80%;
	margin: 0px auto 10px auto;
	padding: 5px;
	text-align: center;
	color: #f00;
	font-weight: bold;
	background: #FFFCDF;
	border: solid 1px #f00;
}

form {
	float: left;
	margin: 10px 25px 10px 0px;
}

form p {
	padding-left: 25px;
	margin-top: 10px;
}

label {
	display: inline;
	width: 110px;
	float: left;
	font-weight: bold;
}

.input {
	width: 200px;
	background: #fff;
	border: solid 1px #999;
}

#coordonnees {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 230px;
	height: 95px;
	padding: 5px;
	border: solid 1px #dfdfdf;
	background: #efefef;
}

#img_formulaire {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	height: 105px;
}

#carte {
	position: relative;
	float: left;
	top: 30px;
	margin-left: 10px;
	left: 0px;
	width: 400px;
	height: 300px;
}

#carte-bretagne {
	position: relative;
	float: left;
	display: block;
	width: 398px;
	height: 300px;
	margin-left: 10px;
	border: 1px solid #dfdfdf;
}

#carte-bretagne img {
	border: none;
}