@charset "UTF-8";
* {
	margin:0;
	padding:0;
	background: none;
	border:0px;
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #2A57A5;
	margin: 0;
	padding: 0;
	text-align: left;
}
input, select, textarea {
	border: 1px dotted #999999;
	background:#FFFFFF;
}

/*****header********************/
.deconnec {
	float: right;
	margin-top: -170px;
	margin-right: 37px;
}
/*********************************/

/*****boite client************/
.boite_haut_gauche, .boite_haut_gauche_ident, .boite_haut_droite, .boite_bas_gauche, .boite_bas_milieu, .boite_bas_droite {
	float:left;
}
.boite_haut_milieu {
	float:left;
	color:#fff;
	font: 16px "Arial Black";
	padding:0px;
	text-align:left;
	line-height:40px;
	text-transform:uppercase;
}
.boite_milieu  {
	text-align: center;
	border-left:#B7B7B7 solid 1px;
	border-right:#B7B7B7 solid 1px;
	background-color:white;
	font: 14px "Arial Black";
}

.justifGauche {
	text-align: left;
	padding-left: 10px;
}

.lien_oubli {
	color: #FF0000;
	text-decoration: underline;
	font: 10px/25px verdana;
}
/**************************/

/*****bouton ok**************/
.validator {
	height: 26px;
	width: 36px;
	border-style: none;
}
/********************************/

/****retour a la ligne spéciaux*******/
.clearfloat {
	clear:both;
	height:0;
	font-size: 0px;
	line-height: 0px;
}
.clearfloat2 {
	clear:both;
	visibility: hidden;
}
/**************************/

/******* zone recherche grille*******************/

.recherche {
	width: 700px;
	margin-left: 32px;
	padding-left: 10px;
	padding-bottom: 13px;
	background: #FFFFFF url(../graphik/stripe.png) repeat;
	color: #FF0000;
	text-transform: uppercase;
	font: 11px "Arial Black";
	vertical-align: 100%;
	border: 2px outset #666666;
}
.recherche span {
	display:block;
	background: #FFFFFF;
	border: 1px solid #666666;
	height: 17px;
	width: 80px;
}
.recherche input {
	height: 17px;
	background: #FFFFFF;
	border: 1px solid #666666;
	margin-left: 4px;
	margin-right: 4px;
}
.recherche select {
	margin-right: 4px;
	text-transform: lowercase;
	border: 1px solid #666666;
}
/******************************************************/

/**************Grille************************************/
.lien_colonne {
	color: #FFFFFF;
	font-weight:bold;/*text-decoration:none;*/
	text-decoration:none;
}
.lien_colonne:hover {
	color:yellow;
}
.titre_grille {
	text-align: center;
	margin-top: 24px;
	margin-bottom: 24px;
}
.titre_grille span {
	text-align:center;
	font: normal 16px "Arial Black";
	width: auto;
	background: url(../graphik/bgTitreGrille.png) repeat-x center center;
	height: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 3px 8px;
	color: #FFFFFF;
	border-top: 1px solid #9ccae2;
	border-right: 1px solid #0e3c54;
	border-bottom: 1px solid #001926;
	border-left: 1px solid #539ec5;
}
.grid {
	z-index:1;
}
.grid td div {
	overflow:hidden;
	white-space:nowrap;
}
.grid thead td{
	z-index:2;
	text-align:center;
	background: url(../graphik/bgTopListe.gif) repeat center center;
	border-width: 0px;
	border-style: none;
	height: 25px;
}
/*.grid tbody td.pair {
	height: 20px;
	text-align: center;
}
.grid tbody td.impair {
	height: 20px;	
}*/
.grid tbody td.hover {
	background-color:#17b6e8;
}
/************************************************************/

/****************formulaire****************************/
.titre_form_gauche, .titre_form_milieu, .titre_form_droite {
	float:left;
}
.titre_form_milieu {
	color:#365cf8;
	text-align: center;
	font: 16px "Arial Black";
	line-height:40px;
	text-transform:uppercase;
}

.form {
	margin-left:auto;
	margin-right:auto;
	font: 12px "Arial black";
	color: #666666;
	margin-top: 24px;
	padding-bottom:15px;
}

.form form{
	padding-bottom:15px;
}

.libelle {
	margin: 0px 0px 0px 20px;
	padding: 4px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	/*color: #003399;*/
	width: 200px;
}
/*.libelle {
	width:150px;
	margin-top:10px;
	float: left;
	padding-left: 10px;
}*/
.saisie {
	/*float:left;*/
	/*width: 200px;*/
	margin: 4px 0px 0px 20px;
}
.saisie input {
	/*height:13px;*/
	width: 300px;
}

.saisie select, .saisie textarea {
	width: 300px;
}

.erreur {
	background-color:#FF0000;
	color:#000000;
}
/*************************************************************/



/*------------------------ autres------------*/

.bouton {
	/*margin:4px;*/
	padding:2px;
	background:#8F8F8F;
	border-width:1px;
	border-style:solid;
	text-align:center;
	color:white;
	text-decoration:none;
	height:20px;
}
.bouton:hover {
	background:#4F4F4F;
}

.lien_ligne {
	color: #63C6FF;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
	font-size: 13px;
}
.lien_ligne:hover, .lien:hover {
	color:#000099;
}

.lien {
	text-decoration:none;
	color: #63C6FF;
	font-size: 12px;
	/*color:#8F8F8F;*/
}
/*.lien:hover {
	color:black;
}*/

.message {
	display: none;
	background:#FF0000;
	font: bold 16px "arial black";
	width: 500px;
	text-align:center;
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
}

.message2 {
	display: none;
	background:#2ed14a;
	font-size:14px;
	font-weight:blold;
	text-align:center;
}

.div_sstitre {
	text-align:left;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
	/*border-bottom:3px solid #44dd3c;"*/
}

.zone_action {
	border: 1px solid #0099ff;
}
