/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	float: left;
	margin-right: 0px;
}

/*Style for menu links*/
li a {
	display:block;
	min-width:140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	background: #017B75;
	text-decoration: none;
}

/*Hover state for top level links*/
li:hover a {
	background: #017B75;
}

/*Style for dropdown links*/
li:hover ul a {
	background: #8DD003;
	color: #white;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #017B75;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 0px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	text-align: left;
	padding: 0px 0;
	padding-left: 10px;
	display: none;
	background: #ffffff;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}
		

/*Responsive Styles*/

@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/

	ul {
		position: static;
		display: none;
	background: #ffffff;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	
	
	.misenforme 
{ 
 font-size: 11pt; 
 color: #000000; 
 line-height: normal; 
} 

.titre {
    color: #1E6797;
    font-family:  'Open Sans', sans-serif;
    font-size: 11pt;
    font-weight: none}	


.tex1 {
    color: #002E52;
    font-family:  'Open Sans', sans-serif;
    font-size: 10pt;
    font-weight: none}	



a#cRetour{
  border-radius:3px;
  padding:10px;
  font-size:15px;
  text-align:center;
  color:#fff;
  background:rgba(0, 0, 0, 0.25);
  position:fixed;
  right:20px;
  opacity:1;
  z-index:99999;
  transition:all ease-in 0.2s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
}
a#cRetour:before{ content: "\25b2"; }
a#cRetour:hover{
  background:rgba(0, 0, 0, 1);
  transition:all ease-in 0.2s;
}
a#cRetour.cInvisible{
  bottom:-35px;
  opacity:0;
  transition:all ease-in 0.5s;
}

a#cRetour.cVisible{
  bottom:20px;
  opacity:1;
}


#validzmo
{
  border: 0;
  width: 166px;
  height: 97px;
  background:url('../charte_fr/maitre-ouvrage_envoi1.gif');
}

#validzcc
{
  border: 0;
  width: 166px;
  height: 97px;
  background:url('../charte_fr/concepteur_envoi1.gif');
}


#validzen
{
  border: 0;
  width: 166px;
  height: 97px;
  background:url('../charte_fr/entreprise_envoi1.gif');
}



#validzpa
{
  border: 0;
  width: 166px;
  height: 97px;
  background:url('../charte_fr/particulier_envoi1.gif');
}

#validzpho
{
  border: 0;
  width: 166px;
  height: 97px;
  background:url('../charte_fr/photo_envoi1.gif');
}

