@charset "utf-8";
/* CSS Document */

body{
	margin:auto;
	font-size: 16px;
 	min-height: 100%;

	color:#333333;
	font-family: 'Barlow', sans-serif;

}

img{
max-width:100%;
height: auto;
}

#logo{
height:200px;
width:100%;
 box-shadow: 1px 1px 12px #555;
}

#menu{
	width:300px;
	height:700px;
	background:url(images/menu_gauche.png) no-repeat;
	
	float:left;
}

#contenu{
	width:70%;
	float:left;
	padding-left:20px;
}
.bloc{
	float:left;
	
}
#bandeau{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#62caaa+0,39a4a1+100 */
background: #62caaa; /* Old browsers */
background: -moz-linear-gradient(left,  #62caaa 0%, #39a4a1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #62caaa 0%,#39a4a1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #62caaa 0%,#39a4a1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62caaa', endColorstr='#39a4a1',GradientType=1 ); /* IE6-9 */


width:100%;
height:200px;
color:#fff;
}
#recup{
	background:url(images/recup.png) no-repeat;
	width:150px;
	height:150px;
	padding-top:70px;
	padding-left:50px;
	color:#000000;
	font-size:18px;
	font-weight:bold;
	float:right;
}
#ariane a{
	font-size:14px;
	font-style:italic;
	text-decoration:none;
	color:#000000;
}

ul li{
	color:#FFFFFF;
	list-style-type:none;
	text-align:center;
	font-size:16px;
	margin-bottom:50px;
	
}
.noir{
	color:#000;
}
/* Rotation */
.rotate div img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
 
.rotate div:hover img {
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.formu{
	/*background:#f7f7f7;
	background:-moz-linear-gradient(90deg, #cdedf9, #fff); /* Firefox */
	/*background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#cdedf9)); /* Webkit */
	/*border:1px solid #54533f;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-box-shadow:0 0 15px #54533f;
	-webkit-box-shadow:0 0 15px #54533f;*/
	margin:60px auto 0;
	padding:20px;
	width:600px;*/
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7cb2a8+1,4db6a5+99 */
background: #7cb2a8; /* Old browsers */
background: -moz-linear-gradient(top,  #7cb2a8 1%, #4db6a5 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #7cb2a8 1%,#4db6a5 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #7cb2a8 1%,#4db6a5 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cb2a8', endColorstr='#4db6a5',GradientType=0 ); /* IE6-9 */

	 border-radius: 5px 10px 0 5px;
}
.tab th{
	background-color:#cccccc;
}
a{
color:#000000;
text-decoration:none;
}
label{
	cursor:pointer;
	display:block;
	float:left;
	font-size:13px;
	font-weight:bold;
	line-height:28px;
	margin-bottom:5px;
	width:120px;
}
form p:hover label{
	color:#fff;
}
textarea{
	width:300px;
	height:200px;
}
input[type=text],
input[type=password]
textarea{
	background: rgba(255, 255, 255, 0.9);
	background:-moz-linear-gradient(90deg, #fff, #eee); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff), color-stop(0.2, #fff)); /* Webkit */
	border:1px solid #aaa;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:0 0 3px #aaa;
	-webkit-box-shadow:0 0 3px #aaa;
	padding:5px;
}
input[type=text]:focus,
input[type=password]:focus
textarea:focus{
	border-color:#093c75;
	-moz-box-shadow:0 0 3px #0459b7;
	-webkit-box-shadow:0 0 3px #0459b7;
	outline:none; /* Pour enlever le contour jaune lorsque l'on sélectionne un input dans Chrome */
}
select{
	cursor:pointer;
	padding:3px;
	-moz-box-shadow:0 0 3px #aaa;
	-webkit-box-shadow:0 0 3px #aaa;
}
select:active,
select:focus{
	border:1px solid #093c75;
	-moz-box-shadow:0 0 3px #0459b7;
	-webkit-box-shadow:0 0 3px #0459b7;
	outline:none;
}
input[type=submit],
a.submit{

	
	cursor:pointer;
	text-decoration:none;
	
}
input[type=submit]:hover,
a.submit:hover{

	text-decoration:none;
}
input[type=submit]:active,
input[type=submit]:focus,
a.submit:active,
a.submit:focus{

	outline:none;
}
.liste{
	width:70%;
	text-align:center;
}
.liste th{
	background-color:#4db6a5;
	color:#FFFFFF;
	font-size:24px;
}
.liste tr{
	height:30px;
	cursor:pointer;
}
.liste tr:hover{
	background-color:#c1e8e2;
}
.calendrier td{
	cursor:pointer;
}
#footer{
	width:100%;
	text-align:center;
	color:#000;
	box-shadow: 1px 1px 12px #555;

position: absolute;
    botom: 0;

}
table {
border-collapse:collapse;
width:100%;
max-width:700px;
min-width:400px;
text-align:center;
}

caption {
caption-side:bottom;
font-weight:bold;
font-style:italic;
margin:4px;
}

table,th, td {
border: 1px solid gray;
}

.nobordure{
	border: 1px solid #fff;
}

th, td {
height: 24px;
padding:4px;
vertical-align:middle;
}

th {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#79b9c4+1,288283+100 */
background: #79b9c4; /* Old browsers */
background: -moz-linear-gradient(top,  #79b9c4 1%, #288283 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #79b9c4 1%,#288283 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #79b9c4 1%,#288283 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79b9c4', endColorstr='#288283',GradientType=0 ); /* IE6-9 */

}

.menu_bar {
	margin-top:15px;
	font-weight:bold;


}