.button {
  background-color: #008CBA; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  float:center;
   text-align: center;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
  color: black;
   text-align: center;
  
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: white;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}
.some-class {
  float: left;
  clear: none;
}





.zoom {
width: 320px;
height: 240px;
}
.image {
width: 100%;
height: 100%;
}
.image img {
/* La transition s'applique à la fois sur la largeur et la hauteur, avec une durée d'une seconde. */
-webkit-transition: all 1s ease; /* Safari et Chrome */
-moz-transition: all 1s ease; /* Firefox */
-ms-transition: all 1s ease; /* Internet Explorer 9 */
-o-transition: all 1s ease; /* Opera */
transition: all 1s ease;
}
.image:hover img {
/* L'image est grossie de 25% */
-webkit-transform:scale(1.25); /* Safari et Chrome */
-moz-transform:scale(1.25); /* Firefox */
-ms-transform:scale(1.25); /* Internet Explorer 9 */
-o-transform:scale(1.25); /* Opera */
transform:scale(1.25);
}



* {
	margin: 0;
	padding: 0;
}

body {
background: #554d42 url(DSC01462.jpg) no-repeat center fixed;
 margin:0;
  padding:0;
 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover;
  font-family:"times new roman", times, serif;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

#image {
max-width:100%;
height:100%;
position: fixed; 
 top: 0; 
 left: 0; 
}
.ex4 li {
	display: inline-block;
	width: 200px;
	margin: 0 10px;
	padding: 5px;
	box-shadow: 0 0 65px #CDBE9F inset, 0 0 20px #BEAE8C inset, 0 0 3px #816F47;
}
.ex4.figure {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 125px;
	margin: 0;
	text-align: center;
	overflow: hidden;
}
.ex4.figcaption {
	position: absolute;
	left: 0; bottom: -1em;
	width: 200px;
	height: 2.6em;
	line-height: 1.5em;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.6);
	overflow: hidden;
	/*préparation de la transition*/
	transition: all 0.7s;
}



@-moz-keyframes AutoSlide {
    0%, 15%, 100% {
        left: 0px; /*1ère image*/
    }
    35%, 50% {
        left: -150px; /*2ème image*/
    }
   
}
#slideshow {
    position: relative;
    width: 150px;
    height: 150px;
    margin:  20px auto;
    overflow: hidden;
}
#sContent li {
    display: inline;
}

#sContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
    margin: 0;            
    padding: 0;
    
    /*CSS3 keyframes animation*/
    animation-name: AutoSlide;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}






















.boxed {
	margin-bottom: 1.5em;
	background: url(images/img05.gif) no-repeat right bottom;
}
.box { background:#fbfcfc; height:100%; padding:1px;  }
.box-head { background:#6CB6FF; height:32px; color:#fff; padding: 0 2px; line-height:32px; white-space:nowrap; border-bottom:solid 1px #fff; }
.box {  margin:0 auto; width:300; }
.box { -moz-border-radius:5px; -webkit-border-radius:5px; -moz-box-shadow: 0 0 6px #978f6c; -webkit-box-shadow: 0 0 6px #978f6c;}
#left{ float:left; display:inline; }

.form { padding:15px 10px 5px 10px; }
.form input{ display:block; font-weight: bold;  }
.form select{ display:block; font-weight: bold; font-size:13px;  }
.form label{ display:block; font-weight: bold; font-size:13px;  }
.form label span{ color:#999; font-weight: normal;}
/*.form .field { display:block; }
.form .inline-field .field { display:inline;}*/
.form .req { font-size:13px; float:right; white-space:nowrap; color:#999;  }
.form p{ padding-bottom:15px; }





.table th{ background:#fffdfa url(images/th.gif) repeat-x 0 0; color:#818181;  border-bottom:solid 1px #d2d1cb;}
.table td{ background:#fbfcfc;  border-bottom:solid 1px #e0e0e0; padding:8px 10px; }
.table tr.odd td{ background:#f8f8f8; }
.table tr:hover td{ background:#fff9e1; }
.table a.ico{ }
.table .nesro input[type="text"]{ width:100px;}



a.ico { color:#9d9c9a; font-size:10px; text-decoration: none; padding:0 0 0 14px; background-repeat:no-repeat; background-position:0 0; }
a.ico:hover { color:#333;}
a.del { background-image:url(images/del.gif)}
a.edit { background-image:url(images/edit.gif); margin-left:14px;}




.boxed .title {
	padding-left: 60px;
}

.boxed .content {
	padding: 40px;
	background: url(images/img04.gif) no-repeat;
}
#left {
	float: left;
	width: 180px;
}

#left .boxed .title {
	font-size: 1.2em;
}

#left .boxed .content {
	padding: 10px;
}
a {
text-decoration: none;

}
a:hover {


}
#wrap3 {
margin: 110px auto 10px auto;
width:100%;
background: #fff;
padding: 10px;
border: 5px solid #4CAF50;
}
#wrap4 {
margin: 150px auto 50px auto;
width:1000px;
background: #fff;
padding: 100px;
border: 5px solid #4CAF50;
}
#wrap {
margin: 20px auto 10px auto;
width: 850px;
background: #fff;
padding: 10px;
border: 5px solid #7988AF;
}
input[type="submit"]{
        background: #22435E;
        border: none;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
        text-transform:uppercase;
        color: #eee;
        cursor: pointer;
        font-size: 15px;
        margin: 5px 0;
        padding: 5px 22px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-border-radius:4px;
        -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
        box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    }
#wrap1 {
margin: 20px auto 10px auto;
width: 500px;
background: #fff;
padding: 10px;
border: 5px solid #7988AF;

}

#header {

}
#header h1 { 
font-size: 50px;
letter-spacing: -7px;
padding: 17px 0 0 10px;
color: #FF5500;
}
#header h1 a { 
color: #D1DDEF;
text-decoration: none;
font-weight: 600;
letter-spacing: -7px;
}
#header h1 a:hover {
color: #fff;
}


