/***********************************************/
/* printHelitowcart.css                                    */
/*                                             */
/* These layout divs define the page layout.   */
/* www.bm-tech.com                             */
/***********************************************/

/***********************************************/
/*Images                                       */
/***********************************************/

.imagecontainer {
position:absolute; 
width: 160px; 
top:85px;
left:170px;
border:1px solid black;
background-color:#DDDDDD;  /*gris pale*/
padding:5px;
z-index:2;}

.img {
padding:5px;
background:#DDDDDD;
border:1px solid black;
}

.picture1 {position: absolute; top: 105px; left: 15px; }
.picture2 {position: absolute; top: 105px; left: 222px; }
.picture3 {position: absolute; top: 105px; left: 485px; display: none;}

/***********************************************/
/*Boutons                                      */
/***********************************************/

.buttonscontainer {
position:absolute; 
width: 160px; 
top:105px;
left:10px;
border:1px solid black;
background-color:#DDDDDD;  /*gris pale*/
padding:10px;
display: none;
z-index:2;}

.buttons a {color: #FFFFFF;
border: 0px solid;
background-color: #DDDDDD;  /*gris pale*/
padding: 2px;
padding-left: 3px;
font: 11px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
border-color:    ;
display: block;
margin: 0px;
width: 100%;
text-align: left;
}

.buttons a:hover {
border: 0px solid;
padding-left: 4px;
padding-top: 3px;
padding-bottom: 1px;
padding-right: 1px;
background-color: #CC0000;  /*rouge*/
border-color:    ;
color: #FFFFFF;   /*blanc*/
text-decoration: none;

}

/***********************************************/
/*Hoover                                       */
/***********************************************/

a {
	color:#FFFFFF;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#000000;}      /*noir*/
a:visited {color:#646464;}   /*gris foncé*/
a:hover {
background-color:#CC0000;    /*rouge*/
color: #FFFFFF;}             /*blanc*/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#row1{
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
}

#row2{
	border-bottom: 1px solid #CCCCCC;
	position: absolute; left: 600px;
	display: none;
}
/************************************/

#col1{
	position:absolute;
	right: 20px;
	width: 22%;
	top:320px;
	margin-left: 1%;
	padding:10px;
	background-color: #DDDDDD;
	border:1px solid black;
	color: #000000;
}
/************************************/

#col2{
	margin: 245px 34% 0 10px;
}
/************************************/

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:138px;
	}

/*End Layout Divs                              */
/***********************************************/