body  {
	font: 100% Arial;
	background: #e0e0e0;
	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: #000000;
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
	font-size:12px;

}
.twoColFixRtHdr #container { 
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
	
} 
.twoColFixRtHdr #header { 
	background: #e0e0e0; 
	padding: 0 10px 0 20px;  /* 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. */
	width:901px;
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
} 
.twoColFixRtHdr #headerBottom { 
	background: #ffffff;
	padding-left:7px;
	padding-top:7px;
	width:893px;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* 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: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2px 10px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 300px 0 0; /* the right margin on this div element creates the column down the right 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #e0e0e0;
	
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size:10px;
	font-family:arial;
	text-align:center;
	
} 
.twoColFixRtHdr #footer a { 
	color:#444C59;
}
.twoColFixRtHdr #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 */
}
.fltrt { /* 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;
}
.fltlft { /* 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;
}
.menu{
	
	width:967px;
}
.mainText{
	background-color:#FFF; 
	padding-left:7px; 
	padding-top:7px;
	padding-right:40px;
	width:600px;
	height:inherit;
}
.roundBackTop{
	background-color:#FFF; 
	
	padding-top:7px;
	padding-right:40px;
	width:584px;
	background: url('images/haut_content.jpg') no-repeat bottom ;
	padding-left:7px;
}
.roundBackTop2{
	background-color:#FFF; 
	
	padding-top:7px;
	padding-right:40px;
	width:800px;
	background: url('images/haut_content2.jpg') no-repeat bottom ;
	padding-left:7px;
}
.roundBackMid{
	background-color:#FFFFFF; 
	width:631px;
	background-image:url(images/fond_content.jpg);
	background-repeat:repeat-x;
	background-position:top right;
}
.roundBackMid2{
	background-color:#FFFFFF; 
	width:800px;
	background-image:url(images/fond_content.jpg);
	background-repeat:repeat-x;
	background-position:top right;
}
.actuTop{
	background-color:#FFF; 
	width:234px;
	background: url('images/head_actu.jpg') no-repeat bottom ;
	height:38px;
	
}
.actuBack{
	background-color:#B80F14; 
	width:234px;
	background-image:url('images/fond_actu.jpg');
	background-repeat:repeat-x;
	background-position:top right;
}
.actuText {

	color: #F7F7F7;
	font-size:12px;
	text-align: justify;
	font-weight:bold;
}
.actuDate {

	color: #000;
	font-size:12px;
	text-align: justify;
	font-weight:bold;
}
.actuClickHere{
	font-size:12px;
	font-weight:bold;
	color: #000;
	border-bottom:thin #FFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	height:20px;
	padding-top:10px;

}


.alig{
	padding: 10px 10px 10px 10px;
}
.marked {

	background:url(images/puce.png) no-repeat 20px 2px ; 
	padding-left:50px; 
	color:#444C59;
	font-size:12px;
	display:block;
	font-family:arial;
	text-align:left;
}
p {

	color:#444C59;
	font-size:12px;
	text-align:left;
	font-weight:bold;
	text-align:justify;
}
#services p {
	color:#444C59;
	font-size:12px;
	text-align:left;
	text-align:justify;
	font-weight: normal;
}
#societe1 p {
	color:#444C59;
	font-size:12px;
	text-align:left;
	text-align:justify;
	font-weight: normal;
}
#interest p {

	font-size:12px;
	text-align:left;
	text-align:justify;
	font-weight: normal;
}
#societe2 p {
	font-size:12px;
	text-align:left;
	text-align:justify;
	font-weight: normal;
	color: #000;
}
#mission p {
	font-size:12px;
	text-align:left;
	text-align:justify;
	font-weight: normal;
	color: #000;
}
.emup {

	color:#444C59;
	font-size:12px;
	text-align:left;
	font-weight:bold;	
}
.pTitle{
	font-size:16px;
	font-family:arial;
}
.marked a{
	color:#444C59;
	font-weight:bold;
	text-decoration:none;
}
.F2Title{
font-family:arial;
font-size:26px;
color:#444C59;
font-weight:bold;
}
.black{
	color:#000;
}
.actuTitle{
	font-size:16px;
	font-family:arial;
	font-weight:bold;
	color:#FFFFFF;
}
.red{
	color:#BD0F14;
}
.plus{
font-family:arial;
font-size:12px;
color:#BD0F14;
font-weight:bold;
text-align: right;
}
.FsmallBlack{
font-family:verdana;
font-size:12px;
color:#000;
text-align:justify;
}
.Fsmall{
font-family:verdana;
font-size:12px;
color:#444C59
}

input, textarea
	{
		font-family:verdana; 
		font-size:12px;		
		color:#444C59;
		line-height:15px;	
	}	

input{
   background:#C7C7C7;
   border:1px solid #C7C7C7;
   padding-left:5px;
   width:321px; height:25px;
    color:#000000
}
textarea{
   background:#C7C7C7;
   border:1px solid #C7C7C7;
   padding-left:5px;
   width:321px; height:97px;
   color:#000000;
   overflow:auto;
}
.FF2{
font-family:arial;
font-size:14px;
color:#444C59;

}
.markedSociete {

	background:url(images/puce.png) no-repeat 0px 2px ; 
	padding-left:25px; 
	color:#000;
	font-size:12px;
	display:block;
	font-family:verdana;
	text-align:left;
}
.marked2 {

	background:url(images/puce.png) no-repeat 0px 2px ; 
	padding-left:25px; 
	padding-bottom:5px;
	color:#000;
	font-size:12px;
	display:block;
	font-family:verdana;
	text-align:left;
}
.markedSociete {

	background:url(images/puce.png) no-repeat 0px 2px ; 
	padding-left:25px; 
	color:#000;
	font-size:12px;
	display:block;
	font-family:verdana;
	text-align:left;
}
div.rounded {
  width: 170px;
  padding: 15px;
  background: #d6d6d6;
  margin-bottom: 20px;
}
div.rounded2 {
  width: 200px;
  background: #d6d6d6 url(images/tr.gif) no-repeat top right;
  margin-bottom: 20px;
}
div.rounded2 div {
  background: transparent url(images/tl.gif) no-repeat top left;
}
div.rounded2 div div {
  background: transparent url(images/br.gif) no-repeat bottom right;
}
div.rounded2 div div div {
  background: transparent url(images/bl.gif) no-repeat bottom left;
  padding: 15px;
  padding-left: 50px;
}
div.roundedContent a
{
	color:#000;
	
}

div.roundedContent a:hover
{
	color:#BD0F14;
	
}
.hidden { display: none; }
.unhidden { display: block; }
.devisCheckbox{
	width: 30px; 
	height: 15px;
	background:#d6d6d6;
	 border: none;
}
.devisTextbox{
	background:#ffffff;
	 border:1px solid #d6d6d6;
}
.devisTextboxParMois{
	background:#ffffff;
	 border:1px solid #d6d6d6;
	 width: 100px;
	 text-align:center;
}
.FFRed{font-family:arial;
font-size:17px;
color:#BD0F14;
font-weight:bold;
}

.allActuClickHere{
	font-size:12px;
	font-weight:bold;
	color: #000;
	border-bottom:thin #000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	height:20px;
	padding-top:10px;

}

.line{width: 630px;}

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

