<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.warning {display:block;padding:10px; margin-right: 10px; padding-left:35px;background:url("../images/icons/icowarning.gif") 10px 50% no-repeat;border:2px solid #F2DD8C; background-color:#FFF5CC;}

.info {display:block;padding:10px; margin-right: 10px;  padding-left:35px;background:url("../images/icons/icoinfo.gif") 10px 50% no-repeat;border:2px solid #B8E2FB; background-color:#E8F6FF;}

.success {display:block; padding:10px; margin-right: 10px;  padding-left:35px;background:url("../images/icons/icodone.gif") 10px 50% no-repeat;border:2px solid #BBDF8D; background-color:#EAF7D9;}

.error {display:block;padding:10px; margin-right: 10px;  padding-left:35px;background:url("../images/icons/icodelete.gif") 10px 50% no-repeat;border:2px solid #FFAEAE; background-color:#FEEBEB;}
.error  , .info , .success {
	color:black;
}

.left {
	float:left;
}
.right {
	float:right;
}
.hidden {
	display:none;
}
.strong {
	font-weight: bold;
}
.inputtrad {
	z-index: 3000;
	position:relative;
	background : #fff;
}
 .img_maj_trad {
	display:none;
  }
/* formulaires  http://covertprestige.info/css/formulaires-sans-tableau/*/
form {
	/*width: 90%;*/
	padding: 10px 20px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	color: black;
}
input, textarea {
border: 1px solid #dedede;;
}

form p {
	margin: 1em 0;
	
}
form p.double {
	/* EmpÃĒcher le dÃŠpassement des flottants 
	overflow: hidden;*/
	/* Idem pour IE6 
	width: 100%;*/
}
form p.double label {
	/*float: left;
	width: 150px;*/
	color: #444;
	font-size: 13px;
	display:block;
	text-align: left;
	font-weight: bold;
	cursor: pointer;
	margin : 0 0 3px 0;
}
form p.double label span  {
font-size: 13px;

}
form p.double label span.info_label {
	display: none;
	position:absolute;
	margin: -55px 0 0.3em 0px;
	font-size: .8em;
	font-weight: normal;
	cursor: default;
	background: #2580A2;
	color: white !important;
	padding: 5px;
	
	border: 3px solid #1E6985;
	
}
.spike {
	background:url('../images/spike.png') left bottom no-repeat ;
	width: 10px;
	height: 10px;
	position:absolute;
	left:-3px;
	bottom:-13px;;
}
form p.double input:focus,
form p.double select:focus,
form p.double textarea:focus {
    border: 1px solid #707070;
      border-bottom: 2px solid #6a6a6a;
  box-shadow: 0 10px 10px -10px #656565;
          color: #444;
}
form p.double input,
form p.double select,
form p.double textarea {
	width: 300px;
	max-width: 100%;
/*	margin-left: 12px;*/
	border: solid 1px #ccc;
	border-top: solid 1px #ddd;
        border-bottom: 2px solid #c9c9c9;
	padding: 6px 4px;
        transition: all 0.3s ease 0s;
        color: #6a6a6a;
	
}
form p.double input[type="submit"] {
 background: linear-gradient(to bottom, #FBD568 0%, #FFB347 100%) repeat scroll 0 0 #FBD568;
 }

form p.double textarea {
	padding: 2px 0 0 4px;
	width: 320px;
	height: 6em;
}
form p.double input[type="checkbox"] {
	width: auto;
}

form p.simple {
	margin-left: 160px;
}



form p { position:relative }
.inFieldLabels  { position:absolute; top:3px; left:3px}


input.good ,form p.double input.good {
	border: 1px solid green;
	background-image:none;
}
input.error , form p.double input.error{
	border: 1px solid red;
	background-image:none;
}
form p.double input[type="radio"] {
	width:auto;
}

</pre></body></html>