@charset "utf-8";
/* CSS Document */
header {
	display: block;
	background: url(Visuels/fond-header.jpg);
}
#box{
box-shadow: 10px 10px 10px 0px rgba(119, 119, 119, 0.5);
-moz-box-shadow: 10px 10px 10px 0px rgba(119, 119, 119, 0.5);
-webkit-box-shadow: 10px 10px 10px 0px rgba(119, 119, 119, 0.5);
height:290px;
}
#box2{
box-shadow: 10px 10px 10px 0px rgba(119, 119, 119, 0.5);
-moz-box-shadow: 10px 10px 10px 0px rgba(119, 119, 119, 0.5);
-webkit-box-shadow: 10px 10px 10px 0px rgba(119, 119, 119, 0.5);
height:320px;
}
footer {
	display: block;
	background: url(Visuels/fond-footer.jpg);
}
.orias {
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.coordonnees {
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	font-size: 21px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.titre-drone {
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.titre-drone-blanc {
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.sous-titre-drone {
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.sous-titre-drone-blanc {
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.texteblack {
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.texteinformation {
	font-family: "Arial", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}
.texteblackbold {
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.titreblanc {
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	font-size: 22px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.titreblanc:hover {
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	font-size: 22px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
.texteblanc {
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.liste {
	font-family: "Arial", Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background-repeat:no-repeat;
	background-position:left 5px;
	padding-left:20px;
	text-align:justify;
}