* {margin:0 auto;}

body, div, ul { margin:0; padding: 0;}

body {
  background-image: url(http://logicamp.org/img/slideshow/img0.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: Arial, sans-serif; font-size: 13px;
}
/* L'ensemble de la page est fixé et centré */
#global {width: 1024px; margin: 0 auto; margin-top: 10px; color:orange;}

/* Bandeau d'en-tête */
#entete { position:relative;
          border-top-right-radius: 20px 30px;
          border-top-left-radius: 20px 30px;
          height: 100px; padding: 10px;
          background-color: rgb(148,148,148);
          font-size: 14px;
          color: white; }

#entete table { background-color: rgb(148,148,148); border: 0px; }
#entete td { border: 0px; background-color: rgb(148,148,148); vertical-align:top; }
#entete th { background-color: rgb(148,148,148); border: 0px; }
					
#logo img { position: absolute; top: 30%; left: 5%; width: 70px;}		
#logo h4, #logo h2 {position: relative; top: 5px; left: 15px; margin: 0 auto; color:white; font-style: italic;}
#logo h4 {left:20px; font-size: 14px; color: white;}
#logo h2 {font-size: 10px; color: white;}

#connexion{
  position:absolute; left:20%; top:10%;
}

#icons{
  position:absolute; left:20%; top:72%;
}

#pub { padding: 0px; 
 			 background-color: rgb(148,148,148);
			 color: blue;
		 }

#don {
  position:absolute; left:72%; top:10%;
}

#stat {
  position:absolute; left:85%; top:20%;
}

/* Top de la page */

#top { padding: 0px; background-color: white; color:orange;}
#contenu-top {margin: 0;}
#img-top { margin: 0; position: relative; width: 1024px; height: 500px;}	
#formulaire { background-color: rgba(148,148,148,1);
							position: absolute; top: 210px; left: 64%;
							width: 300px; height: 400px;
							border-radius : 15px;
							color: blue;
            }
#formulaire h4 { text-align: center;
						     font-family: "Trebuchet", sans-serif;
								 font-size: 23px;
                 color: lavender;
							 }
#formulaire img {
  float: left;
  position:relative; /*width:75px;*/
	left :45px;
	margin-right : 10px;
}

input[type="radio"] {
  float: left;
  position:relative; width:75px;
	left :45px;
	margin-right : 10px;
}

#formulaire td{
	font-size: 12px;
	color:lavender;
}

#location{
  text-decoration: none;
  background-color: rgba(230,230,250,0.5);
	padding: 15px;
	position: relative; top: 200px; left: 100px;
	width: 420px; height: 315px;
	border-radius : 15px;
	color: marine;
}

#alocation a{
  color: marine;
  text-decoration: none;
}

#button{
              text-decoration: none;
							text-align: center;
              left:-30px; top:15px;
							background-color: yellow;
							float:right;
							position: relative; 
							width: 100px; height: 20px;
							border-radius : 15px;
							color: marine;
}

#formulaire input[type="submit"]{
   width: 150px; height: 50px;
   background-color: lightsteelblue; font-size: 18px;
	 border-radius : 5px;
	 color : blue;
}

p.contenu { columns: 250px 1024px; } 

/* Contenu de la page */

#contenu { padding: 10px; 
 					 background-color: rgb(148,148,148);
					 color: black;
				 }
				 
#contenu h1 {
  border-radius : 5px;
  background-image: linear-gradient(#444, #119);
  /*background-color: lightsteelblue; font-size: 18px;*/
  color : orange;
  text-align: center;	
	margin-top:20px;
	margin-bottom:20px;
}

#contenu h2 {
  border-radius : 5px;
  background-image: linear-gradient(#0186ba,#aaa);
  /*background-color: lightsteelblue; font-size: 18px;*/
  color : lavender;
  text-align: center;	
	margin-top:20px;
	margin-bottom:20px;
}

#contenu h3 {
  border-radius : 5px;
  background-image: linear-gradient(#0186ba,#aaa);
  /*background-color: lightsteelblue; font-size: 18px;*/
  color : lavender;
  text-align: center;	
	margin-top:20px;
	margin-bottom:20px;
}

#contenu p {
  text-align: left;	
}

/* Pied de page */
#pied { padding: 5px; background-color: lavender; }

.box {
   background-color: lavender; 
	 font-size: 12px;
	 border-radius : 5px;
	 color: black;
}

.conditions {
  width: 125px;
	font-size: 12px;
	color:lavender;
}


#menu {
  width: 1024px;
}

#menu a {
  display: block;
  color: orange;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

#menu > li,
#menu > li li {
  position: relative;
  display: inline-block;
  width: 140px;
  padding: 10px 0;
  background-color: #aaa;
  background-image: linear-gradient(rgba(255,113,17,0.7), rgba(255,113,0,0.7));
  text-align: center;
  z-index: 4;
}

#menu > li li {
  background: transparent none;
}

#menu > li li a {
  color: #119;
  font-weight: bold;
}

#menu > li li:hover {
  background: #eee;
}

#menu > li:first-child {
  border-right: 1px solid #777;
}

#menu > li + li {
  border-left: 1px solid #aaa;
  border-right: 1px solid #777;
}

#menu > li:last-child {
  border-right: 0;
  border-left: 1px solid #aaa;
}

#menu > li:hover {
  background-color: #999;
  background-image: linear-gradient(#ccc, #aaa 50%, #999 50%, #bbb);
}

#menu ul {
  position: absolute;
  top: 2em;
  left: 0;
  max-height: 0em;
  margin: 0;
  padding: 0;
  background-image: linear-gradient(#aaa, #0186ba);
  text-align: left;
  overflow: hidden;
  transition: 1s max-height 0.3s;
  border-radius: 0 0 8px 8px;
  color: white;
}

#menu > li:hover ul {
  max-height: 25em;
}
