<!-- 
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ececdb; /*e1e1e1 ececdb  0c3366*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #00233F;
}
.twoColFixLtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #00233f; /*bleu clair : #ccffff; peche clair #ffe6b9;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	/*background: #FEFFCD;*/
	background-image: url(bandeau_elogia.jpg);
	height : 90px;
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #langage {
	margin: 0;
	padding: 0px 0px 0px 10px;
	height: auto;
	background:#FFFFFF;
	font-size: 10px;
	color: gray;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:#00233f; /* ffe6b9 the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 20px 10px;
}

.twoColFixLtHdr #pv_assurances {
	position: relative;
	text-align:center;
	margin: 0 ;
}

.twoColFixLtHdr #pv_assurances p{
	position: relative;
	text-align:center;
	margin: 0 ;
}

.twoColFixLtHdr #calatrava {
	position: relative;
	margin: 0 ;
	text-align:center;
	/*padding: 10px;
	color: #ffffff;
	font-size: 16px;*/
}
.twoColFixLtHdr #calatrava a{
	color: #ffffff;
	font-size: 13px;
}
.twoColFixLtHdr #side {
	float: left; 
	width: 12px; 
	height: 702px;
	background:#ffffff; /* ffe6b9 the background color will be displayed for the length of the content in the column, but no further */
	}
.twoColFixLtHdr #mainContent { 
	background-image: url("logo_filigramme.jpg");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 363px 2px;
	height: 670px; 
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #ligne_fin { 
	padding: 10px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	height:12;
	color: black;
	text-align: center;
} 
.twoColFixLtHdr #footer { 
	padding: 10px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#00233F;/*bleu elogia*/
	color: white;
	text-align: center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.flt_right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;	
}
.flt_left { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*********************/
/* mise en forme menu*/
/*********************/
ul.menu { 
	border: 0; 
	border-collapse: collapse ;
	padding: 0 ;
	margin: 0 ;
	/*background-image: url('a-css/stripes.gif');*/
	border-top: 5px double #FF8000;
	border-bottom: 5px double #FF8000;
}
ul.menu li {
	list-style: none; 
	border: 0 0 1px 0 solid #fff;
	width: auto;
	padding: 2px;
	display: block ;
}
ul.menu li.menu_item_gen {
	font-size: 20px;
	color:#ffffff ;
   	background-color: #ff8000;
}
ul.menu li.menu_item {
	font-size: 20px;
	color:#ff8000 ;
}
ul.menu li.menu_subitem {
	margin: 0 0 0 20px;
}
ul.menu li a { 
	border: solid #ffffff 1;
	text-decoration: none;
	margin: 0 ;
	display: block;
	padding: 2px;
	background-color: #495b73;
	float: none;
	color:#ffffff;/*#00233F;*/
	font: 20px Verdana, sans-serif;
}
ul.menu li a:hover { 
	background: #00e6b3;
}
table {
    table-layout: auto;
}
h1 {
  font-size: 22px;
  color: #ff8000;
  font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #00233f;
	text-indent: 14px;
  	font-style: italic;
}
h3 {
	font-size: 14px;
	color: #ffffcc;
	text-indent: 20px;
}
td, tr {
  /*background-color: #ffffcc;*/
  padding: 10px 10px 10px 10px;
  font-size: 16px;
  text-align: left;
  color: black;
}
p, div {
	font-size: 15px;
	color: #ffffff;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}
.bullet {
	font-size: 22px;
	list-style-type: square;
	list-style-image: url()
}
.bullet18 {
	font-size: 18px;
	list-style-type: none;
}
.s_orange
{
	color : orange;
}
.place {
  text-align: center;
  color: #003663 ! important;
  font-size: 36px;
  font-style: oblique;
  font-weight: bold;
}
.bien {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 28px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #ffffff;
  text-align: center;
}
.highlight {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #fc7215;
  text-align: center;
}
.desc {
  text-align: center;
  color: #ffffff ! important;
  font-size: 16px;
  font-family: Arial,Helvetica,sans-serif;
}
.libele {
  text-align: center;
  color: #000000 ! important;
  font-size: 16px;
  font-family: Arial,Helvetica,sans-serif;
}
.price {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #fc7215;
  text-align: center;
}
.vendu {
	color: #ff8000;
	font-size:24px;
	text-align:center;
}
.scroll_table {
  width: 740px;
  height: 630px;
  overflow: auto;
  border: 1px solid #666;
  /*background-color: #ccc;
  padding: 8px;*/
}

/*p {
	overflow:scroll;
}*/	
--> 

