body {
	background-color:#75824d;
	padding:0px;
	margin:0px;
	background-image:url(../images/main/global_bg_repy.jpg);
	background-repeat:repeat-y;
}
/*----------------------------------------------------------------*/

#header {
	position:relative;
	top:0px;
	left:50px;
	width:770px;
	height:190px;
	background-image:url(../images/main/header.jpg);
	background-repeat:no-repeat;
}

/*----------------------------------------------------------------*/

#menu {
	position:relative;
	top:0px;
	left:50px;
	width:770px;
	height:32px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ece9cd;
	text-align:center;
	line-height:20px;
}

#menu a:hover{
	padding-top:4px;
}

/*----------------------------------------------------------------*/

#global_content {
	z-index:0;
	position:relative;
	top:0px;
	left:50px;
	width:770px;
	
	background-image:url(../images/main/content_bg.jpg);
	background-repeat:no-repeat;
	display:block;
}

/*----------------------------------------------------------------*/

#breadcrumb {
	position:relative;
	top:5px;
	left:10px;
	width:770px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#484F2E;
	border-left:5px solid #FFCC00;
	vertical-align:middle;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
}

#breadcrumb a {
	color:#5491DC;
}

#breadcrumb a:hover {
	text-decoration:none;
}

/*----------------------------------------------------------------*/



#content {
	position:relative;
	top:20px;
	left:185px;
	width:560px;
	text-align:justify;
	padding-bottom:30px;
	z-index:0;
	display:table;
}


#footer {
	position:relative;
	left:50px;
	width:760px;
	padding-top:5px;
	padding-bottom:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	font-size:9px;
	color:#484F2E;
	text-align:center;
}

/*---------------------------------MENU-------------------------------*/

/*-------------------------------------------------------*/
#btn1 {
	background-image:url(../images/main/menu/menu_btn01.jpg);
	background-repeat:no-repeat;
}

#btn1 a{
	text-decoration:none;
	color:#ece9cd;
	
}

#btn1 a:hover{
	text-decoration:none;
	background-image:url(../images/main/menu/menu_btn01_s.jpg);
	display:block;
	line-height:25px;
	font-weight:bold;
		
}

/*-------------------------------------------------------*/
#btn2 {
	background-image:url(../images/main/menu/menu_btn02.jpg);
	background-repeat:no-repeat;
}

#btn2 a{
	text-decoration:none;
	color:#ece9cd;
	
}

#btn2 a:hover{
	text-decoration:none;
	background-image:url(../images/main/menu/menu_btn02_s.jpg);
	display:block;
	line-height:25px;
	font-weight:bold;		
}

/*-------------------------------------------------------*/
#btn3 {
	background-image:url(../images/main/menu/menu_btn03.jpg);
	background-repeat:no-repeat;
}

#btn3 a{
	text-decoration:none;
	color:#ece9cd;
	
}

#btn3 a:hover{
	text-decoration:none;
	background-image:url(../images/main/menu/menu_btn03_s.jpg);
	display:block;
	line-height:25px;
	font-weight:bold;		
}

/*-------------------------------------------------------*/
#btn4 {
	background-image:url(../images/main/menu/menu_btn04.jpg);
	background-repeat:no-repeat;
}

#btn4 a{
	text-decoration:none;
	color:#ece9cd;
	
}

#btn4 a:hover{
	text-decoration:none;
	background-image:url(../images/main/menu/menu_btn04_s.jpg);
	display:block;
	line-height:25px;
	font-weight:bold;		
}

/*-------------------------------------------------------*/
#btn5 {
	background-image:url(../images/main/menu/menu_btn05.jpg);
	background-repeat:no-repeat;
}

#btn5 a{
	text-decoration:none;
	color:#ece9cd;
	
}

#btn5 a:hover{
	text-decoration:none;
	background-image:url(../images/main/menu/menu_btn05_s.jpg);
	display:block;
	line-height:25px;
	font-weight:bold;
	
}

/*-------------------------------------------------------*/
#btn6 {
	background-image:url(../images/main/menu/menu_btn06.jpg);
	background-repeat:no-repeat;
}

#btn6 a{
	text-decoration:none;
	color:#ece9cd;
	
}

#btn6 a:hover{
	text-decoration:none;
	background-image:url(../images/main/menu/menu_btn06_s.jpg);
	display:block;
	line-height:25px;
	font-weight:bold;		
}

/*-------------------------------------------------------*/
#btn7 {
	background-image:url(../images/main/menu/menu_btn07.jpg);
	background-repeat:no-repeat;
}

#btn7 a{
	text-decoration:none;
	color:#ece9cd;
	
}

#btn7 a:hover{
	text-decoration:none;
	background-image:url(../images/main/menu/menu_btn07_s.jpg);
	display:block;
	line-height:25px;
	font-weight:bold;	
}

/*-------------------------------------------------------*/
#btn8 {
	background-image:url(../images/main/menu/menu_btn08.jpg);
	background-repeat:no-repeat;
}

#btn8 a{
	text-decoration:none;
	color:#ece9cd;
	
}

#btn8 a:hover{
	text-decoration:none;
	background-image:url(../images/main/menu/menu_btn08_s.jpg);
	display:block;
	line-height:25px;
	font-weight:bold;		
}

/*---------------------------------MENU LEFT-------------------------------*/
#menu_left ul,li {
	display: block;
	padding:0px;
	margin:0px;
	border-top: 1px solid #6c773e;
	z-index:20;
}

#menu_left ul {
	width: 160px;
	background: #fff;
	list-style-type: none;
	z-index:20;
}


#menu_left li.folder	{
	list-style-type:none;
	z-index: 99;
	background-color:#c8df84;
	border-bottom: 1px solid #6c773e;
	border-left: 5px solid #6c773e;
	display:block;
	line-height:20px;
	padding:0px;
	margin:0px;
}	

#menu_left li.folder:hover {
	z-index: 100;
	text-decoration:none;
	color:#484f2e;
	padding-left:10px;
	background-color:#FFCC00;
	display:block;
}
		
#menu_left li.folder ul {
	position: absolute;
	display: none;
	left: 130px; /* IE */
	top: 5px;
	z-index:20;
}
#menu_left a:link, a:visited {
	color: #666;
	z-index:20;	
}
#menu_left a:hover {
	color: #000;	
	background-color:#FFCC00;
	z-index:20;
}

#menu_left {
    position:absolute;
	width:161px;
	top:20px;
	left:10px;
	z-index:20;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#55A0FF;
}

#link {
    font: 11px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	padding: 0px 0px 0px 20px;
	margin-top: 15px;
}

#menu_left a {
	text-decoration:none;
	z-index:20;
	color:#484f2e;
	padding-left:10px;
}

#menu_left a:hover {
	text-decoration:none;
	color:#484f2e;
	padding-left:10px;
	z-index:20;
	background-color:#FFCC00;
	display:block;
}
#rowHeader{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#484F2E;
	margin:0px;
	padding-top:3px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:5px;
	display:block;
	height:20px;
	background-color:#CFE0F5;
	border-bottom:1px dashed #c6e46e;
	text-indent:10px;
}
#rows{
border-bottom: 1px dashed #6c773e;
height:15px;
}
/*---------------------------------TEXT-------------------------------*/

.text_courant {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#484f2e;
}
a {
color:#006699;
}
