@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* ce paramétrage crée un conteneur dont la largeur est 80 % de celle du navigateur */
	background: #FFFFFF; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	border: 1px solid #000000;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
.oneColLiqCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	/*background-color: #A90006;*/
	background:#069;
	color: #FFF;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* la mise à zéro de la marge du dernier élément du div #header permet d'éviter une disparition de la marge (espace inexplicable entre les éléments div). Si l'élément div est entouré d'une bordure, cette précaution n'est pas nécessaire, car la bordure évite également la disparition de la marge */
	padding: 10px 0; /* l'utilisation de remplissage, au lieu d'une marge, permet d'éloigner l'élément des bords de l'élément div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* ne pas oublier que le remplissage est l'espace à l'intérieur du cadre de l'élément div, alors que la marge est l'espace à l'extérieur de celui-ci */
	background: #FFFFFF;
	margin-bottom:13%;
}
.oneColLiqCtrHdr #footer {
	/*background:#DDDDDD;*/
		background:#069;

	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #FFF;
	font-size:12px;
	text-align:center;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
	background-color: #069;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

input[type=text]
{
	border-radius: 10px;
	padding:5px;
	font-size:14px;
	margin-left:10px;
}

input[type=date]
{
		font-size:14px;

	border-radius: 10px;
	padding:5px;
	margin-left:10px;
}
.agent
{
		font-size:14px;

	border-radius: 10px;
	padding:5px;
	margin-left:10px;
}

select.champs
{
	width:180px;
  height:40px;
  font-size:16px;
  margin:5px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  
	
}


input[type=submit]
{
	border-radius: 10px;
	padding:5px;
	width:80%;
	cursor:pointer;
	background-color: #A90006;
	color:#FFF;
	font-size:14px;
	margin-left:15px;
	margin-bottom:20px;
}

input[list=datalist]
{
	border-radius: 10px;
	padding:5px;
	width:100%;
	cursor:pointer;
	background-color: #A90006;
	color:#FFF;
	font-size:14px;
	margin-left:15px;
	margin-bottom:20px;
}

input[type=button]
{
	border-radius: 10px;
	padding:5px;
	width:100%;
	cursor:pointer;
	background-color: #A90006;
	color:#FFF;
	font-size:14px;
	margin-left:15px;
	margin-bottom:20px;
}


textarea
{
	border-radius: 10px;
	padding:5px;
	width:100%;
		font-size:14px;

	margin-left:10px;
}

.form
{
	margin-top:10px;
	border:#069 1px solid;
	border-radius: 10px;
	padding:5px;
		font-size:12px;


}
.auth
{
	text-align:center;
}
.message
{
	margin-top:5px;
	color:#FFF;
	font-size:11px;
	padding:5px;
	font-weight:bold;
	text-align:center;
	background-color:#A90006;
	width:200px;
	margin-left:35%;
	margin-right:35%;
}

.messageSucces
{
	margin-top:5px;
	color:#FFF;
	font-size:11px;
	padding:5px;
	font-weight:bold;
	text-align:center;
	background:#069;
	width:auto;
	margin-left:46%;
	margin-right:35%;
}
.messageErreur
{
	margin-top:5px;
	color:#FFF;
	font-size:11px;
	padding:5px;
	font-weight:bold;
	text-align:center;
	background:#F00;
	width:auto;
	margin-left:46%;
	margin-right:35%;
}

.champs
{
	width:200px;
	margin:0;
}

/*.submit
{
	border-radius: 10px;
	cursor:pointer;
	background-color: #A90006;
	color:#FFF;
	font-size:12px;
	margin:0;
	padding:0;
}
*/

.oneColLiqCtrHdr #container #mainContent .accueil td {
	background-color: #900;
	padding:15px;
	color:#FFF;
	text-decoration:none;
	border-radius: 10px;
}
.accueil a
{
	text-decoration:none;
	color:#FFF;
	font-size:14px;
}

/******/

