body {
	font: 0.8rem urw_gothic_lbook, Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif; 
	color: #383838;
	padding: 0;
	margin: 0;
	background-color: white;
	line-height: 1.8em;
	letter-spacing: 0.02em;
}

@font-face {
    font-family: 'urw_gothic_lbook';
    src: url('/_mLkj95iUh3_/admin/scripts/css/fonts/a010013l-webfont.eot');
    src: url('/_mLkj95iUh3_/scripts/css/fonts/a010013l-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_mLkj95iUh3_/scripts/css/fonts/a010013l-webfont.woff2') format('woff2'),
         url('/_mLkj95iUh3_/scripts/css/fonts/a010013l-webfont.woff') format('woff'),
         url('/_mLkj95iUh3_/scripts/css/fonts/a010013l-webfont.ttf') format('truetype'),
         url('/_mLkj95iUh3_/scripts/css/fonts/a010013l-webfont.svg#urw_gothic_lbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bitstream_charteritalic';
    src: url('/_mLkj95iUh3_/scripts/css/fonts/c0649bt_-webfont.eot');
    src: url('/_mLkj95iUh3_/scripts/css/fonts/c0649bt_-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_mLkj95iUh3_/scripts/css/fonts/c0649bt_-webfont.woff2') format('woff2'),
         url('/_mLkj95iUh3_/scripts/css/fonts/c0649bt_-webfont.woff') format('woff'),
         url('/_mLkj95iUh3_/scripts/css/fonts/c0649bt_-webfont.ttf') format('truetype'),
         url('/_mLkj95iUh3_/scripts/css/fonts/c0649bt_-webfont.svg#bitstream_charteritalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1{
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

h2{
	font-weight: normal;
	text-align:center;
	margin-top: 0;
	padding-bottom:10px;
	background-image: url(/_mLkj95iUh3_/images/trait.jpg);
	background-repeat:no-repeat;
	background-position: center bottom;
}

h3{font-weight:normal;}

a:link, a:visited, a:active{
	color: #047AB7;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{max-width: 100%;border:none;}

/***************** Partie navigation *****************/
div#divnav{
	background-color: #f7f7f7;
}

div#divmenglob input[type="radio"] {position:absolute;left:-9999em;}

div#divmenglob ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

/******************** les sous menus **************************/
	#divmenglob{
		width: 100%;
		text-align:center;
		display: block;
	}
	
	#divmenu{
		width: auto;		
		z-index: 0;
		display: block;
		padding-left: 2px;
		text-align:left;
	}
	
	#divmenu > ul{
		margin: 0px;
		list-style-type: none;
	}
	
	#divmenu > li{list-style-type: none;}
	#divmenu > ul > li{
		display:block;
		position: static;
	}
	
	#divmenu > ul > li > ul{list-style-type: none;}
	
	#divmenu a{
		display: block;
		text-decoration:: none;
	}
	
	#divmenu > ul > li > a{
		display:block;
		color: black;
		text-decoration: none;
		width: auto;
		height: 34px;
		line-height: 34px;
		font-weight: bold;
		padding-left: 7px;
		border-top: 1px solid #848484;
	}
	
	a.amenuhtselected{background-color:black;color:white !important;}
	a.sousmenuparselected{background-color:#cfedff;}
		
	.submenu li{padding:0;margin:0;}
	.submenu li a{	/** Liens dans les sous menus **/
		color: black;
		height: 27px;
		line-height: 27px;
		padding-left:25px;
		border-top: 1px solid #3b3b3b;
	}

	.submenu li a:hover{color:white;text-decoration:none;background-color:#0678B4;}
	
	a.sousmenuelected{
		display:block;
		color: white;
		height: 27px;
		line-height: 27px;
		padding-left:25px;
		border-top: 1px solid #3b3b3b;
		background-color:#cfedff;
		background-image: url(/_mLkj95iUh3_/images/triangle.png);
		background-position: right center;
		background-repeat: no-repeat;
	}
	
	/******************** les sous menus **************************/
	div#divadresse{
		color:black;
		font-size:0.7rem;
		margin-top:20px;
		border: 1px solid #848484;
		padding: 10px;
		line-height:1.2rem;
		position:absolute;
		bottom:3px;
		box-sizing: border-box;
		width:193px;
	}
/***************** Partie main *****************/
td {font: 01em urw_gothic_lbook, Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;}

table.bordure{
	border:1px solid #A9A9A9;
	border-collapse: collapse;
}

table.bordure td{
	border:1px dotted #A9A9A9;
	border-collapse: collapse;
}

.entetetab{
	color: white;
	background-color:black;
}

.entetetab a{color:white;}

.ligne{
	background-color:#ffffff;
}

.ligne1{
	background-color:#e1e1e1;
}

.ligne2{
	background-color:#AE7D4D;
}

.ligne3{
	background-color:#CFEDFF;
}

input[type="submit"],input[type="button"],button{
	background-color:#047AB7;
	color:white;
	border: 2px solid #047AB7;
	padding: 3px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom:20px;
	font-size:1rem;
	margin-bottom:1rem;
}

.boutonmarronliste{
	padding-left: 30px;
	padding-right: 15px;
	margin-bottom: 5px;
	cursor: Pointer;
}

.boutonmarronliste:hover{box-shadow: 1px 1px 5px #373737;}

#btNouveau{
	background-image: url(/_mLkj95iUh3_/images/nouveau.png);
		background-position: 8px center;
		background-repeat: no-repeat;
}

#btDuppliquer{
	background-image: url(/_mLkj95iUh3_/images/duppliquer.png);
	background-position: 8px center;
	background-repeat: no-repeat;
}