#menuleft {


height: 30px;
width:100px;
line-height: 30px;
background: #83D2E8;
  list-style: square;
  margin: 0;
  margin-left: 0;
  padding: 0;
  text-align:center:
}
#menuleft p{



  text-align:center:
}




#menuleft  ul {
list-style-type: square;
padding-left: 0px;
}
#menuleft  ul li {
display: inline;

}
#menuleft  ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 800;
font-size:10px;
color: #31535C;
 text-align: center ;
}
#menuleft  ul li a:hover {
color: #D8D800;
text-decoration: none;

}
#menuleft  a:active { /* Les liens visités. */
	color: #FFFFFF; 
	text-decoration:none; 
	
}
#menuleft li a {
  display: block ;

  color: #fff ;
  font: 2em "Trebuchet MS",Arial,sans-serif ;
  line-height: 3em ;
  text-align: center ;
  text-decoration: none ;
  padding: 0px 0 ;
  margin-left: 0;
}	
	
	
	
	
	
	
#content {
padding: 0 20px 20px 0;
}

.right {

width: 800px;
text-align: justify;
padding-top: 5px;

}
.right1 {

width: 500px;
text-align: justify;
padding-top: 5px;

}
.right1 label

{

    display: block;

    width: 150px;

    float: left;

}
#soustitre h4{
font-size: 13px;
font-weight: 300;
padding: 3px 0 7px 0;
color:#7988AF;
position:center;

}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
color:#7988AF;


}
.right h3 {
font-size: 18px;
font-weight: 100;
padding: 15px 0px 7px 40px;
color:#7988AF;
display:center;
}
.right.img
{float:left;
}
.right.p
{float:left;
}

.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}
.right h3 {
text-align: center;
}
.left {
float: left;
width: 180px;
padding-top: 100px;
}

.GAUCHE {
float: left;
width: 160px;
padding-top: 10px;
display: block;
}

.GAUCHE.title.left.a{
background:#FF00FF;
}

span.image.img{
 float:left;
 
}
 




#GAUCHE ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;


}



.left {
float: left;
width: 160px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
color: #4daac9;
font-size: 15px;
}
.left ul {
padding: 10px 0 15px 30px;
list-style-type: square;
color: #4daac9;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
color : #579da5;
background : inherit;
}
.left ul li a:hover{
text-decoration: none;
font-weight: 600;
color : #e9d565;
background : inherit;
}
.left .boxed .title {
	font-size: 1.2em;
}





#login #inputtext1, #login #inputtext2 {
	width: 300px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
}

#login #inputsubmit1 {
	
	
	font: normal x-small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#login p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates li {
	margin-bottom: 1em;
}

#updates h3 {
	font-size: x-small;
}

#updates p {
	font-size: x-small;
}

.right.container{
	
	width: 100px;
	height: 280px;
	top: 50%;
	margin-top: -140px;
	
}
.right.container.form {
	margin: 0 auto;
	width:400px;
	margin-top: 20px;
	float:center;
}

.right.container.p a {
	font-size: 11px;
	color: #aaa;
	float: right;
	margin-top: -13px;
	margin-right: 20px;
}
.right.container.p a:hover {
	color: #555;
}



