body
{
	margin: 5px 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 : 16px;
	//color : #FFFFFF;

/*
	font-family: Arial;
	//font-size: 16px;
	font-size: 100%;
*/
	
	
	padding-bottom: 30px;    /* height of footer */
}

input, textarea, select, button 
{
    font: 400 100% Arial;
}

#footer{
    height: 30px; 
    width:100%;
	text-align: center;
}

img
{
	border: 0px;
}

A
{
	color: #000;
	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: #0098ce;
}

th, tr, td 
{
	padding: 5px;
}

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: #0078ae;
	/*cursor: pointer;*/
	cursor: Default;
}

.titreTableauClick a
{
	color: #fff;
	/*cursor: pointer;*/
	cursor: Default;
	text-decoration: none;
}


.celluleTableauClick:hover 
{
	color: #fff;
	background-color: #0078ae;
	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]
{
	background-color: #eee;
}

button
{
	cursor: pointer;
}

.btn {
    height: 40px;
    margin-top: 10px;
    background: #0098ce;
    color: #fff;
    border: 1px solid #e2e8ec;
    border-radius: 6px;
    transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
}
.btn:hover,
.btn:focus,
.btn:active {
    background: #fff;
    color: #88959e;
    border-color: #0098ce;
    transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
}



/* .btn { */
  /* background: #0098ce; */
  /* background-image: -webkit-linear-gradient(top, #0098ce, #0078ae); */
  /* background-image: -moz-linear-gradient(top, #0098ce, #0078ae); */
  /* background-image: -ms-linear-gradient(top, #0098ce, #0078ae); */
  /* background-image: -o-linear-gradient(top, #0098ce, #0078ae); */
  /* background-image: linear-gradient(to bottom, #0098ce, #0078ae); */
  /* -webkit-border-radius: 5; */
  /* -moz-border-radius: 5; */
  /* border-radius: 5px; */
  /* color: #ffffff; */
  /* padding: 2px 4px 2px 4px; */
  /* text-decoration: none; */
/* } */

/* .btn:hover { */
  /* background: #0078ae; */
  /* background-image: -webkit-linear-gradient(top, #0078ae, #0078ae); */
  /* background-image: -moz-linear-gradient(top, #0078ae, #0078ae); */
  /* background-image: -ms-linear-gradient(top, #0078ae, #0078ae); */
  /* background-image: -o-linear-gradient(top, #0078ae, #0078ae); */
  /* background-image: linear-gradient(to bottom, #0078ae, #0078ae); */
  /* text-decoration: none; */
	/* cursor: pointer; */
/* } */

/* .btn[disabled]  */
/* { */
  /* background: #0098ce; */
  /* background-image: -webkit-linear-gradient(top, #0098ce, #0098ce); */
  /* background-image: -moz-linear-gradient(top, #0098ce, #0098ce); */
  /* background-image: -ms-linear-gradient(top, #0098ce, #0098ce); */
  /* background-image: -o-linear-gradient(top, #0098ce, #0098ce); */
  /* background-image: linear-gradient(to bottom, #0098ce, #0098ce); */
  /* 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);
}
