h1 {
	font-size: 14px;
	font-weight: bold;
	color: #343434;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #454545;
}
p {
	font-size: 12px;
	color: #454545;
}
SELECT {
   font-family:Arial,Helvetica,Verdana,sans-serif;
   font-size: 13px;
   font-style: normal;
   margin: 0px 0px 0px 0px;
   color: #000000;
} 



UL{
   list-style-position: inside;
   list-style-type: disc;
   font-family:Arial,Helvetica,Verdana,sans-serif;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   line-height: normal;
   text-indent: -16px;
   margin: -5px 0px 10px 0px;
   padding: 0px 0px 0px 15px;
   color: #333333;
}

OL{
   list-style-position: inside;
   font-family:Arial,Helvetica,Verdana,sans-serif;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   line-height: normal;
   text-indent: -16px;
   margin-bottom: 11px;
   margin-left: 17px;
   margin-right: 0px;
   margin-top: 0px;
   color: #333333;
}

LI{
   list-style-position: inside;
   font-family:Arial,Helvetica,Verdana,sans-serif;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   line-height: normal;
   padding: 0px 0px 5px 0px;
   color: #333333;
}

a {
   font-family:Arial,Helvetica,Verdana,sans-serif;
   font-size: 13px;
   color:#000000;
   text-decoration:none;
}

a.adminLink {
   font-family:Arial,Helvetica,Verdana,sans-serif;
   font-size: 13px;
   color:#222222;
   text-decoration:none;

}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}

/****************************************
 *	EXTRA (langues + contact + sitemap)
 ****************************************/
 
#extra {
	position: relative;
	width: 640px;
	height: 10px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	clear: both;
}
#langues {
	position: relative;
	float: left;
	text-align: left;
}
#sitemap {
	position: relative;
	float: right;
	text-align: right;
}

#extra a {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
#extra a:hover {
	text-decoration: underline;
	color: #9C3;
}


#legal {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 700px;
	background: #dbed90 url(images/bg-navigation.jpg);
	text-align: left;
	border-top: #360 1px solid;
	float: right;
}



