html, body {
	height: 100% ;
	margin: 0px 0 ;
	padding: 0px ;
	background-image: url(img/background-border.png) ;
	background-position: center ;
	background-repeat: repeat-y ;
	}
div#global {
	min-height: 100% ;
	overflow: auto;
	width: 770px ;
	padding: 0 0px ;
	margin: 0 auto;
	background-image: url(img/background.jpg) ;
	border-left: 1px solid #999999 ;
	border-right: 1px solid #999999 ;
	font: 12px "Trebuchet MS", helvetica, sans-serif ;
	position: relative;
	}
div#header {
	height: 150px ;
	position : relative ;
	margin: 0 ;
	}
h1#header1
{
	height: 150px ;
	background: url(img/background-logo.jpg) no-repeat left top ;
	margin: 0 ;
}

h1#header1 a
{
	width: 352px ;
	height: 100px ;
	display: block ;
	position: relative ;
	left: 380px ;
	top: 15px ;
	text-indent: -5000px ;
}
ul#menu
{
	height: 25px ;
	margin: 0px ;
	padding-bottom: 0px ;
	padding-left: 0px ;
	background: url(img/bg_menu.jpg) repeat-x 0 0px ;
	list-style-type: none ;
	font: 12px "verdana", helvetica, sans-serif ;
}
ul#menu li
{
	float: left ;
	text-align: center ;
}
ul#menu li a
{
	font: 12px "verdana", helvetica, sans-serif ;
	width: 137px ;
	line-height: 22px ;
	font-weight: bold ;
	letter-spacing: 2px ;
	color: #FFFFFF ;
	display: block ;
	text-decoration: none ;
	border-right: 2px solid #FFFFFF ;
}
ul#menu li a:hover
{
	background: url(img/bg_menu_a.jpg) repeat-x 0 0px ;
}
div#center {
	float: left;
	font: 12px "Trebuchet MS", helvetica, sans-serif ;
	width: 540px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	text-align: justify;
	position: relative;	
}
div#td {
	padding: 20px;
}
div#center h2
{
	font: 14px "verdana", helvetica, sans-serif ;
	font-weight: bold ;
	padding-left: 0px ;
	line-height: 25px ;
	border-bottom: 1px solid #FF9900 ;
	background: url(img/puce-h2.jpg) no-repeat left top ;
	color: #FF9900 ;
}
div#gauche {
	float: left;
	width: 540px;
	height: 100%;
	padding-left: 15px;
	padding-top: 10px;
	position: relative;
	text-align: justify;
	font: 12px "Trebuchet MS", helvetica, sans-serif ;
	}
div#droite {
	float: right;
	width: 180px;
	height: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 15px;
	position: relative;
	text-align: center ;
	}
div#droitenav {
	float: right;
	width: 180px;
	height: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 15px;
	position: relative;
	text-align: left;
	font: 11px "Trebuchet MS", helvetica, sans-serif ;
	}
div#droitenav a
{
	color: #FF6600 ;
}

div#droitenav a:hover
{
	color: #666666 ;
}
div#gauche h2
{
	font: 14px "verdana", helvetica, sans-serif ;
	font-weight: bold ;
	margin-left: 0px ;
	padding-left: 30px ;
	line-height: 25px ;
	border-bottom: 1px solid #FF9900 ;
	background: url(img/puce-h2.jpg) no-repeat left top ;
	position: relative;
	color: #FF9900 ;
}
div#gauche h3
{
	font: 12px "verdana", helvetica, sans-serif ;
	font-weight: bold ;
	margin-left: 32px ;
	padding-left: 25px ;
	line-height: 25px ;
	border-bottom: 1px solid #999999 ;
	background: url(img/puce-h3.jpg) no-repeat left ;
	color: #999999 ;
	position: relative;
}

div#gauche p
{
	font-size: 14px ;
	color: #FF9900 ;
	text-align: justify ;
	text-indent: 0 ;
	padding: 0px;
}

div#gauche a
{
	color: #FF6600 ;
}

div#gauche a:hover
{
	color: #666666 ;
}

.rbroundbox { background: url(img/nt.gif) repeat; }
.rbtop div { background: url(img/tl.gif) no-repeat top left; }
.rbtop { background: url(img/tr.gif) no-repeat top right; }
.rbbot div { background: url(img/bl.gif) no-repeat bottom left; }
.rbbot { background: url(img/br.gif) no-repeat bottom right; }
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 9px;
font-size: 1px;
}
.rbcontent { margin: 10px 20px; }
.rbroundbox { width: 100%; margin: 1em auto; }

.color {
	color: #FF9900;
	font-weight: bold;
}
.haut { 
	font: 10px "Trebuchet MS", helvetica, sans-serif ;
	text-align: right;
}
