/* fichier à charger dans tous les templates */

.mr {
	margin-right: 10px;
}.mb {
	margin-bottom: 10px;
}.mt {
	margin-top: 10px;
}.ml {
	margin-left: 10px;
}.m {
margin: 10px;
}.noborder, img.noborder {
	border : 0;
}.link {
	text-decoration: underline;
cursor:pointer;
}a img { border:0 ;
	text-decoration:none;}

.clear {
clear:both;
overflow:auto;
}.overflow {
overflow:auto;
}
.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;}

.hidden {
display:none;
}.inputtrad {
	z-index: 3000;
position:relative;
	background : #fff;
}.img_maj_trad {
display:none;
}.overflow {
overflow:auto;
} 

.overflowvisible {
overflow:overflowvisible;
}td.lbsideleft img.lightboxsc {
margin: 0 10px 10px 0 ;
}  
td.lbsideright img.lightboxsc {
margin: 0 0px 10px 10px ;
} 
td.lbsidetop img.lightboxsc {
margin: 0px 10px 10px  0  ;
} 
td.lbsidebtm img.lightboxsc {
margin:  10px 10px 0 0  ;
}/* formulaires  http://covertprestige.info/css/formulaires-sans-tableau/*/
form {

padding: 10px 20px;
	/*background: #f9f9f9;
border: 1px solid #ddd;*/
color: black;
}input {
border: 1px solid #dedede;;
}form p {
margin: 1em 0;

}

form p.double {
	/* Empêcher le dépassement des flottants */
overflow: hidden;
	/* Idem pour IE6 */
clear:both;

}
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;
}.spike {
background:url('../images/spike.png') left bottom no-repeat ;
width: 10px;
height: 10px;
position:absolute;
left:-3px;
bottom:-13px;;
}form p.double input,
form p.double select,
form p.double textarea {
	/*width: 300px;
border: solid 1px #ccc;
border-top: solid 1px #ddd;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 6px 4px;
background: url('../images/inputbg.jpg') top center repeat-x #fff;
*/

border: 3px solid #EBE6E2;
	border-radius: 5px 5px 5px 5px;

	font-family: 'Lato',Calibri,Arial,sans-serif;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 5px;
padding: 5px;
transition: all 0.3s ease-out 0s;
width: 300px;
}form p.double textarea {
padding: 2px 0 0 4px;
width: 320px;
height: 6em;
}

form p.double input[type="checkbox"] {
width: auto;
}

form p.double input[type="submit"], input.button, a.button {
background: #fbd568; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZDU2OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmIzNDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #fbd568 0%, #ffb347 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbd568), color-stop(100%,#ffb347)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fbd568 0%,#ffb347 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fbd568 0%,#ffb347 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fbd568 0%,#ffb347 100%); /* IE10+ */
background: linear-gradient(to bottom, #fbd568 0%,#ffb347 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbd568', endColorstr='#ffb347',GradientType=0 ); /* IE6-8 */
border: 1px solid #F4AB4C;
color: #996319;



	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px rgba(255, 255, 255, 0.3) inset;
cursor: pointer;

	font-family: 'Lato',Calibri,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
height: 38px;
	line-height: 38px;
position: relative;
	text-align: center;
clear:both;

}
 a.button {
clear: none;
padding: 0 5px;
 }

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;
}.box_frm {
background: none repeat scroll 0 0 #FFFAF6;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2), 0 1px 5px rgba(0, 0, 0, 0.2), 0 0 0 12px rgba(255, 255, 255, 0.4);
color: #7E7975;
float: left;
margin: 30px 0 0 30px;

overflow: auto;
padding: 15px;

}

.grouptlb {
	/*border: 1px solid red;*/

overflow:visible;
}.m0{
margin: 0px;
}.p0{
padding: 0px;
}.mini_news_item {
display:block;
clear:both;
}

*.left, .left , input.left{
float:left;
}

*.right, .right, input.right {
float:right;
}

.ui-widget-overlay { z-index: 9999 !important ;}
.ui-dialog { z-index: 10000 !important ;}