#a_out:hover {
	color: #F00;
	transition-property: text-shadow color -moz-text-shadow -webkit-text-shadow;
	transition-duration: 0.8s;
	text-shadow:         0px 0px 5px rgba(255, 57, 17, 0.75);
	-moz-text-shadow:    0px 0px 5px rgba(255, 57, 17, 0.75);
	-webkit-text-shadow: 0px 0px 5px rgba(255, 57, 17, 0.75);
}
#a_out:link {
	transition-property: text-shadow color -moz-text-shadow -webkit-text-shadow;
	transition-duration: 0.8s;
}
A.NONE {
	TEXT-DECORATION: none;
}
A.STYLENONE {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
}
a:hover {
	color: #505050;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
.ariane {
	float: left;
	width:987px;
	overflow: visible;
	color: #7a7a7a;
	padding: 9px;
	padding-left: 4px;
	font-size: 12px;
	line-height: 14px;
	border-bottom: 1px solid #bebebe;
}
.cadre_search {
	overflow: hidden;
	position: relative;
	height: 40px;
	margin: auto;
	width: 998px;
	border: 1px solid #b1b1b1;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.cadre_search input[type=post] {
	font-size: 14px;
	color: #585858;
}
td.cadre_search input[type=post]:after {
	content: ">&middot;";
	clear: both;
	color: #b1b1b1;
	font-size: 14px;
	font-weight: bold;
}
.cadre_search input[type=submit] {
	height: 40px;
	Width: 120px;
	line-height: 40px;
	background: #6d6d6d; /* Old browsers */
	background: -moz-linear-gradient(top,  #6d6d6d 0%, #5e5c5c 52%, #545353 53%, #484848 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d6d6d), color-stop(52%,#5e5c5c), 	color-stop(53%,#545353), color-stop(99%,#484848)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6d6d6d 0%,#5e5c5c 52%,#545353 53%,#484848 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6d6d6d 0%,#5e5c5c 52%,#545353 53%,#484848 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6d6d6d 0%,#5e5c5c 52%,#545353 53%,#484848 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #6d6d6d 0%,#5e5c5c 52%,#545353 53%,#484848 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#484848',GradientType=0 ); /* IE6-9 */	
	border: none;
	margin: 0px 0px 0px 40px;
	padding: 0px;
	font-size: 14px;
	color: #dadada;
	text-align: center;
	text-shadow: 1px 2px 3px #666;
}
.cadre_search input[type=submit]:hover {
	padding-left: 1px;
	padding-top: 1px;
	text-shadow: none;
}
.cadre_search_champs {
	float: right;
	height: 40px;
	ligne-height: 40px;	
}
.cadre_search_ico {
	float: left;
	width: 22px;
	height: 30px;
	margin-left: 10px;
	margin-top: 7px;
	margin-right: 20px;
}






div.sup {
    text-align: left;
    width: 150px;
}













.copyright {
	float: right;
	height: 14px;
	margin-top: 46px;
	margin-right: 10px;
	line-height: 14px;
	font-size: 9px;
	color: #fff;
}
/* background page log */
.background_log {
	position: fixed;
	z-index: -10;
	width: 100%;
	height: 100%;
	background-position: left top;
	background-color: #cfd0d1;
	background-image: url(../hardcore/files/img/background_log.jpg);
	background-repeat: no-repeat;
}
/* background footpage*/
.background_footpage {
	display: block;
	position: absolute;
	height: 80px;
	width: 100%;
	border-top: 3px solid #525252;
	bottom: 0px;
	background-color: #474747;
}
/* background page panel bandeau*/
.background_panel {
	display: block;
	position: absolute;
	z-index: -10;
	left: 0px;
	top: 0px;
	height: 85px;
	width: 100%;

#	border-top: 6px solid #20aaea;
#	border-bottom: 1px solid #474747;
#	box-shadow: 0px 4px 8px 0px rgba(119, 119, 119, 0.07);
#	-moz-box-shadow: 0px 4px 8px 0px rgba(119, 119, 119, 0.07);
#	-webkit-box-shadow: 0px 4px 8px 0px rgba(119, 119, 119, 0.07);
#	background: #ffffff; /* Old browsers */
#	background: -moz-linear-gradient(top,  #ffffff 85%, #fafafa 100%); /* FF3.6+ */
#	background: -webkit-gradient(linear, left top, left bottom, color-stop(85%,#ffffff), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
#	background: -webkit-linear-gradient(top,  #ffffff 85%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
#	background: -o-linear-gradient(top,  #ffffff 85%,#fafafa 100%); /* Opera 11.10+ */
#	background: -ms-linear-gradient(top,  #ffffff 85%,#fafafa 100%); /* IE10+ */
#	background: linear-gradient(to bottom,  #ffffff 85%,#fafafa 100%); /* W3C */
#	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9	*/

}
.bloc1 {
	overflow: hidden;
	float: left;
	height: 84px;
	width: 526px;
	margin-top: 6px;
	text-align: left;
}
.bloc2 {
	overflow: hidden;
	float: right;
	height: 62px;
	width: 320px;
	margin-left:23px;
	margin-top: 17px;
	margin-bottom: 11px;
	border-left: 1px solid #b1b1b1;
}

.bloc3:hover {
	box-shadow: 0px 0px 5px 0px rgba(127, 127, 127, 0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(127, 127, 127, 0.5);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(127, 127, 127, 0.5);
}


.bloc4 {
	overflow: hidden;
	float: right;
	height: 84px;
	width: 192px;
	margin-top: 6px;
}

.bloc5 {
	position: absolute;
	height: 64px;
	width: 300px;
	float: left;
	margin-top: 18px;
	margin-left: 2px;
	text-align: left;
}

.bloc_societe {
	float: left;
	height: 88px;
	width: 135px;
	margin-right: 20px;
	margin-bottom: 8px;
	background: #565555;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.34);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.34);
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.34);
}
.bouton {
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
}
.br_vertical {
	 float: left;
	 height: 68px;
	 width: 1px;
	 clear: none;
	 border-right: 1px solid #545454;
	 background: #383838;
}
.bt_blanc {
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: center;
	font-size: 16px;
	color: #585858;
	border: 1px solid #b1b1b1;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
	box-shadow: 1px 3px 2px 0px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 1px 3px 2px 0px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 1px 3px 2px 0px rgba(0, 0, 0, 0.13);
}
.bt_blanc:hover {
	margin-top: 2px;
	margin-bottom: 0px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13);
}
.email_ico {
	float: left;
	width: 32px;
	height:23px;
	padding-top: 5px;
	border-right: 2px solid #c0c0c0;
	text-align: left;
}
.email_tx {
	float: left;
	height: 16px;
	width: 140px;
	margin-left: 6px;
	padding: 6px;
	line-height: 16px;
	font-size: 14px;
	text-align: left;
	cursor: pointer;
}
.email_tx:hover {
	background-color: rgba(94,94,94,0.1);
}
fieldset {
	padding: 20px;
	margin-bottom: 10px;
}
.foot_logo {
	float: left;
	height: 68px;
	width: 88px;
	text-align: center;
}
.footpage {
	overflow: hidden;
	height: 70px;
	width: 1000px;
	margin: auto;
	padding-top: 10px;
}

form {
	/*background-color:#FFFFFF;*/
	margin: 0 auto 0 auto;
	padding: 0px;
}
html, body {
	height: 100%;
	margin : 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
}



#global{
	margin:0 auto;
	min-height:100%;
	text-align:left;
	width:100%;
	}

