@-webkit-keyframes showMenu {
    0% {
		opacity : 0;
	}
	100%{
		opacity : 1;
	}
}
@-webkit-keyframes hideMenu {
    0%{
		opacity : 1;
	}
    100%{
		opacity : 0;
	}
}
@keyframes showMenu {
    0% {
		opacity : 0;
	}
	100%{
		opacity : 1;
	}
}
@keyframes hideMenu {
    0%{
		opacity : 1;
	}
    100%{
		opacity : 0;
	}
}

/*PROVISOIRE*/
.prize {
  background: #29b8b2 none repeat scroll 0 0;
  color: #fff;
  font-size: 0.75em;
  line-height: 1.3em;
  padding: 1em;
}
.prize a{
	text-decoration : underline;
	color : inherit;
}
.prize > p {
  margin: 0 auto;
  width: 900px;
  position : relative;
}
.prize > p > img {
  bottom: -74px;
  height: 160px;
  left: -93px;
  position: absolute;
}
/*.prize > p > img {
  bottom: -104px;
  height: 220px;
  left: -110px;
  position: absolute;
}
/
/*FIN DU PROVISOIRE*/

body {
  color: #aaaaaa;
  font-family: myriad pro,arial;
  font-size: 18px;
  font-weight: 100;
  line-height: 24px;
}

header {
  margin: 0 auto;
  padding: 1em 0;
  width: 900px;
}
a {
  color: #29b8b2;
  text-decoration: none;
  transition: all 300ms ease 0s;
}
label {
  display: inline-block;
  width: 200px;
}
input, textarea {
  border: 1px solid #aaa;
  border-radius: 3px;
  resize: none;
}
strong {
  font-weight: bold;
}
input[type="submit"] {
  background: #29b8b2 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  margin: 1em 0;
  padding: 5px;
  width: 100%;
}
.warning {
  background: #ffd0d0 none repeat scroll 0 0;
}
.bulle {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  font-size: 0.9em;
  font-weight: normal;
  margin-top: 5px;
  padding: 5px;
  z-index: 10;
}
#background {
  background: rgba(0, 0, 0, 0) url("../images/pilules.jpg") repeat fixed 0 0 / cover ;
  height: 170px;
  position: relative;
  z-index: 0;
}
h1, h2, h3, h4, h5, h6 {
  color: #29b8b2;
  margin: 48px 0 24px;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6 :first-child{
  margin-top: 24px;
}
h1 {
  border-bottom: 1px solid;
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3 {
  margin-top: 24px;
}
#navigation, footer {
  height: 36px;
  position : relative;
  z-index : 1;
}
#navigation {
  z-index: 2;
}
#navigation nav {
  background: #29b8b2 none repeat scroll 0 0;
  height: 100%;
  position: relative;
  width: 100%;
}
nav .lang {
  position: absolute;
  right: 37px;
  top: -19px;
}
nav ul {
  font-size: 0.75em;
  margin: 0 auto;
  padding-top: 8px;
  position: relative;
  width: 900px;
}
nav ul li {
  border-right: 1px solid #fff;
  display: block;
  float: left;
  height: 20px;
  padding: 0 0.3em;
  transition: all 300ms ease 0s;
  position : relative;
}
nav ul li:hover > ul {
	animation-name : showMenu;
	animation-duration : 1s;
	-moz-animation-name : showMenu;
	-moz-animation-duration : 1s;
	display : block;
}
nav ul ul {
  background: #29b8b2 none repeat scroll 0 0;
  left: 0;
  position: absolute;
  width: 300px;
  display : none;
}
nav ul ul li {
  float: none;
  height: auto;
  position: relative;
  border : 0;
}
nav ul ul li a {
  display: block;
  padding: 0.3em 0;
  border-bottom : 1px solid #FFF;
  border-width : 0 0 1px;
}
nav ul ul li:last-child a {
  border-width : 0;
}
nav > ul > li:hover {
  border-bottom: 8px solid #fff;
}
nav ul li:last-child {
  border-right: 0;
}
nav ul li a {
  color: #fff;
  text-decoration: none;
}
#navigation #corner {
  bottom: 0;
  position: absolute;
  right: 0;
}
#navigation #shadow {
  height: 80px;
  position: absolute;
  top: 0;
  width: 100%;
}
.logos {
  position: absolute;
  right: 0;
  top: 0;
}
#container {
  margin: 0 auto;
  text-align: justify;
  width: 900px;
}
#container a:not([name]):hover{
	background : #29b8b2;
	color : #FFF;
}
#container ol li, #container ul li {
  list-style: circle;
  margin-left: 2em;
  margin-bottom : 12px;
}
p{
	margin-bottom : 24px;
}
table {
  text-align: left;
  width: 100%;
}
table th, table td {
  border: 1px solid #eee;
  font-size: 0.9em;
  padding: 0.3em 0.1em;
}
th {
  background: #f8f8f8 none repeat scroll 0 0;
  font-weight: bold;
}

footer {
  background: #e5c499 none repeat scroll 0 0;
  margin-top: 0;
}
#dateModification {
    font-size: 0.75em;
     color: #fff;
}
.content {
  margin: 0 auto;
  width: 900px;
}
.sharing {
  left: 5px;
  position: absolute;
  top: 10px;
}
.sharing div {
    display: inline-block;
    height: 100%;
    position: relative;
    top: -8px;
    margin-left: 15px;
}

a.application {
  background: #29b8b2 none repeat scroll 0 0;
  border-radius: 5px;
  bottom: 20px;
  color: #fff;
  padding: 0.7em;
  position: absolute;
  text-decoration: none;
  transition : 200ms;
}
.application.deactivate {
  opacity: 0.47;
}
.application.deactivate:hover {
  background: #29b8b2 none repeat scroll 0 0;
  color: #fff;
}
a.application:hover {
  background: #fff none repeat scroll 0 0;
  color: #e5c499;
}
a.application:last-child {
    top: 30px;
    bottom: auto;
}
.application > img {
  height: 23px;
  margin-left: 10px;
  position: relative;
  top: 5px;
}
