/************  COMMUN   ************/
.invisible {
    position:absolute;
    left:-9999px;
    width:990px;
}

a {
    color:#395b88;
	text-decoration: underline;
}
a:hover {text-decoration:none;color: red;}
a:active { outline: none; }
a:focus { -moz-outline-style: none; }


a.link {
	text-decoration: none;
}


img		{border:none;}


/************	STYLES PREDEFINIS	************/
.souligne	{text-decoration:underline;}
.italic		{font-style:italic;}
.centre		{text-align:center;}
.droite		{text-align:right;}

div.hr {	
	margin: 20px 10px 20px 10px;
    height: 1px;
	border-bottom: 1px solid gray;
}

div.dotted {	
	border-bottom: 1px dotted gray;
}
div.dashed {	
	border-bottom: 1px dashed gray;
}

/************   Blocs interieurs    ************/
div.bloc{
	position:relative;  
	z-index: 100;
	background-color:#F6F7F4;
	margin-top: 35px; 
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
    -moz-box-shadow: 0px 0px 4px #57a0b5;  
    -webkit-box-shadow: 0px 0px 4px #57a0b5;  
    box-shadow: 0px 0px 4px #57a0b5;
}
div.fond-bloc{
	padding: 10px;
	overflow: hidden;
}

div.bloc .titre-bloc{
	background-position: 4px 5px;
	display: block;
	position:absolute;
	top:-24px;
	left:8px;
	height:16px;
	color: #5B5851;
	background-color:#F6F7F4;
	font-size: 13px;
	font-weight: normal;
	padding: 4px 10px 4px 10px;
	border-radius-topleft: 8px;
	border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-bottom: 0px solid transparent;
	
    -moz-box-shadow: 0px -5px 4px #57a0b5;  
    -webkit-box-shadow: 0px 0px 4px #57a0b5;  
    box-shadow: 0px -5px 4px #91cbdc;
}

div.blocDeroulant  {
	background-position: 0px 3px;
	padding-left: 17px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #b9b9b9;
	font-weight: bold;
	font-size: 13px;
}
div.blocDeroulant span.blocTitre {
	font-weight: bold;
	font-size: 13px;
}
.blocDeroulant span {
	cursor: pointer;
}
.collapse{
    background-image:url(../images/icones/collapse.png);
	background-repeat: no-repeat;
}
.expand{
    background-image:url(../images/icones/expand.png);
	background-repeat: no-repeat;
}
div.contenuDeroulant {
	padding: 5px 10px;
}

/************   BOUTONS + BLOC BOUTONS      ************/ 
div.boutons{
    height:28px;
    margin-top:-28px;
    margin-right:20px;
}

a.bouton-form{float:right;}

/*** bouton bulle***/

a.bouton-form, a.bouton-form span{
    display:inline-block;
    height:28px;
    font:bold 13px Tahoma;
    color:#FFF;
}
a.bouton-form       {background:url(../images/formulaire/bouton-bulle-gauche.jpg) 0 0 no-repeat;padding-left:16px;margin-left:10px;margin-right:5px;}
a.bouton-form span  {background:url(../images/formulaire/bouton-bulle-droite.jpg) 100% 0 no-repeat;padding-right:20px;line-height:1.5em;}
a.bouton-form:hover {background-position:0 -28px;text-decoration:none;}
a.bouton-form:hover span,
a.bouton-form span:hover,
a.bouton-form:hover span:hover  {background-position:100% -28px;text-decoration:none;cursor:pointer;}



/************   FORMULAIRE  ************/
.formTable th
{
	padding-right:10px;
	text-align:right;
}

form{
    color:#000;
    vertical-align:top;
}

input, textarea{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
    border:1px solid #B9B9B9;
}

label{
	/*
	display:inline-block;
	float:right;
	margin-right:10px;
	text-align:right;
	vertical-align:top;
	*/
}

ul li label{float:none;}

/*rŽduction du padding left*/
select optgroup option {padding-left: 10px;}

input:focus, input:hover, textarea:hover    
{
	border:1px solid #395b88;
}

/*XMALL*/
label.xsmall {
	width:50px !important;
}
select.xsmall {
    width:50px !important;
}

textarea.xsmall {
    width:50px !important;
}
input[type="text"].xsmall{
    width:50px !important;
}

/*SMALL*/
label.small {
	width:70px !important;
}

