#content{
	padding: 10px 10px 10px 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: black;
	font-weight: normal;
	text-align: left;
}

#footer{
	background-color: #484848;
	padding: 15px 0px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: white;
}

#footer a:link, #footer a:visited, #footer a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}

#footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: white;
	text-decoration: underline;
}

#header {
	width: 100%;
	background-color: #222;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: white;
	padding: 20px 0px 20px 20px;
	border-bottom: 1px solid #000;
}
#h1{
	width:420px;
	float: left;
}
#h2{
	width:470px;
	float:right;
}

#nav{
	background-color: #f3f3f3;
	padding: 10px 2px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	border-right: 1px solid #c2c2c2;
}

body{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#frame{
   width:90%;
	display: block;
	border: 1px solid #333333;
	padding: 4px 4px 4px 4px;
	text-align: center;
	background-color: #b4b4b4;
}
.sub_frame{
	border: 1px solid #999999;
	background-color: white;
	display: block;
	text-align:left;
	padding: 4px 2px 4px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.treediv{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: normal;
}
.treediv a:link, .treediv a:visited, .treediv a:active{
   font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: normal;
	text-decoration: none;
}
.treediv a:hover{
   font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc0000;
	font-weight: normal;
	text-decoration: none;
}
.art-titre{
	background-color: #ffffcc;
	color: black;
	padding: 5px 5px 5px 5px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
}
.art-subtitre{
	color: #cc0000;
}
.art-texte{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
}
.sommaire{
   font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ebe8de;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 14px;
}