
/*===== BASE ======*/
html,body {
	width: 100%;
	height: 100%;
	background-image: url(images/fond-boucherie-haut.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	outline: 0;
}

#page {
	min-height: 93%;
 	width: 965px;
	margin: 0 auto;
	padding: 0 ;
	text-align: left;
}

#header {
	width: 965px;
	margin: 0 auto;
	padding: 0;
	height: 145px;
}

#logo_header {
	float: left;
	height: 145px;
	width: 289px;
}


#menu_header {
	float: left;
	height:30px;
	line-height: 30px;
	margin: 35px 0 0 30px;	
}

#menu_header a:link, #menu_header a:visited, #menu_header a:active {
	color: #000000;
	padding: 0 5px;
	font-size: 15px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	font-variant: small-caps;
}

#menu_header a:hover {
	text-decoration: underline;
}

#contenu {
	padding: 15px ;
}

#contenu a:link, #contenu a:active, #contenu a:visited{
	color: #F91C00;
	font-weight: bold;
	text-decoration: none;
}

#contenu a:hover{
	color: #F91C00;
	text-decoration: underline;
}

a img{
	border: none;
}




/*===== FIN BASE ======*/
/* ======= accueil ============ */
#accueil_gauche{
	width:290px;
	float:left;
}
#accueil_droite{
	width:290px;
	float:right;
}
/* ======= fin accueil ============ */

/* ======= pages ============ */
#contenu_gauche {
	margin-top: 20px;
	float: left;
	width: 300px;
	border-right: 3px dotted #000000;
	min-height: 580px;
	text-align: center;
}

#contenu_droite {
	margin-top: 20px;
	float: right;
	width: 590px;
	margin-bottom: 20px;
}
.bordure_verte{
	border: 2px solid #18720E;
}
.bordure_rouge{
	border: 2px solid #F91C00;
}
/* ======= fin pages ============ */


/* ======== FOOTER ========= */

#footer{
	width: 100%;
	min-width: 965px;
	text-align: center;
	margin: 0 auto;
	min-height: 38px;
	height: 38px;
	line-height: 38px;
	background-image: url(images/fond-boucherie-bas.jpg);
	background-repeat: repeat-x;
	background-color: #F91C00;
	color: #FFFFFF;
	clear: both;
	
}

#footer a, #footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#menu_footer {
	line-height: 40px;
	text-align: center;
	width: 965px;
	margin: 0 auto;
	margin-top: 10px;
	
}
/* ======== FIN FOOTER ========= */
/* ========  REFERENCEMENT ========= */

#referencement {
	width: 965px;
	margin: 0 auto;
	padding: 0;
	font-size: 10px;
	color: #000;
	line-height: 15px;	
}

#referencement a:link, #referencement a:visited, #referencement a:hover, #referencement a:active {
	color: #000;
	text-decoration:none;
}



/* ======== FIN REFERENCEMENT ========= */

/*===== TITRES ======*/
h1{
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	color: #18720E;
	margin:0;
	line-height: 30px;
	border-bottom: 3px dotted #18720E;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2{
	font-size: 18px;
	height:50px;
	margin:0;
	padding:0;
	text-align: left;
	color: #18720E;
	display: inline;
	font-style: italic;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	border-bottom: 3px dotted #18720E;
}


h3, .titreh2{
	font-size: 14px;
	font-style: normal;
	color: #F91C00;		
	padding: 5px;
	width: 200px;
	border-bottom: 3px dotted #F91C00;
	font-family: Georgia, "Times New Roman", Times, serif;
}	


.boeuf {
	background-image: url(images/boeuf.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px 0 0 60px;
}

.veau{
	background-image: url(images/veau.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px 0 0 60px;
}

.mouton {
	background-image: url(images/mouton.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px 0 0 60px;
}

strong ,b {
	color: #168A0F;
}

ul,li{
	margin:0;
	padding:0;
	margin-left:10px;
	list-style-type: circle;
}
/*===== FIN TITRES ======*/

/* menu */


/* fin menu */

/****************** Tableau promotions du mois *****************/

#entete_promotion h2{
	padding: 0;
	margin: 0 auto;
	padding-bottom: 6px;
	font-size: 25px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
	border:none;	
}

#entete_promotion{
	padding: 0;
	margin: 0 auto;
	padding-bottom: 6px;
	background-color: #F91C00;
	color: #FFF;
	text-align: center;
	font-size: 25px;
}

.promotions{
	color:#F91C00;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 14px;
	
}
.promotions_titres{
	color:#F91C00;
	text-align: left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 5px;
	font-size: 14px;
	
}

/****************** Fin Tableau promotions du mois *****************/


