﻿body {
	margin: 0;
	padding:0 ;
	background-color: rgb(127, 127, 127);
	font-family: Verdana, Geneva, sans-serif;
	min-width: 320px;
}

#global {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	color: black;
}

/********************************
*	HEADER
* les images font 1200x250px
* Le logo 500x155px
********************************/

#header {
	position: relative;
	height: 266px; /* hauteur totale regle ecart avec le menu*/
	margin-left: auto;
	margin-right: auto;

}
#header > .wrapper {
	height: 230px; /* position verticale du logo*/
	z-index: 100;
	position: relative;
}

/* banniere */
#banner {
	position:absolute;
	width:100%;
	height:250px;
	top:30px;
	overflow:hidden;
	border-radius: 20px 20px 0px 0px; /* arrondir les angles */
}

#banner .blockImg { /* lié taille des images */
	position:absolute;
	width:100%;
	height:250px;
}

/* logo */
.wrapper {
	width:1100px; /* decalage du logo depuis le centre */
	margin:auto;
	position:relative;
}
/*  Le logo fait 500x155px */
#logo {position:absolute;bottom:0; z-index:50;}
#logo a {display:block; width:500px; height:155px;}


/**************************************
* JQuery rdcSlider changement d'images
**************************************/
.hidden {
	display: none;
}
.visible {
	display: block;
}
.rdcSlide {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.rdcSlide-left, .rdcSlide-right {
	position: absolute;
}
.rdcSlide-left {
}
.rdcSlide-right {
}
.rdcSlide-leftActive, .rdcSlide-rightActive {
	cursor:pointer;
}
.rdcSlide-contents {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.rdcSlide-wrapper {
	position: absolute; width: 100%; height: 100%;
}
.rdcSlide-items { 
	float:left; 
	height: 100%;
}
.rdcSlide .rdcSlide-navitem {
	display:inline-block; 
	margin: 0 2px; cursor:pointer;
}

/*****************
*     Menu       *
******************/
ul {
	list-style-type: none;
	padding: 5px; /* ecart entre le bouton et son cadre */
	overflow: hidden;
	background-color: #333;
	border-radius: 0px 0px 20px 20px; /* arrondir les angles */
}

#menu li {
	float: left;
	background-color: #333;
	font-size: 14px;
}

#menu li a, .dropbtn {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 14px 16px; /* hauteur largeur */
	border-radius: 5px 20px 5px; /* arrondir les angles */
	text-decoration: none;
}

#menu li a:hover, .dropdown:hover .dropbtn {
	background-color: rgb(76, 175, 80); /* couleur survol */
}

#menu li.dropdown {
	display: inline-block;
}

#menu .dropdown-content { /* menu déroulant */
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 5px 20px 5px; /* arrondir les angles */
	z-index: 1;
}

#menu .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

#menu .dropdown-content a:hover {
	background-color: rgb(227,227,227)
}

#menu .dropdown:hover .dropdown-content {
	display: block;
}

/* --- Bandeau sous le menu --- */
#menu_rapide {
	background-color: rgb(127, 127, 127);
	font-size: 14px;
	color: white;
}
#menu_rapide a {
	color:rgb(200,200,255);
}
#menu_rapide a:hover {
	color: rgb(255,0,0);
}

/* ------------- Corps du site ------------- */
#corps {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-color: #eee;
	padding: 5%; /* marge pour l'intérieur du cadre*/
	text-align: justify;
	border-radius: 20px 20px 20px;
	box-shadow:3px 3px 10px 2px #000;
	background-color: #fff;
}

#corps a {
	color: rgb(0,0,255);
}

#corps img {
	display:block;
}

#corps ul{
	margin-left:20px;
	background-color: #fff;
}

#corps li{
	margin-left:20px;
	list-style-type: disc;
	background-color: #fff;
}

#corps1 {
	background: no-repeat url(images/f4iiz.jpg);
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 15px; /* marge pour l'intérieur du cadre */
	text-align: right;
	border-radius: 20px 20px 20px;
	box-shadow:3px 3px 10px 2px #000;
	background-color: #fff;
}

h1 {
	color: #ff8a00;
}

h2 {
	color: #ff8a00;
	 margin-top : 0;
}
h3 {
	color: #ff8a00;
}

.center {
  text-align: center;	
}
.left {
  text-align: left;	
}
.right {
  text-align: right;	
}

footer {
	background-image: url(../images/f4iiz.gif);
	width : 254px;
	height: 82px;
	float: right;
}

textarea {
    resize: none;
    background-color:#f9f9f9;    
	font-size: .8rem;
    letter-spacing: 1px;
    padding: 20px; /* marge pour l'intérieur du cadre */
    max-width: 100%;
    line-height: 1.2; /* taille de la police */
    border-radius: 15px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #999;
}
