/* styles de base pour l'editeur texte intégré. placer ici seulement les definitions des balises et attributs */
@import url('../core/css/reset.css');
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,600,800);
/*@import url(http://fonts.googleapis.com/css?family=Syncopate:400,700); */

h1,
h2,
.h2,
h3,
h4,
h6 {
	font-family: "Open sans", "Arial Black", arial, sans-serif;
	/*text-transform: uppercase;*/
	font-weight: 700;
	color: #000;
	clear: both;
	text-align: left;
}

h1,
h1 a {
	font-size: 26px;
	color: #ccc;
	text-transform: uppercase;
	line-height: 28px;
	padding: 16px 0px;
}

h2,
h2 a,
.h2 {
	font-size: 16px;
	line-height: 41px;
	height: 42px;
	overflow: hidden;
	padding: 0 15px;
	font-weight: 700;

	color: #0E8B84;
	/*#05428C;*/
	background-color: #fff;
	-webkit-box-shadow: 0 -4px 8px rgba(50%, 50%, 50%, 0.3);
	box-shadow: 0 -4px 8px rgba(50%, 50%, 50%, 0.3);
	border-top: 1px solid #eee;
	border-bottom: 1px solid #e0e0e0;
}

h2.no-shadow {
	-webkit-box-shadow: none;
	box-shadow: none;
}

h2.glass {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: transparent;
}

h3,
h3 a {
	font-size: 16px;
	color: #05428C;
	padding-top: 3px;
	font-weight: 300;
	padding-bottom: 8px;
	line-height: 19px;
}

h4,
h4 a {
	font-size: 14px;
	color: #000;
	padding-bottom: 8px;
}

h5,
h5 a {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #666;
	/* #05428C;*/
	padding-bottom: 8px;
}

h6,
h6 a {
	font-size: 13px;
	color: #05428C;
	padding-bottom: 4px;
	font-style: italic;
}

html,
body {
	color: #555;
}

/* definir le fond dans style.css */

div,
p,
td,
th,
li {
	font-size: 14px;
	line-height: 22px;
	font-family: 'Open Sans', Arial, Helevtica, sans-serif;
}

#content p {
	margin-bottom: 8px;
}

strong,
b {
	font-weight: 600;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	color: #5DAAD7;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
select {
	padding: 6px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #999;
	border-radius: 2px;
	border-style: none none solid;
	border-width: 0 0 1px;
	box-shadow: none;
	color: #666;
	line-height: 20px;
}

/*
input[type="text"], input[type="tel"], input[type="password"], input[type="email"], input[type="url"], input[type="number"] {
	height:20px;
}*/

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	background-color: #f3f3f9;
}

/* aeroport::parking */

.tab_temps_td1 {
	width: 240px;
	font-size: 11px;
	background-color: #f7f7f7;
	padding: 5px 5px;
	border-bottom: 1px solid #fff;
}

.tab_temps_td2 {
	width: 60px;
	text-align: right;
	font-weight: bold;
	padding: 5px 5px;
	border-bottom: 1px solid #f7f7f7;
}

.tab_duree_tr1 {
	background-color: #aaa;
	color: #fff;
}

.tab_duree_td1 {
	text-align: left;
	width: 160px;
	background-color: #f7f7f7;
	padding: 2px 5px 0 2px;
}

.tab_duree_td2 {
	text-align: right;
	width: 60px;
	border-right: 1px solid #f7f7f7;
	padding: 2px 5px 0 2px;
}

.tab_duree_td3 {
	text-align: right;
	width: 60px;
	border-right: 1px solid #f7f7f7;
	padding: 2px 5px 0 2px;
}

.img-responsive {
	width: 100%
}