/*<group=General Styles>*/
body {
	font: 12px   "Tahoma", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
	background: #6B9BD6;
	margin: 0px 2px 0px 2px;
	text-align: center;
	overflow:scroll;
}

.reverse{
	unicode-bidi:bidi-override;direction:rtl;
}

p { 
	font: 12px   "Tahoma", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
	color: #333333;

}
.petit { 
	font: 10px   "Tahoma", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
	font-weight: bold;
}

b, strong {
	font-weight: bold;
}

legend {
	font-family: Tahoma;
	font-size:10pt;
	color: #0B2B64;
	font-weight: bold;
}

table {
	font: 12px   "Tahoma", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
	color: #333333;
	//line-height: 1.5em;
}

a:link {
	font-family: "Tahoma", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
	color: #2B62D7;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: "Tahoma", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
	color: #2B62D7;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: "Tahoma", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	font-family: "Tahoma", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

#container {
	background: #FFFFFF repeat-y right url(./images/css/menu.png);
	width: 770px;
	margin: 0px auto;
	text-align: left;
	color: #333333;
	padding-top: 0px;
	font-family: Tahoma;
}

#toptab {
	height: 32px;
	position: absolute;
    right: 60px;
	top: 10px;
	margin-top:0px;
	background-color: white;
}


#toptab TABLE {
	border-collapse: collapse;
	height: 25px;
}


#toptab TD {
	margin: auto 4px;
	font-size: 14px;
	color: #333333;
    background: repeat-x url("./images/css/toptab_t.png");
}

#toptab_l, #toptab_r {
	position: absolute;
	width: 20px;
	height: 34px;
	background-repeat: no-repeat;
}

#toptab_l {
	top: 0;
	left: -20px;
	background: url("./images/css/toptab_l.png");
}

#toptab_r {
	top: 0;
	right: -20px;
	background: url("./images/css/toptab_r.png");
}

#pageHeader {
    	position: relative;
	height: 120px;
	width: 770px;
	background: url(./images/css/entete.png) no-repeat;
}

#pageHeader h1 {
	color: #FFFFFF;
	margin: 0px;
	padding-top: 93px;
	padding-bottom: 0px;
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}
#contentContainer {
	width: 580px;
	float: left;
	text-align: left;
	padding-top: 10px;
}

#contentContainer #content {
	line-height: 1.5em;
	padding-right: 20px;
	padding-left: 25px;
	width: 520px;
}

#sidebarContainer {
	width: 190px;
	float: right;
	text-align: left;
	padding-top: 10px;
}

#sidebarContainer .sidebar {
	padding: 10px;
	line-height: 2.0em;
}

#footer {
	width: 770px;
	margin: 0px auto;
	text-align: center;
	height: 23px;
	background: repeat-x url(./images/css/pied.png);
	color: #ffffff;
	padding-top: 7px;
	font: 10px   "Tahoma", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular";

}

#footer a {
	color: #7e3f00;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: center;
	width: inherit;
	padding: 0px;
	margin-top: 10px;
	float: left;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer a {
	display: inline;
}

#breadcrumbcontainer a:hover {
	display: inline;
}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	line-height: 2.0em;
	padding-top: 0px;
}

#navcontainer #current {
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer li { 
}
/*
#navcontainer a {
	display: block;
	color: #df5800;
	text-decoration: none;
	padding-left: 10px;
	height: 20px;
}

#navcontainer a:hover {
	color: #7e3f00;
}
*/
/* Child - Level 1 */

#navcontainer ul ul {
	list-style: square;
	padding: 0px;
	margin: 0px 0px 0px 35px;
}

#navcontainer ul ul li { 
}

#navcontainer ul ul a {
	display: block;
	text-decoration: none;
	font-size: 90%;
	padding-left: 0px;
	height: 20px;
}

#navcontainer ul ul a:hover {
	background: transparent;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #808080;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
	display: block;
	text-decoration: none;
	font-size: 90%;
	padding-left: 0px;
	height: 20px;
}

#navcontainer ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #999999;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a {
	display: block;
	text-decoration: none;
	font-size: 90%;
	padding-left: 0px;
	height: 20px;
}

#navcontainer ul ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 4 */

#navcontainer ul ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #b3b3b3;
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	font-size: 90%;
	padding-left: 0px;
	height: 20px;
}

#navcontainer ul ul ul ul ul a:hover {
	background: transparent;
}

/* Child - Level 5 */

#navcontainer ul ul ul ul ul ul {
	padding: 0px;
	margin: 0px 0px 0px 15px;
	color: #cccccc;
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a {
	display: block;
	text-decoration: none;
	font-size: 90%;
	padding-left: 0px;
	height: 20px;
}

#navcontainer ul ul ul ul ul ul a:hover {
	background: transparent;
}
	
/*</group>*/

/*<group=Global Classes>*/

.standout {
	font-style: italic;
	background: #fcffd3;
	padding: 10px;
	font-size: 13px;
	color: #df5800;
}

h1 {
	color: #6B9BD6;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	color: #6B9BD6;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	color: #003366;
	font-size: 12px;
	font-weight: bold;
}

h4 {
	color: #003366;
	font-size: 18px;
	font-weight: normal;
}

h5 {
	color: #003366;
	font-size: 10px;
	font-weight: bold;
	align:center;
}

img {
	border:0;
}
/* Shadow picture */

.image_shadow_1, . image_shadow_2, . image_shadow_3 {
  	display:inline-table;
}

.image_shadow_bg {
  	float:left;
  	background:url(./images/css/image_shadow_bg.gif) right bottom no-repeat;
}

.image_shadow_bl {
  	background:url(./images/css/image_shadow_bl.gif) left bottom no-repeat;
}

.image_shadow_tr {
  	padding:0 4px 4px 0;
  	background:url(./images/css/image_shadow_tr.gif) right top no-repeat;
}
select.textebh, input.textebh, textarea.textebh {
	COLOR: #000000;
	margin:0;
	FONT-SIZE: 11px;
	font-weight:normal;
	background-color:#FFFFFF;
	FONT-FAMILY: "Tahoma", "Arial", "Helvetica" ,"Swiss" ,"SunSans-Regular"; 
}
.alerte {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
div#cadre {
	/* conteneur global et arrière-plan du titre du cadre */
	width: 150px;
	padding-top: 56px;
	background: url(../images/irem/haut.gif) top left no-repeat;
}
div#bloccadre {
	/* arrière-plan bas et sur l'ensemble du cadre */
	background: url(../images/irem/bas.gif) bottom left no-repeat;
	padding-bottom: 56px;
}
div#bloccadre p {
	margin: 0 50px 0 50px;
}
#dash{
  	position: absolute;
	z-index: 20;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
}
.darkenBackground {
  	position: relative;
	height: 100%;
	width: 100%;
	background-color: #000000;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.highZ {
	z-index: 50;
	position:absolute;
	top: 180px;
	width:100%;
}
.dashtable {
	margin:auto;
  	background:url(./images/css/contact_fond.png) center top no-repeat;
}
.arbre * li , .arbre * a, .x-menu-item, .x-menu-list-item, .x-menu-list-item a {
 text-align:left;
 font-weight:normal;
}