#btSupprimer{
	background-image: url(/_mLkj95iUh3_/images/supprimer.png);
	background-position: 8px center;
	background-repeat: no-repeat;
}

div#divpagnination{
	display:block;
	width:100%;
	text-align:center;
}

a.pagination:link, a.pagination:visited, a.pagination:active{
	font-size: 10px;
	text-decoration: none;
	width: auto;
	min-width:15px;
	height: 16px;
	line-height: 16px;
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 3px;
	padding-right: 3px;
	color: #5c5c5c;
	border: 1px solid #8b8b8b;
	display: inline-block;
	text-align:center;
	margin-bottom: 5px;
	background-image: url(/_mLkj95iUh3_/images/bg-pagination.jpg);
	background-repeat: repeat-x;
}

a.pagination:hover {
	box-shadow: 0px 0px 2px #373737;
}

.selectionpage {
	font-size: 10px;
	text-decoration: none;
	width: auto;
	min-width:15px;
	height: 16px;
	line-height: 16px;
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 3px;
	padding-right: 3px;
	color: white;
	background-color: #e5bdcd;
	border: 1px solid #292929;
	display: inline-block;
	text-align:center;
	margin-bottom: 5px;
	background-image: url(/_mLkj95iUh3_/images/bg-paginationselected.jpg);
	background-repeat: repeat-x;
}

#divlogin{
	background-color: white;
	padding: 15px;
	border: 1px solid #353535;
	box-shadow: 5px 5px 5px #9C9C9C;
	margin: auto;
}

form input[type="text"],form input[type="email"],form input[type="number"],form input[type="password"],form input[type="date"],form input[type="time"],form select{
    height:35px;
    background-color:#EBEBEB;
    font: 0.8rem Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif; 
    color: #313131;	
    border: 1px solid #C2C2C2;
    padding-left: 5px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -Webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top:5px;
    margin-bottom:5px;
    width:98%;
}

div#divformgenformdin{margin:1rem;}

textarea{ background-color:#EBEBEB; font: 0.8rem Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;  color: #313131; border: 1px solid #C2C2C2;padding:1rem;box-sizing: border-box;}
form label{
	display:block;
	width:100%;
	text-align:left;
	font-weight:bold;
	padding-bottom: 0.3rem;
    margin-top: 1rem
}
.inputdate{background-image: url(/_mLkj95iUh3_/images/calendrier.gif);background-repeat:no-repeat;background-position:right;}

td#tdheader img{display:inline-block;margin:5px;margin-left:15px;margin-right:15px;}
td#tdheader a{display:inline;}

#divonglets{
	width: 100%;
	height: 30px;
	background-color: #e8e8e8;
	border-bottom: 1px solid #888888;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 30px;
}

a.anavigationonglets:link, a.anavigationonglets:visited, a.anavigationonglets:active,a.anavigationonglets:hover{
	color: #383838;
	background-color: #BFBFBF;
	line-height: 25px;
	height: 25px;
	display: block;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	margin-right: 2px;
	margin-top: 4px;
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
}

div.anavigationongletselected{
	color: #383838;
	line-height: 31px;
	height: 30px;
	display: block;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 3px;
	border-top: 2px solid #44B2EC;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
	background-color: white;
	box-shadow: 1px 0px 0px #aaa;
}

