html {
	
}

body {
	margin: 0;
	background-color: #eeeeee;
	/*
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	*/
}

a img {
	border:0;
}

hr {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
}

table {
	border-collapse: collapse;
}

#wrapper {
	max-width: 82%;
	width:auto;
	margin:0 auto 30px auto;
}

#top-banner {
	background: url(../images/top_full_left.png) 0 0 no-repeat;
	height: 40px;
	position:relative;
}

#top-banner #date {
	position:absolute;
	background: url(../images/top_full_right.png) 0 0 no-repeat;
	width: 210px;
	height: 40px;
	top:0;
	right:0;
	padding-top: 4px;
	color: black;
	font-size: 8pt;
	text-align: center;
}

#banner {
	background: url(../images/banner_left.png) 0 0 no-repeat;
	height:87px;
	position:relative;
}
#banner .right{
	position:absolute;
	background: url(../images/banner_right.png) 0 0 no-repeat;
	width:99px;
	height:87px;
	top:0;
	right:0;
}
#banner .infos{
	text-align:right;
	position:absolute;
	top:76px;
	right:0;
	width:450px;
	height:20px;
	font-size: 8pt;
}
#banner .infos a{
	text-decoration:none;
	color:black;
}
#banner .infos a:hover{
	text-decoration:underline;
}

#banner input.login-input {
	background: url(../images/input.png) no-repeat;
	width: 116px;
	height: 18px;
	margin-right:3px;
	border: none;
	color: #656565;
	font-size: 8pt;	
	padding-left: 2px;
	padding-right: 2px;
}

input.ok {
	background: url(../images/buttons/ok.png) no-repeat;
	width: 32px;
	height: 19px;
	border: none;
	vertical-align:bottom;
	cursor:pointer;
}

/* MENU */

#menu {
	width:150px;
	vertical-align:top;
}
#menu #treeviews{
	width:180px;
}
#menu h3 {
	background: url(../images/treeview_header_on.png) no-repeat;
	white-space:nowrap;
	overflow:hidden;
	
}

/* MENU TREEVIEW */


#menu .treeview a {
	text-decoration:none;
	color:#505059;
	font-size:12px;
}
#menu .treeview ul {
	padding-left:3px;
	margin:3px 0 3px 0;
}
#menu .treeview ul ul {
	padding-left:15px;
}
#menu .treeview li {
	list-style-type: none;
	padding:2px;
}

#menu .treeview li span{
	display:block;
	padding-left:20px;
	cursor:pointer;
	min-height:16px;
}
#menu .treeview li.close>span, #menu .treeview li.open>span{
	padding-left:16px;
}

#menu .treeview li span:hover a{
	text-decoration: underline;
}

#menu .treeview li.close>span a, #menu .treeview li.open>span a{
	font-weight:bold;
	color: #1E6B82;
	font-size:12px;
}

#menu .treeview li.close>span{
	background: url(../../../images/treeview/icons/closeTreeItem.gif) 0 0 no-repeat;
}
#menu .treeview li.open>span {
	background: url(../../../images/treeview/icons/openTreeItem.gif) 0 0 no-repeat;
}
#menu .treeview li.default>span{
	background: url(../../../images/treeview/icons/default.gif) 0 0 no-repeat;
}

#menu .treeview li.close ul{
	display:none;
}






#main {
	margin-top:10px;
	vertical-align:top;
}
#main #page-title {
	color:#d53c00;
	padding:0 0 10px 5px;
	font-weight:bold;
}

#main #page-title .ALTCOLOR{
	color:#000;
}

#main #frame {
	border:1px solid #CCC;
	border-right:2px solid #CCC;
	border-bottom:2px solid #CCC;
	background-color:#FFF;
}

#breadcrumb {
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	/*font-size: 8pt;*/
	font-weight:bold;
}
#breadcrumb a{
	color: black;
	text-decoration: none;
}
#breadcrumb a:hover{
	text-decoration: underline;
}
#breadcrumb .home {
	background: url(../images/picto_home.png) 0 2px no-repeat;
	padding-left: 15px;	
}


#footer {
	padding-top:20px;
	height:20px;
	text-align:center;
}


div.content {
	padding:20px;
}


div.content em {
	font-style: normal;
	font-weight: bold;
}

