/* CSS Document */

html {
	height: 100%;
}

body {
	padding:0;
	margin:0;
	background:url(images/fond.gif) #86a5ba;
	background-position:center;
	font-size:62.6%; 
	font-size: 13px;
	width:78.0em;
	height: 100%;
	overflow: -moz-scrollbars-vertical;
}

#frame {
height: 370px;
overflow: auto; /* cette propriété va permettre le scroll de ce bloc */
}

a , a:active{
outline:none;
}
:focus {
-moz-outline-style:none;
}
* {
	font-size:1.0em;
}


h1 {
	font-size:2em;
}

h2 {
	font-size:1.4em;
}

h3 {
	font-size:1.3em;
	margin-bottom:2px;
}

h4 {
	font-size:1.2em;
}

h5 {
	font-size:1.1em;
}

a {
	text-decoration:none;
}

#container {
	position:absolute;
	width:78em;
	height:100%;
	left:50%;
	margin-left:-39em;
	background:white;
	width:780px;
	margin-left:-390px;
} 

#table_container {
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	border:0;
	border-collapse: collapse;
}


#table_container tr , #table_container td{
	padding:0;
	margin:0;
}

#td_container {
	vertical-align:top;
	height:100%;
	padding:0;
	margin:0;
	background: #ffffff;
}

#td_container_bottom {
	vertical-align:bottom;
	padding:0;
	margin:0;
	border:0;
}

#containing {
	background: white;
	border-bottom:0px solid white;
}

#bandeau_logo {
	background:url(images/revesVertpetit.png) no-repeat white;
	width:10%
}

#bandeau_logo h1 {
	display:block;
	position:absolute;
	left:10px;
	top:37px;
	margin:0;
	padding:0;
	font-size:1.0em;
	font-weight:normal;
	width:760px;
	text-align:center;
}

#bandeau_logo a {
	text-align:center;
 	width:auto;
 	height:auto;
 	background:none;
 	font-weight:bold;
 	font-size:1.4em;
 	color:#006e74;
 	text-decoration:none !important;
}

#menu {
	position:absolute;
	width:780px;
	top:59px;
	left:0px;
	height:40px;
	background:url(images/fond_menu.gif) no-repeat;
}

#menu3 {
	position:absolute;
	width:320px;
	top:530px;
	left:460px;
	height:40px;
	background:url(images/fond_menu.gif) no-repeat;
}

ul#menu_2 {
	width:780px;
	display:block !important;
	border:0px solid red;
	margin:0;
	margin-top:1px;
	margin-left:10px;
}

#menu_2 li {
	color:#333333;
	font-size:1.2em;
	font-weight:bold;
	background:url(images/picto_dossier.gif) no-repeat;
	background-position:left 6px;
	padding-left:6px;
	padding-top:2px;
}

div.back_button {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #86a5ba;
  border: 3px double #cccccc;
  width: auto;
  background: url(images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 20px;
  margin: 5px;
}
a.back_button {
  color: #86a5ba;
}

input.keyword {
  width: 165px;
}

input.button {
  width: 150px;
}

input.button2 {
  width: 85px;
}

input.button3 {
 position:fixed;
  top:480px;
  left:20px;
  width: 85px;
  background-color: #B9CDD9;
  font-size: 12px;
}

input.button4 {
  position:fixed;
  top:510px;
  left:20px;
  width: 85px;
  background-color: #B9CDD9;
  font-size: 12px;
}

input.button5 {
  position:fixed;
  top:540px;
  left:20px;
  width: 85px;
  background-color: #B9CDD9;
  font-size: 12px;
} 
input.button6 {
  position:fixed;
  top:450px;
  left:20px;
  width: 85px;
  background-color: #B9CDD9;
  font-size: 12px;
}

select { 
font-family: Arial ; font-size: 8pt ; color:#333333 ;
background-color: #FFFFFF; font-weight: bold ; 
}
