@charset "utf-8";

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0 none !important;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}

html {height: 100%;}

body {
	font: normal 0.875em arial,helvetica,sans-serif;
  color: #333333;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	line-height: 130%;
	height: 100%;
}

p,span,td,div,ul,li {margin: 0; padding: 0;}
pre {font:inherit;}

ul,li {list-style-type: none;line-height:inherit;}

	ul.avec-puce {
		padding: 0; 
		margin : 0 0 0 30px;
	}
	ul.avec-puce, ul.avec-puce li {
		list-style-type: disc;
	}

a,a:visited {color: #333333;text-decoration:underlinen;}
a:hover {color: #333333;text-decoration:none;}

#admin-logo {
	width:350px;
	height:auto;
	margin: 15px 0 15px 20px;
}
	@media (max-width: 1280px) {
		#admin-logo {
			width:300px;
		}
	}

/* FORMULAIRES ******************************************************************************** */
fieldset,legend {
	border: 0 none;
	margin:0; padding: 0;
}
fieldset {
	margin-bottom: 0.33em;
}
label {cursor: pointer;}
legend {
	margin-bottom: 0.33em;
	/* font-weight: bold; */
}
form {padding: 0; margin: 0;display: inline-block;}
input,select,textarea {
	font: normal 1em arial,helvetica,sans-serif;
}
textarea {font: normal 1em arial,helvetica,sans-serif;}
select {background: #fff;}

span.input_text,
input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=url],
input[type=tel],
select,
textarea {
  color: #666666;
  border:solid 1px #cccccc;
	margin: 0;
	padding: 0 0.5em;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/* height: 24px; */
	line-height: 2em;
}
	span.input_text {
		background: #FFFFFF;
		display:inline-block;
		height:30px !important;
	}
	
	.input-text-flex {
		position:relative;
		display:flex;
		align-item:stretch;
	}
	.input-text-flex-append {
		display:flex;
		flex: 1 1 auto;	
		line-height: 30px;
		border:solid 1px #cccccc;
		border-radius:2px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		color: #666666;
		background-color: #f1f1f1;
		padding: 0 5px;
		margin-left:-1px;
	}
	.input-text-flex-prepend {
		display:flex;
		flex: 1 1 auto;	
		line-height: 30px;
		border:solid 1px #cccccc;
		border-radius:2px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		color: #666666;
		background-color: #f1f1f1;
		padding: 0 5px;
		margin-right:-1px;
	}

textarea {
	line-height: 1.3em;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
  border:solid 1px #014963;
}
input[type=text][disabled=disabled],
input[type=number][disabled=disabled],
input[type=tel][disabled=disabled],
input[type=url][disabled=disabled],
input[type=email][disabled=disabled] {
	background-color: #FAFAFA;
}

input[type=button].btn,
input[type=submit].btn,
a.btn, a.btn:visited,
span.btn,
button.btn {
	display: inline-block;
	background:#028ABD;
	border: solid 1px #014963;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/* height: 29px; */
	font: bold 1em arial,helvetica,sans-serif;
	line-height: 1.7em !important;
	color:#ffffff;
	cursor: pointer;
	margin: 0.5em 0 0 !important;
	padding: 0.125em 1em;
	text-decoration:none;
	text-shadow: none;
}
	input[type=button].btn:hover,
	input[type=submit].btn:hover,
	a.btn:hover,
	a.btn:focus,
	a.btn:active,
	span.btn:hover,
	button.btn:hover {
		background-color:#014963;
		border: solid 1px #014963;
	}
	
	input[type=button].btn-medium,
	input[type=submit].btn-medium,
	a.btn-medium, a.btn-medium:visited,a.btn-medium:active,a.btn-medium:focus,
	span.btn-medium,
	button.btn-medium {
		line-height: 14px !important;
		margin: 0 !important;
		padding: 0.2em 0.35em !important;
		font-size:0.8em;
	}

	input[type=button].btn-small,
	input[type=submit].btn-small,
	a.btn-small, a.btn-small:visited,a.btn-small:active,a.btn-small:focus,
	span.btn-small,
	button.btn-small {
		line-height: 14px !important;
		margin: 0 !important;
		padding: 0 !important;
		font: bold 0.8125em arial,helvetica,sans-serif;
	}