input {
	height: 22px;
	line-height: 22px;
	background-color: #fff;
	border: 1px solid #b1b1b1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
input[type=text], input[type=password], input[type=post] {
	padding: 2px;
}
input[type=submit] {
	 cursor: pointer;
}
input[type=radio] {
	margin-right: 10px;
	background-color: transparent;
	border: none;
margin:0;
 vertical-align:middle;
}
label {
	margin-top: 20px;
	display: block;
	font-size: 90%;
}
legend {
	color: #a0522d;
	font-weight: bold;
}
.log {
	overflow: hidden;
	float: left;
	width: 157px;
	height: 194px;
	margin-left: 50px;
	margin-top: 10px;
	padding-top: 44px;
	padding-left: 25px;
	border-bottom: 1px solid #b5b5b5;
	background-image:url(../hardcore/files/img/trombone_log.png);
	background-repeat: no-repeat;
	background-position: 12px 0px;
}
.log_liens {
position:absolute;
height: 500px;
width: 200px;
left:74%;
top:50%;
margin:-200px 0 0 100px;
	padding-left: 14px;
	background-image: url(../hardcore/files/img/bg_lien.png);
	background-repeat: no-repeat;
	background-position: 0px -100px;
}
.mnu_tbl_rub {
	text-align: center;
	font-size: 10pt;
	text-decoration: underline none;
}
.page_cont {
	position: relative;
	min-height: 100%;
	padding-bottom: 110px;
}
.page_foot {
	display: block;
	position: relative;
	height: 80px;
	width: 100%;
	margin-top: 17px;
	border-top: 3px solid #525252;
	bottom: 0px;
	background-color: #474747;
}
.page_top {
	position: relative;
	min-height: 100%;
}
.panel_favoris {
	float: left;
	width: 320px;
	min-height: 380px;
	border-left: 1px solid #b1b1b1;
	margin-top: 2px;
	margin-bottom: 10px;
}
.panel_logiciel {
	padding: 1px;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
	border-top: 1px solid #6c6b6b;
	color: #585858;
	line-height: 16px;
	font-size: 13px;
	text-align: center;
}
.panel_rsociete {
	padding: 1px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	border-top: 1px solid #6c6b6b;
	color: #fff;
	line-height: 16px;
	font-size: 13px;
	text-align: center;
}
.panel_rsociete a:link {
	color: #FFF;
	text-decoration: none;
}
.passport_message {
	float: left;
	height: 14px;
	width: 269px;
	margin-left: 10px;
	line-height: 14px;
	text-align: left;
	font-size: 11px ;
	color: #585858;
}
.passport_message_ico {
	float: left;
	height: 14px;
	width: 15px;
	margin-left: 20px;
}
.pied_page {
	position: absolute;
	bottom: 0px;
	height: 80px;
	width: 100%;
	border-top: 3px solid #525252;
	background-color: #474747;
}
.planing_calendrier_we {
	text-align: left;
	width: 15px;
	background-color: #ddddff;
}
.planing_off {
	text-align: left;
	width: 15px;
	background-color: #ffffff;
}
.planing_off_we {
	text-align: left;
	width: 15px;
	background-color: #ddddff;
}
.planing_on {
	font-weight: bold;
	text-align: left;
	width: 15px;
	background-color: #dddd00;
}
.planing_presence {
	text-align: left;
	width: 15px;
	background-color: #cccccc;
}
select {
	background-color: #ffffff;
	color: #000000;
}
select, option {
	background-color:#ffffff;
}
.table_2 {
	text-align: center;
	background-color: #fff000;
	color: #000000;
	font-size: 10pt;
}
.table_accueil {
	text-align: center;
	background-color: #ffffff;
	color: #000000;
	font-size: 4pt;
	marging : 0px;
	padding : 0px;
}

.table_accueil_menu_droit {
	text-align: center;
	background-color: #ffffff;
	color: #000000;
	font-size: 10pt;
	marging : 0px;
	width: 510;
	padding : 0px;
}

.table_base {
	text-align: center;
	color: #000000;
	font-size: 10pt;
	margin: auto;
	
/*	height: 100%; */
	border-spacing: 0px;
    border-collapse: collapse;
}


.td_base_droite {
	text-align: right;
	}


.td_base_gauche {
	text-align: left;
	}











.table_recherche_client {
	text-align: center;
	color: #000000;
	font-size: 10pt;
	margin: auto;
	padding:4px;
/*	height: 100%; */
	padding: 0px;
	border-spacing: 0px; 
   border-collapse: separate;
}


/* DESACTIVATION */
.table_page {
	text-align: center;
	color: #000000;
	font-size: 10pt;
	margin: auto;
	/*width: 1200px;*/
	height: 800px;
	border-spacing: 0px;
    border-collapse: collapse;
    }

/* DESACTIVATION */
.td_topcenter {
	text-align: center;
	padding: 0px;
	vertical-align:top;
    }
    
.td_pp {
	font-size: 6pt;
    }
.td_top {
    vertical-align:top;	
    }
.td_215 {
    vertical-align:top;	
    width: 215px;    
    }     







.td_entete {
	padding: 0px;
	height: 92px;
    }
.td_align_left {
	text-align: left;
	padding: 0px;
    }
 
.td_topleft {
	text-align: left;
	padding: 0px;
	vertical-align:top;
    }
    








.td_160{
	text-align: center;
    width: 160px;    
    }     
    
.tr_menu {
	height: 32px;
    vertical-align:top;
    }
        
.tr_ariane {
	height: 34px;
    vertical-align:middle;
    }

.tr_ligne {
	height: 1px;
    background-color: #cccccc ;
    }
    
.table_base_gauche {
	text-align: left;
	color: #000000;
	font-size: 10pt;
	margin: auto;
	border-spacing: 0px;
    border-collapse: collapse;
    
     border-width:1px; 
 border-style:solid; 
 border-color:black;

    
}


#formulaire_creation_produit {
	border-collapse: collapse;

}

