/* general */

body{
	background-color: #660000;
	font-family: "Lucida Grande", Arial,Helvetica,sans-serif;
	font-size:12px;
	overflow:auto;
	}
#wrap{
	margin: 0px auto;
	width: 960px;
	}
	
/* header */
#header{
	float:right;
	margin-top:20px;
	}
h2{
	margin-top:0px;
}
/* sidebar */
#sidebar {
	background: #FDFDC6 url(../images/interface/menu_footer.jpg) no-repeat center bottom;
	padding-bottom:196px;
	width:240px;
	float: left;
	margin-top: 20px;
	}
	
#sidebar h2#logo{
	background: url(../images/interface/logo-biobatir.jpg) no-repeat top center;
	height:253px;
	text-indent: -9999px;
	}
#nav{
	
	padding:0px;
	}
#nav li{
	list-style-type: none;
	margin:0px;
	}
#nav li a{
	background: url(../images/interface/menu.jpg) no-repeat center top;
	display: block;
	color: #660000;
	font-weight: bold;
	height:29px;
	line-height: 30px;
	padding-left: 15px;
	text-decoration: none;
	width:225px;
	}
#nav li a:hover{
	background: url(../images/interface/menu_rl.jpg) no-repeat center top;
	}

/* content */
#content {
	float: right;
	width:685px;
	background-color: #fdfdc6;
	margin-top:25px;
	color: #660000;
	}
#content a{
	color: #996D2A;
	text-decoration: none;
	}
#content a:hover{
	text-decoration: underline;
	}
#content h1{
	color: #57ae21;
	margin-bottom: 35px;
	}
#content h2{
	font-weight: bold;
	font-size: 14px;
	}
#content .center{
	text-align: center;
	}

/* modal */
#simplemodal-container a.modalCloseImg {
	background:url(../images/interface/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}
#simplemodal-container{
	background: #FDFDC6;
	border: solid 5px #660000;
}

#simplemodal-overlay {background-color:#000; cursor:wait;}

/* formulaire */
#sidebar .af-form{
	border-top: solid 1px #cdcb98 !important;
	width:237px !important;
	background-color:#FDFDC6 !important;
	
}
#sidebar .bodyText p{
	font-size: :16px !important;
	padding: 0px 10px !important;
	color:#660000 !important;
}