select {height:30px;}
	select optgroup {font-style: normal;background-color:#EEE;color:#676464;font-size:1em;padding: 5px 3px;}
	select option {background-color:#FFF;color:#676464;font-size:1em;line-height:1.4;padding: 5px 3px;}
		select option[disabled=disabled] {background: #DDDDDD;}
		select option[disabled=disabled].optgroup {font-weight:bold;background-color:#AAAAAA;color:#FFF;font-size:1.125em;padding: 5px 3px;}

select:disabled,textarea:disabled {
	background:#FAFAFA;
}


div.form_commentaire {/* max-width:1063px; */}	
	
a.btn-cancel,button.btn-cancel,
a.btn-cancel:visited,button.btn-cancel:visited,
a.btn-gris,button.btn-gris,
a.btn-gris:visited,button.btn-gris:visited {background:#aaa;border: solid 1px #aaa;}
a.btn-cancel:hover,button.btn-cancel:hover,
a.btn-cancel:focus,button.btn-cancel:focus,
a.btn-cancel:active,button.btn-cancel:active,
a.btn-gris:hover,button.btn-gris:hover,
a.btn-gris:focus,button.btn-gris:focus,
a.btn-gris:active,button.btn-gris:active {background:#888;border: solid 1px #aaa;}

a.btn-rouge,button.btn-rouge,
a.btn-rouge:visited,button.btn-rouge:visited {background:#F27342;border: solid 1px #F27342;}
a.btn-rouge:hover,button.btn-rouge:hover,
a.btn-rouge:active,button.btn-rouge:active,
a.btn-rouge:focus,button.btn-rouge:focus {background:#E54C10;border: solid 1px #E54C10;}

td.btn-action {line-height:0 !important;text-align:center;}
a.btn-action,a.btn-action:hover,a.btn-action:visited {display: inline;height: 16px;width:16px;text-decoration:none;}
	a.btn-modifier {background: url(../img/icones/modifier.png) no-repeat 0 0 transparent;}
	a.btn-supprimer {background: url(../img/icones/supprimer.png) no-repeat 0 0 transparent;}

.admin_form_box {
	background: none repeat scroll 0 0 #f1f1f1;
	margin: 0.5em auto;
	padding: 1em 1.5em;
	display: inline-block;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	/* max-width: 1105px; */
}

.admin_form_field {
	/*
	margin: 0;
	padding: 0 8px;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 24px;
	line-height: 24px;
	*/
}

.admin_form_field_error {
	border: solid 1px #dd4b39;
}

div.form_titre {
 font: bold 1.125em arial,helvetica,sans;
 color: #333333;
 border-bottom: solid 1px #ccc;
 padding: 0.5em 0;
 margin-bottom: 1em;
 text-align:left;
}
div.form_separateur {
 border-bottom: solid 1px #ccc;
 margin-top: 1em;
}

.superadmin {
	color: #ff0000;
}

#div_actions {
	display:none;
	border: solid 1px #CCCCCC;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
	z-index:99;
	position:absolute;
	padding:10px;
	background:#FFFFFF;
	cursor: move;
}
	#div_actions_liste {display:block;}
	
	#div_actions .titre {
	 display: inline-block; margin: 0 auto;
	 font: bold 16px arial,helvetica,sans;
	 color: #333333;
	 padding: 5px 10px;
	 text-align:center;
	 background: url(../img/icons/gear_in_32.png) 0 center transparent no-repeat;
	 padding-left: 40px;
	 height:32px; 
	}
	#div_actions .titre-actions {
	 background: url(../img/icons/gear_in_32.png) 0 center transparent no-repeat;
	}
	#div_actions .titre-onglets {
	 background: url(../img/icons/tabbar.png) 0 center transparent no-repeat;
	}
	

/* *************************************************************************************************** */



/* TITRES ******************************************************************************************** */
h1 {
	font: 700 1.5em/55px "Open sans",arial, helvetica, sans-serif;
	color:#333333;
	width: 970px;
	padding: 0 0.66em;
	margin: 0 auto;
}
h2 {
	font: 700 1.125em "Open sans",arial, helvetica, sans-serif;
	color:#333333;
	padding: 0;
	margin: 0 0 0.5em 0;
}
/* *************************************************************************************************** */


/* ELEMENTS STANDARDS ******************************************************************************** */
.textC {text-align:center !important;}
.textL {text-align:left !important;}
.textR {text-align:right !important;}

.fleft{float:left;}
.fright{float:right;}
.fnone {float:none;}

.cb {clear:both !important;}
.cl {clear:left !important;}
.cr {clear:right !important;}

.c-blanc,.blanc {color:#ffffff !important;}
.c-bleu,.bleu {color:#028ABD !important;}
.c-rouge,.rouge {color:#D90000 !important;}
.c-vert,.vert,.c-validation {color:#40BE1B !important;}
.c-orange,.orange {color:#FF8000 !important;}
.c-gris,.gris {color: #676464 !important;}
.c-transparent {color: transparent !important;}

.c-validation {color:#40BE1B !important;}

.bg-blanc,.fond_blanc {background-color:#ffffff !important;}
.bg-bleu,.fond_bleu {background-color:#028ABD !important;}
.bg-rouge {background-color:#D90000 !important;}
.bg-vert {background-color:#40BE1B !important;}
.bg-orange {background-color:#FF8000 !important;}
.bg-gris {background-color: #676464 !important;}

a.bleu:hover {color:#014963 !important;}

.t11 {font-size: 11px !important;}
.t12 {font-size: 12px !important;}
.t13 {font-size: 13px !important;}
.t14 {font-size: 14px !important;}
.t15 {font-size: 15px !important;}
.t16 {font-size: 1em !important;}
.t17 {font-size: 17px !important;}
.t18 {font-size: 1.125em !important;}
.t24 {font-size: 24px !important;}

.bold {font-weight: bold !important;}

.tdn {text-decoration: none !important;}

.nowrap,.nw {white-space:nowrap;}
.cb {clear:both;}

.w100 {width: 100% !important;}

.lh15 {line-height: 1em !important;}

.nodisplay {display:none !important;}

.tb {text-decoration:line-through;}

.displayIB {display:inline-block !important;}
.displayB {display:block !important;}
.displayN {display:none !important;}

.img_icone {position: relative; top: 4px;}

/*
span.erreur{display: inline-block;color:#E23230;padding-left:24px;margin:5px 0;background:url(/img/icones/puce-erreur.png) 0 3px no-repeat transparent;}
span.validation {display: inline-block;color:#00B200;padding-left:24px;margin:5px 0;background:url(/img/icones/puce-validation.png) 0 3px no-repeat transparent;}
*/

.pointer {cursor:pointer;}
.none {display:none;}
.block {display:block;} 
.pAbsolute {position:absolute;} 
.brd {background:transparent none repeat scroll 0 0;border:0 none;padding:0;vertical-align:middle;} 
.fsI {font-style:italic;}

.p0 {padding:0 !important;;} 

.p10 {padding:10px !important;;} 
.p20 {padding:20px !important;;} 

.pl5 {padding-left:0.33em !important;;} 
.pl10 {padding-left:0.66em !important;;} 
.pl15 {padding-left:1em !important;;} 
.pl30 {padding-left:2em !important;;} 

.ptb5 {padding: 5px 0 !important;}
.ptb10 {padding: 10px 0 !important;}

.m0 {margin:0 !important;}

.mb5 {margin-bottom:0.33em !important;}
.mb10 {margin-bottom:0.66em !important;}
.mb15 {margin-bottom:1em !important;}
.mb20 {margin-bottom:1.25em !important;}

.ml5 {margin-left:0.33em !important;;}
.ml10 {margin-left:0.66em !important;;}
.ml15 {margin-left: 1em !important;;}
.ml20 {margin-left:1.25em !important;;}
.ml30 {margin-left:2em !important;;}

.mr5 {margin-right:0.33em !important;}
.mr8 {margin-right:0.5em !important;;}
.mr10 {margin-right:0.66em !important;}

.mt4 {margin-top:0.25em !important;;}  
.mtb5 {margin: 0.33em 0 !important;}
.mt8 {margin-top:0.5em !important;;}  
.mt10 {margin-top:0.66em !important;;}  
.mt15 {margin-top:1em !important;;}  
.mt20 {margin-top:1.25em !important;;} 

.mtb10 {margin: 0.66em 0 !important;}


.opacity_moyenne{
/* SAFARI TRES VIELLE VERSION < 2.1 */
    -khtml-opacity:0.5;
/* FIREFOX TRES VIELLE VERSION <= 0.9*/
    -moz-opacity : 0.5;
/* IE 8 ET COMPRIS PAR IE 10*/
    -ms-filter: "alpha(opacity=50)";
/* IE > 4 et < 8 ET COMPRIS PAR IE 10*/
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
/* IE 4 */
    filter : alpha(opacity=50);
/* AUTRE */
    opacity : 0.5;
}

.mot_coupe_tiret{
		-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.nodisplay {display:none;}

.ombre {
	-moz-box-shadow: 0px 0px 3px 0px #909090;
	-webkit-box-shadow: 0px 0px 3px 0px #909090;
	-o-box-shadow: 0px 0px 3px 0px #909090;
	box-shadow: 0px 0px 3px 0px #909090;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090, Direction=NaN, Strength=3);
}

.round-corner {border-radius:4px !important;}


/* *************************************************************************************************** */

/* STRUCTURE****************************************************************************************** */
#container {
	position: absolute;
	width: 100%;
 	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	text-align: left;
}

#admin_top {
	width: 100%;
	height: 50px;
}
#admin_settings {
	height: 50px;
	float: right;
	text-align: right;
	padding: 1em 0.66em 0;
}
#admin_navigation {
	width: 100%;
	height: 52px;
	background: #028ABD;
	-moz-box-shadow: 0px 3px 5px 0px #656565;
	-webkit-box-shadow: 0px 3px 5px 0px #656565;
	-o-box-shadow: 0px 3px 5px 0px #656565;
	box-shadow: 0px 3px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
	text-align:center;
}
#admin_frame {
	width: 100%;
	height: 100%;
}
#admin_frame 					  {height: 450px;}/* (IE 6) */
html>body div#admin_frame  {height: auto; min-height:450px;} /* Nav recents*/
*+html>body div#admin_frame {min-height: 450px;}/* IE 7 */ 

#admin_frame_left {
	background: #f4f4f4;
	float:left;
	border-right: solid 1px #ccc;
	padding: 0.66em;
	width: 280px;
	overflow: hidden;
	overflow: auto;
	overflow-x: hidden;
}
#admin_frame_left h2 {
	padding: 0.5em 0;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	margin: 1em 0;
}
#admin_frame_left h2:first-child {
	padding: 0 0 0.5em 0;
	border-top: 0 none;
	border-bottom: solid 1px #cccccc;
	margin: 0 0 1em 0;
}
#admin_frame_main {
	background: #ffffff;
	overflow: auto;
	padding: 0.66em;
}
#admin_frame_right {}
	#admin_frame_right 					  {width: 700px;}/* (IE 6) */
	html>body div#admin_frame_right  {width: auto; max-width:700px;} /* Nav recents*/
	*+html>body div#admin_frame_right {max-width: 700px;}/* IE 7 */ 

div.saut {height: 0.5em;}
div.sep,div.separateur {
	background: #cccccc;
	width:100%;
	height:1px;
}
div.separateur_double {
	background: #cccccc;
	height:3px;
}

div.contenu-boutons {
	border-bottom: solid 1px #CCCCCC;
	padding: 0.5em 0;
	margin-bottom: 1.33em;
	text-align: center;
}


/* *************************************************************************************************** */

/* DIALOGS ******************************************************************************************* */
.admin_error_box {
	border: solid 1px #dd4b39;
	background: #ffffff;
	padding: 0.33em;
	display: none;
	margin-bottom: 0.5em;
}
.admin_error_msg {
	color: #dd4b39;
	padding-left: 0.33em;
	display: none;
}
.admin_accept {
	padding-left: 60px;
	background: url(../img/icones/accept.png) no-repeat 24px center scroll transparent;
}
.admin_error {
	padding-left: 60px;
	background: url(../img/icones/error.png) no-repeat 24px center scroll transparent;
}

/*
span.validation {
	background-image: url(../img/puce-validation.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 25px;
	color: #40BE1B;
	font-weight: bold;
}
*/
div.validation {
	border: solid 1px #40BE1B;
	background-color: #40BE1B;
	padding: 0.5em;
	margin: 0.5em 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/*
div.validation span {
	background: url(../img/puce-validation.gif) 0 0 no-repeat transparent;
	padding-left: 25px;
	color: #40BE1B;
	font-weight: bold;
}
*/

/*
span.erreur {
	background-image: url(../img/puce-erreur.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 25px;
	color: #FF0000;
	color: #E23230;
	font-weight: bold;
}
*/
div.erreur {
	border: solid 1px #E23230;
	background-color: #E23230;
	padding: 0.5em;
	margin: 0.5em 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*
span.info {
	display: inline-block;
	background-image: url(../img/help.png);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 5px;
	border: solid 1px #094c90;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 25px;
	color: #094c90;
	margin-bottom:10px;
}
*/
div.info {
	border: solid 1px #028ABD;
	background: #FFFFFF url(../img/icones/help_32.png) 7px 8px no-repeat;
	padding: 0.5em;
	padding-left: 3.25em;
	margin: 0.5em 0;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* *************************************************************************************************** */

/* LISTES********************************************************************************************* */
.admin_li {
	height: 45px;
	line-height: 3em;
}
/* *************************************************************************************************** */

/* NAVIGATION GAUCHE ******************************************************************************** */

ul.admin_navigation {}

	ul.admin_navigation li {
		margin: 0.5em 0;
		white-space: nowrap;
		/* height: 19px; */
		position: relative;
	}
	ul.admin_navigation li a.admin_navigation_li_a,
	ul.admin_navigation li span.admin_navigation_li_a {
		display:inline-block;
		/*
		overflow:hidden;
		text-overflow:ellipsis;
		height: 20px;
		*/
		line-height: 1.375em;
	}
	ul.admin_navigation li span.admin_navigation_li_a {
		position:relative;
		top: -2px;
	}
	ul.admin_navigation li span.admin_navigation_li_span {
		display:block;
		position:absolute;
		top:0; 
		/* left: 190px; */
		right:-12px;
		height: 1.25em;
		line-height: 1.25em;
		padding: 0 0.33em 0 0.66em;
		text-align:right;
		width: 80px;
		background: transparent url(../img/fonds/catalogue-arbo-span.png) 0 0 no-repeat; 
	}
	ul.admin_navigation li span.admin_navigation_li_span_cat {
		display:block;
		position:absolute;
		top:0; 
		/* left: 210px; */
		right:-14px;
		height: 1.25em;
		line-height: 1.25em;
		padding: 0 0.33em 0 0.66em;
		text-align:right;
		width: 60px;
		background-color: #ff0000;
		background: transparent url(../img/fonds/catalogue-arbo-span.png) 0 0 no-repeat; 
	}
	ul.admin_navigation li span.admin_navigation_li_count {
		background-color: #AAAAAA;
		color: #ffffff;
		font-weight: bold;
		line-height: 1.25em;
		padding: 1px 6px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		margin-right:3px;
		position:relative;
		top: -1px;
		top: 0;
	}
/* ************************************************************************************************** */

/* NAVIGATION HORIZONTALE *************************************************************************** */
#admin_navigation_horizontale {
	text-align:center;
}

#tabs_navigation_horizontale {
	display: inline-block;
	margin: 0 10px;
}
#tabs_navigation_horizontale li {
	display: inline-block;
}
#tabs_navigation_horizontale li a {
	display: inline-block;
	background-color:#bbbbbb;
	font: bold 1.125em/2em "Open sans",arial,helvetica,sans-serif;
	color:#ffffff;
	cursor: pointer;
	margin: 0.5em 0 0;
	padding-left: 1em;
	padding-right: 1em;
	text-decoration:none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#tabs_navigation_horizontale li a:hover {
	background-color:#888888;
}
#tabs_navigation_horizontale li a.active {
	background-color:#028ABD;
}

#tab_container_horizontal {
	display:block;
	padding: 0.33em 0.66em;
	width: 100%;
	background: #028ABD;
	-moz-box-shadow: 0px 3px 5px 0px #656565;
	-webkit-box-shadow: 0px 3px 5px 0px #656565;
	-o-box-shadow: 0px 3px 5px 0px #656565;
	box-shadow: 0px 3px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
	text-align:center;
}
#tab_container_horizontal li {
	display: inline-block;
}
#tab_container_horizontal a,
#tab_container_horizontal a:visited {
	display: inline-block;
	margin: 0.33em;
	padding: 0 1em;
	border: 0 none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: transparent;
	color: #ffffff;
	font: bold 1.125em "Open sans",arial,helvetic,sans-serif;
	line-height: 1.5em;
	text-align:center;
	text-decoration: none;
}
#tab_container_horizontal a.selected,
#tab_container_horizontal a.selected:visited {
	background: #ffffff;
	color: #028ABD;
}
#tab_container_horizontal a:hover {
	background: #ffffff;
	color: #666666;
}


/* ************************************************************************************************** */

/* NAVIGATION SETTINGS ET BOUTONS ******************************************************************* */

a.settings,
div.settings {
	margin: 0 0.33em;
	display: inline-block;
	width:30px; height:30px;
	text-align:center;
}

a.bg_power, a.bg_power:visited {background: url(../img/icones/settings/power.png) 0 0 no-repeat transparent;}
a.bg_power:hover {background-position: 0 -30px;}

a.bg_settings, a.bg_settings:visited {background: url(../img/icones/settings/settings.png) 0 0 no-repeat transparent;}
a.bg_settings:hover {background-position: 0 -30px;}

a.bg_super_settings, a.bg_settings:visited {background: url(../img/icones/settings/super-settings.png) 0 0 no-repeat transparent;}
a.bg_super_settings:hover {background-position: 0 -30px;}

a.bg_home, a.bg_home:visited {background: url(../img/icones/settings/home.png) 0 0 no-repeat transparent;}
a.bg_home:hover {background-position: 0 -30px;}

a.bg_analytics, a.bg_analytics:visited {background: url(../img/icones/settings/analytics.png) 0 0 no-repeat transparent;}
a.bg_analytics:hover {background-position: 0 -30px;}

a.bg_help, a.bg_help:visited {background: url(../img/icones/settings/help.png) 0 0 no-repeat transparent;}
a.bg_help:hover {background-position: 0 -30px;}

/*
div.bg_person, div.bg_person:visited {background: url(../img/icones/settings/person.png) 0 0 no-repeat transparent; position:relative;cursor:pointer;}
div.bg_person:hover {background-position: 0 -30px;}
*/

div.bg_person {position:relative;}
div.bg_person #settings_person_info_bulle_container {display: none;}
/* div.bg_person:hover #settings_person_info_bulle_container {display:block;} */

.btn_settings, .btn_settings:visited {background: url(../img/icones/settings/fond-neutre.png) 0 0 no-repeat transparent; cursor:pointer;color:#444444;line-height:32px;}
.btn_settings:hover {background-position: 0 -30px;color:#FFFFFF;}
	.btn_settings:hover .info_bulle {color:#444444;}
.btn_settings i {font-size:18px;}

.btn_settings_rouge, .btn_settings_rouge:visited {background: url(../img/icones/settings/fond-rouge.png) 0 0 no-repeat transparent; cursor:pointer;color:#D90000;line-height:32px;}
.btn_settings_rouge:hover {background-position: 0 -30px;color:#FFFFFF;}

.btn_settings_power_off, .btn_settings_power_off:visited {background: url(../img/icones/settings/fond-power-off.png) 0 0 no-repeat transparent; cursor:pointer;color:#FFFFFF;line-height:32px;}
.btn_settings_power_off:hover {background-position: 0 -30px;color:#FFFFFF;}


/* ************************************************************************************************** */

/* FORMULAIRES ************************************************************************************* */

#form_produit {width: 100%;}
	/* ECRANS DE 1024px */
	div#form_produit 					  { width: 680px;}/* (IE 6) */
	html>body div#form_produit  { width: auto; max-width:680px;} /* Nav recents*/
	*+html>body div#form_produit { min-width: 680px;}/* IE 7 */ 
	/* ECRANS DE 1200px */
	div#form_produit 					  { width: 860px;}/* (IE 6) */
	html>body div#form_produit  { width: auto; max-width:860px;} /* Nav recents*/
	*+html>body div#form_produit { min-width: 860px;}/* IE 7 */ 

div.formulaire_saisie {width: 100%;}

/* ************************************************************************************************** */

/* INFOS BULLES ************************************************************************************* */

div.info_bulle_container {
	display: none;
	position: absolute !important;
	right: -40px;
	top: 30px;
	z-index:10000;
}

div.info_bulle {
	right: -10px;
	top: 0;
	text-align: left;
	width: auto;
	padding: 0.66em;
	margin: 10px auto 0;
	background: #f5f5f5;
	border: solid 1px #444444;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
div.info_bulle_bec {
	position: absolute;
	top: 5px;
	right: 50px;
	width: 0;
	height: 0;
	border-bottom: 5px solid #444444;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

/* ************************************************************************************************** */

/* LIENS ******************************************************************************************** */
span.arrow-right,
a.arrow-right, a.arrow-right:visited, a.arrow-right:hover {
	padding-left: 1.375em;
	position: relative;
	/* background: url(../img/icones/nav/arrow-right.png) no-repeat 1px center transparent; */
}
	span.arrow-right:after,
	a.arrow-right:after {
		content: "\f054";
		color:#028ABD;
		font-family: "Font Awesome 5 Free";
		font-weight:900;
		position: absolute;
		left: 0.3em;
		text-decoration:none !important;
	}
a.no-arrow, a.no-arrow:visited, a.no-arrow:hover {
	background-image: none;
}
	a.no-arrow:before {
		content: "";
	}
a.expand-off, a.expand-off:visited, a.expand-off:hover {
	display: inline-block;
	/* height:22px; */
	line-height:1.375em;
	margin-right: 0.33em;
	position: relative;
}
a.expand-off ul {display:none;}
a.expand-on, a.expand-on:visited, a.expand-on:hover {
	display: inline-block;
	/* height:1.375em; */
	line-height:1.375em;
	margin-right: 0.33em;
}
	a.expand-on:before,
	a.expand-off:before {
		content: "\f111";
		color:#028ABD;
		font-family: "Font Awesome 5 Free";
		font-weight:900;
		font-size: 1.3em;
		position: absolute;
		left: 0em;
		top:0.1em;
		text-decoration:none !important;
	}
	a.expand-on:after,
	a.expand-off:after {
		content: "\f054";
		color:#FFF;
		font-family: "Font Awesome 5 Free";
		font-weight:900;
		position: absolute;
		left: 0.4em;
		top:0.1em;
		text-decoration:none !important;
	}
	a.expand-on:after {
		transform: rotate(90deg);
		left: 0.35em;
		top: 0.2em;
	}
	a.expand-on:after {
		transform: rotate(90deg);
		left: 0.35em;
		top: 0.2em;
	}


a.expand-on ul {display:block;}

a.navigation-deroule {
	display: inline-block;
	/* height:1.375em; */
	line-height:1.375em;
	padding-left: 20px;
	position:relative;
}
ul.navigation-deroule {
	display: block;
	margin-left:30px;
}
a.navigation-enroule {
	display: inline-block;
	/* height:1.375em; */
	line-height:1.375em;
	padding-left: 20px;
	position:relative;
}
	a.navigation-deroule:before,
	a.navigation-enroule:before {
		content: "\f111";
		color:#028ABD;
		font-family: "Font Awesome 5 Free";
		font-weight:900;
		font-size: 1.3em;
		position: absolute;
		left: 0em;
		text-decoration:none !important;
	}
	a.navigation-deroule:after,
	a.navigation-enroule:after {
		content: "\f054";
		color:#FFF;
		font-family: "Font Awesome 5 Free";
		font-weight:900;
		position: absolute;
		left: 0.4em;
		text-decoration:none !important;
	}
	a.navigation-deroule:after {
		transform: rotate(90deg);
		left: 0.35em;
		top: 0.1em;
	}

ul.navigation-enroule {
	display: none;
	margin-left:30px;
}
/* ************************************************************************************************** */

/* TABLEAUX ***************************************************************************************** */
table.admin-table {
	border-collapse: collapse;
	margin: 0.5em 0;
}
	table.admin-table th {
		background-color:#aaaaaa;
		color: #ffffff;
		border-left: solid 1px #fff;
		border-bottom: solid 1px #fff;
		text-align: center;
		line-height:1.5em;
	}
	table.admin-table tr:first-child th:first-child {border-left: solid 1px #aaa;}
	table.admin-table tr:first-child th:last-child {border-right: solid 1px #aaa;}
	
	table.admin-table th a {color:#FFFFFF;}
	
	table.admin-table th,
	table.admin-table td {
		padding: 0 0.33em;
		padding: 0.33em 0.5em;
	}
	table.admin-table td {
		border: solid 1px #aaa;
		background-color:#FFFFFF;
	}
		
		/* TABLEAUX IMBRIQUES */
		
		table.admin-table td table {
			width: 100%;
		}
		
		table.admin-table td td {
			border: 0;
			background-color:#FFFFFF;
			padding: 0;
		}
		
	table.admin-table tr > td > select {height:auto;}

a.maj-checkbox,a.maj-checkbox:visited,a.maj-checkbox:hover {
	padding: 0.25em 0;
	padding: 0.375em 0;
	font: bold 0.875em/1.25em arial,helvetica,sans;
	text-decoration: none;
	color: #FFFFFF; 
	display: inline-block;
	width: 4em;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
a.maj-checkbox-0,a.maj-checkbox-0:visited,a.maj-checkbox-0:hover {
	background-color: #E23230;
}
a.maj-checkbox-1,a.maj-checkbox-1:visited,a.maj-checkbox-1:hover {
	background-color: #40BE1B;
}

/* ************************************************************************************************** */

/* TABS ********************************************************************************************* */
.tabs {
	margin: 0 0.66em;
}
#div_actions .tabs {
	margin: 0;
}

.tabs li {
	display: inline-block;
}
.tabs li a {
	display: inline-block;
	background-color:#bbbbbb;
	font: bold 1.125em/1.8125em arial,helvetica,sans-serif;
	color:#ffffff;
	cursor: pointer;
	margin: 0.5em 0 0;
	padding-left: 1em;
	padding-right: 1em;
	text-decoration:none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.tabs li a:hover {
	background-color:#888888;
}
.tabs li a.active,.tabs li a.active:hover {
	background-color:#028ABD;
}

.div_actions .tabs li {
	display: block;
}
.div_actions .tabs li a {
	background-color:#bbbbbb;
	border-color:#bbbbbb;
}
.div_actions .tabs li a:hover {
	background-color:#888888;
	border-color:#888888;
}
.div_actions .tabs li a.active,
.div_actions .tabs li a.active:hover {
	background-color:#028ABD;
	border-color:#028ABD;
}

.tab_container {
	display:inline-block;
	border-collapse: collapse;
	border: solid 1px #028ABD;
	border: solid 2px #028ABD;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0.25em 0.66em;
	margin: 0 0 0.5em;
	min-width: 750px;
}
.tab_container_gris {
	border: solid 2px #bbbbbb;
	padding: 0.25em 0.66em;
	margin: 0 0 0.5em;
}
.tab_content {
	display:none;
}
/* ************************************************************************************************** */

/* BOUTONS ******************************************************************************************** */

/* padding-left: 15px + largeur_icone + 10px */

.btn-icon {
	padding-left: 2.8125em !important;
	background-repeat: no-repeat !important;
	background-position: 1em center !important;
}

.btn-entrer {
	padding-left: 2.5625em !important;
	background-image: url(../img/icones/btn/entrer.png) !important;
}

.btn-ajouter {
	padding-left: 2.5625em !important;
	background-image: url(../img/icones/btn/plus.png) !important;
	background-repeat: no-repeat !important;
}

.btn-downloader {
	padding-left: 2.8125em !important;
	background-image: url(../img/icones/btn/archive.png) !important;
}

.btn-open-blank {
	padding-left: 2.5625em !important;
	background-image: url(../img/icones/btn/open-blank.png) !important;
}

/* ************************************************************************************************** */

/* GESTION PHOTOS / FICHIERS ******************************************************************************************** */

#photos_btn_help,#fichiers_btn_help {display:inline-block; width:16px; background: url(../img/icones/help.png) no-repeat 0 0 transparent;text-decoration:none;position:relative;top:0.25em;}
#photos_dialog_help,#fichiers_dialog_help {display:none;line-height:140%;}
#photos_dialog_legende,#fichiers_dialog_legende {display:none;line-height:140%;}

.fileinput-button .ui-button-icon-primary,
.fileupload-buttons button.cancel .ui-button-icon-primary,
tbody.files .cancel .ui-button-icon-primary {display:none;}
.fileinput-button .ui-button-text,
.fileupload-buttons button.cancel .ui-button-text,
tbody.files .cancel .ui-button-text {padding:0 !important;	line-height: 1.6875em;}

#photos_ajout,#fichiers_ajout {background-color:#FFFFFF;}

.galerie { list-style-type: none; margin: 0; padding: 0; padding-top:0.66em; }

	.galerie li { margin: 0 0.66em 0.66em 0; padding: 1px; float: left; text-align: center; position:relative; display:block;}
		#photos_album .galerie li {/* width:248px;*/ height:470px;}
	.galerie li div.galerie_photo,.galerie li div.galerie_fichier { padding: 0.25em; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; 	border: solid 1px #8F8F8F; border-collapse: collapse; text-align:center;background-color:#FFFFFF; }
	.galerie li div.galerie_photo,.galerie li div.galerie_fichier 					  	{ width: 206px;}/* (IE 6) */

	html>body .galerie li div.galerie_photo,html>body .galerie li div.galerie_fichier  { width: auto; min-width:206px;} /* Nav recents*/
	*+html>body div.galerie li div.galerie_photo,*+html>body div.galerie li div.galerie_fichier { min-width: 206px;}/* IE 7 */ 

	.galerie li a.suppr { position:absolute;right:3px;top:3px;background-color:#fff;width:1em;height:1em; }
	.galerie li div.galerie_photo_original { display:block; text-align:center;text-decoration:none; overflow:hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; margin: 0 auto;line-height:24px; }
		.galerie li div.galerie_photo_original {width: 195px;}
	.galerie li div.galerie_photo_commandes { padding: 0.33em 0 0; }
		.galerie li div.galerie_photo_commandes {cursor:move;}

	.galerie li div.galerie_fichier_original { /*display:block; text-align:center;text-decoration:none; overflow:hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; margin: 0 auto;line-height:24px;*/ }
		.galerie li div.galerie_fichier_original {/*width: 460px;*/}

	a.galerie_photo_btn,a.galerie_fichier_btn {display:inline-block; height:1.125em; padding-left: 1.5em; line-height:1.25em; background-repeat: no-repeat; background-position: 0 0; background-color: transparent;text-decoration:none;}
		a.galerie_photo_btn_actualiser,a.galerie_fichier_btn_actualiser {background-image: url(../img/icones/photos/update.png);}
		a.galerie_photo_btn_tout_selectionner,a.galerie_fichier_btn_tout_selectionner {background-image: url(../img/icones/photos/check_box_checked.png);}
		a.galerie_photo_btn_tout_deselectionner,a.galerie_fichier_btn_tout_deselectionner {background-image: url(../img/icones/photos/check_box_unchecked.png);}
		a.galerie_photo_btn_download,a.galerie_fichier_btn_download {background-image: url(../img/icones/photos/download.png);}
		a.galerie_photo_btn_modifier,a.galerie_fichier_btn_modifier {background-image: url(../img/icones/modifier.png);}
		a.galerie_photo_btn_supprimer,a.galerie_fichier_btn_supprimer {background-image: url(../img/icones/photos/bin_closed.png);}
	
	.galerie li a.galerie_photo_btn,.galerie li a.galerie_fichier_btn {padding-left:12px;}
		.galerie li a.galerie_photo_btn_zoom,.galerie li a.galerie_fichier_btn_zoom {background-image: url(../img/icones/photos/zoom_extend.png);}
		.galerie li a.galerie_photo_btn_legende,.galerie li a.galerie_fichier_btn_legende {background-image: url(../img/icones/photos/comment.png);}
		.galerie li a.galerie_photo_btn_legende_edit,.galerie li a.galerie_fichier_btn_legende_edit {background-image: url(../img/icones/photos/comment_edit.png);}
		.galerie li a.galerie_photo_btn_legende_add,.galerie li a.galerie_fichier_btn_legende_add {background-image: url(../img/icones/photos/comment_add.png);}
		.galerie li a.galerie_photo_btn_download,.galerie li a.galerie_fichier_btn_download {background-image: url(../img/icones/photos/download.png);}
		.galerie li a.galerie_photo_btn_supprimer,.galerie li a.galerie_fichier_btn_supprimer {background-image: url(../img/icones/photos/bin_closed.png);}
		
/* #photos_album {padding: 1em 1.5em;} */

#album_commandes { display: block;}
.galerie_photo_btn_checkbox_unchecked,.galerie_fichier_btn_checkbox_unchecked {background-image: url(../img/icones/photos/check_box_unchecked.png);}
.galerie_photo_btn_checkbox_checked,.galerie_fichier_btn_checkbox_checked {background-image: url(../img/icones/photos/check_box_checked.png);}

.galerie_photo_btn_rotation_90 {background-image: url(../img/icones/photos/transform_rotate_90.png);}
.galerie_photo_btn_rotation_180 {background-image: url(../img/icones/photos/transform_rotate_180.png);}
.galerie_photo_btn_rotation_270 {background-image: url(../img/icones/photos/transform_rotate_270.png);}


/* *************************************************************************************************** */

/* jQuery UI */
.ui-progressbar {
	height: 1em;
}

.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: arial,helvetica,sans;
}

.ui-dialog-titlebar {
	background:#028ABD !important;
	border: solid 1px #014963 !important;
}

.ui-dialog .ui-dialog-title {
	font-weight: bold;
	color:#FFFFFF;
	font: bold 1.2em arial,helvetica,sans-serif !important;
}

.ui-dialog .ui-dialog-titlebar-close {
	top: 0 !important;
}

.ui-dialog-buttonpane button {
	display: inline-block;
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	-o-border-radius: 6px !important;
	border-radius: 6px !important;
	margin: 0.5em 0.25em 0 !important;
	cursor: pointer;
}
.ui-dialog-buttonpane button {
	background:#028ABD !important;
	border: solid 1px #014963 !important;
}
.ui-dialog-buttonpane button:hover {
	background:#014963 !important;
	border: solid 1px #014963 !important;
}
.ui-dialog-buttonpane button:last-child {
	background:#aaaaaa !important;
	border: solid 1px #aaaaaa !important;
}
.ui-dialog-buttonpane button:last-child:hover {
	background:#888888 !important;
	border: solid 1px #888888 !important;
}
.ui-dialog-buttonpane button .ui-button-text,
.ui-dialog-buttonpane button .ui-button-text-only {
	font: bold 1em arial,helvetica,sans-serif !important;
	color:#ffffff !important;
	line-height: 27px;
	/* padding: 0 1em; */
}
.ui-progressbar .ui-progressbar-value {margin:0;background:#40BE1B;}

.ui-dialog .ui-dialog-titlebar-close {margin: 8px 4px 0 0;}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {top:5px;}

.bg-blanc {background-color:#FFFFFF;}

div.titre {
 font: bold 1.125em arial,helvetica,sans;
 color: #333333;
 padding: 0.5em 0;
 text-align:left;
}

/* *************************************************************************************************** */
/* CONFIGURATION DU SITE */
/* *************************************************************************************************** */

#div-configuration-site a {
	text-decoration:none;
	display: inline-block;
	background-color:transparent;
	padding: 7px;
	border: solid 2px transparent;
	border-radius: 4px;
}

#div-configuration-site a:hover {
	border: solid 2px #ADADAD;
	background-color: #FFFFFF;;
}

#div-configuration-site a.active,#div-configuration-site a.active:hover {
	border: solid 2px #028ABD;
	background-color: #FFFFFF;;
}

a.btn-rendu img {
	background-color: #FFFFFF;;
	padding: 10px;
	border: solid 2px #ADADAD;
	border-radius: 5px;
}
a.btn-rendu.active img,
a.btn-rendu.active:hover img {
	border: solid 2px #028ABD;
}
a.btn-rendu {text-decoration:none;}
a.btn-rendu.active,
a.btn-rendu.active div {
	color: #028ABD;
	font-weight: bold;
}

.mce-tinymce {max-width:100% !important;}


@media screen and (min-width: 1025px) {
	/* div.formulaire_saisie 					  { width: 900px;}/* (IE 6) */
	/* html>body div.formulaire_saisie  { width: auto; min-width:900px;} /* Nav recents*/
	/* *+html>body div.formulaire_saisie { min-width: 900px;}/* IE 7 */ 
}

@media screen and (max-width: 1024px) {
	/* div.formulaire_saisie 					  { width: 680px;}/* (IE 6) */
	/* html>body div.formulaire_saisie  { width: auto; max-width:680px;} /* Nav recents*/
	/* *+html>body div.formulaire_saisie { max-width: 680px;}/* IE 7 */ 
}

.scroll-to-top,
.scroll-to-top:visited {
	width: 50px;
	height: 50px;
	position: fixed;
	display: none;
	text-align: center;
	right: 50%;
	bottom: -5px;
}
.scroll-to-top .fa-stack-2x {font-size:80px;}
.scroll-to-top .fa-stack-1x {font-size:40px;line-height:39px;left:22px;top:7px;position:relative;}

	.scroll-to-top i.background,
	.scroll-to-top:visited i.background {
		color: #028ABD;
	}
	.scroll-to-top i.foreground,
	.scroll-to-top:visited i.foreground {
		color: #FFFFFF;
	}
 
.scroll-to-top:hover i.background, 
.scroll-to-top:focus i.background, 
.scroll-to-top:active i.background {
	color: #014963;
}
.scroll-to-top:hover i.foreground, 
.scroll-to-top:focus i.foreground, 
.scroll-to-top:active i.foreground {
	color: #FFFFFF;
}

.btn-rond,
.btn-rond:visited {
	width: 70px;
	height: 70px;
	position: fixed;
	text-align: center;
	right: 30px;
	bottom: 30px;
}
.btn-rond .fa-stack {width:100%;}
.btn-rond .fa-stack-2x {font-size:70px;}
.btn-rond .fa-stack-1x {font-size:40px;line-height:70px;}

	.btn-rond i.background,
	.btn-rond:visited i.background {
		color: #028ABD;
	}
	.btn-rond i.foreground,
	.btn-rond:visited i.foreground {
		color: #FFFFFF;
	}
 
.btn-rond:hover i.background, 
.btn-rond:focus i.background, 
.btn-rond:active i.background {
	color: #014963;
}
.btn-rond:hover i.foreground, 
.btn-rond:focus i.foreground, 
.btn-rond:active i.foreground {
	color: #FFFFFF;
}

.ui-menu .ui-menu-item {
	padding: 3px 0 3px 10px;
}

.ui-menu .ui-menu-item.ui-state-focus {
	background:rgb(230, 239, 255);
	border: 0;
	color:#028ABD;
}
.ui-dialog-no-close .ui-dialog-titlebar-close {
  display: none;
}

/* PLUPLOAD : UPLOADER SIMPLE */

.simple_photo_uploader .plupload_header,
.simple_photo_uploader .plupload_file_status,
.simple_photo_uploader .plupload_file_action,
.simple_photo_uploader .plupload_button.plupload_start,
.simple_photo_uploader .plupload_button.plupload_add .ui-button-text,
.simple_photo_uploader .plupload_filelist_content,
.simple_photo_uploader .plupload_started,
.simple_photo_uploader .plupload_stop {display:none !important;}
.simple_photo_uploader .plupload_wrapper {min-width:80px;}
.simple_photo_uploader .plupload_container {height:22px;min-height:auto;}
.simple_photo_uploader .plupload_content {top:0;bottom:0;width:38px;left:0;}
.simple_photo_uploader .plupload_button.plupload_add {
	width:36px;height:21px;
	border:0;
	left: 0;
	background-size:auto 80% !important;
	background-position: center center !important;
	margin: 0 !important;
	padding: 0 !important;
}
.simple_photo_uploader .plupload_filelist_footer {left:42px;width:38px;}
.simple_photo_uploader .plupload_buttons {width:38px;}
table.admin-table td .simple_photo_uploader td {background:transparent;}
table.admin-table td .simple_photo_uploader .plupload_filelist_footer table {width:auto;}
.simple_photo_uploader .plupload_file_name {padding-left: 0 !important;}
.simple_photo_uploader .plupload_cell {padding: 0 !important;}

/* SAISIE DES MODALITES DES VARIANTES */
.table_modalites_ligne td {border-top:solid 1px #ccc;padding-top:5px;padding-bottom:5px;}
.table_modalites_ligne:nth-child(2) td {border-top:0;}

#catalogue_produit_sommaire {margin: 0;width:160px;overflow:hidden;}
#catalogue_produit_sommaire li {line-height:2;text-align:left;white-space:nowrap;}
#catalogue_produit_sommaire li a {white-space:nowrap;}

.collapse,
a.btn.collapse{display:none;}


.cotation-infobulle {cursor:help;}

input.disabled, 
select.disabled,
textarea.disabled {
	background: #FAFAFA;
}

table.tableau-de-bord tr td {padding:5px 0;}
table.tableau-de-bord hr {height:1px;border:dashed 1px #aaa;}

.tag-tableau-de-bord {
	color: #fff !important;
	background-color:#028ABD;
	text-decoration: none; 
	text-align:center;
	font-weight:bold;
	display:inline-block;
	padding:3px 5px;
	border-radius:3px;
	min-width:42px;
}
.tag-tableau-de-bord-warning {
	background-color:#FF8000 !important;
}
.tag-tableau-de-bord-alert {
	background-color:#D90000 !important;
}
.transcote-prix {padding: 10px 0 ;}
.transcote-prix-ht {font-size:1.6em;font-weight:bold;}
.transcote-prix-ttc {font-size:1em;}

/* INFOBULLE */

.infobulle {}
.infobulle div {display:none;}

