/* CSS Document */
*{ margin: 0; padding: 0;}
body { 	font-family: Arial; 
		}

html { 
  margin:0;
  padding:0;
  background: url(../img/Background.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}
div.global {margin: 10px auto; background-color: #339966; border-radius: 200px; height: 1300px; width:1000px;}
header#asso {position: relative; height: 90px; padding: 15px; text-align: center; color: white; }
#asso img {position: absolute; top: 20px; left: 190px; width: 150px; border-radius: 10px;}
#asso h1 {font-size: 3em ; position: center; }
#asso h2 {font-size: 1.2em}
#barremenu {margin: 40px 0 -70px 40px; padding-left: 40px}
ul#menu { font-weight: bold; height: 70px; font-size:1.5em; width: 900px }
ul#menu li { list-style-type: none; float: left; text-align: center; padding: 0 30px }
ul#menu li a {display: line; line-height: 30px; padding: 0px 15px; text-decoration: none; }
#menu a:hover {background-color: #006633; color: white; border-radius: 5px;}
#menu a{color: white; }
ul#menu li.a {font-style: italic; color: green;}
form {position: absolute; top: 0px; right: 0px;}
article.page { min-height: 850px; padding: 0 0 0 0; background-color: lightblue; width :120 px ; margin-top: 40px; }
p.logo {margin-top: 50px; text-align: center;}
.retour {clear: both; height: 0;}
.page  { background-color: green;}
article.page h3 {font-size: 0.5em; color : blue}
div.texte{  padding-left: 50px; padding-right: 50px; border: 3px solid #339966; border-radius: 70px; font-family: Arial;font-size: 1em; background-color: #CFCFCF ;
color: #464646; margin: 10px 20px 10px 20px; padding-top: 40px; padding-bottom: 40px ; text-align: justify;}
.page h4 { text-align: center;font-size: 1em }
#banner-fade { margin-bottom: 0px }
#credit {width: 1000px; margin: auto; text-align:center; height: 100px}
.titre h4 {text-align: center;font-size: 3em; }
.titre h5 {text-align:center}
.titre { margin-left:150px ; margin-top:0px}
div#credit {color: white}

