@font-face {
    font-family: 'adventBd3';
    src: url('../fonts/advent-Bd3.otf') format('opentype');    
    font-weight: normal;
    font-style: normal;
}

* {
	outline: 0!important;
}



.startpage {
	position: relative;
	height: 100%;
	min-height: 580px;
}

.wrap {
	min-height: 100%;
	position: relative;
	z-index: 2;
	min-width: 900px;
}

#main {
	height: 100%;
	padding: 60px 0 200px 0;
	position: relative;
}

#login_form_container form {
	width: 600px;
	margin: 0 auto;
	height: 200px;
}

form {
	padding: 0;
}

input, textarea, keygen, select, button, isindex {
	font: -webkit-small-control;
	color: initial;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	text-align: -webkit-auto;
}


input[type="button"], input[type="submit"], input[type="reset"], input[type="file"] ::-webkit-file-upload-button, button {
	-webkit-box-align: center;
	text-align: center;
	cursor: default;
	color: buttontext;
	padding: 2px 6px 3px;
	border: 2px outset buttonface;
	border-image: initial;
	background-color: buttonface;
	box-sizing: border-box;
}

.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}

p.forgot_password {
	text-align: center;
	padding-top: 10px;
}

p.forgot_password a {
	color: rgba(255, 255, 255, 0.8)!important;
	color: white;
	font-family: 'Lucida Grande',Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	font-weight: bold;
	margin-left: 25px;
}

a:-webkit-any-link {
	color: -webkit-link;
	text-decoration: underline;
	cursor: auto;
}

img.logo {
	width: 426px;
	height: 101px;
	margin: 0 auto 30px auto;
	display: block;
}

h1, p {
	margin: 0;
	padding: 0;
}

h1 {
	display: block;
	font-size: 2em;
	-webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.67em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
}

p {
	display: block;
	-webkit-margin-before: 0.2em;
	-webkit-margin-after: 0.2em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

#footer {
	height: 140px;
	margin: -140px 0 0 0;
	clear: both;
	position: relative;
	min-width: 900px;
	/*bottom: 5px;*/
}

.footer_links {
	color: #C7CED6;
	font-family: 'Lucida Grande',Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align: center;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 3;
	cursor: default;
}

.footer_links a {
	color: #C7CED6;
	text-decoration: none;
	margin: 0 0 0 15px;
	cursor: pointer;
}

strong, b {
	font-weight: bolder;
}

form#set_language {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	visibility: hidden;
	display: inline;
}

.emboss, body.toggling .emboss:hover {
	width: 100%;
	height: 114px;
	color: rgba(255, 255, 255, 0.8)!important;
	color: white;
	font-size: 37px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
	background: #445C75 url('../images/blue_dark.png');
	-webkit-transition-property: background-color,color;
	-webkit-transition-duration: 150ms;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	z-index: 2;
	display: block;
	overflow: hidden;
}

.error_container
{
	margin: -10px 0 20px -125px;
	width: 250px;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	line-height: 17px;
	padding: 16px 18px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #2C3D4E;
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.5) inset,0 -1px 0 rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.5) inset,0 -1px 0 rgba(0,0,0,0.2) inset;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3),0 1px 0 rgba(255,255,255,0.5) inset,0 -1px 0 rgba(0,0,0,0.2) inset;
	margin-left: -125px;
	width: 250px;
	z-index: 1000;
}

.error_container ul 
{
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	max-width: 250px;
}

li 
{
	display: list-item;
	text-align: -webkit-match-parent;
}

.guide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8f939a;
	float: left;
	line-height: 2.3em;
	width: 99.9%;
	min-width: 1024px;
	height: 29px;
/*	border-top: 1px solid #9DB0BC;*/
	border-bottom: 1px solid #9DB0BC;
	margin: 1px 0px 0px 1px;
/*	border-radius: 5px;*/
/*	-webkit-border-radius: 5px;*/
/*	-moz-border-radius: 5px;*/
	overflow: hidden;
	position: absolute;
	bottom: 0px;
 	background: url("../images/background-chemin.png") repeat-x scroll 0 0 transparent;
}


.breadcrumb 
{
	margin: 0px;
	padding: 0px;
	float: left;
	bottom: 0px;
	position: absolute;
}
.breadcrumb div 
{
	position: relative;
	float: left;
}

.guide li {
	display: inline;
	list-style: none;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.breadcrumb li {
	float: left;
}

.chemin-chevron
{
 	position: relative;
	width: 12px;
    height: 28px;
	float: left;
}

.chemin-right
{
 	position: absolute !important;
 	top: 0px;
 	left: 0px;
	width: 10px;
    height: 28px;
    background: url("../images/case-chemin-right.png") no-repeat scroll 0 0 transparent;
	float: left;
}

.chemin-left
{
 	position: absolute !important;
 	top : 0px;
 	left : 2px;
	width: 10px;
    height: 28px;
    background: url("../images/case-chemin-left.png") no-repeat scroll 0 0 transparent;
	float: left;
}

.chemin-middle
{
	border-width: 0;
	margin: 0 0 0 0;
	position: relative;
	height: 28px;
 	background: url("../images/case-chemin-middle.png") repeat-x scroll 0 0 transparent;
	float: left;
}
.chemin-middle a 
{
	/*width: 100%;*/
	height: 100%;
	padding: 6px 16px 8px 8px;
	cursor: pointer;
	color: #dddddd;
	text-decoration: none;
	font-weight: bold;
}

.breadcrumb a:hover
{
	color: white;
}

.breadcrumb span
{
	width: 100%;
	height: 100%;
	padding: 6px 16px 6px 8px;
}

.user_nav {
	float: right;
	padding: 1px;
}

.copyright
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b8bbbb;
	float: left;
	line-height: 2.3em;
	height: 20px;
	margin: 1px 0px 0px 1px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
}

.copyright a
{
	padding: 6px 16px 7px 16px;
	cursor: pointer;
	color: #b8bbbb;
	text-decoration:none;
}

.copyright li 
{
	border-right: 1px solid #b8bbbb;
	margin: 0px;
	padding:6px 3px;
	display: inline;
	list-style: none;
	height: 100%;
}

.copyright ul{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

.raccourci 
{
	position: absolute;
	left: 0px;
	top: 0px;
}

.raccourci img
{
	margin : 10px 5px 10px 5px;
}

.titre_bandeau
{
	font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
	position: absolute;
	top: 15px;
	left: 225px;
	padding: 10px;
	font-size: 50px;
	line-height: 20px;
	text-align : center;
	/*width: 800px;*/
	color: #e7ecf2;
	text-shadow: 0px 3px 7px rgba(0,0,0,0.6); 
	font-smooth: always;
	white-space: nowrap;
}

.hide {
	display: none;
}

.cocher_case
{
	font-size:13px;
}

.liste_deroulante
{
	font-size:13px;
}

.selection_fichier
{
	font-size:13px;
	color:white;
}

.ds_box 
{
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 3363636363636;
}

.ds_tbl 
{
	background-color: #FFF;
}

.ds_head 
{
	background-color:  #3C5A76 ;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead 
{
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell 
{
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover 
{
	background-color: #F3F3F3;
}

.active:hover > span {
background-position: 0 -332px;
top: 14px;
}

.active > span {
top: 14px;
background-position: 0 -332px;
}

/*=========================*/
/*RSISABLE() JQUERY*/

.ui-icon { width: 16px; height: 16px/*; background-image: url(../images/ui-icons_222222_256x240.png)*/}
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-resizable-helper { border-width:0px 2px 0px 0px; border-style: dotted; border-color: #00F; }
