@CHARSET "UTF-8";
html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, FreeSans, sans-serif; 
    font-size: medium;
    line-height: 1.4;
    color: white;
    background: #1B1B1B;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em; 
    line-height: 1.2;
    font-weight: bold; 
    font-style: normal;
}
h1 {
    font-size: 1.75em; color: #CDBE2C; border-bottom: 1px solid #CDBE2C;
}

h2 {
    font-size: 1.5em; color: #CDBE2C
}
h3 {
    font-size: 1.25em; color: #CDBE2C
}
h4 {
    font-size: 1em;
}

.hightlight { color: #CDBE2C}

/* Listes */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}

/* Paragraphes */
p {
    margin: .75em 0;
}
address {
    margin: .75em 0;
    font-style: normal;
}
#map {
	background-image: url(../Images/fond-cadre.png);
	width: 229px; height: 264px;
	float: right;
	padding: 10px;
	margin: 0 0 15px  20px;
	text-align: center;
}

/* Liens */
a {
    text-decoration: underline;
}
a:link, a:visited  {
    color: #0099CC;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}
a img {
    border: none;
}
.right { float: right; }
img.right { margin: 0 0 0 10px; }

.left { float: left; }
img.left { margin: 0 10px 0 0; }

em { font-style: italic; }
strong { font-weight: bold;}

/* Forms */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}


/* Layout */

div#Page {
	margin: 0 auto;
	width: 940px;
}

div#Header {
	text-align: right;
	padding: 10px 0;
}
div#MainMenu {
	
}
div#MainMenu ul{
	padding: 0; margin: 0;
	list-style: none;
	float: left; margin: 0 0 20px;
}
div#MainMenu ul li{
	padding: 0; margin: 0 2px 0 0;
	float: left;
	display: inline;
}
div#MainMenu ul li a{
	display: block;
	width: 120px;
	height: 34px;
	background-image: url(../Images/menu-off.png);
	color: #999999;
	text-align: center;
	line-height: 33px;
	text-decoration: none;
	
	font-weight: bold;
}
div#MainMenu ul li a:hover, div#MainMenu ul li a:active, div#MainMenu ul li a.on{
	color: white; background-image: url(../Images/menu-on.jpg);
}

div#Content {
clear: both; margin: 20px 0;
}

div#Footer {
	clear: both;
	margin: 20px 0;
	
	font-size: x-small;
	border-top: 1px solid #CDBE2C;
	color: #999999;
}

.bigger { font-size: 120%;}

#LeftCol {
	margin-right: 270px;
}
#RightCol {
	float: right;
	height: 100%;
	width: 250px;
	margin-top: 20px;
}
#News dt {
	font-weight: bold;
	color: #CDBE2C;
}

#News dd {
	margin: 0px 0px 10px;
	font-size: small;
	text-align: justify;	
}
#SubMenu {
	list-style: none;
	margin:0; padding:0;
	border-bottom: 1px solid black;
}
#SubMenu li {
	margin:0; padding:0;
	display:inline;
}

#SubMenu li a {
	display: block;
	color: white;
	border: 1px solid black;
	border-bottom: none;
	padding: 5px 5px 5px 15px;
	font-weight: bold;
	font-size: 70%;
	background: black url(../Images/submenu-bg.jpg) repeat-x;
}
#SubMenu li a:hover, #SubMenu li a:active, #SubMenu li a.active {
	color: black;
	text-decoration: none;
	background: #CDBE2C url(../Images/fleche-noire.png)  no-repeat 3px 10px;
	border: 1px solid #000000;	
	border-bottom: none;
}
p {
	text-align: justify;
}
.smaller {
	font-size: 80%;
}
.smally {
	font-size: 60%;
}
.white { color: white; }

#LocalesMenu {
	float: right;
	position: relative;
	margin-top: 5px;
}
#proces {
	font-weight: bold;
	
}

#proces a:link, #proces a:visited  {
   
	text-decoration: underline;
}
#proces a:hover, #proces a:active {

}
