body {
	font-size: 12px;
	font-family: Tahoma;
}

table {
	border-collapse: collapse;
	padding-right: 0cm;
	vertical-align: top;
}

th {
 
	/*background-color: #686665; couleur grise*/
	background-color: #3b7398; /* couleur case titre tableau */
	
	border-color: #fffcfc;
	border-style: solid;
	border-width: 1px;
	color: #ffffff;
	font-family: Tahoma;
	font-weight: 500;
	margin-right: 0pt;
	padding-right: 0cm;
	vertical-align: top;
	font-size: 12pt;
}

td {
	border-color: #fffcfc;
	border-style: solid;
	border-width: 1px;
	font-size: 10pt;
	font-family: Tahoma;
	font-weight: 500;
	padding-right: 0px;
	vertical-align: top;
}

.tab1 th{
	height: 10px;
}

.tab1 td{
	height: 10px;
}

.classe {
	background-color: #ffffff;
	color: #000000;
	font-family: Tahoma;
	padding-right: 0pc;
}

a {
	color: #9e1825;
	font-weight: normal;
	text-decoration: none;
}

a img {
	border-style: none;
}

.blancAr {
	background-color: #ffffff;
}

.navigation {
	background-color: #686665;
	border-right-style: solid;
	border-right-width: 1px;
	color: #b6b6b9;
	font-family: Tahoma;
	font-weight: bold;
}

.menu {
	background-color: #686665;
	border-width: 1px;
	color: #ffffff;
	font-family: Tahoma;
	font-weight: 900;
	text-align: center;
}

h1 {
	/* color: #686665; */
	color: #3b7398;
	font-family: Tahoma;
	font-size: 24px;
	text-align: left;
}

h2 {
	color: #3b7398;
	font-size: 18px;
	text-align: left;
}

.amenu {
	color: #e2e3e6;
	text-decoration: none;
}

#plop {
       text-decoration: blink;
}

.tooltip{
width: 200px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url(bt.gif) no-repeat top}

.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(bt.gif) no-repeat bottom}
    
.button {
   border-top: 1px solid #9db1bd;
   background: #265f80;
   background: -webkit-gradient(linear, left top, left bottom, from(#62a1cc), to(#265f80));
   background: -webkit-linear-gradient(top, #62a1cc, #265f80);
   background: -moz-linear-gradient(top, #62a1cc, #265f80);
   background: -ms-linear-gradient(top, #62a1cc, #265f80);
   background: -o-linear-gradient(top, #62a1cc, #265f80);
   padding: 7px 14px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 16px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #1e4b69;
   background: #1e4b69;
   color: #ffffff;
   }
.button:active {
   border-top-color: #deedf7;
   background: #deedf7;
   }
   
   /* DEBUT calendrier JS : jsSimpleDatePickr */
#calendarMain1, #calendarMain2{
    margin-left: 20%;
}
/* conteneur calendrier */
.calendarWrap{
    display: none;
    position: absolute;
    z-index: 1000;
    width: 210px;
    padding: 5px 10px 10px 10px;
    background-color: #2e373f;
    /*background-color: rgba(46, 55, 63, 0.95);*/
    border-radius: 10px;
    -moz-box-shadow: 0 0 10px #555;
    -webkit-box-shadow: 0 0 10px #555;
    box-shadow: 0 0 10px #555;
    font-size: 12px;
}
/* bouton d'affichage*/
#calendarMain1 > input, #calendarMain2 > input{
    display: block;
    width: 100px;
    height: 22px;
    padding-top: 2px;
    background-color: #2e373f;
    color: #fff;
    border-radius: 5px;
    border: none;
}
#calendarMain1 > input:hover, #calendarMain2 > input:hover{
    background-color: #2673cb;
}
/* navigation dans le calendrier */
.calendarWrap ul{
    margin: 5px 0 10px 0;
    padding: 0;
}
.calendarWrap li{
    margin: 0;
    padding: 0;
    width: 20px;
    display: inline-block;
    *display: inline;
}
.calendarWrap li.calendarTitle{
    width: 170px;
    color: #ccc;
    text-align: center;
}
.calendarWrap li input{
    width: 20px;
    background-color: #5d6f7f;
    border: none;
    color: #fff;
}
.calendarWrap li input:hover{
    background-color: #6f8598;
}
/* calendrier */
.jsCalendar{
    color: #fff;
    border-collapse: collapse;
}
.jsCalendar th{
    color: #8ba7bf;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
.jsCalendar td{
    padding: 0;
    border: none;
}
.jsCalendar a{
    display: block;
    width: 30px;
    padding: 3px 0 3px 0;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
.jsCalendar .day:hover a{
    background-color: #2673cb;
    border-color: #2673cb;
}
.jsCalendar .selectedDay a{
    background-color: #c44d38;
    border-color: #c44d38;
}
/* FIN calendrier JS : jsSimpleDatePickr */
