* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

p {
	line-height: 1.5em;
	margin: 3px 0px;
}

.display {
	display: block;
}
.noDisplay {
	display: none;
}

.clear {
	clear: both;
}

.alignLeft {
	float: left;
	margin-right: 10px;
}

.alignRight {
	float: right;
	margin-left: 10px;
}

p a, li a {
	font-weight: bold;
	color: #FFF;
	background-color: #74B7EB;
	text-decoration: none;
	font-size: 11px;
	padding: 0px 3px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 8px -6px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 8px -6px rgba(0,0,0,1);
	box-shadow: 0px 0px 8px -1px rgba(0,0,0,1);
	-webkit-transition: 0.4s;
    transition: 0.4s;
}
p a:hover, li a:hover {
	-webkit-box-shadow: 0px 0px 0px -6px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 0px -6px rgba(0,0,0,1);
	box-shadow: 0px 0px 0px -1px rgba(0,0,0,1);
	background-color: #FF9326;
}
p a:focus, li a:focus {
	background-color: #FFF;
}

.errorField {
	color: #F00;
}

a img {
	border: none;
}

#contenu li {
	margin-left: 15px;
}
#page {
	position: relative;
	width: 960px;
	margin: auto;
	margin-bottom: 40px;
}

#top {
	position: relative;
	width: 960px;
	height: 165px;
	overflow: visible;
}

#top #logo {
	display: block;
	position: absolute;
	top: 3px;
	left: -26px;
	width: 203px;
	height: 200px;
	background-image: url('/media/logo.png');
	background-repeat: no-repeat;
}

#top #titre {
	position: absolute;
	bottom: 69px;
	left: 152px;
	font-size: 23px;
	color: #04204F;
	text-shadow: 2px 1px 4px #444444;
	text-transform: uppercase;
	line-height: 23px;
}

#top #titre span {
	font-size: 35px;
}

#top #nav {
	position: absolute;
	left: 152px;
	top: 115px;
}

/*---------- MENU ----------*/

#top #nav ul.menu {
	display: block;
	position: absolute;
	background-color: transparent;
	width: 800px;
	top: 0px;
	left: 0px;
	overflow: visible;
	list-style: none;
	z-index: 10000;
	text-align: left;
}

#top #nav ul.menu > li {
	display: inline-block;
	position: relative;
	height: 30px;
	padding-bottom: 5px;
}

#top #nav ul.menu > li > a {
	position: relative;
	display: inline-block;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	line-height: 28px;
	height: 28px;
	background-color: blue;
	border: 1px solid #79B6FF;
	padding: 0px 7px;
	width: auto;
	border-radius: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#67b0cb+0,2d69d0+23,1650c7+38,1a54c8+68,2762cd+72,67b0cb+100 */
	background: #67b0cb; /* Old browsers */
	background: -moz-linear-gradient(top,  #67b0cb 0%, #2d69d0 23%, #1650c7 38%, #1a54c8 68%, #2762cd 72%, #67b0cb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #67b0cb 0%,#2d69d0 23%,#1650c7 38%,#1a54c8 68%,#2762cd 72%,#67b0cb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #67b0cb 0%,#2d69d0 23%,#1650c7 38%,#1a54c8 68%,#2762cd 72%,#67b0cb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67b0cb', endColorstr='#67b0cb',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,1);
	box-shadow: 0px 0px 8px -1px rgba(0,0,0,1);
	-webkit-transition: 0.4s;
    transition: 0.4s;
}

#top #nav ul.menu > li > a.secur {
	padding-right: 24px;
}

#top #nav ul.menu > li > a.secur:after {
	content:'';
	display: block;
	position: absolute;
	right: 4px;
	top: 3px;
	width: 14px;
	height: 18px;
	background-image: url('/media/secur.png');
	background-repeat: no-repeat;
	z-index: 10;
}

#top #nav ul.menu > li > a:hover,
#top #nav ul.menu > li > a.on
 {
	background: #74B7EB;
	-webkit-box-shadow: inset 0px 0px 18px -6px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 0px 18px -6px rgba(0,0,0,1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,1), inset 0px 0px 18px -6px rgba(0,0,0,1);
}

#top #nav ul.menu > li > ul {
	position: absolute;
	top:30px;
	left: 0px;
	list-style: none;
	width: 200px;
	padding: 0px;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: 0.4s;
    transition: 0.4s;
	border-radius: 8px;
	background-color: RGBA(255,255,255,0.2);
	-webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,1);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,1);
}

#top #nav ul.menu > li > ul > li a {
	display: block;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	width: 100%;
	line-height: 20px;
	font-weight: bold;
	background-color: #6FB0E2;
	border: 1px solid #5F8FC8;
	padding: 0px 5px;
	margin-top: 4px;
	-webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 5px;
}

#top #nav ul.menu li:hover > ul {
  max-height: 1000px;
  padding: 0px 5px 5px 5px;
}

#top #nav ul.menu li ul li a:hover {
  background-color: #FF9326;
}



/*----------Fin MENU ----------*/


#contenu-index {
	position: relative;
	width: 95%;
	margin: 0 auto;
	transform: rotate(-2deg);
	margin-top: 30px;
	-webkit-transition: 0.4s;
    transition: 0.4s;
}

#contenu-index:hover {
	transform: rotate(1deg);
}

#contenu-index #image {
	padding: 20px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.4);
}

#contenu-index #image img {
	max-width: 100%;
}

#contenu-index h2 {
	color: #FF7F00;
	margin-top: 15px;
	text-align: right;
	font-size: 23px;
	font-weight: normal;
}

#bottom-index {
	font-size: 14px;
	margin: 50px 390px 0px 150px;
}

.rotate {
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-name: rotate;
  -webkit-animation-name: rotate;
  animation-name: rotate;
}
    
@-moz-keyframes rotate {
  from {
  	-moz-transform: rotate(1deg);
    transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
  }
  
  to {
   -moz-transform: rotate(-2deg);
   transform: rotate(-2deg);
   -webkit-transform: rotate(-2deg);
 }
}

@-webkit-keyframes rotate {
  from {
  	-moz-transform: rotate(1deg);
    transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
  }
  
  to {
   -moz-transform: rotate(-2deg);
   transform: rotate(-2deg);
   -webkit-transform: rotate(-2deg);
 }
}

@keyframes rotate {
  from {
  	-moz-transform: rotate(1deg);
    transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
  }
  
  to {
   -moz-transform: rotate(-2deg);
   transform: rotate(-2deg);
   -webkit-transform: rotate(-2deg);
 }
}

#contenu {
	margin-left: 116px;
	margin-top: 20px;
	padding: 40px;
	width: 833px;
	background-color: RGBA(255,255,255,0.55);
	border-radius: 30px;

}

#contenu #ariane {
	margin-top: -110px;
	margin-bottom: 20px;
}

#contenu  h1 {
	font-size: 18px;
	color: #FF9226;
	background-color: #FFF;
	border-radius: 10px;
	padding: 12px 16px;
	display: inline-block;
	margin-left: -16px;
	margin-right: -16px;
	margin-bottom: 15px;
}

#contenu  h2 {
	font-size: 15px;
	color: #041F4C;
	background-color: #E6EBF2;
	border-radius: 5px;
	padding: 5px 8px;
	display: inline-block;
	margin-top: 10px;
	margin-left: -8px;
	margin-right: -8px;
	margin-bottom: 10px;
	clear: both;
}

#contenu img {
	background-color: #FFF;
	border: 8px solid #FFF;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
}