/********************/
/* feuille style tab  1  */
/********************/


h1 {
	font-family: verdana;
	color: #74787B;
	font-size: 2.7em;
	text-align: center;
	 margin-top: 0.7em;
	 margin-bottom: 0.7em;
}
.image1{ 
  width:80px; 
  height:auto;
}
.image2{ 
  width:150px; 
  height:auto;
}
table {
	margin: 0 auto;
     text-align:center;
	 width: 100%;
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid black;
  padding: 2px 20px;
}	

td {
  
  vertical-align: middle;
    font-size: 1em;
}
td a {
	text-decoration: none;
	font-family: verdana;
	color: #74787B;
}
td a:visited {color: gray;}
td a:hover {color: red;}

th {
  background-color: #4CAF50;
  color: white;
  height:20px;
   font-size: 1em;
}

.exemple {
		height: -200px;
    }
	#ex2 {
		padding-top: 0.1em;
		 background-color: #f1f4f7;
    }
		.nav {
		padding: 0;
		margin: 0.1em 0;
		text-align:center;
    }
	.nav li {
		display: inline;
		list-style: none; /* nécessaire pour IE7 */ 
	}
	.nav a {
		display:inline-block;
		margin: 0 10px;
    }
	#ex2 .nav {
		border: 1px solid #333;
		border-top-color: #707070;
		background-color: #5E5E5E;
		background: -moz-linear-gradient(bottom , #666666 0pt, #5E5E5E 50%, #707070 51%, #808080 100%) repeat scroll 0 0 transparent;
		background: -webkit-linear-gradient(bottom , #666666 0pt, #5E5E5E 50%, #707070 51%, #808080 100%) repeat scroll 0 0 transparent;
		background: -ms-linear-gradient(bottom , #666666 0pt, #5E5E5E 50%, #707070 51%, #808080 100%) repeat scroll 0 0 transparent;
		background: -o-linear-gradient(bottom , #666666 0pt, #5E5E5E 50%, #707070 51%, #808080 100%) repeat scroll 0 0 transparent;
		background: linear-gradient(bottom , #666666 0pt, #5E5E5E 50%, #707070 51%, #808080 100%) repeat scroll 0 0 transparent;
		text-align: center;
		height: 50px;
		-webkit-box-shadow: 0 1px 3px #999;
		-moz-box-shadow: 0 1px 3px #999;
		box-shadow: 0 1px 3px #999;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
    }
	#ex2 .nav a {
		height: 50px;
		margin:0;
		padding: 0 10px;
		line-height: 50px;
		border-left: 1px solid #555;
		border-right: 1px solid #888;
		text-decoration: none;
		color: white;
		text-shadow: -1px -1px 0 #444;
		font-family: Helvetica, Arial, Verdana, sans-serif;
		font-size: 2.5em;
    }
	#ex2 .nav :first-child a {
		border-left: 0;
    }
    #ex2 .nav :last-child a {
		border-right: 0;
    }
	#ex2 .nav a:hover,
	#ex2 .nav a:focus {
		background-color: #3E3E3E;
		background: -moz-linear-gradient(bottom , #444444 0pt, #3E3E3E 50%, #505050 51%, #606060 100%) repeat scroll 0 0 transparent;
		background: -webkit-linear-gradient(bottom , #444444 0pt, #3E3E3E 50%, #505050 51%, #606060 100%) repeat scroll 0 0 transparent;
		background: -ms-linear-gradient(bottom , #444444 0pt, #3E3E3E 50%, #505050 51%, #606060 100%) repeat scroll 0 0 transparent;
		background: -o-linear-gradient(bottom , #444444 0pt, #3E3E3E 50%, #505050 51%, #606060 100%) repeat scroll 0 0 transparent;
		background: linear-gradient(bottom , #444444 0pt, #3E3E3E 50%, #505050 51%, #606060 100%) repeat scroll 0 0 transparent;
		text-shadow: -1px -1px 0 #000;
    }
	.bloc-fixe { 
  margin: 0 auto;
  width:50%;
  overflow: hidden;
}
#main {
	text-align:center;
  width:100%;
 margin: 0 auto;
}
#blason1  {
	float:left;
	width:15%;
}
#titre {
		float:left;
	width:70%;
	text-align: center;
}
#blason2  {
		float:left;
	width:15%;
}
.spacer {
  clear: both;
}
  .imagelogo { 
  width:80%; 
}
@media screen and (max-width: 1280px)
{	
.bloc-fixe { 
  width:95%; 
}
h1 {
	
font-size: 3.5em;
	
}
td {
  
  
    font-size: 2.5em;
}



th {
  
   font-size: 2.5em;
}
.image1{ 
  width:150px; 
  height:200px;
}

}