@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
	color: #727375;
}
body.noscroll
{
    position: fixed; 
    overflow-y: scroll;
    width: 100%;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
h1 {
	color:#0053a1;
	font-size:150%;
	text-align:center;
}
a img {
	border: none;
}
a:link {
/*	color: #1f8389;*/
	text-decoration: none;
}
a:visited {
/*	color: #1f8389;*/
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	display:block;
	width: 1280px;
	position:relative;
	padding:20px 0;
	margin: 0 auto;
	min-height:400px;
}
.container::before, .container::after {
display: table;
content: "";
line-height: 0;
}
.containerlogin {
	display:block;
	width: 1280px;
	position:relative;
	padding:100px 0;
	margin: 0 auto;
	min-height:500px;
}
.containerlogin::before, .containerlogin::after {
display: table;
content: "";
line-height: 0;
}
.header {
	display:block;
	position:relative;
	background-color:#FFFFFF;
	height:300px;
/*	height:60px;*/
}
.content {
	position:relative;
	padding: 0;
}
.containerpict {
    background: url(V6-theme/wrap-compte-background.jpg) no-repeat top center; 
    min-height: 900px; 
    border-radius: 30px; 
    -webkit-box-shadow: 5px 5px 40px -7px #00a6a6; 
    box-shadow: 5px 5px 40px -7px #00a6a6;
    padding-top: 75px;
}
.linearblue {
    background: rgb(239,247,249);
background: linear-gradient(90deg, rgba(239,247,249,1) 0%, rgba(249,253,254,1) 50%, rgba(255,255,255,1) 100%);
    border-radius: 0px; 
    -webkit-box-shadow: 0px 0px 0px 0px #ffffff;
    box-shadow: 0px 0px 0px 0px #ffffff;
}
.footer {
	padding: 10px 0;
	
	background-color:#FFFFFF;
}
.footer p {
	width:1280px;
	margin:0 auto;
	font-size:12px;
    text-align: right;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.form2 input[type="submit"] {
	padding:10px;
	height:40px;
	background:#0082c3;
	color:#FFFFFF;
	font-size:100%;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	z-index:900;
}
.form2 input[type="submit"]:hover {
	background:#8d0969;
}
.form2 input[type="text"] {
	max-width:100%:
}
.equipements {
	width:90%;
	padding:5px;
	float:left;
}
.statut0 input[type="submit"] {
	padding:10px;
	height:40px;
	background:#F00;
	color:#FFFFFF;
	font-size:100%;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	z-index:900;
}
.statut0 input[type="submit"]:hover {
	background:#B90000;
}
.statut2 input[type="submit"] {
	padding:10px;
	height:40px;
	background:#F00;
	color:#FFFFFF;
	font-size:100%;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	z-index:900;
}
.statut2 input[type="submit"]:hover {
	background:#B90000;
}
.statut1 input[type="submit"] {
	padding:10px;
	height:40px;
	background:#ff7f00;
	color:#666;
	font-size:100%;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	z-index:900;
}
.statut1 input[type="submit"]:hover {
	background:#ff9f40;
}
.statut3 input[type="submit"] {
	padding:10px;
	height:40px;
	background:#00b050;
	color:#FFFFFF;
	font-size:100%;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	z-index:900;
}
.statut3 input[type="submit"]:hover {
	background:#00C300;
}
.form1 input[type="submit"],.form1 input[type="button"] {
	padding:10px 10px;
	background:#034b8f;
	color:#FFFFFF;
    border-width: 0px;
    padding: 15px;
    font-weight: 800;
	-moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.freeze input[type="button"] {
	background:#e5e5e5;
	color:#555555;
}

.form1 input[type="submit"]:hover,.form1 input[type="button"]:hover {
	background:#00a6a6;
}
.freeze input[type="button"]:hover {
	background:#e5e5e5;
	color:#555555;
}
.form_login {
	padding-top:0px;
	padding-left:0px;
	padding-bottom:50px;
}
.form_login label {
	padding:0;
	display:inline-block;
	text-align:left;
	width:200px;
    font-size: 20px;
	margin-right:15px;
    color: #00a6a6;
}
.form_login input[Type=text],.form_login input[Type=number],.form_login input[Type=password],.form_login input[Type=tel] {
	background:#ffffff;
	padding:0;
	width:300px;
	display:inline-block;
	vertical-align:top;
	height:30px;
	padding:5px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border-color: #0053a1;
	border-width: 1px;
	margin-top: -5px;
}
.form_loginupper input[Type=text],.form_login input[Type=password],.form_login input[Type=tel] {
	background:#ffffff;
	padding:0;
	width:300px;
	display:inline-block;
	vertical-align:top;
	height:30px;
	padding:5px;
	-moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
input[Type=text].form_loginupper {
	text-transform:uppercase;
}
.form_login textarea {
	background:#ffffff;
	padding:0;
	width:300px;
	display:inline-block;
	padding:0px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.form_login input[Type=submit] {
	padding:0;
	margin-left:250px;
}
.form_login input[type="submit"],.form_login input[type="button"] {
	padding:15px 40px;
	background:#006eb4;
	color:#FFFFFF;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	margin-left:250px;
    font-size: 30px;
	border:0px;
}
.form_login input[type="submit"]:hover,.form_login input[type="button"]:hover {
	background:#00a6a6;
}

.invite {
	position:absolute;
	background:#1081cf;
	top:140px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 1024px;
	height:48px;
	color:#FFFFFF;
}
.invite p {
	padding: 10px 20px 10px 150px;
	color: #FFFFFF;
	height:28px;
}
.thumb {
  max-width: 200px;
  max-height: 200px;
  width: expression(this.width > 200 ? "200px" : true);
  height: expression(this.height > 200 ? "200px" : true);
}
.message {
	z-index:900;
	background-color: #034b8f;
	border: none;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 25px;
	padding: 15px 15px 15px 30px;
	text-shadow: 0 1px 0 #555;
	color: #fff;
	font-size: 16px;
    border-radius: 30px;
}
.message input,.message button {
    background: #ffffff;
    border-width: 0px;
    padding: 10px;
    color: #034b8f;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 800;
}
.message select {
    background: #ffffff;
    border-width: 0px;
    padding: 10px;
    color: #034b8f;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 800;
}
.messagelink:link,.messagelink:visited,.messagelink:hover {
	color:#ffffff;
	text-decoration:none;
}

.univers_on:link {
	padding:10px;
	margin:0 5px;
	margin-top:-10px;
	background:#ffffff;
	color:#0082c3;
	font-size:125%;
	-moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
	border:1px solid #ffffff;
	border-bottom:none;
	z-index:900;
	float:right;
	text-decoration:none;
	text-shadow:none;
}
.univers_on:visited {
	color:#0082c3;
	text-decoration:none;
}
.pdf:link {
	padding:10px;
	background:#0082c3;
	color:#FFFFFF;
	font-size:100%;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	border:1px solid #0082c3;
	z-index:900;
	text-decoration:none;
	text-shadow:none;
}
.pdf:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.pdf:hover {
	background-color:#8d0969;
	text-decoration:none;
}
.univers_off:link {
	padding:10px;
	margin:0 5px;
	margin-top:-10px;
	background:#0082c3;
	color:#ffffff;
	font-size:125%;
	-moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
	border:1px solid #ffffff;
	border-bottom:none;
	z-index:900;
	float:right;
	text-decoration:none;
	text-shadow:none;
}
.univers_off:visited {
	color:#ffffff;
	text-decoration:none;
}
.box {
	background-color:#0082c3;
	width:173px;
	height:100px;
	padding:190px 10px 10px 10px;
	margin:7px;
	text-shadow: 0 1px 0 #555;
	text-decoration:none;
	display:block;
	cursor:pointer;
	box-shadow:0 -5px 5px #777;
	-moz-box-shadow:0 -5px 5px #777;
	-webkit-box-shadow:0 -5px 5px #777;
}
.box:link,.box:visited {
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}
.box:hover {
	background-color:#8d0969;
}
.validation {
	border:#FFFFFF 3px none;
	padding:3px;
}
.validation0 {
	border:#FFFFFF 3px none;
	padding:3px;
}
.validation1 {
	border:#ff7f00 3px solid;
	padding:3px;
}
.validation2 {
	border:#F00 3px solid;
	padding:3px;
}
.validation3 {
	border:#00b050 3px solid;
	padding:3px;
}
#menu {
	position:absolute;
	top:180px;
/*	top:0px;*/
	width:100%;

	min-height:85px;
	height:85px;
    
}
.third {
	margin-left:15px;
	padding:10px;
	display:block;
	width:25%;
	float:left;
	border:1px solid #8d0969;
}
.third p {
	padding:0;
}
.messages {
	width:50%;
	margin-left:50%;
}
.messages h3 {
	color:#FFFFFF;
	background-color:#8d0969;
	padding:10px;
}
.messages table {
	margin:0 auto;
	width:95%;
}
.messages table tr:nth-child(odd) td {
	background-color:#FFFFFF;
}
.messages table tr:nth-child(even) td {
	background-color:#d8e9f1;
}
.messages table td {
	padding:5px 0;
}
.message_entete {
	color:#8d0969;
	padding:5px;
	font-size:10px;
	text-transform:uppercase;
}
.message_txt {
	color:#000000;
	font-size:12px;
	padding:10px;
	font-style:italic;
}
.mail_validation {
	width:95%;
	float:left;
}
.mail_validation h3 {
	color:#FFFFFF;
	background-color:#8d0969;
	padding:10px;
}
.mail_validation h4 {
	margin-top:15px;
	background-color:#f1f2f2;
	padding:5px;
	border-bottom:#8d0969 1px solid;
}
.mail_validation table {
	margin:0 auto;
	width:95%;
}
.mail_validation table td {
	padding:5px 0;
}
.envoi_validation input[Type=text] {
	width:95%;
}
.envoi_validation textarea {
	width:95%;
	resize: none;
}
.envoi_validation label {
	padding:20px 0;
	color:#8d0969;
	font-size:12px;
	font-weight:bold;
}
.envoi_validation p {
	padding:0;
}
.envoi_validation input[type="submit"] {
	padding:10px 20px;
	background:#0082c3;
	color:#FFFFFF;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	float:right;
}
.envoi_validation input[type="submit"]:hover {
	background:#8d0969;
}
.textevalidation {
	padding:20px 0;
	color:#8d0969;
	font-size:12px;
	font-weight:bold;
}
.recherche {
	float:right;
	margin-bottom:10px;
	margin-right:10px;
	padding:20px;
	background-color:#ffffff;
	border:#999 1px solid;
	box-shadow:0 1px 5px #999999;
	-moz-box-shadow:0 1px 5px #999999;
	-webkit-box-shadow:0 1px 5px #999999;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.recherche input {
    border-width: 0px;
}
.recherche input[type="submit"] {
    background: #b6b6b6;
    padding: 10px;
    color: #ffffff;
    font-weight: 800;
    font-size: 16px;
    border-radius: 30px;
}
.dashboard {
	margin:0 10px;
}
.dashboard h2 {
	margin-top:20px;
	font-size:14px;
	background:#f1f2f2;
	border:#8d0969 1px solid;
	padding:10px;
	text-align:center;
	clear:both;
}
.dashboard p {
	font-size:12px;
}
.dashboard a {
	font-style:italic;
}
.half {
	width:492px;
	float:left;
	display:block;
}
.tableauavancement {
	display:table-cell;
	font-size:10px;
	float:left;
	vertical-align:top;
 	width:120px;
	height:170px;
 	padding:10px;
}
.tableauavancementcatalogue {
	display:table-cell;
	border:1px solid #FFFFFF;
	font-size:8px;
	float:left;
	vertical-align:top;
 	width:170px;
	height:280px;
 	padding:10px;
	margin-right:8px;
	margin-bottom:8px;
	transition:0.1s;
}
.tableauavancementcatalogue:hover {
/*	border:1px solid #000000;	*/
	transition:0.1s;	
}
.validationdoc0 {
	border:#FFFFFF 1px solid;
	border-radius:20px;
}
.validationdoc1 {
	border:#ff7f00 1px solid;
	background-color:rgba(255,127,0,0.1);
	border-radius:20px;
}
.validationdoc2 {
	border:#F00 1px solid;
	background-color:rgba(255,0,0,0.1);
	border-radius:20px;
}
.validationdoc3 {
	border:#00b050 1px solid;
	background-color:rgba(0,176,80,0.1);
	border-radius:20px;
}
.tableauselection {
	display:table-cell;
	font-size:10px;
	float:left;
	vertical-align:top;
 	width:120px;
	height:170px;
 	padding:10px;
	background-color:#f1f2f2;
	margin:6px;
}
.black_overlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 50%;
	padding: 16px;
	border:5px solid #8d0969;
	border-radius:20px;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
.white_content2 {
	display: none;
	position: absolute;
	height:500px;
	width: 1000px;
	padding: 16px;
	border:5px solid #8d0969;
	border-radius:20px;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
/* docustore */
.capsule {
	background:#0053a1;
	border-radius:30px;
	color:#FFFFFF;
	padding:10px 40px;
}
.capsulegabarit {
	background:#ffffff;
    border:1px solid #1f8389;
	border-radius:20px;
	color:#1f8389;
	padding:40px;
	margin:20px;;
	text-align:center;
    width: 300px;
    float: left;
    box-shadow: 0 12px 35px 0 rgb(33 75 115 / 20%);
    min-height: 610px;
}
.description_gabarit {
	font-size:12px;
	padding:15px;
}
.tableauselection {
	display:table-cell;
	font-size:10px;
	border:1px solid #FFFFFF;	
	float:left;
	vertical-align:top;
 	width:320px;
	height:300px;
 	padding:0px;
	padding-top:50px;
	background-color:#fff;
	margin:0px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
.tableauselection:hover {
	border:1px solid #e5e5e5;	
	transition:0.1s;	
}
.tableauselection img {
	padding-bottom:15px;
}
.tableaucategorie {
	display:table-cell;
	font-size:10px;
	border:1px solid #FFFFFF;	
	float:left;
	vertical-align:top;
 	width:200px;
	height:200px;
 	padding:0px;
	padding-top:50px;
	background-color:#fff;
	margin:20px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
    border-radius: 20px;
    -webkit-box-shadow: 5px 5px 40px -7px #00a6a6; 
    box-shadow: 5px 5px 40px -7px #00a6a6;
}
.tableaucategorie:hover {
	border:1px solid #e5e5e5;	
	transition:0.1s;	
}
.tableaucategorie img {
	padding-bottom:15px;
    width: 100px;
}
.tableautemps {
	display:table-cell;
	font-size:10px;
	float:left;
	vertical-align:top;
 	width:250px;
 	padding:0px;
	padding-top:0px;
    padding-bottom: 20px;
	margin:20px;
	text-align:left;
	font-size:16px;
	font-weight:bold;
    border-radius: 20px;
    box-shadow: 0 12px 35px 0 rgb(33 75 115 / 20%);   
}
.tableautemps img {
    width: 250px;
    
}
.interface {
	padding:15px;
	border-radius:30px;
	margin-left:0px;
	margin-bottom:10px;
	transition:0.1s;
	font-size:12px;
	font-weight:800;
	line-height: 30px;
	text-transform:uppercase;
    border-color:#1f8389;
    border-width: 1px;
    border-style: solid;
    background: #1f8389;
	color:#ffffff;
	}
.interface:hover {
	background:#ffffff;
	color:#1f8389;
}
.interfaceaction {
	display: block;
	padding:15px;
	border-radius:30px;
	margin-left:0px;
	margin-bottom:10px;
	transition:0.1s;
	font-size:12px;
	font-weight:800;
	line-height: 30px;
	text-transform:uppercase;
    border-color:#1f8389;
    border-width: 1px;
    border-style: solid;
    background: #1f8389;
	color:#ffffff;
	}
.interfaceaction:hover {
	background:#ffffff;
	color:#1f8389;
}
.interfaceorange {
	display: block;
	padding:15px;
	border-radius:30px;
	margin-left:0px;
	margin-bottom:10px;
	transition:0.1s;
	font-size:12px;
	font-weight:800;
	line-height: 30px;
	text-transform:uppercase;
    border-color:#f9af00;
    border-width: 1px;
    border-style: solid;
    background: #f9af00;
	}
.interfaceorange:hover {
	background:#ffffff;
	color:#000000;
}
.interfacemini {
    color: #0053a1;
	padding:5px 15px;
	background:#ffffff;
	border-radius:10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border:#0053a1 solid 1px;
	text-align:center;
	margin-bottom:10px;
	transition:0.1s;
	font-size:8px;
	font-weight:bold;
	line-height: 30px;
	text-transform:uppercase;
	white-space: nowrap;
}
.interfacemini:hover {
	background:#0053a1;
	color:#ffffff;
	transition:0.5s;
}
.interfaceactive {
	background:#f7b000;
}
.fondtxt {
	background:#090;
	border:1px solid #333;
	opacity:0.8;
/*	overflow:auto;*/
	overflow:hidden;
}
.champtxt {
	opacity:0.5;
/*	text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;*/
}
.champtxt span,.champtxt p {
	margin:0;
}
.champtxt img {
	zoom: 25%;
}
.champtxt:hover {
	background:#FFF;
	opacity:1;
	transition:0.7s;
}
.fondimg {
	background:#06F;
	border:1px solid #333;
	opacity:1;
}
.fondimgnewuser {
	background:#06F;
	border:1px solid #333;
	opacity:0.5;
}
.champimg {
	opacity:0.5;
}
.champimg:hover {
	opacity:0.9;
	transition:0.4s;
}
.crop {
	opacity:0.3;
}
.crop:hover {
	opacity:0.9;
	transition:0.4s;
}
/*
@-webkit-keyframes clignote {
0%{opacity:0.3;}
50%{opacity:0.6;}
100%{opacity:0.3;}
}
@keyframes clignote {
0%{opacity:0.3;}
50%{opacity:0.6;}
100%{opacity:0.3;}
}
*/
.troppetit {
	background:#F00;
/*	-webkit-animation-name: clignote;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count:infinite;
	animation-name: clignote;
	animation-duration: 2s;
	animation-iteration-count:infinite;
*/
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}
input.cmn-toggle-round + label {
  padding: 0px;
  width: 40px;
  height: 20px;
  background-color: #dddddd;
  border-radius: 10px;
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 20px;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 19px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #d0def2;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 20px;
}
.switch {
	padding-top:4px;
	position:absolute;
}
#alertes {
	display: block; 
	position: absolute;
	top: 210px; 
	left: 650px;
	font-family:arial, verdana, sans-serif; 
	text-align:justify; 
	font-size:12px;
	font-weight:normal;
	width:550px;
	background: white;
	padding: 5px;
	border: 1px solid #F00;
	border-left: 10px solid #F00;
	z-index:1000;
}
#actions-document {
	width:1248px;
	position:fixed;
	bottom:0px;
	border:1px solid #e5e5e5;
	background-color:#fff;
	background-color:rgba(255,255,255,0.8);
}
.tooltip
{
  position: relative;
  cursor: help;
  text-decoration: none;
  color: #222;
  outline: none;
}

.tooltip span
{
  visibility: hidden;
  position: absolute; 
  bottom: 30px;
  left: 50%;
  z-index: 999;
  width: 230px;
  margin-left: -127px;
  padding: 10px;
  border: 2px solid #ccc;
  opacity: .9;
  background-color: #ddd;                     
  background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));  
  -moz-border-radius: 4px;
  border-radius: 4px;  
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;  
  text-shadow: 0 1px 0 rgba(255,255,255,.4); 
}

.tooltip:hover
{
  border: 0; /* IE6 fix */
}

.tooltip:hover span
{
  visibility: visible;
}

.yellow-tooltip span
{

  border-color: #e1ca82;
  background-color: #ffeaa6;                     
}
#affichage-ckeditor
{
	display:none;
	background-color: rgba(0,0,0,0.8);
	z-index:1001;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:1002;
}
#blocckeditor {
	width:700px;
	height:500px;
	position: absolute;
	background:#FFF;
	padding:30px;
	border-radius:20px;
}
#affichage-crop
{
	display:none;
	background-color: rgba(0,0,0,0.8);
	z-index:1001;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:1002;
}
#bloccrop {
	width:1000px;
	height:500px;
	position: absolute;
	background:#FFF;
	padding:30px;
	border-radius:20px;
}
.synthese {
	font-size:10px;
	color:#000;
	border-color:#FFF;
}
.synthese td {
	padding:10px;
	text-align:left;
}
.synthese ::-webkit-input-placeholder { font-size:9px; }
.synthese ::-moz-placeholder { font-size:9px; } /* firefox 19+ */
.synthese :-ms-input-placeholder { font-size:9px; } /* ie */
.synthese input:-moz-placeholder { font-size:9px; }
.croix {
	background-color:#cccccc;
/*
	background-image:url(images/croix.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:center;
*/
}
.aide, .aide p {
	text-align:justify;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.grey_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 10000%;
	height: 10000%;
	background-color: black;
	z-index:1030;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#menufinalite,#statutdocument {
	display:none;
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 500px;
    height: 500px;
	text-align:center;
	z-index:1100;
    padding: 75px;
    background-color: rgba(0,0,0,0.5);
}
#finalite,#statutdocument {
	display:none;
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 500px;
    height: 500px;
	text-align:center;
	z-index:1100;
    padding: 75px;
}
.interface2 {
	padding:15px 40px;
	border-radius:60px;
	margin-left:0px;
	margin-bottom:10px;
	transition:0.1s;
	font-size:20px;
	font-weight:800;
	line-height: 60px;
	text-transform:uppercase;
    border-style: none;
    background: #ffffff;
	cursor: pointer;
	}
.interface2:hover {
	background:#1f8389;
	color:#ffffff;
}
body.noscroll {
	position: fixed; 
	overflow-y: scroll;
	width: 100%;
}