
/* ----------------------------- */
/*  =     Styles de base         */
/* ----------------------------- */

/* Page */ 
html { 
  font-size: 100%;

} 
body { 
  margin: 0 auto; 
  padding: 0; 
  font-family: "Century Gothic", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, FreeSans, sans-serif;
  font-size: 0.8em;
  line-height: 1.4;
  color: black; 
  background: #EDF3F8;
  height: 100%;
} 

/* Liens */ 
a { 
  text-decoration: none;
  color: #2767AD;
} 
a:link { 
  color: #2767AD; 
}
a:hover, a:focus, a:active { 
  text-decoration: underline;
} 
/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:focus, a:active { 
  outline: none; 
} 



/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
} 
img {
  height: 30px;
  width: 30px;
}

/* Titres */ 
h1 { 
  font-family: Verdana, Arial, Helvetica, FreeSans, sans-serif;
  font-weight: normal;
  font-size: 30px; 
  text-align: center;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0px 0px 10px #000; 
  margin: 0;
} 
header h1 span { 
  display: block;
  font-weight: normal;
  font-size: 22px; 
  color: black;
  text-shadow: 0px 0px 0px #000;
  margin-top: 5px;
}

h2 { 
  margin: 10px 0 0 80px;
  font-family: Arial, sans-serif;
  font-size: 17px;
} 
header h2 span { 
  font-weight: normal;
  font-size: 14px; 
  color: black;
  margin-top: 5px;
}

h3 {
  color: #000080;
  margin: 0;
  font-family: "Times New Roman", Arial, Helvetica, FreeSans, sans-serif;
  font-size: 17px;
}
 
/* Listes */ 
ul, ol { 
  margin: .75em 0 .75em 10px; 
  padding: 0; 
  list-style-type: none;
} 
li {
  padding-left: 20px;
  margin-bottom: 5px;
}
 
/* Paragraphes */ 
p { 
  margin: .75em 0;
} 
 

 
/* Divers éléments de type en-ligne (8) */ 
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
} 

/* ----------------------------- */
/*  =     Blocs                  */
/* ----------------------------- */

header, nav, footer, section {
  display: block;
}

#wrapper {  
  min-height: 100%;
  width: 960px;
  margin: 0 auto;
}

/* Header */ 

header {
  position: relative;
  margin-bottom: 40px;
}
header a {
  font-size: 13px;
}
header section {
  margin: 0 auto;
}
header section hr
{
	color: #0E63A9;
	width: 600px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}



/* Content */ 

#content {
  width: 940px; 
  min-height: 100%;
  margin: 0 auto;
  padding-top: 20px;
  border-right: 1px solid #7394A0;
  border-left: 1px solid #7394A0;
  padding-bottom: 180px;
}

section {
  margin: 0 auto;
  width: 860px;
  margin-top: 50px;
  font-family: "Times New Roman", Arial, Helvetica, FreeSans, sans-serif;
  font-size: 14px;
}
section hr {
  color: #000080;
  margin: 0;
}
section a {
  text-decoration: underline;
}
section a:hover, section a:focus {
  text-decoration: underline;
}
section p span {
  margin-left: 50px;
}
/* Footer */ 

footer {
  border: 0;
  -moz-border-radius: 15px 15px 0 0; 
  -webkit-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;         
  -webkit-border-top-left-radius: 15px; /* pour Chrome */ 
  -webkit-border-top-right-radius: 15px; /* pour Chrome */ 
  height: 50px;
  
  -moz-box-shadow: 1px 1px 200px #2B4960;  
  -webkit-box-shadow: 1px 1px 200px #2B4960;  
  box-shadow: 1px 1px 200px #2B4960; 
  
  background-color: #417194;
  width: 960px;
  margin: 0 auto;
	
	margin:0 auto;
	position:fixed;
	bottom:0;
}


footer nav {
  text-align: center;
  margin: 10px 20px 10px 20px;
}