/***************************** CONTENT CSS ********************************/

div.nodisplay {display:none;}
td.info{font-weight:normal; font-size:0.8em; text-align:right; vertical-align:top;}
td.champ{font-weight:normal; font-size:0.8em; text-align:left; vertical-align:top;}
td.buttons{text-align:center;}

/************************* A, A:hover, A IMG, FORM ***********************/

a {
        color:#ff9009;
	font-weight:bold;
        text-decoration: none;
}

a:hover {
/*	font-weight:normal;*/
        text-decoration:underline;
}

a img {
	border-width:0px;
}

/************************* P, H1, H2, H3 ***********************/

p, li {
        font-size: .8em;
        font-weight: normal;
	text-align: justify;
	line-height: 1.3em;
        text-decoration: none;
}

.news p, li {
        font-size: .8em;
        font-weight: normal;
	text-align: left;
        text-decoration: none;
}

/*** H1 = titre menu horizontal ***/
h1 {
        font-size: 1.1em;
        font-weight: bold;
	text-align: center;
        text-decoration: none;
	margin: 1.4em 0em 1.4em 0em ;
}

/*** H2 = titre menu vertical ***/
h2 {
        font-size: .9em;
        font-weight: bold;
	text-align: center;
        text-decoration: none;
	margin: 1.3em 0em .6em 0em ;
}

.news h3 {color:#ff9009;}

/*** H3 = autres titres dans la page ***/
h3 {
        font-size: .8em;
        font-weight: bold;
	text-align: justify;
        text-decoration: none;
	margin: 1.2em 0em .4em 0em ;
}

.news h3 {color:#ff9009; text-align:center;}

/*** liste menu horizontal ***/

ul#menu {
	margin: 0;
	padding:0;
	list-style-type: none;
}
ul#menu li {
	font-size: .9em;
        font-weight: bold;
	float: left;
	text-align: center;
	height:100%;
}
ul#menu li a {
	color:#ffffff;
	font-weight: normal;
	text-decoration: none;
	display: block;	
}
ul#menu li a:hover {
	color:#ff9009;
        font-weight: bold;
}

ul#serv {
	text-align: center;
	margin:0;
	padding:0;
	list-style-type: none;
}
ul#serv li {
	font-size: .75em;
	float: left;
	display: block;	
	height:23px;
	width:23px;
	margin-right:2px;
}
ul#serv li a {
	font-weight: normal;
	float: left;
	text-decoration: none;
	display: block;	
	height:23px;
	width:23px;
}
ul#serv li a:hover {
        font-weight: bold;
	color:#ff9009;
	border:1px solid;
}

ul#map li {
	font-size: 13px;
	line-height: 16px;;
	list-style-type:disc;
}

/*** liste menu vertical ***/

ol#menu {
	margin: 0;
	padding:0;
	list-style-type: none;
}
ol#menu li {
	font-size: .9em;
        font-weight: bold;
	float: left;
	text-align: center;
	height:100%;
}
ol#menu li a {
	color:#ffffff;
	font-weight: normal;
	text-decoration: none;
	display: block;	
}
ol#menu li a:hover {
	color:#ff9009;
        font-weight: bold;
}
