/*
* Les différents tableaux
*/
table.tableCodep {
  border: 1px solid #D02F2D;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.tableCodep td, table.tableCodep th {
  border: 1px solid #E06F26;
  padding: 3px 2px;
  text-align:center; 
}
table.tableCodep tbody td {
  font-size: 13px;
}
table.tableCodep thead {
  background: #D02F2D;
  background: -moz-linear-gradient(top, #dc6361 0%, #d44342 66%, #D02F2D 100%);
  background: -webkit-linear-gradient(top, #dc6361 0%, #d44342 66%, #D02F2D 100%);
  background: linear-gradient(to bottom, #dc6361 0%, #d44342 66%, #D02F2D 100%);
  border-bottom: 2px solid #E06F26;
  text-align:center; 
}
table.tableCodep thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #E06F26;
}
table.tableCodep thead th:first-child {
  border-left: none;
}

/*
* Google Map responsive
*/
.map-responsive {
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;>
	height:0;
}

.map-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

/*
* Le bottom
*/
#tm-bottom-c {
	padding: 0;
}

/*
* Classe pour la 3eme couleur orange
*/ 
.tm-third-color {
	color:#e06f26;	
}

/*
* Rectangle de la page d'accueil (avec coins arrondis)
*/
.rectangle_accueil {
	background:#e06f26;
	color:#d02f2d;
	font-weight:bold;
	margin-right:2px;
	width:200px;
}

/*
* Bloc addresse de la page d'accueil
*/
.addresse {
	margin-top:30px;
	color:#e06f26;
}

/*
* Tableau de l'accueil
*/
table.accueilTable {
  width: 100%;
  text-align: center;
  border-collapse: separate;
  border-spacing:5px;
  
}
table.accueilTable td, table.accueilTable th {
  border:2px solid #CA261B;
  background-color: #E06F26;
  max-width:350px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  
}
table.accueilTable tbody td {
  color: #CA261B;
  font-weight:bold;
}

/*
*	Menu sous IE et EDGE
*/
ul.uk-nav-sub {
	list-style-image: url(data:0);
}