/* STYLE DE LA HOME PAGE */

/* IMAGE AVEC CARTE */
.homeImgBg{
	background:rgb(236, 236, 236);
	padding-top : 10px;
}
.homeImg{
	height: 430px;
	width: 850px;
	margin: auto;
	padding : 0;
	background:rgb(236, 236, 236) url("img/homeMap.jpg") no-repeat bottom center;
	/*background-size: cover;*/
}
.homeImg p, .homeImg a{
	text-align:center;
	font-weight : 300;
	font-size : 28px;/*1.5em;*/
	color : rgb(0, 157, 224); /*#009de0*/
}	
.homeImgTxt{
	position: relative;
	left:178px;
	top: 150px;
	height: 220px;
	width: 350px;
	border-radius: 20px;
	background: rgb(255, 255, 255); /*blanc*/
	background: rgba(255, 255, 255, 0.90); /* + transparence*/
}
.homeImgTxt p, .homeImgTxt a{
	font-weight : 400;
	text-align:justify;
	font-size : 14px;
	padding : 1em 1em 0.5em 1em;
}
.homeImgButton{
    background: rgb(13, 126, 196);
	background: rgba(13, 126, 196, 0.80); /* + transparence*/
	border-radius: 20px;
	height : 35px;
	width : 170px;
	margin-left : 0.75em;
	margin-top : 0.75em;
	text-align:center;
	vertical-align : middle;
}
.homeImgButton a{
	font-size : 16px;
	color : white;
	text-decoration : none;
	line-height:35px;
	padding:0;
	margin:auto;
}

/* BANDEAU BLEU FONCE */
.homeBandeau{
	margin: 0;
	padding : 0;
	background:rgb(13, 126, 196);
}
.homeBandeau p, .homeBandeau a{
	text-align:center;
	font-size : 18px;
	font-weight : 300;
	color : rgb(236, 236, 236);
	padding : 0.5em;
}

/* PAVE PRINCIPAL AVEC LES 4 BLOCS */
.homeMainBg{
	/*margin-top:0.1em;*/
	background: rgb(0, 157, 224);
}
.homeMain{
	width: 960px;
	margin:auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
.homeMain h2{
	color: rgb(236, 236, 236);
	/*font-family: Verdana;*/
	font-weight: 700;
	font-size: 21px;
	text-align: left;
	padding-bottom: 5px;
}
.homeMain p, .homeMain a{
	color: rgb(236, 236, 236);
	font-weight: 400;
	font-size: 15px;
	text-align: justify;
	padding-top: 10px;
}
.homeMainButton{
    background: rgb(13, 126, 196);
	background: rgba(13, 126, 196, 0.90); /* + transparence*/
	border-radius: 15px;
	height : 30px;
	width : 130px;
	margin-top : 25px;
	text-align:center;
	vertical-align : middle;
}
.homeMainButton a{
	font-size : 15px;
	font-weight : 700;
	color : white; /*rgb(178, 209, 227);*/
	text-decoration : none;
	padding:0;
	margin:auto;
	line-height : 30px;
}
#leftColumn{
	float:left;
	width:42%;
	padding-top:15px;
}
#rightColumn{
	margin-left: 55%;
	width:42%;
	padding-top:15px;
}