/* PARAMETRES GENERAUX */

h2
{
  font-size: 21px;
}

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

table {

}

tr {

}

td {

}

* {
  padding: 0;
  margin: 0;
  font-family: Roboto;
  color: #0b2532;
  font-size : 16px;
}

h1 {
  font-size: 2em;
  line-height: 1.5em;
}

p {
}

img {
  max-width: 100%;
  border: 0;
}

a {
  cursor: pointer;
}


ul {
    list-style-position: inside;
}

/* HEADER */

#header {
  display: table;
  table-layout: fixed;
  height: 80px;
  width: 100%;
  background: #FFFFFF;
  position:relative;
}

#header > div {
  vertical-align: middle;
}

/* HEADER MENU */

#menu {
  text-align:left;
}

#menu a span {
  font-size: 1em;
  font-family: MyriadPro-Regular;
}

#menu ul.menu {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul.menu li {
  display: inline;
  position: relative;
  float: left;
  list-style-type: none;
  height: 80px;
}

#menu ul.menu li a {
  position: relative;
  top: 20%;
}

#menu ul.menu:first-child li a span {
  margin-left: 10px;
}

#menu ul.menu li ul {
  display: none;
  min-width: 150px;
}

#menu ul.menu li a {
  display: block;
  text-decoration: none;
  color: #244d73;
  font-weight:bold;
  padding: 15px;
  white-space: nowrap;
}

#menu ul.menu li a:hover {
  color: #666666;
  text-decoration: underline;
}

#menu ul.menu li:hover ul {
  display: block;
  position: absolute;
  top: 80px;
  background:#FFFFFF;
  padding-left: 0px;
}

#menu ul.menu li:hover li {
  float: none;
  list-style-type: none;
}

#menu ul.menu li:hover a {
  color: #666666;
}

#menu ul.menu li:hover li a {
  font-weight:normal;
}

#menu ul.menu li:hover li a:hover {
  color: #666666;
  text-decoration: none;
  background:#dddddd;
  font-weight:normal;
}

/* HEADER LOGO */

#logo {
  text-align: center;
  font-size: 0;
}

/* HEADER IDENT */

#connexion_global {
  text-align:right;
}

#connexion_content {
  float:right;
  display: table;
  table-layout: fixed;
  height:80px;
}

#connexion_content > div {
  display: table-cell;
  vertical-align: middle;
}

#connexion_content > div > a {
  font-size: 1em;
  font-weight: bold;
  font-family: MyriadPro-Regular;
  color: #8ac5d7;
  text-decoration: none;
}

#connexion_content > div img {
  vertical-align: middle;
}

#connexion, #deconnexion, #inscription {
  padding-right: 10px;
}

#useridentified {
  color: #0b4c72;
  font-family: MyriadPro-Regular;
  font-size: 0.8em;
  padding-top: 5px;
}

#search {
	position: relative;
}

#search a img {
  height: 80px;
}

#help a img {
  height: 80px;
}

#search div {
	top:80px;
	position: absolute;
	right: 0px;
	white-space: nowrap;
	z-index: 1000;
    background: #f3f3f3;
    display: none;
}

#search div input {
    background: #f3f3f3;
	font-size: 1.2em;
	font-family: MyriadPro-Regular;
	color: #8ac5d7;
	padding: 10px;
	border: 0px;
	width: 500px;
}

#search div input:focus {
     outline:  none;
}

#search div label {
	font-size: 2em;
	font-family: MyriadPro-Regular;
	color: #8ac5d7;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	cursor: pointer;
}

/* MAIN */

#main {
  z-index: 1;
  position:relative;
  height: auto;
}

/* MAIN MESSAGE */

#message {
  position:relative;
}

/* MAIN CONTENU */

#contenu {
  position:relative;
  height: auto;
}

.buttonabon {
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid;
  border-radius: 0.5vw;
  transition: all 0.4s ease 0s;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #9ed3c9;
  cursor: pointer;
color: white;
    border: 0;
}

.buttonabon:hover {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-color: #8ebdb4;
}

/* FOOTER */

#footer_coordonnees {
  display: table-cell;
  vertical-align: top;
  padding-top: 50px;
  padding-left: 50px;
  width: 280px;
clear: both;
}

#footer {
  display: table;
  table-layout: fixed;
  height: 400px;
  width: 100%;
  background: #014c74;
  color: #FFFFFF;
  position:relative;
  font-family: MyriadPro-Regular;
  font-size: 1em;
}

#footer * {
  color: #FFFFFF;
}

.footer_coordonnees_part, .footer_coordonnees_cgv, .footer_coordonnees_link {
  font-size: 0.8em;
  font-family: MyriadPro-Regular;
  padding-top: 20px;
}

#footer_coordonnees .article_anywhere p {
  color: #ffffff;
}