.right.container.input[type=text],
.right.container.input[type=password] {
	color: #777;
	padding-left: 10px;
	margin: 10px;
	margin-top: 12px;
	margin-left: 18px;
	width: 290px;
	height: 35px;
	
}
.obligatoire {color: red;}
#wrapper3 {
        width:500px;
        margin:0 220px;
        font-family:Verdana, sans-serif;
		
    }

/*formulaire index.html*/
#wrapper {
        width:350px;
        margin:0 auto;
		padding:150px 0px;
        font-family:Verdana, sans-serif;
    }
    legend {
        color:#0481b1;
        font-size:16px;
        padding:0 10px;
        background:#fff;
        -moz-border-radius:4px;
        box-shadow: 0 1px 5px rgba(4, 129, 177, 0.5);
        padding:5px 10px;
        /*text-transform:uppercase;*/
        font-family:Helvetica, sans-serif;
        font-weight:bold;
    }
    fieldset {
        border-radius:4px;
        background: #fff; 
        background: -moz-linear-gradient(#fff, #f9fdff);
        background: -o-linear-gradient(#fff, #f9fdff);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f9fdff)); /
        background: -webkit-linear-gradient(#fff, #f9fdff);
        padding:50px;
        border-color:rgba(4, 129, 177, 0.4);
    }
    input,
    textarea {
        color: #373737;
        background: #fff;
        border: 1px solid #CCCCCC;
        color: #aaa;
        font-size: 14px;
        line-height: 1.2em;
        margin-bottom:15px;


    }
	
    input[type="text"],
    input[type="password"]{
		
        padding: 8px 6px;
        height: 10px;
        width:150px;
		
    }
    input[type="text"]:focus,
    input[type="password"]:focus {
        background:#f5fcfe;
        text-indent: 0;
        z-index: 1;
        color: #373737;
       
       
        
        border-color:#ccc;
        box-shadow:0 0 3px rgba(4, 129, 177, 0.5);
        
    }
   
    textarea {
        padding:3px;
        width:96%;
        height:100px;
    }
    textarea:focus {
        background:#ebf8fd;
        text-indent: 0;
        z-index: 1;
        color: #373737;
        opacity:0.6;
        box-shadow:0 0 5px rgba(4, 129, 177, 0.5);
        border-color:#ccc;
    }
    .small {
        line-height:14px;
        font-size:12px;
        color:#999898;
        margin-bottom:3px;
    }



#nesro{
	
	    input[type="text"],
    input[type="password"]{
		
        padding: 8px 6px;
        height: 10px;
        width:150px;
		
    }
	
	
	
	
}


#wrapper2 {
        width:500px;
        margin:0 auto;
		
        font-family:Verdana, sans-serif;
    }
    legend {
        color:#0481b1;
        font-size:16px;
        padding:0 10px;
        background:#fff;
        -moz-border-radius:4px;
        box-shadow: 0 1px 5px rgba(4, 129, 177, 0.5);
        padding:5px 10px;
        text-transform:uppercase;
        font-family:Helvetica, sans-serif;
        font-weight:bold;
    }
    fieldset {
        border-radius:4px;
        background: #fff; 
        background: -moz-linear-gradient(#fff, #f9fdff);
        background: -o-linear-gradient(#fff, #f9fdff);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f9fdff)); /
        background: -webkit-linear-gradient(#fff, #f9fdff);
        padding:20px;
        border-color:rgba(4, 129, 177, 0.4);
    }
    
	
	
	


#footer {
text-align: center;
font-size: 11px;
color: white;
}


#tfheader{
background-color:#c3dfef;}
#tfnewsearch
{
float:right;
padding:20px;
}
.tftextinput{
margin:0;
padding:5px 15px;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
border:1px solid #0076a3;
border-right:0px;
border-top-left-radius:5px 5px;
border-bottom-left-radius:5px 5px;
}

.button{
margin:0px;
padding:5px 15px;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
outline:none;
cursor:pointer;
text-align:center;
text-decoration:none;
color:#ffffff;
border:solid 1px #0076a3;
border-right:0px;
background:#0095cd;
background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
background: -moz-linear-gradient(top,#00adee, #0078a5);
border-top-right-radius:5px 5px;
border-bottom-right-radius:5px 5px;

}
.button{
text-decoration:none;
background:#007ead;
background: -webkit-gradient(linear, left top, left bottom, from(#0095CC), to(#00678e));
background: -moz-linear-gradient:(top,#0095cc, #00678e);
cursor:pointer;



}
.button::-moz-focus-inner{
border:0px;
}
#wrapper.buttonprint{
  background: url(images/boutonprint3.jpg);
  border: none;
 /* longueur à spécifier */
  cursor: pointer;
}

.tfclear{clear:both;}


/*TOP NAVIGATION*/








#sidebar {
float : left;
width : 180px;
margin : 0 10px 0 0;
padding : 10px;
border-right : 3px solid #eee;
color : #666;
}
#sidebar a {
color : #333;
background : inherit;
}
#sidebar a:hover {
color : #e9d565;
background : inherit;
}



#footer a { color: #aaa; }
#footer a:hover { color: #111; }




/*menu nouveau*/


#navlist1, #navlist1 ul{
padding:0;
margin:0;
font-family:"times new roman", times, serif;
list-style:none;
text-align:center;
}
#navlist1 li{
display:inline-block;
position:relative;
border-radius:8px 8px 0 0;
}
#navlist1 ul li{
display:inherit;
border-radius:0;
}
#navlist1 ul li:hover{
border-radius:0;
}

