

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.html {
	margin:0;
	padding:0;
	background: url(../img/fond1.jpg) no-repeat center fixed;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
}

.dataBloc {
	background-color: #EEE;
	border : solid #CCC 1px;
	border-radius: 4px;
	margin-top: 10px;
}

.miniBloc {
	background-color: #fff;
	border : solid #CCC 0px;
	border-radius: 4px;
	margin-top: 2px;
}

.dataBloc h2, .dataBloc p {
	margin : 10px;
}
/*.dataBloc1 {background-color: #428bca;}*/
.dataBloc1 {background-color: #ffffff;} 
.dataBloc2 {background-color: #ffffff;}
.dataBloc3 {background-color: #ffffff;}
.dataBloc4 {background-color: #ffffff;}
.dataBloc5 {background: url(../img/fond1.jpg);}

.topBloc1 {
	border-radius: 4px 4px 0px 0px;
	background: url(../img/img_1.jpg) no-repeat center;
	max-width: 358px;
	min-width: 200px;
	height: 140px;
}
.topBloc2 {
	border-radius: 4px 4px 0px 0px;
	background: url(../img/img_2.jpg) no-repeat center;
	max-width: 358px;
	min-width: 200px;
	height: 140px;
}
.topBloc3 {
	border-radius: 4px 4px 0px 0px;
	background: url(../img/img_3.jpg) no-repeat center;
	max-width: 358px;
	min-width: 200px;
	height: 140px;
}
.topBloc4 {
	border-radius: 4px 4px 0px 0px;
	background: url(../img/img_4.jpg) no-repeat center;
	max-width: 358px;
	min-width: 200px;
	height: 140px;
}

.topBlocLong1 {
	border-radius: 4px 4px 0px 0px;
	background: url(../img/img_1_long.png) no-repeat center;
	max-width: 770px;
	min-width: 200px;
	height: 140px;
}
.topBlocLong2 {
	border-radius: 4px 4px 0px 0px;
	background: url(../img/img_2_long.png) no-repeat center;
	max-width: 770px;
	min-width: 200px;
	height: 140px;
}
.topBlocLong3 {
	border-radius: 4px 4px 0px 0px;
	background: url(../img/img_3_long.png) no-repeat center;
	max-width: 770px;
	min-width: 200px;
	height: 140px;
}
.topBlocLong4 {
	border-radius: 4px 4px 0px 0px;
	background: url(../img/img_4_long.png) no-repeat center;
	max-width: 770px;
	min-width: 200px;
	height: 140px;
}

.jumbotron {
	/*background: url(../img/3_depanneuses_h210.png) no-repeat right;*/
	background-color : #666;
	padding: 0px 0px 0px 0px;
	/*font-size: 1em;*/
}

.jumbotron .container {
	border : solid 0px #999;
	color: #000066;
	border-radius: 0px;
	padding: 5px 5px 5px 5px;
	box-shadow: 0px 0px 0px 0px #006;
	height: 220px;

}
.jumbotrontop {
	/*background: url(../img/3_depanneuses.png) no-repeat right bottom;*/
	padding: 5px 0px 0px 0px;
	/*font-size: 1em;*/
}
.jumbotrontop .container {
	background-color : #666;
	border : solid 0px #666;
	color: #fff;
	border-radius: 0px;
	padding:0px;
	box-shadow: 0px 0px 0px 0px #006;
}

.bigTel { 
	font-size: 1.5em;
}

.littleTexte { 
	font-size: 0.8em;
}

.customTel { 
	/*border : solid #CCC 1px;*/
	border-radius: 4px;
	margin-top: -10px;
	margin-left: -5px;
	/*background-color: #ffffff;*/
	font-size: 0.6em;

}

.customMenu { 
	border : solid #666 1px;
	border-radius: 0px;
	background-color: #666;
	background-image: linear-gradient(to bottom, rgb(cc, cc, cc) 0px, rgb(ff, ff, ff) 100%);
    background-repeat: repeat-x;

}


.navbar-inverse {
    background-image: linear-gradient(to bottom, rgb(60, 60, 60) 0px, rgb(34, 34, 34) 100%);
    background-repeat: repeat-x;
}

.tailleMax {
	max-width: 1000px;
    margin: auto;
}

.tailleH1 {
	font: 10px;
}
.principal {
	border : solid 3px #999;
	border-radius: 0px;
	padding: 5px 5px 5px 5px;
	box-shadow: 0px 0px 0px 0px #006;


}

.img-responsive class. {
	max-width: 100%;
	height: auto;
	
}








