/***********************************************************************
 * Feuille de styles
 * Version 1.0
 ***********************************************************************/




/******************************/
/*         GÉNÉRALITÉS        */
/******************************/

* {
	margin: 0;
	padding: 0;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: Verdana, Arial, Geneva, Swiss, sans-serif;
	font-size: small;
	text-align: center;
	margin: 10px;
	width: auto;
	min-width: 1200px;
	padding-right: 10px;
}

p {
	margin: 10px auto 10px auto;
}

sup {
	font-size: 50%;
}

img {
	border: 0;
	vertical-align: middle;
}

h2 {
	background: url(../images/bleu_grand.png) no-repeat left;
	padding-left: 20px;
	margin: 2px 0 15px 2px;
	font-size: small;
	text-align: left;
}

h2.bleu {
	background: url(../images/bleu_grand.png) no-repeat left;
}

h2.gris {
	background: url(../images/gris_grand.png) no-repeat left;
}

h5 {
	color: #01a7e3;
	text-align: left;
	font-size: large;
	margin-bottom: 20px;
}

a {
	color: #01a7e3;
	text-decoration: none;
}

a:hover {
	color: #01a7e3;
	text-decoration: overline underline;
}

div.spacer {
	clear: both;
}

span.majuscules {
	text-transform: uppercase;
}

span.inactif {
	color: #999999;
}

div.gris {
	color: #999999;
	font-style: italic;
}

sup.nombreelements {
	color: #ff0000;
	font-weight: bold;
	font-size: 60%;
}
sup.nombreelementsgris {
	color: #aaaaaa;
	font-weight: bold;
	font-size: 60%;
}


/******************************/
/*       DESIGN GÉNÉRAL       */
/******************************/

div#contenu {
	width: 100%;

	border: 1px solid white;
}

div#haut {
	margin-left: 185px;
	height: 140px;
	/*width: 100%;*/
}

div#haut div#bandeau {
	/*background-color: #5e9732;
	color: #ffffff;
	border: 1px solid black;
	margin-right: 175px;*/
}

div#haut p {
	font-size: xx-large;
	font-weight: bold;
}

div#haut p a {
	/*color: #ffffff;*/
	text-decoration: none;
}

div#principal {
	margin-left: 185px;
	margin-top: 10px;
}

div#bas {
	border-top: 1px solid #cccccc;
	margin-left: 185px;
	margin-right: 0;
	color: #cccccc;
	font-size: x-small;
	margin-top: 10px;
	margin-bottom: 20px;
}



/******************************/
/*        MENU À GAUCHE       */
/******************************/


div#menu {
	background-image: url(../images/logoclimatc.png);
	background-repeat: no-repeat;
	width: 178px;
	height: 640px;
	position: absolute;
	top: 10px;
	left: 10px;
	/*border-right: 2px solid #5e9732;*/
	padding-top: 160px;
}

div#menu div.adresse {
	/*border: 1px solid #cccccc;*/
	background-color: #f1f1f1;
	font-size: x-small;
	padding: 10px;
	margin-right: 12px;
	text-align: left;
}

div#menu div#logout, div#menu div#index, div#menu div#liste, div#menu div#aide, div#menu div#legende, div#menu div#instructions, div#menu div#connexion, div#menu div#print {
	/*border: 1px solid #cccccc;*/
	background-color: #f1f1f1;
	font-size: x-small;
	padding: 10px;
	margin-right: 12px;
	margin-top: 20px;
	text-align: left;
}

div#menu div#idt {
	font-size: x-small;
	font-weight: bold;
	margin-right: 12px;
	margin-top: 60px;
}



/******************************/
/*        FORMULAIRES         */
/******************************/

form {
	margin: 0;
	display: inline;
	text-align: left;
	background-color: #f1f1f1;
}

input.text, input.file, select, textarea, canvas {
	border: 1px solid #e1e1e1; /* #777777 */
	background-color: #ffffff; /*#d6e0eb;*/
	color: #000000;
}

input {
	padding: 1px;
	vertical-align: middle;
}

input.text {
	width: 250px;
}

input.file {
	width: 450px;
}

select {
	width: 254px;
}

canvas {
	width: 250px;
}

form button#validation, form button#modification {
	width: 150px;
	height: 25px;
	vertical-align: middle;
	background-color:#f1f1f1;
	border: 1px solid #e1e1e1;
}

form fieldset {
	/*width: 98%;*/
	margin: 5px auto 0 auto;
	padding: 5px 0 10px 0;
	border: 0;
	display: block;
	text-align: left;
	background-color:#f1f1f1;
}