#navlist1 ul{
position:absolute;
z-index: 1000;
max-height:0;
left: 0;
right: 0;
overflow:hidden;
-moz-transition: .8s all .3s;
-webkit-transition: .8s all .3s;
transition: .8s all .3s;
}
#navlist1 li:hover ul{
max-height:15em;
}
/* background des liens menus */
#navlist1 li:nth-child(1){
background-color: #729EBF;
background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
#navlist1 li:nth-child(2){
background-color: #729EBF;
background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
#navlist1 li:nth-child(3){
background-color: #729EBF;
background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
#navlist1 li:nth-child(4){
background-color: #729EBF;
background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
#navlist1 li:nth-child(5){
background-color: #729EBF;
background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
#navlist1 li:nth-child(6){
background-color: #729EBF;
background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
#navlist1 li:nth-child(7){
background-color: #729EBF;
background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
#navlist1 li:nth-child(8){
background-color: #729EBF;
background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
#navlist1 li:nth-child(9){
background-color: #729EBF;
background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
/* background des liens sous menus */
#navlist1 li:nth-child(1) li{
background:#333A40;
}
#navlist1 li:nth-child(2) li{
background:#333A40;
}
#navlist1 li:nth-child(3) li{
background:#333A40;
}
#navlist1 li:nth-child(4) li{
background:#333A40;
}
#navlist1 li:nth-child(5) li{
background:#333A40;
}
#navlist1 li:nth-child(6) li{
background:#333A40;
}
#navlist1 li:nth-child(7) li{
background:#333A40;
}
#navlist1 li:nth-child(8) li{
background:#333A40;
}
#navlist1 li:nth-child(9) li{
background:#333A40;
}
/* background des liens menus et sous menus au survol */
#navlist1 li:nth-child(1):hover, #navlist1 li:nth-child(1) li:hover{
background:#F6AD1A;
}
#navlist1 li:nth-child(2):hover, #navlist1 li:nth-child(2) li:hover{
background:#F6AD1A;
}
#navlist1 li:nth-child(3):hover, #navlist1 li:nth-child(3) li:hover{
background:#F6AD1A;
}
#navlist1 li:nth-child(4):hover, #navlist1 li:nth-child(4) li:hover{
background:#F6AD1A;
}
#navlist1 li:nth-child(5):hover, #navlist1 li:nth-child(5) li:hover{
background:#F6AD1A;
}
#navlist1 li:nth-child(6):hover, #navlist1 li:nth-child(6) li:hover{
background:#F6AD1A;
}
#navlist1 li:nth-child(7):hover, #navlist1 li:nth-child(7) li:hover{
background:#F6AD1A;
}
}
#navlist1 li:nth-child(8):hover, #navlist1 li:nth-child(8) li:hover{
background:#F6AD1A;
}
#navlist1 li:nth-child(9):hover, #navlist1 li:nth-child(9) li:hover{
background:#F6AD1A;
}
.f{
background-color: #729EBF;
background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
}
/* les a href */
#navlist1 a{
text-decoration:none;
display:block;
padding:8px 10px;
color:#fff;
font-family:arial;
}
#navlist1 ul a{
padding:8px 0;
}
#navlist1 li:hover li a{
color:#fff;
text-transform:inherit;
}
#navlist1 li:hover a, #navlist1 li li:hover a{
color:#000;
}
#contenu {


}
#d11 {
  float: left;
}
 
#d11 {
  float: right;
}