@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	background-image: url(../zimg/body.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #0a363e;
	}

img {
	border: none;
}
	
	
#conteneur1 {
	width: 1024px;
	position: relative;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	margin-top: 15px;
}

#conteneur2 {
	width: 1024px;
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	margin-top: 15px;
}

#halalgrand {
	height: 604px;
	width: 989px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../zimg/logo-halal-grand2.png);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: inherit;
}

#halalpetit {
	height: 188px;
	width: 315px;
	position: absolute;
	left: 650px;
	bottom: -629px;
	background-image: url(../zimg/logo-halal.png);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: inherit;
}

#accueil {
	height: 86px;
	width: 509px;
	position: absolute;
	left: 20px;
	top: 50px;
	z-index: inherit;
	background-image: url(../zimg/maison-halal.png);
	background-position: top left;
	background-repeat: no-repeat;
}


#milieu {
	height: 464px;
	width: 579px;
	background-image: url(../zimg/cadre.png);
	background-position: top;
	background-repeat: no-repeat;
	margin-left: 50px;
	top: 150px;
	position: relative;
}

#milieu h1, h2, p {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
}

#milieu p {
	padding-bottom: 15px;
}

#milieu h1 {
	padding-bottom: 10px;
	padding-top: 35px;
	letter-spacing: 10px;
	color: #bdad81;
	font-size: 1.5em;
}

#milieu h2 {
	letter-spacing: 2px;
	color: #bdad81;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.2em;
}


#milieu a {
	font-weight: bold;
	text-decoration: none;
	color: #F5DEB3;
}

#milieu a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #bdad81;
}

#milieu ul {
	margin-left: 60px;
}

#menu {
	width: 250px;
	position: absolute;
	top: 160px;
	left: 650px;
}

#menu ul {
		list-style-type: none;
}

#menu li {
	margin-bottom: 9px;
}

#menu a {
	font-weight: bolder;
	text-decoration: none;
	color: #bdad81;
	padding-left: 42px;
}

#menu a:hover {
	font-weight: bolder;
	text-decoration: underline;
	color: #958460;
	background-image: url(../zimg/puce.png);
	background-repeat: no-repeat;
	padding-left: 42px;
}

#menu .produits {
	margin-left: 15px;
}

#pied {
	height: 66px;
	width: 700px;
	padding-top: 140px;
}

#pied p {
	font-size: 0.8em;
	text-align: center;
	padding-top: 20px;
}

/* Class */

.gras {
	font-weight: bold;
}

.actif {
	font-weight: bold;
	background-image: url(../zimg/puce.png);
	background-repeat: no-repeat;
	padding-left: 42px;
	color: #958460;
}

.actifp {
	font-weight: bold;
	background-image: url(../zimg/puce.png);
	background-repeat: no-repeat;
	padding-left: 42px;
	color: #958460;
	margin-left: 15px;
}

.floatdroit {
	float: right;
	margin-left: 15px;
	margin-right: -5px;
}

.floatgauche {
	float: left;
	margin-right: 15px;
}

.centre {
	text-align: center;
}

.contact {
	margin-left: 40px;
}

.tdform1 {
	width: 100px;
	font-size: 0.9em;
}

.tdform2 {
	width: 400px;
	font-size: 0.9em;
}

/***********************************************************************/

#montage, #foie, #magret, #gigot, #rillette, #terrine {
	width: 314px;
	height: 244px;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
}

#montage {
	background-image: url(../zimg/montage.png);
}

#foie {
	background-image: url(../zimg/foie-gras.png);
}

#magret {
	background-image: url(../zimg/magret.png);
}

#gigot {
	background-image: url(../zimg/gigot.png);
}

#rillette {
	background-image: url(../zimg/rillettes.png);
}

#terrine {
	background-image: url(../zimg/terrine.png);
}

/***********************************************************************/
