body { 
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: top center;
	background-color:#FFFFFF;
}

.titre_resserer {
	letter-spacing: -0.7px;
}

.titre_jaune {
	color: #DDDF24;
}

.titre_rose {
	color: #FF00F2;
}

.titre_bleu {
	color: #42DAE8;
}

.titre_menu {
	letter-spacing: -0.8px;	
}

.adresse {
	letter-spacing: -1.0px;	
	color: #666666;
}

.cadre_noir {
	border: 2px solid #000000;
}

.cadre_menu {
	border: 1px solid #000000;
}

.cadre {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.cadre_haut {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.cadre_bas {
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.cadre_cote {
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.image_max {
	max-width: 340px;
	max-height: 150px;
	height:expression(document.body.clientHeight > 150 ? "150px": "auto" );
}

.imagep_max {
	max-width: 350px;
	max-height: 250px;
	height:expression(document.body.clientHeight > 250 ? "250px": "auto" );
}

.imagep2_max {
	max-width: 130px;
	max-height: 80px;
	height:expression(document.body.clientHeight > 80 ? "80px": "auto" );
}