#formulaire_creation_produit caption {
  font-size:1.4rem;
  color:#ffffff;
  background-color: #5d625c;
 /* caption-side: bottom; // Ex : aligné en bas */
}


#formulaire_creation_produit th, #formulaire_creation_produit td {
  padding: 3px;
  border: 1px solid #fff;
  text-align: left;
  background: #eeeeee;
}
#formulaire_creation_produit th {
  background: #999690;
  color: white;
  font-weight: bold;
}

















.table_base_gauche_nomargin {
	text-align: left;
	color: #000000;
	font-size: 10pt;
	border-spacing: 0px;
    border-collapse: collapse;
}

.table_choicelist {
	text-align: center;
	color: #000000;
	font-size: 10pt;
	marging : 0px;
	padding : 0px;
}
.table_menu2 {
	text-align: center;
	color: #000000;
	font-size: 10pt;
	marging : 0px;
	padding : 0px;
}
.table_petit {
	text-align: center;
	color: #000000;
	font-size: 7pt;
	marging : 0px;
	padding : 0px;
}
.table_petit_gauche {
	text-align: left;
	color: #000000;
	font-size: 7pt;
	marging : 0px;
	padding : 0px;
}

.table_simple {
	color: #000000;
	font-size: 10pt;
	padding : 0px;
}
.tbl_page {
	background-color: #ddddff;
}
.table_3 {
	font-size: 10pt;
}
textarea {
	background-color: #ffffff;
	color: #000000;
	border:1px solid black;
}
.titreOrang {
	font-size: 20px;
	font-weight: bold;
	color: #FF9900;
}
.tx {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.vignette_logiciel {
	height: 47px;
	margin: auto;
	margin-top: 10px;
	text-align: center;
}
.vignette_societe {
	height: 43px;
	width: 43px;
	margin-left: 46px;
	margin-top: 10px;
	margin-right: 46px;
	border: 2px solid #fff;
	background: #e3e3e3;
	background-image: url(../hardcore/files/img/user.png);
	background-position: center;
	background-repeat: no-repeat;
}
.datepicker {

}

/* SLIDE SHOW
//####################################################################################################
//####################################################################################################
*/

#slideshow {
	position: relative;
	width: 640px;
	height: 310px;
	padding: 15px;
	margin: 0 auto 2em;
	border: 1px solid #ddd;
	background: #FFF;
	/* CSS3 effects */
	background: linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 0 3px rgba(0,0,0, 0.2);
}
 
