body
{
	margin: 2px auto;
	padding: 0;
	background-color: #fff;
	/* background-image: url('img/Page-BgTexture.jpg'); */
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
	font-family: Arial;
	font-size: 14px;
}

img
{
	border: 0px;
}

A
{
	color: #00a;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}

.tableauListe
{
  background-color: #fff;
  border-width: 1px 1px 1px 1px;
  color: #000; 
}

table
{
  background-color: #fff;
  border-width: 1px 1px 1px 1px;
  color: #000; 
}

th 
{
	color: #fff; 
	background-color: #6495ed;
}

th:first-child
{
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

th:last-child
{
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.ligneTableauClick:Last-Child td:First-child
{
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

.ligneTableauClick:Last-Child  td:Last-child
{
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

.ligneTableauClick:nth-child(odd) 
{
	border-color: #a0a0ff;
	background-color: #ddd;
	cursor: pointer;
}

.ligneTableauClick:nth-child(even) 
{
	border-color: #a0a0ff;
	background-color: #f6f6f6;
	cursor: pointer;
}

.ligneTableauClick:hover 
{
	background-color: #aaa;
	color: #fff;
	border-width: 1px 1px 1px 1px;
	border-color: #a0a0ff #a0a0ff #a0a0ff #a0a0ff;
	cursor: pointer;
}

.titreTableauClick:hover 
{
	color: #fff;
	background-color: #4475cd;
	/*cursor: pointer;*/
	cursor: Default;
}

.titreTableauClick a
{
	color: #fff;
	/*cursor: pointer;*/
	cursor: Default;
	text-decoration: none;
}


.celluleTableauClick:hover 
{
	color: #fff;
	background-color: #4475cd;
	cursor: pointer;
}

.celluleTableauClick a
{
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.celluleTableauClick:nth-child(odd) a
{
	color: #000;
	cursor: pointer;
	text-decoration: none;
}

.celluleTableauClick:nth-child(even) a
{
	color: #000;
	cursor: pointer;
	text-decoration: none;
}

.celluleTableauClick:hover:nth-child(odd) a
{
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.celluleTableauClick:hover:nth-child(even) a
{
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

input[readonly],textarea[readonly]
{
	border-color: #eee;
	background-color: #eee;
	font-family: Arial;
	font-size: 14px;
	cursor: not-allowed;
}

button
{
	cursor: pointer;
}

.btn {
  background: #6495ed;
  background-image: -webkit-linear-gradient(top, #6495ed, #4475cd);
  background-image: -moz-linear-gradient(top, #6495ed, #4475cd);
  background-image: -ms-linear-gradient(top, #6495ed, #4475cd);
  background-image: -o-linear-gradient(top, #6495ed, #4475cd);
  background-image: linear-gradient(to bottom, #6495ed, #4475cd);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  padding: 2px 4px 2px 4px;
  text-decoration: none;
}

.btn:hover {
  background: #4475cd;
  background-image: -webkit-linear-gradient(top, #4475cd, #4475cd);
  background-image: -moz-linear-gradient(top, #4475cd, #4475cd);
  background-image: -ms-linear-gradient(top, #4475cd, #4475cd);
  background-image: -o-linear-gradient(top, #4475cd, #4475cd);
  background-image: linear-gradient(to bottom, #4475cd, #4475cd);
  text-decoration: none;
	cursor: pointer;
}

.btn[disabled] 
{
  background: #6495ed;
  background-image: -webkit-linear-gradient(top, #6495ed, #6495ed);
  background-image: -moz-linear-gradient(top, #6495ed, #6495ed);
  background-image: -ms-linear-gradient(top, #6495ed, #6495ed);
  background-image: -o-linear-gradient(top, #6495ed, #6495ed);
  background-image: linear-gradient(to bottom, #6495ed, #6495ed);
  text-decoration: none;
  color: #bbb;
  cursor: not-allowed;
}

.divIntegrationActif
{
	border-width: 1px; 
	border-style: solid; 
	border-color: #000000; 
	padding:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	border-radius:10px;
}

.divIntegrationInactif
{
	border-width: 1px; 
	border-style: solid; 
	border-color: black; 
	padding:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	border-radius:10px;
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px);
}