form.form .mandatory {
	/*color:#D6340E;*/
}
form.form ol {
	list-style:none;
}
form.form ol li {
	padding-bottom:5px;
}
form.form ol li label{
    display:block;
}

form.form div.form-section {
	padding:15px;
}

form.form h3 {
	margin-top:0;
	margin-bottom:15px;
}

form.form div.separator {
	height:1px;
	background-color:#CCC;
	margin-top:10px;
}

form.form div.action-buttons {
	padding:15px;
	text-align:center;
}
form.form a.btn1, .content a.btn1{
	display:inline-block;
	width: 157px;
	height: 27px;
	background:url(../images/bouton1.png) 0 0 no-repeat;
	
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	padding-top: 5px;
	text-align:center;
	font-weight:bold;
}
.content a.btn1 {
	font-weight:normal;
}


table.formulaire {
	border-collapse:collapse;
	border-spacing: 0;
}
table.formulaire td {
	padding:4px;
}
table.formulaire td.label {
	text-align:right;
	padding-right:8px;
}
td.value {
	vertical-align: top;
}


/* SEARCH ENGINE */

div.engine-header-form {
	padding: 10px;
	background-color: #ffffff;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border:1px solid #1E6B82;
	margin-bottom:25px;
}

div.engine-header {
	border-top: 1px solid #88A8C9;
	height: 22px;
	padding: 5px 0 7px 7px;
	background-color: #BBCCDF;
}

div.engine-header div.engine-totalcount{
	float:right;
	padding:3px 10px 0 0;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	vertical-align:bottom;
	display:inline;
}
span.engine-totalcount div {
	display:inline;
	margin-left:15px;
}
span.engine-totalcount div span span{
	font-weight:bold;
}
div.engine-result-list a:not(.button)  {
	text-decoration:underline;
	color:#0B578F;
	font-weight:bold;
	/*font-size:12px;*/
	/*font-family:Arial;*/
}
div.engine-result-list a:hover:not(.button) {
	color:#ed1c24;
}
.SE_TableLayout .header {
	height:25px;
}
.SE_TableLayout th {
	color:#FFF;
	/*border-bottom:1px solid #36C;*/
	padding:0 6px 0 6px;
	/*font-size: 12px;*/
	font-family: Arial, Verdana, sans-serif;
	/*background:url(../images/table_header.png) left top no-repeat;*/
	white-space:nowrap;
	white-space: pre;
	/*text-shadow: #999 1px 1px 0;*/
	font-weight:bold;
	text-align:left;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
}
.SE_TableLayout th:hover{
	/*background-position:0 -25px;*/
}
.SE_TableLayout td {
	color:#333;
	padding : 5px 5px 5px 6px;
	vertical-align:top;
}
.SE_TableLayout th td {
	color:#FFF;
}
.SE_TableLayout tr.color0 {
	background-color:#FFF;
}
.SE_TableLayout tr.color1 {
	background-color:#EEE;
}
.SE_TableLayout tr.colorOver {
	/*background-color:#f3f3f3;*/
	background-color:#fdf5e1;
}
 tr.color_selected {
	background-color:#fffe8f;
}
#colonne0 {
	width:26%;
}
#colonne1 {
	width:37%;
}
.orange {
	color:orange;
}
.rouge {
	color:red;
}
.vert {
	color:green;
}

