/****** Layout ******/

body {
	margin: 0px;
	padding: 0px;
}

#page {
	position: relative;
	width: 600px;
	margin: 20px auto 0px auto;
	text-align: left;
}

#top{
	width: 465px;
	height: 65px;
	float: right;
}

#main {
	width: 455px;
	float: right;
}

#sidebar {
	float: left;
	width: 135px;
}

#footer {
	clear: both;
}

/****** Styles globaux ******/

body {
	font: 9pt Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h5, h2, h3, h4, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
}

h1 {
	font-size: 11pt;
	color: #008D58;
	text-align: center;
}

.accueil {
	font-size: 9pt;
	color: #ffffff;
	text-align: center;
	background: url(images/bg_h2.jpg) no-repeat;
/*	margin-top: 5px;*/
}

h2 {
	font-size: 9pt;
	color: #CC0000;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h3 {
	font-size: 10pt;
	color: #CC0000;
	margin-bottom: 5px;
}

h4 {
	font-size: 9pt;
	color: #008D58;
}

ul, li, p {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	font-size: 9pt;
}
a:link {
	color: #137AAA;
}
a:visited{
	color: #137AAA;
}
a:hover {
	color: #CC0000;
}

address{
	font-size: 9pt;
	color: #ffffff;
	text-align: center;
	background: url(images/bg_h2.jpg) no-repeat;
	margin-top: 5px;
	font-style:normal;
	font-weight: bold;
}

.info {
	color: #008D58;
}

p.intro{
	font: italic 10pt Arial, Helvetica, sans-serif;
}

.legende{
	float: left;
	margin-right: 15px;
	width: 157px;
	color: #137AAA;
	font: 7pt/9pt "Trebuchet Ms";
	text-align:left;
}

fieldset{
	border: 1px solid #137AAA;
	padding: 1em;
}

legend{
	font-style: italic;
	color: #137AAA;
}

label{
	display: inline;
	float: left;
	width: 180px;
	font-style: normal;
	color: #000000;
}

.textarea{
	height: 13px;
}

.bouton{
	background-color:#137AAA;
	border: none;
	color: #ffffff;
	/*font-weight:bold;*/
}

.deuxcolonne{
	float: left;
	width: 48%;
}

.troiscolonne{
	float: left;
	width: 33%;
}

li.sommaire{
	list-style-image:url(images/puce_accueil.gif);
}

img{
	border:none;
}

.lien_ext{

}

.acceskeys{
	display: none;
}
	
/****** Top ******/

#top{
	background-image: url(images/bg_top.gif);
	background-repeat: no-repeat;	
}

#top ul {
	list-style-type: none;
	float: right;
}

#top li {
	float: left;
}

#top li a {
	display: block;
	padding-top: 30px;
	color: #000000;
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	}

#top li a.accueil {
	width: 50px;
	background: url(images/home.gif) no-repeat center top;
}

#top li a.accueil:hover, #top li a.accueilactive  {
	background: url(images/home-over.gif) no-repeat center top;
}

#top li a.home {
	width: 50px;
	background: url(images/home_lg.gif) no-repeat center top;
}

#top li a.home:hover, #top li a.homeactive  {
	background: url(images/home-over_lg.gif) no-repeat center top;
}

#top li a.plansite {
	width: 65px;
	background: url(images/plan.gif) no-repeat center top;
	margin-left: 28px;
}

#top li a.plansite:hover, #top li a.plansiteactive  {
	background: url(images/plan-over.gif) no-repeat center top;
	margin-left: 28px;
}

#top li a.planacces {
	width: 70px;
	background: url(images/acces.gif) no-repeat center top;
	margin-left: 17px;
}

#top li a.planacces:hover, #top li a.planaccesactive  {
	background: url(images/acces-over.gif) no-repeat center top;
	margin-left: 17px;
}

#top li a.contact {
	width: 85px;
	background: url(images/contact.gif) no-repeat center top;
	margin-left: 8px;
}

