body {
	font: 100%  "Trebuchet MS" ,Verdana, Arial, Helvetica, sans-serif;
	background:#b0a18a url(../images_a/bg_body.jpg) 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;
	 /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/

.oneColElsCtrHdr #header {
	width:962px; 
	margin: 0 auto 0 auto;
	padding: 0px 0 5px 260px;/* 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. */
} 

.oneColElsCtrHdr #mainContent {
	clear: both;
	width: 962px;
	margin: 0px auto;
	padding: 0;
	border-right: 1px  dashed #c0b4a1;
	background:#b0a18a;
}

.oneColElsCtrHdr #mainContent h2 {
color:#fff;
font-size:100%;
}

.oneColElsCtrHdr #mainContent {
color:#5c4732;
font-size:90%;

}



#lside {
	float: left;
	width: 129px;
	padding: 29px 0 0 0;
}

#rside {
	display: inline;
	float: left;
	width: 175px;
	margin: 0;
	padding: 30px 0 20px 0;
	
}
#rside {
color:#615353;}

#content {
	display: inline;
	float: left;
	width: 584px;
	margin: 0 19px 0 30px;
	padding: 30px 5px 35px 10px;
	border-left: 1px dashed #c0b4a1;
	border-right: 1px dashed #c0b4a1;
	width: 565px;
	min-height:300px;
}


.oneColElsCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3f3438;
	height:50px;
} 
.oneColElsCtrHdr #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 */
	color::#a49b9e;
}

#flag {float:left; margin:0 0 0 250px; display:inline;}

#Contact {
padding:0;
margin:0 0 10px 0;
}
#Contact h1 {font-size:100%;}

#Contact a,#Contact a:hover {text-decoration:none; color:#333333;}

.error {
	background:#e4d5c0; border:1px  dashed #666666; color:#4d3f3f;
	padding:5px;
}


/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/table_selection_cell.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

/** LIVRE D'OR**/

.date {
background:url(../images/timeicon.gif) no-repeat left;
padding:5px 10px 5px 20px;float:right;
display:inline;
}

.signature {padding:5px; color:#333333; float:left;display:inline; font-weight:bold;}
.message {
padding:20px 10px 10px 5px;
margin:10px;
color:#000;
border-left:5px solid #cfc7b9;
}
.altern1 {
background:#bcaf9c;
color:#000;
border:1px solid #cfc7b9;
margin:5px;
padding:0;
}

.altern2 {
background: transparent;
color:#000;
border:1px solid #cfc7b9;
margin:5px;padding:0;
}

.pagination {
color:#000000;
text-decoration:none;
}
.pagination:hover {
color:#fc0;
}

.ecrire {
color :#3f3438;
text-decoration:none;
padding:5px 0 5px 20px;
background:url(../images/more.gif) no-repeat left;
}

