
body{
	font-family: Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif; 
	color:#085B5E
}

#cadre {
	width:80% ;
	margin:0 auto;
	padding:10px;
	background:#DDFEFA;
	border:2px solid #BCE2DD;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow: 1px 1px 12px #555;
	
}
  
h1 {
	text-align:center;
	margin:auto;
	width:40%;
	font-size: 26px;
}
  
h2 {
	text-align: center;
	font-size: 22px;
}
  
h3 {
	text-align: center;
	font-size: 20x;
}
 
.input {
	display: block;
	margin : auto;
	border:1px solid #BCE2DD;
}
  
.text {
	width : 10%;
}

input[type=submit]{
  background: #55c9e6;
  background-image: -webkit-linear-gradient(top, #55c9e6, #9cf0f0);
  background-image: -moz-linear-gradient(top, #55c9e6, #9cf0f0);
  background-image: -ms-linear-gradient(top, #55c9e6, #9cf0f0);
  background-image: -o-linear-gradient(top, #55c9e6, #9cf0f0);
  background-image: linear-gradient(to bottom, #55c9e6, #9cf0f0);
  -webkit-border-radius: 11;
  -moz-border-radius: 11;
  border-radius: 11px;
  color: #ffffff;
  font-size: 16px;
  padding: 6px;
  text-decoration: none;
}

input[type=submit]:hover {
  background: #57b1c7;
  background-image: -webkit-linear-gradient(top, #57b1c7, #7aceff);
  background-image: -moz-linear-gradient(top, #57b1c7, #7aceff);
  background-image: -ms-linear-gradient(top, #57b1c7, #7aceff);
  background-image: -o-linear-gradient(top, #57b1c7, #7aceff);
  background-image: linear-gradient(to bottom, #57b1c7, #7aceff);
  text-decoration: none;
}
  
.centre {
	text-align: center;
	font-size: 19px ;
}

img {
	display: block;
	margin : auto;
}

.logo_img{

	width:15%;
	
} 
  
td {
	padding: 8px ;
}

#none {
	border: none;
	background-color: transparent;
}

table{
	border:1px solid white;
	background-color:#E3FBFB;
}

#tabResult {
	margin-left: auto;
	margin-right: auto;
}

tr:hover{
	background-color : #B8FBD5;
}

a {
	color:#085B5E;
}

a:hover {
	text-decoration: none;
}

.indent {
	text-indent: 30px;
}

.warning {
	color : red;
}

.center {
	text-align: center;
}

.juridique {
	font-size:0.8em;

}