body 
{
	background-image: url('');
	background-color: blank;
	font: 1.1em sans-serif;
	height: 100%;
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

h1
{
	text-align: center;
	color: limegreen;
	font-size: 60px;
	margin: 2px;
}

h2
{
	text-align: center;
	color: limegreen;
	font-size: 40px;
	margin: 2px;
}

h2_small
{
	text-align: center;
	color: limegreen;
	font-size: 30px;
	margin: 2px;
}

h3
{
	text-align: center;
	color: mediumblue;
	font-size: 30px;
	margin: 2px;
}

h11
{
	text-align: center;
	color: deeppink;
	font-size: 40px;
	margin: 2px;
}

h10
{
	text-align: center;
	color: deeppink;
	font-size: 30px;
	margin: 2px;
}

h4
{
	text-align: center;
#	color: orangered;
	color: mediumblue;
	font-size: 30px;
	margin: 2px;
}

h5
{
	text-align: center;
	color: mediumblue;
	font-size: 24px;
	margin: 2px;
}

h6
{
	text-align: center;
	color: mediumblue;
	font-size: 24px;
	margin: 2px;
}

h7
{
	color: mediumblue;
	font-size: 20px;
	margin: 2px;
	font-weight: bold;
}

h9
{
	color: red;
	font-size: 20px;
	margin: 2px;
	font-weight: bold;
}

h8
{
	color: mediumblue;
	font-size: 20px;
	margin: 2px;
}

.h7
{
	color: mediumblue;
	font-size: 20px;
	margin: 2px;
	font-weight: bold;
}

.arrondie {
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
background-color:skyblue;
	font-size: 20px;
#	color: mediumblue;

}

.arrondie:hover{
    cursor:pointer;
    background-color:orange;
}

.creneau_libre { 
	color: blue; 
	font-size: 30px;
	text-align: center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alineright { 
	text-align: right; 
	margin-right: 10px;
}

.ombre
{
	text-shadow: #000000 1px 1px, #000000 -1px 1px, #000000 -1px -1px, #000000 1px -1px;
}

.alineleft 
{ 	text-align: left; 
	margin-left: 10px;
}

.selected
{
	background: rgba(255,255,255,.3);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .7) inset, 
                0 -1px 0 hsl(131, 100%, 42%) inset, 
                0 -2px 0 hsl(131, 100%, 48%) inset, 
                0 -3px 0 hsl(131, 100%, 54%) inset, 
                0 -4px 0 hsl(131, 100%, 60%) inset, 
                0 -5px 0 hsl(131, 100%, 70%) inset; 
	<!--
		padding: 8px 25px 17px 25px;
	-->
	transition: all .3s .1s;
	position: relative;
	color: lime;
	font-weight: bold;

	
	
	#background: linear-gradient(blue, green);
	#background: -webkit-linear-gradient(blue, green);
	#background:    -moz-linear-gradient(blue, green);
	#background:     -ms-linear-gradient(blue, green);
	#background:      -o-linear-gradient(blue, green);
	
}


.identlist 
{	text-indent:  -24px;
	padding-left: 36px;
	text-align: left;
}

.identlistcenter 
{	text-indent:  -24px;
	padding-left: 36px;
	text-align: center;
	font-size: 30px;
		color: seagreen;

}

.identlistcenter2 
{	text-indent:  -24px;
	padding-left: 36px;
	text-align: left;
	font-size: 25px;
		color: darkblue;

}

.identlistcenter3 
{	text-indent:  -24px;
	padding-left: 36px;
	text-align: center;
	font-size: 30px;
	color: mediumblue;

}

.identlistleft4 
{	text-indent:  -24px;
	padding-left: 36px;
	text-align: left;
	font-size: 35px;
	color: limegreen;
}

.identlistleft5
{	text-indent:  -24px;
	padding-left: 36px;
	text-align: left;
	font-size: 25px;
	color: seagreen;
#	color: darkblue;

}

identlistcenter3



.invisible
{
	text-align: center;
	font-size: 23px;
	color: white;
}

table tr td
{
	border: 1;
	padding: 0px 0px 0px 0px;
}

li
{
	text-align: center;
	color: darkblue;
	font-size: 18px;
}



p
{
	text-align: left;
	color: darkblue;
	font-size: 23px;
	margin: 2px;
}

ul
{
	display: table;
	width: 900px;
	margin: 20px auto;
	padding: 0;
	background: linear-gradient(lime, green);
	background: -webkit-linear-gradient(lime, green);
	background: -moz-linear-gradient(lime, green);
	background: -ms-linear-gradient(lime, green);
	background: -o-linear-gradient(lime, green);
	background: white;

	# border-radius: px;
	border-radius: 10px 10px 10px 10px;

	box-shadow: 0 1px 3px rgba(0, 0, 0, .3),
                0 3px 5px rgba(0, 0, 0, .2),
                0 5px 10px rgba(0, 0, 0, .2),
                0 20px 20px rgba(0, 0, 0, .15);

}

ul li
{
	display: table-cell;
	
	background: linear-gradient(white, white);
	background: -webkit-linear-gradient(white, white);
	background: -moz-linear-gradient(white, white);
	background: -ms-linear-gradient(white, white);
	background: -o-linear-gradient(white, white);

	# border-radius: px;
	border-radius: 10px 10px 10px 10px;

	box-shadow: 0 1px 3px rgba(0, 0, 0, .3),
                0 3px 5px rgba(0, 0, 0, .2),
                0 5px 10px rgba(0, 0, 0, .2),
                0 10px 20px rgba(0, 0, 0, .15);
	}
	
ul li a{

		font-size: 24px;
		display: block;
		text-align: center;
		# color: rgba(0, 0, 0, 1); 
		color: black;
		text-decoration: none;
		padding: 8px 8px 17px 8px;
	
	    text-shadow: 0 2px 0 rgba(255, 255, 255, .4);
		
		box-shadow: 0 1px 0 rgba(255, 255, 255, .7) inset, 
                0 -1px 0 hsl(131, 100%, 32%) inset, 
                0 -2px 0 hsl(131, 100%, 38%) inset, 
                0 -3px 0 hsl(131, 100%, 44%) inset, 
                0 -4px 0 hsl(131, 100%, 50%) inset, 
                0 -5px 0 hsl(131, 100%, 60%) inset;
				
	border-radius: 10px 10px 10px 10px;

	}
	
ul li:first-child a
{
	# border-radius: 3px 0 0 3px;
	border-radius: 10px 10px 10px 10px;
}

ul li:last-child a
{
	# border-radius: 0 3px 3px 0;
	border-radius: 10px 10px 10px 10px;
}

ul li a:hover, ul li a:focus
{
	background: rgba(255,255,255,.2);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset, 
                0 -1px 0 hsl(131, 100%, 42%) inset, 
                0 -2px 0 hsl(131, 100%, 48%) inset, 
                0 -3px 0 hsl(131, 100%, 54%) inset, 
                0 -4px 0 hsl(131, 100%, 60%) inset, 
                0 -5px 0 hsl(131, 100%, 70%) inset; 
		padding: 8px 30px 17px 30px;
		transition: all .3s .1s;
		position: relative;
	border-radius: 10px 10px 10px 10px;

	}

ul li a:active
{
		background: linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.1)); 
		box-shadow: 0 0 2px rgba(0,0,0,.3) inset;
		border-radius: 10px 10px 10px 10px;
}
	
ul li a::before
	{
		content: '';
		position: absolute;
		left: 50%;
		bottom: 9px;
		margin-left: -2px;
		width: 4px;
		height: 4px;
		# border-radius: 50%;
			border-radius: 10px 10px 10px 10px;

		background: rgba(255, 255, 255, .5);
	}

ul li a:hover::before, ul li a:focus::before
	{
		background: white;
		box-shadow: 0 0 2px white, 
                0 -1px 0 rgba(0, 0, 0, .4);
		border-radius: 10px 10px 10px 10px;

	}
}

.b1 
{
	border-style:solid;
    border-width: 5px;
}
