* {
	margin: 0;
	padding: 0;
}

body {
	margin: 15px 0;
	background: #3B3B3B url(images/img1.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BABABA;
	height: 100%;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 135%;
}

h3 {
  font-size: 100%;
  font-weight: bold;
}

p, ul, ol {
  margin-bottom: 1.8em;
  line-height: 167%;
  font-size: 100%;
}

a:link {
  color: rgb(162, 112, 43);
}

a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

a:visited {
  color: rgb(162, 112, 43);
}

table {
  border: 0px dashed red;
}

td {
  border: 0px dashed blue;
	padding: 0px 10px 0px 0px;
	vertical-align: top;
}

/*
 * ATTENTE
 */

#attente {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 99;
}

/*
 * HEADER
 */

#header {
  width: 790px;
  height: 80px;
  margin: 0 auto;
  border: 0px dashed blue;
}

#logo {
  float: left;
  width: 206px;
  height: 78px;
  font-family: Garamond;
}

#logo h1 {
  padding-top: 1px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-size: 21px;
  line-height: 24px ;
}

#logo h2 {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px ;
}

#logo h3 {
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 10px;
  line-height: 12px ;
}

#logo td {
  border: 0px dashed green;
	padding: 0px 10px 0px 0px;
	vertical-align: middle;
}

/*
 * MENU TOP
 */

#menu {
	float: left;
	border: 0px dashed yellow;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}
#menu li {
	display: inline;
}

#menu a {
  display: block;
  float: left;
  padding: 0 40px;
  text-decoration: none;
  font-size: 100%;
  font-weight: bold;
}

#menu a:hover, #menu .active a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu .active a {
}

#menu_flags a {
  display: block;
  float: right;
  padding: 0px 10px 0px 0px;
}


/*
 * PAGE
 */

#page {
	width: 790px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

/*
 * CONTENT
 */

#content {
	float: right;
	width: 600px;
	min-height: 400px;
	padding: 0px 10px 10px 10px;
	text-align: justify;
}

#content ol, #content ul {
  margin-left: 3em;
}

/*
 * Subsection Tabs
 */
#content ul.subsection_tabs {
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
	height:20px;
/*	clear:both; */
}

#content ul.subsection_tabs li {
	float:left;
	margin-right:7px;
	text-align:center;
}

#content ul.subsection_tabs li a {
	display:block;
	text-decoration: none;
	height:20px;
	padding:0 6px 0 6px;
	background-color:#fff;
	color:#666;
	width:80px;
}

#content ul.subsection_tabs li a:hover {
	background-color : rgb(212, 162, 93);
	color:#666;
}

#content ul.subsection_tabs li a.active {
	background-color : rgb(212, 162, 93);
}

#content ul.register_tabs {
	border-bottom:none;
}

#content ul.register_tabs li a.active {
	background-color:#6d7a81;
	color:#fff;
}

/*
 * SIDEBAR
 */

#sidebar {
	float: left;
	width: 135px;
	padding: 5px 5px 5px 5px;
	background: #2F2F2F url(images/sidebar_bg.jpg) repeat-y;
	border: 1px solid #000000;
	border-right-width: 5px;
	color: #202020;
}

#sidebar h2 {
	padding-top: 6px;
	font-size: 100%;
	font-weight: bold;
	color: #202020;
}

#sidebar h3 {
	font-size: 77%;
	color: #000000;
}

#sidebar h3 span {
	padding: 3px 5px;
	background: #FFFFFF; /* rgb(212, 162, 93); */
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	border-top: 1px dotted #000000;
}

/*
 * MENU_LEFT
 */

#menu_left {
  width: 145px;
  height: 135px;
  float: left;
  padding: 0px 0px 0px 0px;
  border: 1px solid #000000;
  border-right-width: 5px;
  border-bottom-width: 0px;
}

#menu_left ul { /* all lists */
	padding-top: 0;
	margin: 0;
	margin-top: 0px;
	list-style: none;
	float : left;
	width : 11em;
}

#menu_left li { /* all list items */
	position : relative;
	float : left;
	line-height : 2em;
	margin-bottom : -1px;
	width: 11em;
}

#menu_left li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 11.05em;
	margin-top : -2em;
}

#menu_left li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#menu_left li a {
	width : 130px;
	display : block;
	color : black;
	font-weight : bold;
	text-decoration : none;
	background-color : rgb(212, 162, 93);
	border : 1px solid black;
	padding : 0 0.5em;
}
*html #menu_left li a {
  width: 131px;
}

#menu_left li a:hover {
	color : rgb(222, 172, 103);
	background-color : black;
}

#menu_left li:hover ul ul, #menu_left li:hover ul ul ul, #menu_left li.sfhover ul ul, #menu_left li.sfhover ul ul ul {
	left: -999em;
}

#menu_left li:hover ul, #menu_left li li:hover ul, #menu_left li li li:hover ul, #menu_left li.sfhover ul, #menu_left li li.sfhover ul, #menu_left li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* for IE 7 sticky State Over */
#menu_left li:hover {background-position: 0 0;}

/*
 * FOOTER
 */

#footer {
	clear: both;
	width: 770px;
	height: 15px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #000000;
	border-top-width: 5px;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}
/*
 * DISPOSITION TAB
 */
.dispo_titre {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px ;
}
.dispo_separe {
  text-align: right;
  border-color: black;
  border-right-width: 1px;
}
