/* BASE */

body{
	margin:0;
	padding:0;
	font-family:'Trebuchet MS', Arial, sans-serif;
	font-size:11px;
	text-align:center;
}

h3{
  font-size:13px;
}

#main_div{
	text-align:left;
	position:relative;
	width:949px;
	margin: 5px auto 0 auto;
}



/* MENU */

#home_return{
	position:absolute;
	top:5px;
	left:5px;
	width:170px;
	height:170px;
	cursor:pointer;
}

#top_menu{
	height:42px;
	background:url(../images/menu/fond_1.gif);
	font-size:14px;

}

#top_menu .menu_title{
	float:left;
	height:12px;
	padding:13px 17px 13px 18px;
	line-height:1;
	cursor:pointer;

	background:url(../images/menu/fond_1.gif);


	border-right:1px solid #b3b3b3;
}

#top_menu .menu_title a{
	text-decoration:none;
	color:#000;
}

#top_menu .menu_title_hover{
	float:left;
	height:12px;
	padding:13px 17px 13px 18px;
	line-height:1;
	cursor:pointer;

	background:url(../images/menu/fond_2.gif) #BAC0C3;


	border-right:1px solid #b3b3b3;
}

#top_menu .menu_title_hover a{
	text-decoration:none;
	color:#fff;
}


#top_menu .menu_title_select{
	float:left;
	height:12px;
	padding:13px 17px 13px 18px;
	line-height:1;
	cursor:pointer;

	background:url(../images/menu/fond_3.gif);


	border-right:1px solid #b3b3b3;
}

#top_menu .menu_title_select a{
	text-decoration:none;
	color:#000;
}

.subMenu{
	visibility:hidden;
	left:0px;
	position:absolute;
	z-index:100;
}

.grey{
	background-color:#b9bec2;
}

.subMenuRow{
	background-color:#b9bec2;
	cursor:pointer;
	font-size:11px;
	font-family:Arial, sans-serif;
}

.subMenuRow a{
	color:#000;
	text-decoration:none;
}

.subMenuRow:hover{
	background-color:#68C2CD;
}


/* ACCUEIL */

#home_top{
	height:69px;
	background-image:url(../images/milieu_haut.gif);
}

#home_middle{
	height:306px;
}

#home_middle div{
	float:left;
	height:306px;
}

#home_bottom{
	height:339px;
}

#home_bottom div{
	float:left;
	width:511px;
}

#track_id{
	border:1px solid #9c9c9c;
	background-color:#e3e3e3;
	font-size:12px;
}

/* LEFT MENU */

#menu_left{
	position:absolute;
	width:213px;
	top:380px;
	left:27px;
	font-family:arial, sans-serif;
}

.left_menu_title{
	font-size:12px;
	font-weight:bold;
	color:#018C91;
}

#menu_left_parts div{
	height:20px !important;
	height:24px; /* FOR IE6 */
	background-image:url(../images/sousrub.gif);
	text-align:right;
	padding:4px 10px 0 0;
	cursor:pointer;

}

#menu_left_parts div.select{
	background-image:url(../images/menu/sousrub_select.gif);
}

#menu_left_parts div.default{
	background-image:url(../images/menu/sousrub.gif);
}

#menu_left_parts div.selectdouble{
	height:34px !important;
	height:38px; /* FOR IE6 */
	background-image:url(../images/menu/sousrub_double_select.gif);
}

#menu_left_parts div.defaultdouble{
	height:34px !important;
	height:38px; /* FOR IE6 */
	background-image:url(../images/menu/sousrub_double.gif);
}


.puceTitre{
  background:url(../images/puce.gif) no-repeat center left;
  padding-left:20px;
}

/* DIVERS */

.debug{
	border:1px solid #0f0;
}
