body{
	/*background:url(../img/layout/bg.gif) repeat-x #FFFFFF  ;*/
	margin: 0;
	font: 12px Arial, Tahoma, sans-serif;
	color:#000;
}

#header{

}
#page{	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	background-color:#fff;
	width:980px;
	margin: 0 auto;
	/*border:1px solid #ddd*/
}
#content{
	font-family:Arial;
	font-size:12px;
	clear:both;
	/*border:1px solid #999;*/
}
#leftcontent{
	width:230px;
	/*
	background-color:#0CF;
	*/
	float: left;
	padding: 0px 10px 1em 0;
}

#rightcontent{
	/*
	background-color:#090;
	*/
	width:740px;
	float:left;
	padding-bottom: 1em;
}
#footer{	
	clear:both;
	font-size:11px;
	text-align:center;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto
}
a {
	color:#3f5489;
}
a:hover{
	color:#0074e8;
}

#content h1{
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	margin:0 0 5px 0;
	font-weight:normal;
}
#content h2{
	font: 18px/1.385em Georgia, "Times New Roman", Times, serif; 
	color:#5388ba;
	margin:10px 0 6px 0;
}



#post{
	width:480px;
	line-height:18px;
	font-family:Verdana, Geneva, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#post h1{
	color:#cc0000;
	color:#9e2e19;
	font-family:Arial, Helvetica, sans-serif;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	font-weight:bold;
	font-weight:normal;
	width:600px;
	line-height:26px;
}
#post h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family:Arial, Helvetica, sans-serif;
	color:#9e2e19;
}
#post a{
	color:#0074e8;
	text-decoration:none;
}
#post a:hover{
	text-decoration:underline;
}
#post p{
	margin:0 0 10px 0;
}
#post p, #post li{
	text-align:justify;
}
#post ul{
	margin-left:0;
	padding-left:18px;
	
}
#post li{
	margin-bottom:6px;
}

.subtitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#666;
	font-style:italic;
	margin-top:0;
	margin-bottom:10px;
}












#content .menutitre{
	font-family:Arial,"Times New Roman", Georgia,Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#9e2e19;
	margin-bottom:5px;
}

#menu ul{
	/*background-color:#666666;*/
	padding-left:10px;
	margin-left:8px;
	margin-top:0;
}
#menu li{
	/*background-color:#333333;*/
	font-family:Verdana,Arial,"Trebuchet MS" ;
	font-weight:normal;
	font-size:11px;
	margin-bottom:8px;
	list-style-type:square;
}
#menu li a{
	color:#3f5489;
	color:#333;

}
#menu li a{
	text-decoration:none;
	display:block;
}
#menu li a:hover{
	color:#0074e8;
	text-decoration:underline;
}
#menu  .selected{
	color:#586ea6;
	font-weight:bold;
}

#selectedmenu{
	background-color:#dee7f7;
	border:1px solid #b9c7de;
	padding:5px 5px 5px 9px;
	margin-bottom:5px;
}

