/*----------------------------
*****Réalisé par Cclleemm*****
*Copyright monsitegratuit.com*
-----------------------------*/


/*-------------------------*/
/*----------Bases----------*/
/*-------------------------*/

/*--on annule les valeurs par défauts--*/
*{ margin: 0; padding: 0; list-style: none;}

/*--on déclare le fond du site--*/
body {
	background-image: url(img/body.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	color: #d0782a;
	background-image: url(img/h/h2.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-left: 10px;
}

#page 
{
	width: 1029px;
	margin: 0 auto;
}

#contenu
{
	background: url(img/fond.gif) repeat-y;
	width: 1000px;
	margin: 0 auto 0 14px;
	position: absolute;
}

#incontenu
{
	background: url(img/footer.gif) no-repeat bottom center;
	width: 1000px;
}

#leftbar
{
	position: relative; 
	float: left;
	width: 190px;
}

#rightzone
{
	position: relative;
	float: left;
	width: 720px;
	margin: 0 0 0 30px;
}

#footer
{
	background: url(img/footer.gif) no-repeat;
	height: 14px;
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #B98555;
	font-weight: normal;
	text-decoration: none;
}

#footer a
{
	color: #B98555;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	font-size: 10px;
	color: #CC562F;
	font-weight: normal;
}
/*-------------------------*/
/*----Cadres SpÃ©ciaux------*/
/*-------------------------*/
.cadre_info 
{
	background: url(img/cadre_info/centre.gif) repeat-y;
	width: 190px;
	float: left;
	margin: 0 20px 0 10px;
}
.cadre_info_haut_titre 
{
	background: url(img/cadre_info/haut_titre.gif) no-repeat;
	height: 73px;
	width: 190px;
}
.cadre_info_bas 
{
	background: url(img/cadre_info/bas.gif) no-repeat;
	height: 32px;
	width: 190px;
}
.cadre_info_texte 
{
	width: 163px;
	margin: -8px 11px -2px 16px; 
	color: #BC5325;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.cadre_info_texte a
{
	color: #BC5325;
	font-weight: bold;
	text-decoration: none;
} 
.cadre_info_texte a:hover
{
	color: #C6351C;
	font-weight: bold;
}

/*-------------------------*/
/*----------Zones----------*/
/*-------------------------*/

.zone_texte
{
	background: url(img/cadre_texte/fond.gif) repeat-x left top;
	margin: 0 0 5px 34px;
	color: #693818;
	font-size: 16px;
	padding: 0 10px;
}
.zone_texte_titre_750d
{
	background: url(img/h/gd_partie_fond.gif) repeat-x;
	margin: 0 10px 10px 0;
}

.zone_texte_titre_logo 
{
	color: #9C6549;
	background: url(img/h/gd_partie.gif) no-repeat left 0px;
	height: 34px;
	font-size: 22px;
	padding: 30px 0 0 50px;
}
.carte_item {
	width: 95%;
	margin-left: 20px;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #BF4F0C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BF4209;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 16px;
	color: #C10909;
	font-weight: normal;
	margin-top: 10px;
}
.badge_cuisse {
	background-image: url(img/badge_cuisses.gif);
	height: 115px;
	width: 150px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-left: 25px;
}
.badge_moule {
	background-image: url(img/badge_moules.gif);
	height: 115px;
	width: 150px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-left: 25px;
}
.cadre_album {
	background-image: url(img/photos.gif);
	height: 137px;
	width: 175px;
	padding-top: 25px;
	padding-left: 25px;
}
.cadre_album_date {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	margin-bottom: 10px;
}

/* Opacité de l'image */
.droite {
float:right
  }
.gauche {
float:left
  }
 

/* Opacité de l'image */
 a.rollopaque img {
  opacity: 0.8;
  filter:alpha(opacity=70);
  }

a.rollopaque:hover img {
  opacity: 1.0;
  filter:alpha(opacity=100);  
  }

.carte_prix {
	font-weight: bold;
	float: right;
	width: 55px;
	font-size: 12px;
	color: #693818;
	text-align: right;
}
