@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'dincond-lightregular';
    src: url('font/dincond-light-webfont.eot');
    src: url('font/dincond-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/dincond-light-webfont.woff2') format('woff2'),
         url('font/dincond-light-webfont.woff') format('woff'),
         url('font/dincond-light-webfont.ttf') format('truetype'),
         url('font/dincond-light-webfont.svg#dincond-lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dincond-mediumregular';
    src: url('font/dincond-medium-webfont.eot');
    src: url('font/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/dincond-medium-webfont.woff2') format('woff2'),
         url('font/dincond-medium-webfont.woff') format('woff'),
         url('font/dincond-medium-webfont.ttf') format('truetype'),
         url('font/dincond-medium-webfont.svg#dincond-mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

*{
	margin:0;
	padding:0;	
}

body{
	background-image:url(images/p6_@2X.png);
	background-repeat:repeat;	
}

#header{
	width:800px;
	margin-left:auto;
	margin-right:auto;		
}

#ligne_top{
	background-color:#006837;
	height: 20px;
}

#logo{
	width:200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
}

#slider{
	background-image:url(images/photo_lsa_transport.png);
	background-repeat:no-repeat;
	width:800px;
	height:250px;	
}

#texte_slider{
	width:300px;
	padding-left:8px;
}

#texte_slider h2{
	color:#FFF;
	font-family: 'dincond-mediumregular';
	font-size:19pt;
	text-align:center;	
	padding-top:40px;
	padding-bottom:10px;
	border-bottom:solid 1px white;
}

#texte_slider p{
	color:#FFF;
	font-family: 'dincond-lightregular';
	font-size:13pt;
	text-align:center;	
	padding-top:10px;
}

#fond_presta{
	background-color:#8CC63F;
	height:416px;	
	margin-top:20px;
}

#bloc_presta{
	width:800px;
	margin-left:auto;
	margin-right:auto;	
	padding-top:20px;
}

.titre{
	color:white;
	padding:5px;
	border:solid 2px white;	
	width:250px;
	margin-left:auto;
	margin-right:auto;
}

.titre h2{
	color:#FFF;
	font-family: 'dincond-mediumregular';
	font-size:19pt;
	text-align:center;	
}

#ligne1{
	margin-top:20px;	
}

.case_presta{
	width:200px;
	height:125px;
	border:solid 1px white;
	padding:10px;
	float:left;	
	margin-left:32px;
	margin-bottom:20px;
}

.picto{
	width:45px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;	
}

.texte_presta p{
	font-family: 'dincond-mediumregular';
	color:white;
	font-size:18px;
	text-align:center;
}

#ligne2{
	margin-top:20px;	
	margin-left:125px;
}

#fond_eng{
	background-color:#00A99D;
	height:206px;	
	margin-top:20px;
}

#bloc_eng{
	width:800px;
	margin-left:auto;
	margin-right:auto;	
	padding-top:20px;
}

.case_eng{
	width:106px;
	height:85px;
	border:solid 1px white;
	padding:10px;
	float:left;	
	margin-left:32px;
	margin-top:20px;
}

.texte_eng p{
	font-family: 'dincond-mediumregular';
	color:white;
	font-size:18px;
	text-align:center;
}

#fond_contact{
	background-color:#22B573;
	height:265px;	
	margin-top:20px;
}

#bloc_contact{
	width:800px;
	margin-left:auto;
	margin-right:auto;	
	padding-top:20px;
}

.texte_contact p{
	font-family: 'dincond-mediumregular';
	color:white;
	font-size:18px;
	text-align:center;
}
.texte_contact h2{
	color:#FFF;
	font-family: 'dincond-mediumregular';
	font-size:19pt;
	text-align:center;	
}

.texte_contact a{
	color:#333;	
}

#footer{
	width:800px;
	margin-left:auto;
	margin-right:auto;	
	padding-top:30px;
	padding-bottom:10px;
}

#footer p{
	font-family: 'dincond-mediumregular';
	color:#22B573;
	font-size:14px;
	text-align:center;
}

#footer a{
	font-family: 'dincond-mediumregular';
	color:#333;
	font-size:14px;
	text-align:center;
}

form{
	text-align: center;
	margin-top: 26px;	
}