a.jourapprouv{display:block;background-color:#99BBEE;padding:3px;margin-top:2px;margin-bottom:2px;color:white;margin-left:5px;margin-right:5px;border-radius:2px;}
a.jourpasapprouv{display:block;background-color:#FFBB45;padding:3px;margin-top:2px;margin-bottom:2px;color:white;margin-left:5px;margin-right:5px;border-radius:2px;}


.ui-state-default{
	width:25px;
	height:25px;
	margin:-0.4px;
}

.cas1{
	background-image: url(/images/1.png);
	background-repeat: no-repeat;
	background-size: 91% 91%;
	background-color:transparent;
	background-position: center center;
}
.cas2{
	background-image: url(/images/2.png);
	background-repeat: no-repeat;
	background-size: 91% 91%;
	background-color:transparent;
	background-position: center center;
}
.cas3{
	background-image: url(/images/3.png);
	background-repeat: no-repeat;
	background-size: 90% 90%;
	background-position: center center;
	
}
.cas4{background-color:#eeeeee;}

div.divlistephotocab,div.divlistephotocabdef{
	display:inline-block;
	width: 40%;
	padding:2%;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:1%;
	margin-right:1%;
	border: 1px solid #888888;
	margin-bottom:20px;
}
div.divlistephotocabdef{border: 2px solid #3B3B3B;}

div.divlistephotocab img,div.divlistephotocabdef img{
	float: left;
	margin-right: 20px;
	max-width: 200px;
}

td.tdimg{width:130px;height:130px;text-align:center;}
td.tdimg img{max-width:100%;max-height:100%;}
td.tddesc{width:130px;text-align:center;}

div.divbloc{
	border: 1px dotted #BFBFBF;
	padding:1rem;
	margin-bottom:2rem;
}	

/********** LES CRÉNEAUX ********************/
div.divveaffeccren{text-align:center;margin:1px;margin-bottom:2rem;}
div.divveaffeccrenhead{background-color:#dcdcdc;padding:5px;height: 85px;}
div.divitemresveaffected{background-color:#E4F5FF;}
div.divveaffeccren h3{font-weight:normal;text-align:center;font-size:0.9rem;line-height:1rem;margin:0;padding:0;}

div.divveaffeccren a:link,div.divveaffeccren a:visited,div.divveaffeccren a:active{color:#383838;text-decoration:none;}
div.divveaffeccren a:hover div{border: 1px solid #0068A6;}
div.divveaffeccren div.divitemresve{position:relative;}
div.divveaffeccren div.divitemresvegrand{display:none;}

div.divveaffeccren div.divitemresve:hover div.divitemresvegrand{display:block;position:absolute;width:100%;height:auto;top:0;left:0;background-color:#343434;color:white;z-index:10;border: 1px solid #000;text-align:left;padding:0.5rem;box-sizing: border-box;}

div.divveaffeccren div.divitemresve:hover div.divitemresvegrand span.spanheurcren{color:white;}

div.divmodcren{width:25px;height:25px;float:right;}

div.divwarning{color:red;font-size:1rem;text-align:center;padding:1rem;border: 1px solid red;}

/*****************	LE FORMULAIRE  *******************/
div#divformgen{display:block;width:auto;max-width:1000px;margin-left:auto;margin-right:auto;padding:1rem;}
div#divformgen div#divdesdctiptevform{padding-top:2rem;padding-bottom:2rem;}
div#divformgen h1{margin:1.2rem;}
div#divformgen h2{background-image:none;}
div#divformgen div#divcertifie{font-size:0.9rem;text-align:center;margin-top:1rem;}
.center{text-align:center;}
div#divformgen div.divformulaire{
	width:100%;
	max-width:none !important;
	margin:0 auto;
	text-align:left;
	padding-left:1rem;
}

div.divvoitresform{cursor:pointer;border: 2px solid #fff;padding:2px;margin-bottom:20px !important;}
div.divvoitresform:hover{border: 2px solid #E0E0E0;}
div.divvoitresform h3{height:80px;width:100%;box-sizing: border-box;float:left;margin:0;font-size:0.85rem;padding:5px;display: flex; align-items: center; justify-content: center;background-color: #eaeaea;}
div.divvoitresform div.divvoititemimg{height:130px;display: flex; align-items: center; justify-content: center;}
div.divvoitresform div.divvoititemimg img{max-width:95%;max-height:94%;}
div.divvoitresformselected{border: 2px solid #0475B2;}
div#voitdisposglob{height:200px;}
div#voitdispos,div#divbtVal{display:none;}
div#divinfosvoitres h2{font-size:1.5rem;}
h2#hdvoitres{margin-top:2rem;margin-bottom:0;padding:0;}