select.small {
    width:70px !important;
}

textarea.small {
    width:70px !important;
}

input[type="text"].small{
    width:70px !important;
}

/*NORMAL*/
label.normal {
	width:130px !important;
}

select.normal {
    width:130px !important;
}

textarea.normal {
    width:130px !important;
}

input[type="text"].normal{
    width:130px !important;
}

/*LONG*/
label.long {
	width:200px !important;
}
select.long {
    width:200px !important;
}

input[type="text"].long {
    width:200px !important;
}

textarea.long {
    width:200px !important;
	height: 70px !important;
}

/*XLONG*/
label.xlong {
	width:300px !important;
}
select.xlong {
    width:300px !important;
}

input[type="text"].xlong {
    width:300px !important;
}

textarea.xlong {
	width:300px !important;
    height: 100px !important;
}


input[type="text"].date{
    width:70px !important;
}
	
.liste{
	padding-left:20px;	
}

ul.error_list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.error_list li {
	background: url(../images/icones/notice.png) no-repeat 3px;
	color:red;
	padding: 4px 0px 5px 23px !important;
}

/* a essayer
ul.radio_list, ul.radio_list li{
	display:block;
	float:left;
}

ul.radio_list li label{
    width:auto;
    vertical-align: top;
}*/


/* recalŽ
textarea{font:13px Arial;}
input[disabled=true], *[disabled=true]{color:#878276;} quasi m�me gris
input[type=checkbox], input[type=checkbox]:hover,
input[type=radio], input[type=radio]:hover{border:1px solid transparent;}
*/

/* -------------------- TABLEAUX --------------------- */
.width100 {
	width:100%;
    margin: 5px auto;
}
.width75 {
	width:75%;
    margin: 5px;
    margin-left: 0px;
	}
.width50 {
	width:50%;
    margin: 5px;
    margin-left: 0px;
}
.width25 {
	width:25%;
    margin: 5px;
    margin-left: 0px;
}
.tabCentre {
    margin: 5px auto;
}

table.acadTab th,table.acadTab td{
	padding:3px;
	border:1px solid #F0EEEF;
}

table.KmTab {
	border-collapse: collapse;
}

table.KmTab thead tr{
    height:21px;
    text-align:left;
    border: 1px solid #7CA2C1;
}

