/* CSS Document */

.titre_bocuse_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #7c5706;
	text-transform: uppercase;
	background-color:#e1c68a;
}
.chapo_bocuse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.cadre_bloc_bocuse {
	BORDER-TOP: #946808 1px solid;
	BORDER-BOTTOM: #946808 1px solid;
	BORDER-LEFT: #946808 1px solid;
	BORDER-RIGHT: #946808 1px solid;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
/*	font-weight: bold;*/
	color: #7c5706;
	text-transform: uppercase;
	background-color:#e1c68a;
	height: 35px;
	max-height: 35px;
}
a.LireSuite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;

}
a.LireSuite:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.titre_bocuse_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.titre_bocuse_small:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.cadre_accueil_video_bocuse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#000000;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	padding: 10px;
}
.cadre_detect_flash {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ff0000;
	background-color:#FFFFFF;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	padding: 10px;
}
a.Lien_cadre_basdebit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;	

}
.cadre_HD {
	border-color: #cc0117;
	border-style: solid;
	border-width: 1px;
}
.detect_flash {
	position: absolute;
	top: 750px;
	margin: 10px;
	vertical-align: middle;
	z-index: auto;
}

/* STYLE POUR LA FENETRE VIDEO */

img {
	border: none;
}
#hideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#fade {
	background: #000; 
	position: fixed; 
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	z-index: 10;
}
.popup_block {
	background: #ddd;
	padding: 10px 20px;
	border: 10px solid #fff;
	float: left;
	width: 480px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin: 0 0 0 -250px;
	z-index: 100;

}
.popup_block .popup {
	float: left;
	width: 100%;
	background: #fff;
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #bbb;
}
.popup h3 {
	margin: 0 0 20px;
	padding: 5px 10px;
	border-bottom: 1px solid #bbb;
	font-size: 1.5em;
	font-weight: normal;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
.popup img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
}

/*-- Faire IE6 gérer le positionnement fixe --*/

*html #fade {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
}

*html .popup_block {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}

#img-calendrier {background-image:url(http://www.lhotellerie-restauration.fr/bocuse_d_or/image/img-bocuse-d-or-calendrier.png); position:absolute; width:66px; height:46px; top:3; right:3;}

