/* CSS Document */

body{
	color: #000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: url(/include/images/site/fond-page.gif) repeat-y center;
}

a {
	text-decoration: none;
	color: #000000;
}

a:on {
	text-decoration: underline;
}

.titre {
	color: #990066;
}

img {
	border: none;
}

.gras {
	font-weight: bold;
}

.italique {
	font-style: italic;
}

/****************** Pour clearer les float ******************/

#corps, .MEAautres, .MEAarticle, .box, .colonne, #GB_corps {
	overflow: hidden;
	height: 1%;
}



/****************** Structure ******************/

/* ========= page ========= */

/*#page {
	margin: 0 auto;
	text-align: left; /* on rétablit l'alignement normal du texte 
	padding: 0 0 20px 0;
	width: 995px;
	position: relative;
}
*/
#page {
	margin: 0pt auto;
	width: 995px;
	text-align: left;
	background-color:#FFFFFF;
	position: relative;
	overflow: hidden;
}

/*
#NOTIE #page {
	background-color: red;
}
*/

/* ========= corps ========= */

/*Bandeau sur toute la largeur de la page*/

#bandeau-boss {
	/*AWL*/
	height: 25px;
	background: #003366;
	/*AWL*/
}


#corps {
	margin: 0;
	/*AWL*/
	/*background: #F8F8F8;*/
	/*AWL*/
}

#GB_corps {

}

.pac-haut {
	/*AWL*/
	/*AWL*/
	margin: 2px 2px 10px 2px;
	/*AWL
background: #99CC33;
	/*AWL*/
}
.pac-bas {
	clear: both;
	margin: 2px 2px 10px 2px;
	background: #330099;
}



.box-droite {
	float: right;
	width: 323px;
	margin: 0 0 0 2px;
}



/* ========= colonnes centrales ========= */

.deux-col .colonne-gauche {
	float: left;
	width: 49%;
}



.deux-col .colonne-droite {
	float: right;
	width: 49%;
}



.trois-col .colonne {
	float: left;
	width: 33.3%;
}



.quatre-col .colonne {
	float: left;
	width: 24.9%;
}



/* ========= Colonnes gauche et droite ========= */

.colonne-g {
	overflow:hidden;
	width: 160px;
	float: left;
	margin-right: 20px;
	font-size: 11px;
	min-height: 1px;
}



.colonne-d {
	width: 180px;
	float: right;
}



/* ========= header ========= */

#header-droite ul {
	height: 26px;
	margin: 0 0 0 10px;
	padding: 8px 0 0 24px;
	display: inline;
}


#header-droite li {
	list-style: none;
	display: inline;
}


/* ========= Onglets  ========= */



/* ========= Footer======== */

#footer {
	clear: both;
	padding-top:50px;
}


/* ========= Gabarit =========*/

.gabaritDroppableZone_GB_top {

	min-height:45px;

}



.gabaritDroppableZone_GB_pac-haut {

	min-height:45px;

}



.gabaritDroppableZone_GB_pac-bas {

	min-height:45px;

}



.gabaritDroppableZone_GB_MEA_leftColumn {

	float:left;

	width:49%;

	margin-bottom:2px;

}



.gabaritDroppableZone_GB_MEA_rightColumn {

	float:right;

	width:49%;

	margin-bottom:2px;

}



.gabaritDroppableZone_GB_bottom {

	min-height:45px;

}



.gabaritDroppableZone_GB_bandeau-boss {

	min-height:45px;

}



.gabaritDroppableZone_GB_corps {

	min-height:45px;

}






/* ========= Gabarit =========*/

.sans-droite #GB_corps {
	margin: 0 30px;
}

.GB_top {
        min-height:45px;
}

.GB_pac-haut {
        min-height:45px;
}

.GB_pac-bas {
        min-height:45px;
}