.tab {
border: medium solid #6495ed;
border-collapse: collapse;
font-size:14px;
width:auto;
}
.tab th {
font-family: monospace;
border: thin solid #6495ed;
padding: 5px;
background-color: #D0E3FA;
background-image: url(sky.jpg);
}
.tab td {
	font-size:11px;
border: thin solid #6495ed;
font-family:Verdana, Geneva, sans-serif;
padding: 5px;
background-color: #ffffff;
}
/**/
.tabtab {
border: medium solid #6495ed;
border-collapse: collapse;
font-size:14px;
width:auto;
}
.tabtab th {
font-family: monospace;
border: thin solid #6495ed;
padding: 5px;
background-color: #D0E3FA;
background-image: url(sky.jpg);
}
.tabtab td {
	font-size:14px;
border: thin solid #6495ed;
font-family:Verdana, Geneva, sans-serif;
padding: 5px;
background-color: #ffffff;
}

caption {
font-family: sans-serif;
}

.tabcloture {
border: thin solid #6495ed;
border-collapse: collapse;
font-size:11px;
line-height:10px;
height:2px;

}



.tabcloture th {
font-family: monospace;
border: thin solid #6495ed;
padding: 5px;
background-color: #D0E3FA;
background-image: url(sky.jpg);
line-height:8px;

}
.tabcloture td {
font-family: sans-serif;
border: thin solid #6495ed;
padding: 1px;
background-color: #ffffff;
height:5px;
margin:0;
}
caption {
font-family: sans-serif;
}
.datetime
{
	float:right;
	font-size:14px;
	font-weight:bold;
	margin-right:50px;
}
.pagination 
{
	text-align:center;
}

.solde
{
	font-size:36px;
}

.caisse
{
	line-height:45px;
	background-color: #069;
	color:#FFF;
}
.caisse a
{
		padding:5px;

	text-decoration:none;
	font-size:14px;
	color:#FFF;
		margin-top:30px;

}

.msgvide
{
	text-align:center;
	font-size:14px;
	color:#F00;
	font-weight:bold;
	border:#000 1px solid;
	width:20%;
	margin:auto;
}


.tabsit {
border: medium solid #6495ed;
border-collapse: collapse;
font-size:14px;
width:40%;
margin-bottom:50px;
}
.tabsit th {
font-family: monospace;
border: thin solid #6495ed;
padding: 5px;
background-color: #D0E3FA;
background-image: url(sky.jpg);
}
.tabsit td {
font-family: sans-serif;
border: thin solid #6495ed;
padding: 5px;
background-color: #ffffff;
}


.tabfiche {
border: medium solid #6495ed;
border-collapse: collapse;
font-size:12px;
}
.tabfiche th {
font-family: monospace;
border: thin solid #6495ed;
padding: 2px;
background-color: #D0E3FA;
}
.tabfiche td {
font-family: sans-serif;
border: thin solid #6495ed;

padding: 2px;
background-color: #ffffff;
}
.retour
{
	width:10%;
}

.suppression
{
border-radius: 10px;
	cursor:pointer;
	color:#FFF;
	font-size:12px;
	background-color:#FFF;
	width:40%;
}
/*NEW LINE*/
.formulaire {
	margin-top:8px;
	margin-bottom:8px;
  border-radius: 15px;
  background-color: #f2f2f2;
  padding: 5px;
}

input[type=text],input[type=date], textarea {
  width:180px;
  height:20px;
  font-size:16px;
  margin:5px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  }
input[type=password]
{
height:20px;
  margin:5px;
	  font-size:16px;
  width:180px;
	padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}
.img
{
	width:250px;
  border-radius: 4px;
}
fieldset
{
	border:1px solid #039;
	  border-radius: 15px;
	  margin-top:10px;
	  font-weight:100;

}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  width:180px;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.lien a:hover {
  background-color:#F00;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.lien
{
	color:#333;
	/*height:23px;
	text-decoration:none;
	color:#FFF;
	background-color:#04AA6D;
	text-align:center;*/
	display:inline;
	
	

}
.lien a
{

		width:150px;
	color:#333;
	text-decoration:none;
	font-size:12px;
	border: solid 1px #000;
  padding: 8px 10px;
  border-radius: 4px;
  cursor: pointer;
}

.tab tr:nth-child(odd) td {
    background-color:#9CF;
	font-size:11px;
	font-family:"Times New Roman", Times, serif;
}
