@charset "utf-8";
/* CSS Document */

body{margin:0; padding:0; background:#FFCC00;font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
img{border:0;}
.clear{clear:both}
/*wrapper and container*/
#wrapper{
	width:1000px;
	margin:0 auto;
}

#container{
	margin:0 auto;
	width:1000px;
	height:auto;
}

/*left contentbox*/
#ltcontent{
	float:right;
	width:310px;
	margin-top:15px;
}

/*right contentbox*/
#rtcontent{
	float:left;
	width:1000px;
}

.headothers{
	color:#00C;
	font-family:  Arial Rounded MT Bold, Verdana, Geneva, sans-serif;
	font-size: 80px;
	font-weight: bold;
	text-align:center;
	line-height:60px;
	margin-top:5px;
}


/*menulinks*/
#menulinks {
	list-style:none;
	height:40px;
	float:left;
	width:1000px;
	margin-left:40px;
	margin-top:-50px;
}

.clear{clear:both;}

/*right content details*/
.document{
	width: 1000px;
}

.dochead{
	background-color:#689e18;
	height:45px;
	color:#FFF;
	width: 385px;
	margin-left:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.dochead span{
	margin-left: 20px;	
}

.dhead{
	line-height:45px;	
}

.post{
	color:#000066;
	font:20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 30px;
	margin-left: 15px;
}

.postcenter{
	color:#000066;
	font:20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 30px;
}

.titre{
	color:#000066;
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-weight:bold;
}

.dcontent{
	color:#1f1e1e;
	margin-top:20px;
	line-height:23px;
	letter-spacing:1px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.calculette{
	margin-top:20px;
	margin-left: -100px;
}

.document a:link{
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#413e32;
	line-height:30px;
	font-weight:bold;
}

.document a:hover{
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#689e18;
	line-height:30px;
	font-weight:bold;
	text-decoration:underline;
}
/*green bubble*/

#about{
	width:310px;
	background-color:#d5d1bf;
	margin-left:0px;
	margin-top: 15px;
	height:220px;
}


/*left content box*/
/*footer*/
#footer{
	border:1px solid #00C;
	margin-top: 15px;
	background-color:#FFFFF7;
	height:35px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:5px;
	font-weight:bold;
}

.copy{
	margin-left:14px;
	float:left;
	color:#00C;
	line-height:32px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

.flinks{
	float:right;
	line-height:32px;
	width: 600px;
	text-align:right;
	margin-right:14px;
	font-weight:bold;
}

.flinks a,a:link{
	font:12px Tahoma, Geneva, sans-serif;
	color:#00C;
	text-decoration:none;
	font-weight:bold;
}

.flinks a:hover{
	font:12px Tahoma, Geneva, sans-serif;
	color:#00C;
	text-decoration:underline;
	font-weight:bold;
}

.separator{
	color:#00C;
	font-weight:bold;
}

