/* Conditions pour les tableaux de tarif */
@media (max-width: 1100px) {
.imgTAILLE {
	display:none;
}
.txtTAILLE {
	font-size: 0.8em;
	color: #F60;
	font-weight: bold;
}
.fondTAILLE {
	background-color: #CCC;
}
.txtFORMAT {
	display:none;
}
.txtTARIF {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
}
@media (min-width: 1100px) {
.imgTAILLE {
	max-width: 164px;
	width: 75%;
}
.txtTAILLE {
	display:none;
}
.txtFORMAT {
	font-size: 0.7em;
	color: #999;
}
.txtTARIF {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}
}








/* Conditions pour le tableau du PANIER */
@media (max-width: 1100px) {
.txtPANIERTAILLE {
	font-size: 0.7em;
	color: #FFF;
	font-weight: bold;
}
.txtPANIERTAILLEGRAND {
	display:none;
}
.fondPANIERTAILLE {
	background-color: #889E15;
}
.txtPANIERTxt {
	font-size: 0.6em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.txtPANIERTxtBOLD {
	font-weight: bold;
}
.txtPANIERTarif {
	font-size: 0.7em;
	color: #090;
	font-family: Georgia, "Times New Roman", Times, serif;
}
}
@media (min-width: 1100px) {
.txtPANIERTAILLE {
	display:none;
}
.txtPANIERTAILLEGRAND {
	font-size: 0.9em;
	color: #FFF;
	font-weight: bold;
}
.fondPANIERTAILLE {
	background-color: #889E15;
}
.txtPANIERTxt {
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.txtPANIERTxtBOLD {
	font-weight: bold;
}
.txtPANIERTarif {
	font-size: 1em;
	color: #090;
	font-family: Georgia, "Times New Roman", Times, serif;
}
}















/* Conditions pour les BOUTONS DE FORMULAIRE */
@media (max-width: 1100px) {
.btCHANGEAccesGrand {
	display:none;
}
.btCHANGEAccesPetit {
}
}
@media (min-width: 1100px) {
.btCHANGEAccesGrand {
}
.btCHANGEAccesPetit {
	display:none;
}
}




/* Conditions pour les TABLEAUX */
@media (max-width: 250px) {
.EcritTable {
	display:none;
}
.MetuneTable {
	display:none;
}
.AlaPlaceTable {
}
}

@media (min-width: 250px) {
.EcritTable {
	width: 85%;
}
.MetuneTable {
}
.AlaPlaceTable {
	display:none;
}
}