table.KmTab thead th, table.KmTab thead td {
    background: #9DBEDB;
	border:1px solid #82A9C9;
    background: -moz-linear-gradient(center top , #82A9C9, #9DBEDB 15px) repeat scroll 0 0 transparent;
    color: #FFFFFF;
    padding-left:5px;
    padding-right:5px;
}

table.KmDataTable tbody tr:hover,
table tbody td.surlignageCol,
table.surlignageLigne tbody tr:hover {
	background-color:LemonChiffon;
}

table.KmTab td{
	/*padding:3px;
    border-bottom: 1px solid #DAE4ED;*/
}

tr.couleur{background-color:#dce7f2;}
div.couleur2{background-color:transparent;}
tr.couleur2{background-color:white;}


/* WidgetInfo */
.globalError{
    border:1px red solid;
    background-color:#FFFFCC;
    margin:5px 0 0 20px;
    padding:5px 5px 5px 30px;
    width:875px;
}

.flashAvertissement, .flashInfo, .flashError, .flashSuccess{
	padding: 7px;
	padding-left: 30px;
	color: #454545;	
	margin: 0px;
	margin-top: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #57a0b5;  
    -webkit-box-shadow: 0px 0px 4px #57a0b5;  
    box-shadow: 0px 0px 4px #57a0b5;
}
.flashAvertissement ul, .flashInfo ul, .flashError ul, .flashSuccess ul{
	padding: 5px;
	padding-left: 20px;
	margin: 0px;
}
.flashAvertissement ul li, .flashInfo ul li, .flashError ul li, .flashSuccess ul li{
	list-style-type: disc !important;
}
.flashAvertissement  {
	background: #FFFCDF url(../images/icones/notice.png) no-repeat 7px;
	background: url(../images/icones/notice.png) no-repeat 7px, -webkit-gradient(linear, left top, left bottom, from(#EAE4AD), to(#FFFCDF)); /* Saf4+, Chrome */
	background: url(../images/icones/notice.png) no-repeat 7px, -webkit-linear-gradient(top, #EAE4AD, #FFFCDF 30px); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icones/notice.png) no-repeat 7px, -moz-linear-gradient(top, #EAE4AD, #FFFCDF 30px); /* FF3.6+ */
	background: url(../images/icones/notice.png) no-repeat 7px, -ms-linear-gradient(top, #EAE4AD, #FFFCDF 30px); /* IE10 */
	background: url(../images/icones/notice.png) no-repeat 7px, -o-linear-gradient(top, #EAE4AD, #FFFCDF 30px); /* Opera 11.10+ */
	background: url(../images/icones/notice.png) no-repeat 7px, linear-gradient(top, #EAE4AD, #FFFCDF 30px); /* W3C */
	border: 1px solid #FFFCDF;
}
.flashInfo  {
	background: #DBEBFF url(../images/icones/information.png) no-repeat 7px;
	background: url(../images/icones/information.png) no-repeat 7px, -webkit-gradient(linear, left top, left bottom, from(#BDD4EF), to(#DBEBFF)); /* Saf4+, Chrome */
	background: url(../images/icones/information.png) no-repeat 7px, -webkit-linear-gradient(top, #BDD4EF, #DBEBFF 30px); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icones/information.png) no-repeat 7px, -moz-linear-gradient(top, #BDD4EF, #DBEBFF 30px); /* FF3.6+ */
	background: url(../images/icones/information.png) no-repeat 7px, -ms-linear-gradient(top, #BDD4EF, #DBEBFF 30px); /* IE10 */
	background: url(../images/icones/information.png) no-repeat 7px, -o-linear-gradient(top, #BDD4EF, #DBEBFF 30px); /* Opera 11.10+ */
	background: url(../images/icones/information.png) no-repeat 7px, linear-gradient(top, #BDD4EF, #DBEBFF 30px); /* W3C */
	border: 1px solid #DBEBFF;
}
.flashError {
	background: #ffcccc url(../images/icones/error.png) no-repeat 7px;
	background: url(../images/icones/error.png) no-repeat 7px, -webkit-gradient(linear, left top, left bottom, from(#EDBBBB), to(#ffcccc)); /* Saf4+, Chrome */
	background: url(../images/icones/error.png) no-repeat 7px, -webkit-linear-gradient(top, #EDBBBB, #ffcccc 30px); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icones/error.png) no-repeat 7px, -moz-linear-gradient(top, #EDBBBB, #ffcccc 30px); /* FF3.6+ */
	background: url(../images/icones/error.png) no-repeat 7px, -ms-linear-gradient(top, #EDBBBB, #ffcccc 30px); /* IE10 */
	background: url(../images/icones/error.png) no-repeat 7px, -o-linear-gradient(top, #EDBBBB, #ffcccc 30px); /* Opera 11.10+ */
	background: url(../images/icones/error.png) no-repeat 7px, linear-gradient(top, #EDBBBB, #ffcccc 30px); /* W3C */
	border: 1px solid #ffcccc;
}
.flashSuccess {
	background: #ccffcc url(../images/icones/success.png) no-repeat 7px;
	background: url(../images/icones/success.png) no-repeat 7px, -webkit-gradient(linear, left top, left bottom, from(#9EEF9E), to(#ccffcc)); /* Saf4+, Chrome */
	background: url(../images/icones/success.png) no-repeat 7px, -webkit-linear-gradient(top, #9EEF9E, #ccffcc 30px); /* Chrome 10+, Saf5.1+ */
	background: url(../images/icones/success.png) no-repeat 7px, -moz-linear-gradient(top, #9EEF9E, #ccffcc 30px); /* FF3.6+ */
	background: url(../images/icones/success.png) no-repeat 7px, -ms-linear-gradient(top, #9EEF9E, #ccffcc 30px); /* IE10 */
	background: url(../images/icones/success.png) no-repeat 7px, -o-linear-gradient(top, #9EEF9E, #ccffcc 30px); /* Opera 11.10+ */
	background: url(../images/icones/success.png) no-repeat 7px, linear-gradient(top, #9EEF9E, #ccffcc 30px); /* W3C */
	border: 1px solid #ccffcc;
}
.helpIcon
{
	position: relative;
	top: -1px;
	margin-left: 5px;
	display: inline;
	cursor:pointer;
}

td .helpIcon
{
	top: -4px;
}

.fixImage
{
	vertical-align: middle;
}