form fieldset p {
	margin: 10px auto 0 auto;
	width: 98%;
	text-align: left;
	clear: left;
}

form fieldset span.aide {
	color: #999999;
	font-size: x-small;
}
span.aiderouge {
	color: #ff0000;
	font-size: small;
}

form label {
	float: left;
	padding-right: 2px;
	font-weight: bold;
	text-align: right;
	line-height: 18px;
	/*background-color: #ffffff;*/
	color: #000000;
}

div.formboutons {
	width: 100%;
	margin: 20px auto 10px auto;
	text-align: center;
}



/******************************/
/*         VALIDATION         */
/******************************/

.validation-passed {
	/*border: 1px solid #338800 !important;*/
	background-color: #c7f7be !important;
}

.validation-failed {
	/*border: 1px solid #d12f19 !important;*/
	background-color: #f7cbc2 !important;
}

.validation-advice {
	color: #888888;
	font-size: x-small;
	font-style: italic;
	margin: 2px;
}

.validation-passed-img {
	background-image: url(../images/icones/true.png);
	background-repeat: no-repeat;
	font-size: small;
}

.validation-failed-img {
	background-image: url(../images/icones/false.png);
	background-repeat: no-repeat;
	font-size: small;
}

.validation-attention-img {
	background-image: url(../images/icones/error.png);
	background-repeat: no-repeat;
	font-size: small;
}

.validation-img {
	background-image: url(../images/icones/blank.gif);
	background-repeat: no-repeat;
	font-size: small;
}



/******************************/
/*          MESSAGES          */
/******************************/

div.message-ok {
	/*background-image: url(../images/message_ok.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 130px;
	min-height: 130px;*/
	border: 2px solid #b3ffb2; /* #999999 */
	background-color: #b3ffb2;
	margin-bottom: 10px;
}
div.message-avertissement {
	/*background-image: url(../images/message_avertissement.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 130px;
	min-height: 130px;*/
	border: 2px solid #ffffb2;
	background-color: #ffffb2;
	margin-bottom: 10px;
}
div.message-erreur {
	/*background-image: url(../images/message_erreur.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 130px;
	min-height: 130px;*/
	border: 2px solid #ffb2b2;
	background-color: #ffb2b2;
	margin-bottom: 10px;
}






/******************************/
/*           LISTES           */
/******************************/

div.liste {
	/*border: 1px solid black;*/
	margin: 0 0 10px 1px;
	/*padding: 2px;*/
	text-align: left;

	background-color: #f1f1f1;
	padding: 15px
}

div.large {
	margin-right: 0;
}


/******************************/
/*      ICÔNES D'ACTIONS      */
/******************************/

ul.actions {
	text-align: left;
	margin: -5px 0 10px 5px;
}

ul.actions li {
	display: inline;
	font-size: x-small;
}

ul.actions li img {
	margin: 0 5px 0 5px;
}



/******************************/
/*            AIDE            */
/******************************/

div.aide {
	float: right;
	margin: -5px 10px 10px 0;
	position: relative;
}

td.aide, span.aide {
	position: relative;
}

div.aide a span, td.aide a span, span.aide span span {
   display: none; /* on masque l'infobulle */
   font-size: xx-small;
}

div.aide a:hover, td.aide a:hover, span.aide span:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */

   cursor: help; /* on change le curseur par défaut en curseur d'aide */
}

span.aide span span {
	z-index: 100;
}

div.aide a:hover span, td.aide a:hover span, span.aide span:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;

   text-align: justify;

   font-style: italic;

  /* white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

   background: white;

   color: #000000;
   padding: 3px;

   border: 1px solid #5e9732;
   border-left: 4px solid #5e9732;

   margin-right: 20px;
}

div.aide a:hover span {
	top: 0px;  /* on positionne notre infobulle */
	left: -120px;
}

td.aide a:hover span, span.aide span:hover span {
	margin-left: 40px;
}




/******************************/
/*        INFORMATIONS        */
/******************************/

div.informations, div.comptes div.colonne {
	/*border: 1px solid #cccccc;*/
	margin: 0 10px 10px 10px;
	padding: 5px;
	text-align: left;
	background-color: #ffffff; /*#f3f3f3;*/
	color: #000000;
	font-size: small;
	height: auto;
}

div.comptesform {
	background-color: #f1f1f1;
	padding: 15px;
}

div.colonne {
	float: left;
	width: 48%;
	display: inline;
}


div.information {
	margin: 2px 0 2px 0;
	width: 99%;
}

div.colonne > div.titre {
	float: left;
	width: 40%;
	font-weight: bold;
}
div.colonne > div.valeur {
	float: left;
	width: 50%;
}