div.engine-pagination-frame {	
	padding:10px;
	background-color:#cfdbe9;
	border-top:1px solid #88a8c9;
	
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
}
div.engine-pagination-frame div{
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
div.engine-pagination-frame div a{
	text-decoration: none;
}
div.engine-pagination-frame div a:hover{
	text-decoration: underline;
}



.form {
	border-spacing:2px;
}
table.form td.label{
	text-align:right;
	padding:5px 10px 5px 15px;
	vertical-align:top;
	white-space:nowrap;
}
table.form td.label.mandatory{
	font-weight:bold;
	color:#4c76a1;
}

table.form td.value{
	padding-left:6px;
	padding-right:6px;
}
table.form td .formErrorMessage {
	color:#F00;
	font-weight:normal;
	font-size:11px;
}


input.search {
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: 98% 3px;
	padding: 4px 20px 4px 6px;
	background-color: white;
	border: 1px solid #93ACC9;
	font-size: 12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}



/* UTILS */

.clearfix {
	clear: both;
}

.radius-5 {
	-moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.radius-3 {
	-moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
/* cssmenu */

#cssmenu {
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 10px;
}
#cssmenu > ul {
  width: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #ffffff;
  border: 1px solid #ece6e8;
  border-bottom: 2px solid #ece6e8;
  border-right: 2px solid #ece6e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#cssmenu > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */
}
#cssmenu > ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
  /*z-index:1;*/
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 200px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #ece6e8;
  border-bottom: 2px solid #d9ced2;
  border-right: 2px solid #d9ced2;
  /*border-top: 0 none;*/
  z-index:1;
}
#cssmenu > ul li.has-sub ul li {
  display: block;
}
#cssmenu > ul li.has-sub > a {
  background-image: url('images/caret.png');
  background-repeat: no-repeat;
  background-position: 90% -65%;
}
/* #cssmenu > ul li.has-sub > a.active, */
#cssmenu > ul li.has-sub > a:hover {
  background-color: #4479ba url('images/caret.png') no-repeat;
  background-position: 90% 160%;
}
#cssmenu > ul li a {
  display: block;
  padding: 12px 24px 11px 24px;
  text-decoration: none;
  color: #195ba0;
  text-shadow: 0px 1px 0px #fff;
  font-family: 'Roboto', sans-serif;
  font-weight:500;
}
#cssmenu > ul li a.activated {
  display: block;
  padding: 12px 24px 11px 24px;
  text-decoration: none;
  background-color:#4479ba;
  color: #fff;
  text-shadow: 0px 1px 0px #000;
  font-family: 'Roboto', sans-serif;
  font-weight:500;
}
.activated,
#cssmenu > ul li a:hover {
  background: #4479ba;
  color:#fff;
  text-shadow: 0px 1px 0px #000;
}


/*
@media (max-width: 600px) {
  #cssmenu > ul {
    width: 100%;
  }
  #cssmenu > ul li#responsive-tab {
    display: block;
  }
  #cssmenu > ul li#responsive-tab a {
    background: url('images/menu.png') no-repeat;
    background-position: 95% -35%;
  }
  #cssmenu > ul li#responsive-tab a:hover {
    background-color: #d80041;
    background-position: 95% 135%;
  }
  #cssmenu > ul li {
    display: none;
  }
  #cssmenu > ul li.right {
    float: none;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
    background: #ffffff;
    border: 0 none;
  }
  #cssmenu > ul li.has-sub ul li {
    display: block !important;
  }
  #cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
  }
  #cssmenu > ul li.has-sub > a {
    background-image: none;
  }
}

*/
/* Make sure they show even if hidden in mobile view by JS */
@media (min-width: 600px) {
  #cssmenu > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
  }
  #cssmenu > ul ul li.collapsed {
    display: block !important;
  }
}


/* button link */

.button-link {
	display:inline-block;
	cursor:pointer;
	
	font-size:11px;
	font-family: Tahoma, Arial;
	
	font-weight:700;
	
    padding: 6px 15px;
    background: #4479BA;
    color: #FFF !important;
    text-decoration:none;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #20538D;
    
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button-link:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.button-link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}

.button-link-grey {
	display:inline-block;
	cursor:pointer;
	
	font-size:11px;
	font-family: Tahoma, Arial;
	
	font-weight:700;
	
    padding: 6px;
    background: #505059;
    color: #FFF !important;
    text-decoration:none;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #303039;
    
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button-link-grey:hover {
    background: #686871;
    text-decoration: none;
}




#page-modula {
	padding:10px;
}

.download_label {
	font-size : 12px;
	color:#1e6b82;
	font-weight: bold;
}
.enLigne {
	display:inline;	
}
#loginEnterprise {
	background-color: #1E6B82;
	border : 1px solid #3E8BA2;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}
#loginEnterprise:hover {
	background-color: #26738A;
}
#loginAp {
	background-color: #505059;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}
#loginAp:hover {
	background-color: #585861;
}
#logo_header_publisher {
	background-image:url("../../images/modula/modula_demat_logo.png");
	width:300px;
	height:97px;
	background-size:contain;
	background-repeat:no-repeat;
	display:block;
}