body, div, table, td{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
}
* {
  border-spacing: 0;
}
div {
  scrollbar-face-color: #AB9448;
  scrollbar-shadow-color: #AB9448;
  scrollbar-highlight-color:#AB9448;
  scrollbar-3dlight-color: #AB9448; 
  scrollbar-darkshadow-color:#AB9448; 
  scrollbar-track-color: black; 
  scrollbar-arrow-color: black;
}
a, div.titre, div.titreRight, h1, h2, h3{
	color: #996633
}
h1{
	font-size: 16px;
}
h2{
	font-size: 14px;
	clear: left;
}
h3{
	font-size: 12px;
	font-weight: bold;
}
.bandeau5 {
	position: absolute;
	right: 16px;
	top: 0px;
	height: 154px;
	width: 555px;
	margin: 0;
	padding: 0;
}
p{
	text-align: justify;
}
img{
	border: 1px solid #996633
}
table.main{
	height: 100%;
	width: 100%;
}
table td.main{
	background: url(images/fond.jpg);
}
td.bordure{
	width: 1px;
	background-color: black;
}
td.menu{
	width: 172px;
	/*background: #AB9448 url(images/fond_menu.gif) top left repeat-y;*/
	background-color: #AB9448;
}
td.signature5{
	height: 95px;
}
div.signature{
	color: white;
	padding: 5px;
}
td.main{
	padding: 22px 18px 0px 18px;
	background: url(images/logo_main.gif) top left no-repeat;
	/*font-size: 16pt;*/
}
td.mainRight{
	padding: 14px;
	padding-bottom: 0px;
}
div.titre{
	padding: 8px;
	padding-top: 0;
	font-size: 22px;
	font-weight: bold;
}
div.titreRight{
	padding: 12px;
	padding-left: 2px;
	padding-bottom: 2px;
	font-size: 1.4em;
	font-weight: bold;
}
div.textes{
	border: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
	background: url(images/fond_bas.gif) bottom right no-repeat;
	height: 520px;
	overflow: auto;
}

div#main{
	/*height: 400px;
	overflow: auto;*/
}
div.textesRight{
	border: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
	color: #e8d6ae;
	font-size: 11px;
}

div.menuItems, div.menuItemsSelected{
	text-align: center;
}
div.menuItems, div.menuItemsSelected{
	background: transparent;
	width: 172px;
	height: 20px;
	vertical-align: center;
	padding-top: 5px;
	* padding-top: 0px;
}
div.menuItems a, div.menuItemsSelected a{
	background: transparent;
	width: 172px;
	height: 25px;
	* padding-top: 5px;
	text-decoration: none;
	color: black;
	letter-spacing: 1.1;
}
div.menuItems a:hover, div.menuItems:hover, div.menuItemsSelected{
	background: #CDB355;
}