body  {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*background: #ffffff url(../images/bodyBackground.jpg) left top repeat-x;*/
	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: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #759129;
}

img
{
	border:none;
}
.pic {
	float:right;
	margin:0 0 10px 10px;
}
.stretcher {
      width: 700px;
	/*display:none;*/
}
.stretcher p {
	margin:5px;
}

a {
	color:#759129;
text-decoration: none;
font-weight: bold;
}

.stretcher h3 {
	/*display:none;*/
}

a:link, #navlist a:visited {
color:#759129;
text-decoration: underline;
font-weight: bold;
}

a:hover {
	/***background-color: #759129;***/
	color: #759129;
	text-decoration: underline;
	font-weight: bold;
}
#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border-left: 7px solid #fff;
	/*border-right: 7px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	/***background: #DDDDDD   url(../images/headerBackground.jpg); ***/
	width: 800px;
	/*height: 410px;*/
} 

#header span {
float: right;
	
	margin:0 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#fff;
}
#sidebarleft {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* 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: #faffeb;  the background color will be displayed for the length of the content in the column, but no further */
	background: url(../images/MenuBkgd.gif) no-repeat left top;
	padding: 5px;
	padding-top: 20px;
	margin:0 5px ;
	/***border:1px solid #c2d788;***/
	margin-top: 10px;
	 height : 400px;
} 


#mainContent {
	
	margin: 0 0 5px 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: 0 5px 5px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#content {
	/*border:1px solid #759129;*/
	/*background: url(../images/ContentBkgd.gif) no-repeat scroll center;*/
        width: 700px;
        /*padding-top: 410px;*/
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 0px;
	
} 

.Tarifs
{
	border-right: #759129 1px solid;
	border-top: #759129 1px solid;
	border-left: #759129 1px solid;
	border-bottom: #759129 1px solid;
}

#footer {
	background: url(../images/footerBackground.jpg) no-repeat scroll center;
	height: 2px;
}
#footer a {
	color:#FFFFFF;
} 
#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: 30px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

.mainMenu { 
	width: 150px; 
	
}


.tab {
	margin: 3px 0;
	/*background: url(../images/MenuBackground.gif) no-repeat left top;*/
}

.mainMenu ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
.mainMenu h6 {
	margin: 0;
	padding: 0;
	font-size: medium;
}

.mainMenu a { 
	color: white;
	padding: 3px;
}


.mainMenu a:link, #navlist a:visited {
color: white;
	text-decoration: none;
}

.mainMenu a:hover {
	/***background-color: #759129;***/
	color: white;
	text-decoration: underline;
;
}