.GB_MEA_leftColumn {
        float:left;
        width:49%;
        margin-bottom:2px;

}
#GB_MEA_leftColumn {
        float:left;
        width:49%;
        margin-bottom:2px;

}
.GB_MEA_rightColumn {
       /* Truc d'Atos que je supprime =>  float:right;*/
	   float: left;
        width:49%;
        margin-bottom:2px;
}
#GB_MEA_rightColumn {
       /* Truc d'Atos que je supprime =>  float:right;*/
	   float: left;
        width:49%;
        margin-bottom:2px;
}
.GB_bottom {
        min-height:45px;
}

.GB_bandeau-boss {
        min-height:45px;
		background: #003366;
}

.GB_corps {
        min-height:45px;
}
/* ========= Gabarit =========*/
.inibform {
        margin: 0 0 0 0;
        }
#cmdrefbt {
        margin-left: 4px;
        margin-bottom: -5px;
        }
#reference {
        height: 14px;
}

input.qtt {width: 20px; vertical-align: -3px;}
/*** Pauline ***/
/*.colonne {
	float: left;
	width: 49%;
}
*/
.colonne#GB_MEAautres_rightColumn {
	float: left;
	width: 49%;
}
.colonne#GB_MEAautres_leftColumn {
	float: left;
	width: 49%;
}
.gabaritDroppableZone_GB_MEAautres_leftColumn {
	float:left;
	width:49%;
}


.gabaritDroppableZone_GB_MEAautres_rightColumn {
	float:left;
	width:49%;
}
/* ################## AJOUT PANIER #################################### */

a#MEAprix {
	background: transparent url(/include/images/site/commande/achetez.png) no-repeat top center;
	display:block;
	width: 144px;
	height: 28px;
	margin: 4px 0 6px 0;
	padding-left: 9px;
	line-height: 27px;
}

a#MEAprix:hover {
	background-position: bottom center;
	text-decoration:none;
}

.MEAprixtexte {
	font-weight: bold;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	clear:left;
}
a#MEAprixFiche {
        background-image: url(/include/images/site/commande/achetez-fiche.png);
}

a#MEAprixFiche  {
#	background: transparent url(/include/images/site/commande/achetez-fiche.png) top center;
 background-position: top center;
background-repeat: no-repeat;	
display: block;
	height: 34px;
	line-height: 34px;
	margin: 0 auto;
	text-align:  left;
	width: 183px;
}

a#MEAprixFiche:hover {
	background-position: bottom center;
	text-decoration:none;
}

.MEAprixFichetexte {
	font-weight: bold;
	padding-left: 5px;
	color: #000000;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	text-decoration:none;
	font-size:17px;
}

#MVprix {
	width: 120px;
	height: 16px;
	float: left;
	margin-top: 8px;
	margin-bottom: 15px;
	margin-left: 2px;
	text-decoration:none;
}

a#MVprix{
	background-image: url(/include/images/site/commande/ajoutez.png);
	background-repeat: no-repeat;
}

a#MVprix:hover{
	background-image: url(/include/images/site/commande/ajoutez.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color: Black;
}

.Mvprix {
	line-height: 25px;
	padding-left: 5px;
}
/*
a#MEAprixrza  {
	background-image: url(/include/images/site/commande/reservez-off.gif);
	float: left;
	width: 171px;
	height: 16px;
	background-repeat:no-repeat;
	margin-top: 4px;
	margin-bottom: 6px;
	}
a#MEAprixrza:hover {
	background-image: url(/include/images/site/commande/reservez-on.gif);
	float: left;
	width: 171px;
	height: 16px;
	text-decoration:none;
	margin-top: 4px;
	margin-bottom: 6px;
	}

a#MEAprixFicherza  {
	background-image: url(/include/images/site/commande/reservezFiche_off.gif);
	float: left;
	width: 273px;
	height: 26px;
	background-repeat:no-repeat;
	margin-top: 4px;
	margin-bottom: 6px;
	}
a#MEAprixFicherza:hover {
	background-image: url(/include/images/site/commande/reservezFiche_on.gif);
	float: left;
	width: 273px;
	height: 26px;
	text-decoration:none;
	margin-top: 4px;
	margin-bottom: 6px;
	}
*/


