/********** Propriétés pour le header **********/

div#barre_top {
	background: #216C93;
	color: #fff;
	font-size: 12px;
	padding: 3px 0 4px 0;
	display: none;
}

div#barre_top div.liens_internes a {
	color: #fff;
	margin-right: 15px;
}

div#barre_top div.liens_langue a {
	margin-left: 10px;
}


header {
	padding: 5px 0;
	background: #eee url('../images/bg-noise.png') top left repeat;
}

header div.logo a img {
	height: 56px;
	margin: 5px 0 0 0;
}

header div.num_tel {
	color: #0074B7;
}
header div.num_tel p.info_support {
	font-weight: bold;
	text-align: center;
	margin-bottom: 2px;

}
header div.num_tel p.num_tel {
	font-size: 28px;
	text-align: center;
	margin: 0;
}

header div.liens_langue {
	text-align: right;
}
header div.liens_langue a {
	margin-left: 8px;
}

nav.navbar {
	/*background: #2790d6;*/
	background: #34495E;
	border-color: #768ba0;
	border-radius: 0;
	margin-bottom: 0;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li>a {
	color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav>li>a:hover {
	color: #a9a9a9;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #f56f6c;
	background: none;
}

/********** Propriétés pour le corps du site **********/

html body {
	background: #fff;
}

div#corps {
	color: #606060;
	/*background: #fff;*/
	background: #f5f5f5;
	/*background: #ebebeb;*/
}

div#corps p.fil_ariane {
	margin: 0 0 15px 10px;
	font-size: 12px;
	color: #777;
	display: none;
}

div#corps p {
	margin-bottom: 6px;
}

div#corps p.avant_liste {
	margin-bottom: 0;
}

div#corps p.taille_min {
	margin-bottom: 600px;
}

div#corps p.renvoi {
	margin-left: 10px;
	background: url(../images/puce_renvoi.png) no-repeat left center;
	padding: 0 0 0 18px;
}

div#corps img.illustration_gauche {
	float: right;
	padding: 0 10px 10px 0;
	width: 300px;
}

div#corps img.illustration_droite {
	float: right;
	padding: 0 0 15px 15px;
	width: 200px;
}

div#corps p.before_liste {
	margin-bottom: 0px;
}


/********** Propriétés pour le footer **********/

#bloc_form_contact {
	padding: 20px 0;
}

#bloc_form_contact form {
	background: none;
	color: #888;
}

#map_and_contact_details {
	background: #2790d6 url('../images/bg-noise.png') top left repeat;
	padding-bottom: 20px;
}

#map-canvas {
	height: 250px;
	width: 100%;
}

#bloc_localisation {
	position: relative;
	width: 100%;
	margin: -100px auto 0 auto;
	text-align: center;
	z-index: 1000;
}
@media (min-width: 768px) {
	#bloc_localisation {
		width: 440px;
	}
}

#bloc_localisation .panel-body {
	padding: 5px 15px;
}
#bloc_localisation h4 {
	margin: 15px 0 2px 0;
}

footer {
	background: #34495E;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	font-size: 12px;
}

footer h4 {
	color: #fff;
}

footer a {
	color: #3498DB;
}
footer a:hover {
	color: #3498DB;
}

footer div.list_categ {
	padding-bottom: 10px;
}

footer div.list_categ ul {
	list-style-type: none;
}

footer div.list_categ p.demande_devis {
	margin: 15px 0;
	color: #bbb;
}

footer div.list_categ div.liste_lien_suivez_nous {
	padding: 10px 0 20px 0;
}

footer div.list_categ div.liste_lien_suivez_nous a {
	margin: 0 10px;
}

footer div.list_categ div.liste_lien_suivez_nous img {
	height: 32px;
	border-radius: 100%;
}

footer p.copyright {
	border-top: 1px solid rgba(255, 255, 255, .15);
	padding-top: 15px;
}


/********** Cadres **********/

#corps div.bleu_fonce {
	background-color: #175178;
	color: #e8e8e8;
}

#corps div.bleu_fonce div.panel-default {
	color: #606060;
}

/* Cadres site_dedie */

div.site_dedie {
	/*display: none;*/
	text-align: center;
	margin-bottom: 10px;
}
div.site_dedie img {
	max-height: 100px;
	/*display: none;*/
}

/********** Classes communes générales **********/

img.logo_tc {
	float: none;
	margin: 0;
	width: 16px;
	height: 16px;
	display: inline;
	vertical-align: middle;
}

span.station {
	color: white;
	background-color: navy;
	padding: 3px 3px 3px 3px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: sans-serif;
}



.hide, .cacher {
	display: none;
}

.print {
	display: none;
}

.cb, .cl {
	clear: both;
}

.good {
	color: #00B43C;
}

.erreur, .error {
	color: #E62D0A;
}

.center {
	text-align: center;
}

.gras {
	font-weight: bold
}

.souligne {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.barre {
	text-decoration: line-through;
}

.invisible {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.align_center {
	vertical-align: middle;
	display: inline-block;
}

.align_image img {
	vertical-align: middle;
	display: inline-block;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}