div.informations div.information div.titre {
	float: left;
	width: 30%;
	font-weight: bold;
}
div.informations div.information div.valeur {
	float: left;
	width: 70%;
}

div.comptes p, div.comptesform p {
	font-size: large;
	font-weight: bold;
	text-align: center;
}
div.comptes div.information {
	margin-left: 5px;
	margin-right: 5px;
	font-size: x-small;
}
div.comptesform div.information {
	margin-top: 5px;
	margin-bottom: 5px;
}

div.comptes div.information div.numero, div.comptesform div.information div.numero {
	float: left;
	width: 10%;
}
div.comptes div.information div.titre, div.comptesform div.information div.titre {
	float: left;
	width: 50%;
}
div.comptes div.information div.valeur {
	float: left;
	width: 15%;
	text-align: right;
}
div.comptesform div.information div.valeur {
	float: left;
	width: 40%;
	text-align: right;
}
div.comptes div.information div.pourcent {
	float: left;
	width: 14%;
	text-align: right;
	font-weight: normal;
}
div.comptes div.niveau1, div.comptesform div.niveau1 {
	margin-top: 20px;
	font-weight: bold;
}
div.comptes div.niveau2, div.comptesform div.niveau2 {
	margin-top: 5px;
}
div.comptes div.niveau3, div.comptesform div.niveau3 {
	font-style: italic;
}
div.comptes div.niveaut {
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: bold;
}
div.comptes div.niveaur {
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}



/******************************/
/*      TABLES DE DONNÉES     */
/******************************/

.tabledonnees {
	border: 0;
	padding: 0;
	border-collapse: separate;
	width: 100%;
}

.tabledonnees th {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #ffffff;
	background: #01a7e3;
	font-size: small;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	padding: 2px 10px 2px 10px;
	position: relative;
	z-index: 2000;
}

.tabledonnees th.vide {
	background-color: #ffffff;
	color: #000000;
	padding: 0;
	text-align : center;
	border-color: #ffffff;
}

.tabledonnees tfoot td {
	border-top: 1px solid #d6e0eb;
	font-weight: bold;
}

div.liste .tabledonnees th.vide {
	background-color: #f1f1f1;
	border-color: #f1f1f1;
}

.tabledonnees th div.trihaut {
	float: left;
	position: relative;
	z-index: 5000;
}

.tabledonnees th div.tribas {
	float: right;
	position: relative;
	z-index: 5000;
}

.tabledonnees tr {
	background-color: #ffffff;
	color: #000000;
}

.tabledonnees tr.pair {
	background-color: #d6e0eb;
	color: #000000;
}

.tabledonnees tr.verrouille {
	color: #aaaaaa;
}

.tabledonnees tr.avalider {
	background-color: #ffffcc;
}

.tabledonnees tr.acontroler {
	background-color: #ffb2b2;
}

.tabledonnees td {
	font-size: small;
	text-align: left;
	padding: 0 10px 0 10px;
	height: 16px;
	vertical-align: top;
}

.tabledonnees td.nowrap {
	white-space: nowrap;
}

.tabledonnees th.icone {
	width: 20px;
}

.tabledonnees td.icone {
	padding: 0 2px 0 2px;
	width: 20px;
	text-align: center;
}



.tabledonnees td.message {
	padding: 20px 0px 20px 0px;
	font-size: small;
	text-align: center;
	background-color: #ffffff;
}

.tabledonnees td.space {
	background-color: #f1f1f1;
}


/******************************/
/*         RECHERCHE          */
/******************************/

div#recherche div {
	width: 49%;
}

div#recherche legend a {
	color: #000000;
}

div#recherche fieldset {
	text-align: center;
	min-height: 10px;
}

div#recherche legend {
	padding-left: 5px;
}




.fc-title a {
	color: inherit;
}

.fc-title span {
	padding-left: 10px;
}



a.link {
	color: inherit;
}

/*





input.image {
	padding: 0;
	margin: 0 0 1px 0;
}

input.blocked {
	border: 1px solid #ffffff;
	background-color: #ffffff;
}





form fieldset legend {
	margin: 10px auto 0 auto;
	width: 50%;
	font-style: italic;
	font-size:  small;
	text-align: right;
}



form fieldset p.aide {
	text-align: center;
	font-size: x-small;
	margin-top: 2px;
}




form p.smultiples {
	text-align: center;
	margin: 10px 0 0 0;
	width: auto;
}

form p.smultiples label {
	width: 100%;
	float: none;
	clear: both;
	padding-right: 2px;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
}

form p.smultiples table {
	margin: auto;
}
*/