#top li a.contact:hover, #top li a.contactactive  {
	background: url(images/contact-over.gif) no-repeat center top;
	margin-left: 8px;
}

/****** Sidebar ******/

#sidebar {
	background-image:url(images/bg_sidebar.gif);
	background-repeat: repeat-y;
}

#sidebar span {
	visibility: hidden;
	font-size: 0px;
}

#sidebar #menu a {
	margin: 0px 0px 10px 8px;
	padding-left: 15px;
	font-size: 8pt;
	color: #336699;
	display: block;
	font-weight: bold;
}

#sidebar #menu a:hover, #sidebar #menu a.menuactive  {
	background: url(images/bg_menu_link.gif) no-repeat left top;
	color: #000000;
}

#sidebar #lang {
	background: url(images/bg_sidebar_lang.gif) no-repeat center bottom;
}

#sidebar #lang a {
	margin-bottom: 8px;
	padding: 2px 0px 0px 20px;
	font-size: 8pt;
	height: 18px;
	color: #336699;
	display: block;
	width: 25px;
	font-style: italic;
}

#sidebar #lang a:hover {
	color: #000000;
}

#sidebar #lang a.fr {
	background: url(images/fr.gif) no-repeat left center;
}
#sidebar #lang a.fractive {
	background: url(images/fr.gif) no-repeat left center;
	font-weight: bold;
}
#sidebar #lang a.en {
	background: url(images/en.gif) no-repeat left center;
}
#sidebar #lang a.enactive {
	background: url(images/en.gif) no-repeat left center;
	font-weight: bold;}
	
#sidebar #lang a.de {
	background: url(images/de.gif) no-repeat left center;
	margin-bottom: -1px;
}
#sidebar #lang a.deactive {
	background: url(images/de.gif) no-repeat left center;
	font-weight: bold;	
	margin-bottom: -1px;
}

#sidebar #access{
	padding-top: 20px;
	background-color: #ffffff;
}

/****** Main ******/

#main ul {
	margin-left: 20px;
	text-align: left;
}

#main ol {
	color: #CC0000;
	text-align: left;
}

#main ol em {
	font: italic 8pt Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#main .content {
	margin: 30px 0px 30px 0px;
	clear: both;
	text-align: justify;
	/*font-weight:normal;*/
}

#main .content .accesright {
	float: right;
	margin-bottom: 20px;
}

#main .content .accesleft {
	float: left;
	width: 186px;
}

#main .left {
	float: left;
	margin-right: 15px;
}

#main .right {
	float: right;
	margin-left: 15px;
}

q { font: 14pt "Times New Roman", Times, serif ;
	color: #336699; }

q.droit{ 
	float: right;
	display:block;
	margin: 10px 0px 10px 10px;
	width: 200px;}

/****** Footer ******/


#footer #toppage {
	position: relative;
	left: 525px;
	width: 75px;
}

#footer #toppage a {
	width: 75px;
	padding-top: 28px;
	display: block;
	color: #000000;
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	background: url(images/haut.gif) no-repeat center top;
}

#footer #nav {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #026BB2;
}

/*#footer #copyright {
	float: left;
	width: 200px;
	margin: 20px 0px 20px 0px
}

#footer #adresse {
	float: left;
	width: 200px;
	margin: 20px 0px 20px 0px
}*/

#footer #coordonnees {
	float: right;
	width: 160px;
	margin-top: 10px;
}

#footer #dispoweb {
	float: left;
	margin: 10px 0px 0px 0px
}

#footer #dispoweb table {
	border: 0px;
}

#footer #dispoweb td {
	border: 0px;
}

#footer #copyright{
	clear:both;
	margin: 20px 0px 10px 0px;
	padding-top: 10px;
	border-top: 1px solid #026BB2;
}

#footer #copyright img{
	float: left;
	margin: 0px 10px 0px 0px
}
