/***********************************************/
/* divs.css                                    */
/*                                             */
/* These layout divs define the page layout.   */
/* www.helitowcart.com                         */
/***********************************************/

/***********************************************/
/*Images                                       */
/***********************************************/

H2, H3
{
	font-family: arial; 
	font: 16px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}


.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: 125px; left: 175px; }
.picture2 {position: absolute; top: 125px; left: 410px; }
.picture3 {position: absolute; top: 125px; left: 589px; }

/***********************************************/
/*Boutons                                      */
/***********************************************/

.buttonscontainer {
position:absolute; 
width: 140px; 
top:125px;
left:10px;
border:1px solid black;
background-color:#DDDDDD;  /*gris pale*/
padding:10px;
z-index:2;}


.buttons a:link {color: #000000; text-decoration: none;}      /*noir    underline */

.buttons a {color: #FFFFFF;  /*blanc*/

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;   /*underline*/

}

/***********************************************/
/*Hoover                                       */
/***********************************************/

a {
	color:#FFFFFF;   /*blanc*/
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color: Blue; text-decoration: none;}      /*noir #000000 underline*/
a:visited {color:#646464; text-decoration: underline;}   /*gris foncé et souligné*/
a:hover {
background-color:#CC0000;   /* rouge*/
color: #FFFFFF;}             /*blanc*/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#row1{
	border-bottom: 0px solid #CCCCCC;
	width: 100%;
}
#row2{
	border-bottom: 0px solid #CCCCCC;
	position: absolute; left: 610px;  /*       */
}
/************************************/

#col1{
	position:absolute;
	
	left: 780px;
	top:125px;	
	
	/*left: 575px;*/
	/*top:340px;*/	
	
	width: 170px;
	margin-left: 1%;
	padding:10px;
	background-color: #DDDDDD;
	border:1px solid black;
	color: #000000;
}
/************************************/

#ontop{
	position:absolute;
	/*right: 20px;*/
	width: 150px;
	top:125px;
	margin-left: 3%;
	padding:10px;
	background-color: #DDDDDD;
	border:1px solid black;
	color: #000000;
	/*position:fixed;*/
	/*left:700px;*/
}

/************************************/

#col2{
	margin: 225px 20% 0 170px;
}
/***********************************    24%   */

/* 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                              */
/***********************************************/
