BODY {
    margin-top:10; 
    margin-left:10;
    margin-right:10;
    font-family: Georgia, Arial, "Times New Roman", Times, serif;
    background-color: #FFFFFF;
}

.bandeau_fond {
        background-position: top right;
        background-repeat: no-repeat;
	background-image: url(./images/fond_bandeau.jpg);
}

.menu_fond {
	background-image: url(./images/menu_fond.jpg);
}

.fond_pack_haut {
   background-image: url(./images/pack_entreprise_haut.png);
}

.fond_pack_bas {
   background-image: url(./images/pack_entreprise_bas1.png);
}	

.fond_pack_gauche {
   background-image: url(./images/pack_entreprise_gauche.png);
   background-repeat: repeat-y;
}

.fond_pack_droite {
   background-image: url(./images/pack_entreprise_droite.png);
}

.def {
     padding-left: -5px;
     font-weight: bold;
}

.border_prix {
	border-right-style: solid;
	border-right-color: #003366;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	border-top-width: 1px;
}

.border_prix_top {
	border-top-style: solid;
	border-top-color: #003366;
	border-top-width: 1px;
}

.border_prix_right {
	border-right-style: solid;
	border-right-color: #003366;
	border-right-width: 1px;
}

table.listTable {
	border-width: 3px;
	border-top-style: outset;
	border-left-style: outset;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #003366;
	border-left-color: #003366;
	border-bottom-color: #99CCFF;
	border-right-color: #99CCFF;
}

table.listTable th {
	background-color:#5488F5;
	color: #FFFFFF;
  	font-family:Arial, Helvetica, sans-serif; 
  	color: white;
  	font-weight: bold;              
}

.label {	
	background-color: #dfeaf4;
	filter:alpha(opacity=65);
	-moz-opacity:65;
	opacity: 0.65;	
	position: relative;
	top: -7px;
	margin-left: 3px;
	margin-right: 3px;
	width: 80px;	
	font-size: 11px;
	font-weight: bold;
	color:black;
	text-decoration: none;
  	font-family:Arial, Helvetica, sans-serif;
  	text-align: center;
}