/* avanced box-shadow
 * tutorial @
 * https://www.creativejuiz.fr/blog/les-tutoriels/ombre-avancees-avec-css3-et-box-shadow 
*/
#slideshow:before,
#slideshow:after {
	position: absolute;
	bottom:16px;
	z-index: -10;
	width: 50%;
	height: 20px;
	content: " ";
	background: rgba(0,0,0,0.1);
	border-radius: 50%;
	box-shadow: 0 0 3px rgba(0,0,0, 0.4), 0 20px 10px rgba(0,0,0, 0.7);
}
#slideshow:before {
	left:0;
	transform: rotate(-4deg);
}
#slideshow:after {
	right:0;
	transform: rotate(4deg);
}

/* gestion des dimensions et débordement du conteneur */
#slideshow .container {
	position:relative;
	width: 640px;
	height: 310px;
	overflow: hidden;
}
	
/* on prévoit un petit espace gris pour la timeline */
#slideshow .container:after {
	position:absolute;
	bottom: 0; left:0;
	content: " ";
	width: 100%;
	height: 1px;
	background: #999;
}
/* 
   le conteneur des slides
   en largeur il fait 100% x le nombre de slides
*/
#slideshow .slider {
	position: absolute;
	left:0; top:0;
	width: 400%;
	height: 310px;
}

/* annulation des marges sur figure */
#slideshow figure {
	position:relative;
	display:inline-block;
	padding:0; margin:0;
}
/* petit effet de vignette sur les images */
#slideshow figure:after {
	position: absolute;
	display:block;
	content: " ";
	top:0; left:0;
	width: 100%; height: 100%;
	box-shadow: 0 0 65px rgba(0,0,0, 0.5) inset;
}
/* styles de nos légendes */
#slideshow figcaption {
	position:absolute;
	left:0; right:0; bottom: 5px;
	padding: 20px;
	margin:0;
	border-top: 1px solid rgb(225,225,225);
	text-align:center;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
	font-family: Georgia, Times, serif;
	background: #fff;
	background: rgba(255,255,255,0.7);
	color: #555;
	text-shadow: -1px -1px 0 rgba(255,255,255,0.3);
}

/* fonction d'animation, n'oubliez pas de prefixer ! */
@keyframes slider {
	0%, 20%, 100%	{ left: 0 }
	25%, 45%		{ left: -100% }
	50%, 70%		{ left: -200% }
	75%, 95%		{ left: -300% }
}




/* 
//####################################################################################################
//####################################################################################################
*/


.table_css {
	width:980px;
	border-collapse: collapse;
	margin: auto
}

.table_css caption {
  font-size:1.4rem;
  color:#ffffff;
  background-color: #5d625c;
}

.table_css th {
font-family: monospace;
border: thin solid #6495ed;
width: 50%;
padding: 5px;
background-color: #D0E3FA;
background-image: url(sky.jpg);
}

.table_css td {
font-family: sans-serif;
border: thin solid #aaaaaa;
width: 50%;
padding: 5px;
#text-align: center;
#background-color: #ffffff;
}

.table_css caption {
font-family: sans-serif;
}

.designation {
text-align:left;
min-width:200px;
}

.checkbox_zone {
background-color: #eeeeee;
}