
html {  
margin:0;
}

body {
background-color: #ffffff ;
   font-family:"Myriad Pro",sans-serif; 
    width:90%;
    margin-right: 5%;
    margin-left: 5%;
}

#tab {
    
padding-right: 3px;
text-align: right;
    
}

.fontcontact{
 font-size: 14px;
    color: #000000;        
}

html {  
margin:0;
}

body {
background-color: #ffffff ;
   font-family:"Myriad Pro",sans-serif; 
}

#menu{
    
    position: absolute;
	
    top: 14%;
}

#menu ul li {
    border: solid 1px ;
    list-style:none;
    border-bottom-color:darkgray;
    border-top-color: darkgray;
    border-right-color: #ffffff;
    border-left-color: #ffffff;
    width: 170px;
    height: 30px;
    background-image: -webkit-linear-gradient(top, #dddddd 30%, #FFFFFF 80%);
background-image:    -moz-linear-gradient(top, #dddddd 30%, #FFFFFF 80%);
background-image:     -ms-linear-gradient(top, #dddddd 30%, #FFFFFF 80%);
background-image:      -o-linear-gradient(top, #dddddd 30%, #FFFFFF 80%);
background-image:         linear-gradient( top, #dddddd 30%, #FFFFFF 80%);
}
#menu ul li a {
    text-decoration: none;
    
}


#menu ul li a .p1,.p2,.p3,.p4 {
   
    position: relative;
	top: -10px;
    left:13%;
    font-size: 12px;
    color: black;
}

#menu ul li:hover .p1{
    position: relative;
    color:#333399;
     left: 24%;
    font-size: 12px; 
    transition-duration: 0.7s;
    
}



#menu ul li:hover .p3{
    position: relative;
    color:#333399;
     left: 42%;
    font-size: 12px; 
    transition-duration: 0.7s;
    
}
#menu ul li:hover .p4{
    position: relative;
    color:#333399;
     left: 38%;
    font-size: 12px; 
    transition-duration: 0.7s;
    
}
#menu ul li:hover .p2{
    position: relative;
    color:#333399;
     left: 62%;
    font-size: 12px; 
    transition-duration: 1s;
    
}




/* FIN MENU */

.logo{
    
    margin-top:10px;
}
.fontcontact{
 font-size: 14px;
    color: #000000; 
     text-decoration:none; 
}
.contact {
    position: relative;
    width:40%;
    left: 60%;
    margin-top: 2%; 
    font-size: 12px;
    color: #000000;  
}
.contact p{
    position: relative;
    right:-36%;
     
   
}
.contact .p2{
    position: relative;
    left:60.5%;
    width:50%;
    margin-top: -4%;

}
.lien{
    padding-left: 20px;
   position:relative;
    left: 38%;
    width: 55%;border-bottom: dotted 1.5px;
    z-index: 1;
  
}
.contact .lien a:hover {color:#333399; }

.principal {
    width: auto;
    height: auto;
    margin-top: 1%;
    margin-left: 15%;
    margin-right: 20%;
 
}
#blocs{
    width:75%;

    position: absolute;
    border-bottom: solid 2px;
    border-bottom-color: darkgray;
    top: 48%;
    left: 19%;
    padding-top:20px;
    
    
}
#blocs ul li a {
   text-decoration: none; 
}

#blocs ul li {
    
    border: solid 2px;
    padding-top: 2px;
    border-color: darkgray;
    margin-right: 15px;
    margin-bottom: 20px;
    width: 250px;
    height: 140px;
    box-shadow: 3px 3px 1.5px #888888;
    text-decoration: none;
    list-style:none;
    float:left;
}
#blocs ul li:hover{
border-color: #333399;
    transition-property:border;
    transition-duration:0.5s;
   
}
.num{
    font-size: 12px;
    position: relative; 
    width:15%;
    left: 1%;
    top: 1%;
    border-right: dotted 3px;
    border-color: darkgrey; 
    z-index: 15;
}
.titre {
    left: 3%;
    top: 5%;
    position: relative;
    font-size: 15px;
    z-index: 10;
}
.titre span {
    font-size:33px;
    margin-right:199px;
    padding-right: 5px;
    width:15%;
    border-right: dotted 3px;
    border-color: darkgrey; 
    z-index: 15;
    color:  darkgrey;   
    font-family: arial Narrow, bold;
}
.titre p {
    position: absolute;
    top: -31%;
    left: 25%;
     font-size: 15px;
    margin-right:3px;
    padding-right: 15px;
    color:#333399; 
    font-family:helvetica  ; 
}
#text{
    top: 10px;
    margin-left: 5px;
    padding-left: 5px;
    margin-bottom: 2px;
    font-size: 13px;
    width: 65%;  
    font-family:georgia italic ;

  
}

#blocs ul li:nth-child(4){
clear:left;
}
#blocs ul li:nth-child(7){
clear:left;
}



#blocs ul li img {
    position: relative;
  height: 70%;
    width: 30%;
    left: 70%;
    top:-110px;
      
}

#pied {
    
    font-size: 12px;
    padding-top:20px;
    left: 35%;
    position: absolute;
    top:125%;
         
}

#pied ul {
    color:darkgray;
 position:absolute;
margin-left:center;
margin-right: 10px;
height:2em;
padding:0;
white-space:nowrap;text-align: center;
}

#pied ul li {
    text-decoration: none;
    margin-left: 15px;
    display:inline;
text-align:center;
    border-right: solid 1px;
    border-right-color: darkgray;
}
#pied ul li a {
    margin-right: 15px;
    color: darkgray;
    text-decoration: none;
}

#pied ul li a:hover{
    color: #000590;
    
}
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
 }

#slider{
    position: relative;
	left:-50px;
    top:20px;
    width:900px;
    height:220px;
	margin-bottom:30px;
       
    
}
div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}
    
#faza {
position: relative;
margin-top: 48%;
font-size: 10px;
}

#bouton {
    position: relative;
    left:30%;
border: 1px;
    margin-top: 32%;
 border:solid 0px;
    width:580px;
    height: 140px;
}

#bouton img {

    position: relative;
  top: -115%;
    width:240px;
    height: 130px;
    margin-right: 35px;
}
