/* GENERALITE */
*{
	padding:0px;
	margin:0px;
}

body  {	
	background-position:center; background-image:url("https://dropzoneofficiel.fr/images/logo%20drop%20zone.png");
	background-repeat : no-repeat;
	background-size : 100%;
        background-attachment: fixed;
	
}
img{
    padding: 0px;
	border: 0px solid #999999;
	background-color:#FFF;	
}
img.imageGauche{
	float:left;
	margin-right:0px;
		margin-left:-9px;
	border: 0px solid black;
    border-radius : 0px;
	width : 260px;
    height : 347px;
} 

img.imageDroite{
	float:right;
	margin-left:0px;
		margin-right:-9px;
	border: 0px solid black;
    border-radius : 0px;
	width : 260px;
    height : 347px;
}
img.imageCentre{
	border: 0px solid black;
    border-radius : 30px;
	width : 60px;
    height : 60px;
	 position:relative;
	bottom: -10px; 
	right: -430px; 

	
}img.imageLogo{
	width : 1000px;
        height : 250px;
	margin-bottom: -9px;
        margin-top: -1px;	
}


a{
	color:#6c2323;	
} 
p{
	margin-bottom:0px;	
	padding-top:0px;
	font-family: "verdana";
	font-size: 18px;
	color: #03000b;
	text-align:justify;
        margin-left: 0px;
}
#global { 
    margin-left: auto; /* Permet de centrer le site */
    margin-right: auto; /* Permet de centrer le site */
    width: 1000px;
     background-color: #808000;
    border: 0px solid #FF0000;
	text-align:left;
	padding-bottom:0px;

}
/* BANDEAU */
#bandeau {


}
#slideshow-container {
width : 100%;
height : 300px;
top : 0;
left : 0;
z-index : -10;
margin : 0 auto;
}
#slideshow {
width : 100%;
height : 105%;
opacity : 1;
transition : opacity 12s;

}
#slideshow.fadeOut {
opacity : 0;
}
.slideshow-image {
display : none;
}

.titreSite {
	font-family: "trebuchet ms";
	font-size: 25px;
	color:#641616;
}
.slogan {
	font-family:"trebuchet ms";
	font-size:12px;
	color:#641616;
}
/* MENU DE NAVIGATION */
#menu {
	list-style-type : none;
	margin-top: 18px;
	padding: 0px;
font-family:verdana;
	margin-bottom: 20px;
	
}
#menu li {
	display: inline;	
	font-size: 15px;
	
}
#menu li a {
	padding: 19px 98.5px;
	margin: -25px;
	text-align: center;
	text-decoration: none;
	background:linear-gradient(#FFFFFF, #0000FF);
	color:#DFFF00;
	border-top-right-radius : 25px;
border-top-left-radius : 25px;
}
#menu li a:hover, #menu li a:focus, #menu li a:active {
	background: #B40404;
}

/* CONTENU DE LA PAGE */
#contenu {
	padding:10px;
}
h1 {
	
	font-size: 18px;
	color:#FF0000;
	margin-bottom:10px;
	
}
h2 {
	font-family : Georgia, serif;
	color:#0000FF;
 background-color :#2EFE2E;
font-size : 20px;
font-variant : small-caps;
}

h3 {
	color:#730800;
 background-color :#2EFE2E;
font-size : 17px;
font-variant : small-caps;
}

table{
     margin-left:0px;
margin-bottom:30px;	

}
video{
     margin-left:0px;
margin-bottom:0px;	


}
.button{
position: fixed;
bottom : 0px;
right:100px;
width : 60px;
height : 60px;
border-radius : 50px;
}


/* PIED DE PAGE */
#piedDePage{
	background:linear-gradient(#FFFFFF, #0000FF);
	text-align : center;
        font-family : verdana;
        font-size : 17px;
        color : #0b0100;	
        height: 50px;
        width: 1000px;	 
        margin-left: -10px; 
        margin-bottom: -60px;
	margin-top: -35px;
	padding-top: 10px;

        border-bottom-right-radius : 25px;
        border-bottom-left-radius : 25px;
}