#footer_coordonnees .article_anywhere a {
  color: #81b8cc;
  text-decoration: none;
}

.footer_coordonnees_cgv {
  color: #FFFFFF;
  font-style: italic;
  white-space: nowrap;
}

.footer_coordonnees_cgv div {
  color: #FFFFFF;
  margin-left:0;
  padding-left:0;
  display: inline;
}

.footer_coordonnees_cgv ul {
  list-style:none;
  margin-left:0;
  padding-left:0;
  display: inline;
  list-style-type: none;
}

.footer_coordonnees_cgv li {
  color: #FFFFFF;
  list-style:none;
  margin-left:0;
  padding-left:0;
  display: inline;
  list-style-type: none;
}

.footer_coordonnees_cgv a, .footer_coordonnees_cgv span {
  text-decoration: underline;
  color: #FFFFFF;
}

.footer_coordonnees_part div {
  color: #acacaa;
}

#footer_coordonnees div img {
  vertical-align: middle;
}

.footer_coordonnees_link img {
  border: 0;
}

.footer_coordonnees_link a {
  padding-right: 10px;
}

#footer_center {
  display: table-cell;
  vertical-align: top;
  padding-top: 50px;
}

#footer_center #footer_description {
	height:250px;
	overflow:hidden;
}

#footer_center #footer_lieulanguage {
  margin-left: auto;
  margin-right: auto;
  text-align:center;
  white-space: nowrap;
}

#footer_center #footer_lieulanguage2 {
  margin-left: auto;
  margin-right: auto;
  text-align:center;
  white-space: nowrap;
}

#footer_center #footer_lieux {
  display: inline-block;
  padding-right: 20px;
}

#footer_center #footer_lieux img {
  vertical-align: middle;
}

#footer_center #footer_lieux a {
  color: #FFFFFF;
  text-decoration: none;
  padding-right: 10px;
}

#footer_center #footer_language {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}

#footer_contact {
  display: table-cell;
  vertical-align: top;
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 20px;
  width: 300px;
}

#footer_contact #footer_contact_title {
  padding-bottom: 20px;
}

#footer_contact #footer_contact_title img {
  vertical-align: middle;
}

#footer_contact input,
#footer_contact textarea {
  border: 5px solid #FFFFFF;;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  behavior: url(/PIE.htc);
  height: 20px;
  width: 300px;
  font-size: 13px;
  margin-bottom: 10px;
  color: #7F7F7F;
}

#footer_contact textarea {
  height: 110px;
  font-size: 13px;
}

#footer_contact button {
    background-color: #8cc5d6;
    border: 1px solid #007aa3;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	width: 120px;
	height: 30px;
	margin-left: 190px;
	cursor: pointer;
}

/* BOX OVERLAY */

.overlay{
    filter: alpha(opacity=0);
    opacity: 0;
    background: #000000;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:9998;
    display:none;
}

.box h1{
    border-bottom: 1px dashed #7F7F7F;
    margin:-20px -20px 0px -20px;
    padding:0px;
    background-color:#FFEFEF;
    color:#EF7777;
}

.box .img {
	width: 100%;
	height: auto;
}

.box .img img {
	width: 100%;
}

.class1 {
background-color: white;
border : 2px solid #8ac5d7;
color : #8ac5d7;
transition: 0.5s linear;
}

.class3 {
  background-color: #8ac5d7;
  color : white;
  transition: 0.5s linear;
}

.class3:hover,
.class3:focus {
  box-shadow: inset 0 -7em 0 0 #044e76;
  transition: 0.5s linear;
}

.class4 {
  font-size: 14px;
  font-style: italic;
  color: white;
}


#debuggenius {
	position : fixed;
	left: 10px;
	bottom: 30px;
	z-index: 99999;
	width: 205px;
    height: 210px;
	padding: 20px;
	background: #CCCCCC;
	border : 2px solid #aaaaaa;
}

#debuggenius > button {
	text-align: center;
	padding: 5px;
	width: 200px;
}

#debuggenius > input {
	text-align: center;
	padding: 5px;
	margin-bottom: 0px;
	width: 190px;
}

#debuggenius > a {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	background: #aaaaaa;
	text-align: center;
}

#debuggenius > .jeusel {
	background: #bbbbff;
}

.hidden {
	display: none !important;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.white_space {
	white-space: inherit;
}
.input2_white_space {
    position: relative;
    top: -11px;
}
.input3_white_space {
	position: relative;
    top: -29px;
}

table > caption {
    font-size: 20px;
    margin: 10px 0;
}

#actions_form .create
{
 color: #ffffff;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  background-color: #8cc5d6;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: inline-block;
  text-align: right;
}
#actions_form .create a
{
 color: #ffffff;
 text-decoration:none;
}
