@CHARSET "ISO-8859-1";

/*
RMQ: cart_popup_block.width et height sont utilisés dans main.js. Si ces valeurs sont modifiées, 
       il faut aussi les modifier dans mains.js (fonction showCartBlock)
*/
#cart_popup_block
{
  position: absolute;
	width: 440px;
  height: 100px;
  text-align: center;
  background: white url(/images/logo_60_sn.gif) left top no-repeat;
  border: 2px solid #000000;/*#6c6c00;*/  
}

#cart_popup_action
{
	float: left;
  width: 436px;
  height: 20px;
  margin: 30px 0px 20px 0px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.cart_popup_button
{
	float: left;
  width: 218px;
  height: 30px;
  font-size: 12px;
  text-align: center;
}

/*a.cart_button
{
  display: block;
  width: 218px;
  height: 30px;
  padding: 4px 6px;
  text-align: center;
  font-weight: bold;
  color: #000000;
}*/

#cart_block, #request_block, #requester_block, #voyagers_block, #conditions_block
{
  overflow: auto;
  margin: 10px 10px;
  text-align: center;
  color: #000000;
  background-color: #f4f3d9;
  border: 1px solid #6c6c00;
}

#cart_content, #request_owner, #request_travel
{
  overflow: auto;
  width: 99%;
}

.cart_element
{
  float: left;
  width: 480px;
  margin: 0px 5px;
  text-align: left;
}

.cart_dropper, .cart_modifier, .cart_shower
{
  float: left;
  width: 26px;
  margin: 0px 1px;
  text-align: center;
}

#alert_block
{
  position: absolute;
  visibility: hidden;
  width: 450px;
  height: 120px;
  margin: auto;
  background-color: #eceae1;
  font-size: 12px;
  font-weight: bold;
  border: 2px solid #6c6c00;
}
#alert_block a:link img, #alert_block a:visited img
{
  text-decoration: none;
}

#alert_block a:hover img, a:active, a:active img
{
  background-color: transparent;
}

#requester_header
{
  width: 100%;
  overflow: auto;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  background-color: #eceae1;
}

#requester_title
{
  float: left;
  padding: 3px 0px;;
  width: 88%;
}

#requester_action
{
  float: left;
  padding: 5px 0px;;
  width: 10%;
}

#cgv_pdf
{
	padding: 0px 10px;
}

#cgv_pdf img
{
  vertical-align: text-bottom;
	border: 0px;  
}

