@charset "UTF-8";
.sans {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #D2D1D0;
	border-right-color: #D2D1D0;
	border-bottom-color: #D2D1D0;
	border-left-color: #D2D1D0;
}
#bloc1 {
	border-radius: 39px;
	border-color: #000000;
	height: 200px;
	width: 20%;
	background-color: #CCCCCC;
	line-height: 26em;
	padding-left: px;
	-webkit-box-shadow: -5px -5px 12px 0px #999999;
	box-shadow: -5px -5px 12px 0px #999999;
	text-align: center;
	margin-right: 5px;
	display: inline-block;
}
#bloc2 {
	border-radius: 39px;
	border-color: #000000;
	height: 200px;
	width: 20%;
	background-color: #CCCCCC;
	line-height: 26em;
	padding-left: px;
	-webkit-box-shadow: -5px -5px 12px 0px #999999;
	box-shadow: -5px -5px 12px 0px #999999;
	text-align: center;
	float: none;
	margin-left: 5px;
	display: inline-block;
	margin-right: 5px;
}
#bloc3 {
	border-radius: 39px;
	border-color: #000000;
	height: 200px;
	width: 20%;
	background-color: #CCCCCC;
	line-height: 26em;
	padding-left: px;
	-webkit-box-shadow: -5px -5px 12px 0px #999999;
	box-shadow: -5px -5px 12px 0px #999999;
	text-align: center;
	margin-right: 5px;
	display: inline-block;
	margin-left: 5px;
}
#bloc4 {
	border-radius: 39px;
	border-color: #000000;
	height: 200px;
	width: 20%;
	background-color: #CCCCCC;
	line-height: 26em;
	padding-left: px;
	-webkit-box-shadow: -5px -5px 12px 0px #999999;
	box-shadow: -5px -5px 12px 0px #999999;
	text-align: center;
	float: none;
	margin-left: 5px;
	/* [disabled]margin-left: 5px; */
	display: inline-block;
	margin-right: 5px;
}
#conteneur {
	position: absolute;
	left: 50%;
	top: 160px;
	margin-left: -490px;
	width: 980px;
}
#menu ul {
	position: relative;
	left: 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -490px;
	width: 980px;
	padding: 0px;
}
#menu ul li {
	display: inline-block;
	float: left;
	margin-right: 40px;
	list-style-type: none;
	font-size: 14px;
	list-style-position: inside;
	padding: 0px;
}
#bloc1:HOVER {
	background-color: #990000;
	background-image: -webkit-gradient(linear, 0.00% 27.74%, 100.00% 72.26%, color-stop( 0% , rgba(173,0,2,1.00)),color-stop( 100% , rgba(255,0,0,0.61)));
	background-image: -webkit-repeating-linear-gradient(336deg,rgba(173,0,2,1.00) 0%,rgba(255,0,0,0.61) 100%);
	background-image: repeating-linear-gradient(114deg,rgba(173,0,2,1.00) 0%,rgba(255,0,0,0.61) 100%);
	color: #FFFFFF;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
cursor:pointer;
}
body {
	font-family: lato;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	background-color: #D2D1D0;
}
#haut {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	color: #FFFFFF;
	background-color: #232323;
	height: 75px;
	line-height: 75px;
	text-align: center;
	font-family: lato;
}
#haut #inHaut {
	width: 980px;
	position: relative;
	left: 50%;
	margin-left: -490px;
	text-align: left;
}
#menu {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333333;
	line-height: 75px;
	height: 75px;
	font-style: normal;
	font-weight: 400;
	font-family: lato;
}
.cadreBlanc {
	background-color: #FFFFFF;
	border: 2px solid #bbbbbb;
}
.cadreBlancSans {
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #bbbbbb;
	border-bottom-color: #bbbbbb;
	border-left-color: #bbbbbb;
	padding: 5px;
	overflow-y: visible;
}
.float50 {
	float: left;
	width: 45%;
	display: inline-block;
	border: 1px dashed #CCCCCC;
	margin-right: 20px;
	padding: 3px;
	margin-bottom: 15px;
}
.float50bis {
	float: right;
	width: 45%;
	display: inline-block;
	border: 1px dashed #CCCCCC;
	margin-right: 20px;
	padding: 3px;
}
.cadreGris {
	background-color: #e0e0e0;
	border: 2px solid #bbbbbb;
}
.cadreGrisPad {
	background-color: #e0e0e0;
	border: 2px solid #bbbbbb;
	padding: 5px;
}
#Z1  ,#z4, #z8{
	width: 64%;
	padding: 5px;
}
#Z2  {
	float: right;
	width: 33%;
	padding: 5px;
	z-index: 1000;
	position: absolute;
	left: 66%;
}
#Z5 {
	width: 33%;
	position: absolute;
	right: 0px;
	z-index: 2;
	top: 400px;
}
input[type=text] , select, input[type=password]{
	border: 1px solid #bbbbbb;
	margin-top: 3px;
}#submit {
	color: #333333;
	background-color: #D2D1D0;
	width: 120px;
}
#adresseFact {
	width: 40%;
	padding-left: 60%;
}
#menu a {
	color: #CCCCCC;
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: none;
}
.titrePage {
	font-style: normal;
	color: #CCCCCC;
	float: right;
}
.gris {
	background-color: #CCCCCC;
}
.tableTitre {
	
	margin-bottom: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 5px;
	font-weight: bold;
}
ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#fiche li.off{
	background-color: #F4F4F4;
	float: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;

}
#fiche li.in {
	background-color: #FFFFFF;
	float: left;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-left-color: #BBBBBB;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;

	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.finFiche {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
	margin-left: 404px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-left-style: solid;
	padding-bottom: 2px;
	z-index: 100;
}
		#calendrier {
	width: 250px;
	background-color: #E0E0E0;
}
		#calendrier2 {
	width: 100%;
            max-width: 600PX;
	background-color: #E0E0E0;

text-align: center;}
#calendrier tr td {
	text-align: center;
	padding: 2px;
}
.separationHeure {
	margin-left: -40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-bottom: 15px;
}
.separationMois {
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-bottom: 15px;
	border-top-style: solid;
}
.rouge {
	color: #FF0000;
}
