*{
	margin:0;
	padding:0;
}
img{
	border:0;
}
a{
	 transition: all 0.3s ease 0s;
}
a:link, a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
	color:#fa720a;
	text-decoration:underline;
}

h1 {
  clear: both;
  color: #505050;
  font-size: 21px;
  margin: 25px 0 10px;
}

body {
  color: #606060;
  font-family: 'Trebuchet MS',sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  background:#F0F0F0;
}
.wrapper {
  background: none repeat scroll 0 0 #FFFFFF;
  margin: 0 auto;
  max-width: 900px;
  overflow: hidden;
  width: 100%;
}
.banner {
  background: url("images/banner.png") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
  float: left;
  height: 139px;
  margin-top: 15px;
  width: 100%;
}


.header {
    border-bottom:1px solid #eaeaea;
}

.header a {
  background: url("images/banner.png") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
  float: left;
  height: 139px;
  margin-top: 15px;
  width: 100%;
}



.nav {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  float: left;
  margin-top: 20px;
  overflow: hidden;
  width: 100%;
}


.nav2 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  float: left;
  margin-top: 20px;
  overflow: hidden;
  width: 100%;
}


.nav ul{}
.nav ul li {
  float: left;
  list-style: none outside none;
  padding: 10px 0;
}

.nav ul li a {
  background: none repeat scroll 0 0 #CA2D26;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 54.6px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
}





.nav ul li:last-child a {
	border-top-right-radius: 8px;
}
@-moz-document url-prefix() { 
  .nav ul li a {
  padding: 10px 54.3px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nav ul li a {
  padding: 10px 54.2px;
  }
}



.nav ul li a:hover, .nav ul li#current a{
	color:#d8d8f0;
	background:#ED2C25;
}


.nav2 ul{}
.nav2 ul li {
  float: center;
  list-style: none outside none;
  padding: 10px 0;
}

.nav2 ul li a {
  background: none repeat scroll 0 0 #CA2D26;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 54.6px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
}





.nav2 ul li:last-child a {
	border-top-right-radius: 8px;
}
@-moz-document url-prefix() { 
  .nav2 ul li a {
  padding: 10px 54.3px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nav2 ul li a {
  padding: 10px 54.2px;
  }
}



.nav2 ul li a:hover, .nav2 ul li#current a{
	color:#d8d8f0;
	background:#ED2C25;
}





.calendar {
  float: left;
  margin-top: 5px;
  width: 100%;
}
.calendar h1 {
  float: left;
  margin-left: 1%;
  width: 75%;
}
#calendar {
  background-color: #AAAAAA;
  float: right;
  margin: 0 auto;
  text-align: center;
}
#mois {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	background-color: white;
}
#jours td {
  background-color: #CA2D26;
  color: #FFFFFF;
  font-family: 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
  width: 22px;
}
.ligne td {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 3px;
}

td.itemCurrentItem {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: white;
	background-color: black;
}



td.itemSelectedItem {
  background-color: #FFD51E;
  font-family: 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
}
.recherche {
 	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #eee; 
}

.tables {
  float: left;
  margin-top: 15px;
  width: 100%;
}


.about {
  float: left;
  margin-top: 15px;
  width: 75%;
  margin-left: 2%;
  margin-right: 10%;
}

.tables table {
  margin-bottom: 50px;
  margin-left: 1%;
  width: 98%;
}
.tables table tr {
  line-height: 25px;
}
.tables table tr:first-child {
 color:#ffffff;
}
.conpany_list {
  float: left;
  margin-bottom: 50px;
  margin-left: 1%;
  width: 98%;
}
.conpany_list ul li {
  list-style: none outside none;
  margin-bottom: 3px;
}
.footer {
  float: left;
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.copyright {
  background: none repeat scroll 0 0 #9F0D00;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #FFFFFF;
  float: left;
  height: 50px;
  margin-bottom: 7px;
  padding-top: 10px;
  width: 100%;
}