﻿#fenetre-centrale {
background-color: white;
margin: 40px 40px 40px 40px;
padding:  0px 10px 10px 10px;
}


body {
background-color : grey;
}

img.head {
width:100%;
margin-left:auto;
margin-right: auto;
height: auto;
}
#en-cours a{
color: black;
}

.titres-menu {
padding-top: 1px;
background-color: white;
border-bottom: 1px solid grey;
margin-top:-16px;
height: 60px;
text-align:center;
}

.titres-menu ul {
list-style-type: none;
list-style-image: /**url("images/puce.png");*/
}

.titres-menu li {
display: inline;
position: relative;
}

.titres-menu a {
text-decoration:none;
color:grey;
font-size:30px;
padding-left: 40px;
padding-right: 40px;
}


.niveau1 {
display:none;
position: absolute;
 width: 300px;
 left:0%;
 Top: 22px;
 background-color: #E0E0E0;
 text-align: left; 
}
.niveau1 li:hover{
font-weight:bold;
}
	
.niveau1 a{
padding-left: 0px;
padding-right: 0px;
font-size: 20px;
}
.titres-menu li:hover ul.niveau1 {
	display:block;
}


.not-first-title {
border-left: 3px solid grey;
}


.fixNavigationmenu { 
z-index: 9999; 
position: fixed; 
top: 0px; 
left: 50px;
right: 50px;
}

img.corps {
width:100%;
height: auto;
}

#jobs {
float: right;
margin-right: 10%;
}

#jobs a {
text-decoration:none;
}

#jobs p {
font-size:30px;
}

#corps p {
color: grey;
}

#corps a {
font-size: 20px;
}

#contact-us {
margin-left: 10%;
}

#contact-us p {
font-size:30px;
}
#adresse {
clear: both;
}


/** Menu in mobile-view */

@media only all and (max-device-width: 480px) , only screen and (max-width: 768px) {
/** on reduit la fenetre sur les portables et les ecrans petits, only sert a eviter les plantages pour les vieux navigateurs*/
@-ms-viewport  { 
  width: 480px; 
}

#fenetre-centrale {
background-color: white;
margin: 0px 10px 10px 10px;
padding:  0px 5px 5px 5px;
}

img.head {
/**height: 45px;
width: auto;
float: right;
*/
display: none;
}

#bouton-menu {
position: fixed;
z-index: 9999; 
top: 10px;
left: 23px;
right: 23px; 
height:40px;
padding:5px 5px 0px 5px;
background-color:grey;
}

#bouton-menu span {
display:block;
height:5px;
width: 45px;
margin-bottom: 4px;
background-color:#fff;
}

#titres-menu {
display: none
}

#titres-menu {
background-color: grey;
border-bottom: none;
margin-top: 0px;
height: auto;
text-align: left;
top:50px;
left: 23px;
right: 23px;

clear: both;
position: fixed;
z-index: 9999; 
}


#titres-menu ul {
list-style-type: none;
/**list-style-image: url("images/puce.png");*/


margin-top: -5px;
margin-bottom: -5px;

}

#titres-menu li {
display: block;
height: 35px;
line-height:35px;
margin-left: -40px;
}

.not-first-title {
border-left: none;
}
.not-last-title {
border-bottom: 1px solid white;
}

#titres-menu a {
text-decoration:none;
color:white;
font-size:20px;
padding-left: 20px;
padding-right: 0px;
}

#en-cours a{
color: black;
}

#corps {
Margin-top: 40px;
}

#jobs p {
font-size:20px;
}


#corps a {
font-size: 15px;
}


#contact-us p {
font-size:20px;
}

}
