body {

  margin: 0px;
  color: #000;
  padding: 0px;
  background-color: #000;
}

header {

  width: 100%;
  margin-left: auto;
  margin-right:auto;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;   
  font-size: 1.0em;
  line-height: 46px;
  text-align: center;
  color: #000; 
  letter-spacing: 3px;
  text-shadow: 1px 1px 5px #000;
  background-color: #fff; 
}

#conteneur  {

  width: 100%;
  background-color: #fff; 
}

.contenu  {
  
 
  line-height: 26px;
  width: 100%;
  margin-left: auto;
  margin-right:auto;
  color: #000;
  margin-bottom: 1.0em;
  padding-left: 10px;
  padding-right: 10px;    
  text-align: justify;
  background-color: #fff; 
}


nav {
  
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #000;
  margin-left: auto;
  margin-right:auto;
  padding-left: 10px;
  padding-right: 10px;  
  padding-bottom: 1.0em;
  background-color: #fff;
}

#stats  {

  text-align: center;
  position: relative;
  top: 2px;
  left: 25px;
}

.ico1 {
 
  -moz-border-radius: 1.3em;
  -webkit-border-radius: 1.3em;
  -ms-border-radius: 1.3em;
  border-radius: 1.3em;
  z-index: 20;
  border: 2px solid #fff;
  padding: 1px;
  cursor: pointer;
  background: -moz-linear-gradient(top, #666, #000);
  background: -ms-linear-gradient(top, #666, #000);
  background: -o-linear-gradient(top, #666, #000);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c0c0c0), to(#666));
}

.ico1:hover   {

  border: 2px solid #000;  }


#diapo-img  {

  margin-left: auto;
  margin-right:auto;
  -moz-border-radius: 0.4em;
  -webkit-border-radius: 0.4em;
  -ms-border-radius: 0.4em;
  border-radius: 0.4em;
  -ms-animation:trans 1.5s ease;
  -webkit-animation:trans 1.5s ease;
  -moz-animation:trans 1.5s ease;
  -o-animation:trans 1.5s ease;
  animation:trans 1.5s ease;
}

#tabfram  {

  margin-top: 4px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right:auto;
}

#fleches  {
 
  margin-top: 6px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right:auto;
}

.picto1  {
  
  width:30px;
  height:30px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  -ms-border-radius: 1em;
  border-radius: 1em;
  margin-left: 10px;
  margin-right: 10px;
}



ul {

  margin-left: auto;
  margin-right: auto;
  list-style: none;
  text-align: center;
  border: 1px solid black;
  width: 186px;
  padding: 3px;
  box-shadow: 2px 2px 1px #000;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  -ms-border-radius: 1em;
  border-radius: 1em;
  background-color: #000;
}

li {

  display: inline-block;
  padding-right: 0.2em;
  padding-left: 0.2em;
  text-align: center;  
}

footer {

  background-color: #fff;
  width: 100%;
  text-align: right;
  padding-left: 8px;
  padding-right: 8px;	
  color: #000;
}



a { 
  color: #000;
  text-decoration:none; 
}

a:hover { 
  color:red;
  text-decoration:none;  
}

li:hover {   
  text-decoration:none;
  background-color:#000; 
}

a:active { 
  color: #808080;
  text-decoration:underline overline;   
}

@media only screen and (color) 

and (min-width : 213px) {


header {
  
  width: 193px;
  font-size: 1.1em;
  line-height: 24px;
  
}

#diapo-img  {
 
  width: 180px;
  height: 125px;
}

#fleches  {
 
  width: 180px;
}

.ico1 {

  width: 30px;
  height: 30px;
}

.ico2 {

  width: 30px;
  height: 30px;
}

#tabfram  {
  
  width: 180px;
  height: 125px;
}

nav {
  
  font-size: 0.8em;
  width: 201px;
  padding: 6px;
}

ul {

 width: 178px; 
}

.pub-top {
  
  width: 190px;
}

.contenu  {

  font-size: 0.7em;
  width: 193px;
  line-height: 16px;
}

footer {

  font-size: 0.7em;
  width: 203px;

}
a { 
  
  font-size: 1.4em; 
}

}


@media only screen and (color) 

and (min-width : 240px) {


header {

  width: 220px;
  font-size: 1.1em;
  line-height: 24px;
  
}

#diapo-img  {
 
  width: 208px;
  height: 146px;
}

#fleches  {
 
  width: 208px;
}

.ico1 {

  width: 20px;
  height: 20px;
}

.ico2 {

  width: 20px;
  height: 20px;
}

#tabfram  {
  
  width:208px;
  height:146px;
}

nav {

  font-size: 0.8em;
  width: 228px;
}


ul {

 width: 210px; 
  
}

.pub-top {
  
  width: 217px;
}

.contenu  {

  font-size: 0.7em;
  width: 210px;
  line-height: 18px;
}

h2::first-letter  {
  margin-right: 3px;
  font-size: 2em;
}


footer {

  font-size: 0.6em;
  width: 230px;

}

a { 
  
  font-size: 1.1em; 
}
}

@media only screen and (color) 

and (min-width : 320px) {


header {

  width: 300px;
  font-size: 1.4em;
  line-height: 26px;
  
}

#diapo-img  {
 
  width: 288px;
  height: 200px;
}

#fleches  {
 
  width: 288px;
}

.ico1 {

  width: 30px;
  height: 30px;
}

.ico2 {

  width: 30px;
  height: 30px;
}

#tabfram  {
  
  width:288px;
  height:200px;
}

ul {

 width: 272px; 
 line-height: 12px;
 padding: 8px; 
}


.pub-top {
  
  width: 300px;
}

.contenu  {

  font-size: 0.8em;
  width: 300px;
  line-height: 18px;
}


nav {

  font-size: 0.8em;
  width: 308px;
}

footer {

  font-size: 0.9em;
  width: 310px;

}

a { 
  
  font-size: 1.4em; 
}
}

@media only screen and (color) 

and (min-width : 360px) {


header {

  width: 340px;
  font-size: 1.6em;
  line-height: 30px;
  
}

#diapo-img  {
 
  width: 330px;
  height: 226px;
}

.ico1 {
  
  width: 32px;
  height: 32px;
}

.ico2 {

  width: 32px;
  height: 32px;
}

#tabfram  {

  width: 330px;
  height: 226px;
  
}

ul {

 width: 316px; 
 line-height: 22px;
 padding: 6px; 
}

.pub-top {
  
  width: 320px;
}

.contenu  {

  font-size: 0.9em;
  width: 330px;
  line-height: 20px;
}

nav {

  font-size: 0.9em;
  width: 348px;
}

footer {

  font-size: 0.9em;
  width: 350px;

}

a { 
  
  font-size: 1.2em; 
}
}

@media only screen and (color) 

and (min-width : 375px) {


header {

  width: 355px;
  font-size: 1.7em;
  line-height: 30px;
  
}

#diapo-img  {
 
  width: 342px;
  height: 238px;
}

.ico1 {

  width: 30px;
  height: 30px;
}

.ico2 {

  width: 30px;
  height: 30px;
}

#tabfram  {
  
  width:342px;
  height:238px;
}

ul {

 width: 332px; 
 line-height: 22px;
 padding: 6px; 
}

.pub-top {
  
  width: 335px;
}

.contenu  {

  font-size: 0.9em;
  width: 342px;
  line-height: 22px;
}

nav {

  font-size: 0.9em;
  width: 363px;
}

footer {

  font-size: 0.9em;
  width: 355px;

}

a { 
  
  font-size: 1.2em; 
}
}

@media only screen and (color) 

and (min-width : 384px) {


header {

  width: 364px;
  font-size: 1.8em;
  line-height: 32px;
  
}

#diapo-img  {
 
  width: 350px;
  height: 244px;
}

.ico1 {

  width: 30px;
  height: 30px;
}

.ico2 {

  width: 30px;
  height: 30px;
}

#tabfram  {
  
  width:350px;
  height:244px;
}

ul {

 width: 340px; 
 line-height: 24px;
 padding: 6px; 
}

.pub-top {
  
  width: 364px;
}

.contenu  {

  font-size: 1.0em;
  width: 350px;
  line-height: 22px;
}


nav {

  font-size: 1.0em;
  width: 372px;
}

footer {

  font-size: 1.0em;
  width: 374px;

}

a { 
  
  font-size: 1.3em; 
}
}

@media only screen and (color) 

and (min-width : 400px) {


header {

  width: 380px;
  font-size: 1.8em;
  line-height: 32px;
  
}

#diapo-img  {
 
  width: 366px;
  height: 256px;
}

.ico1 {
 
  width: 30px;
  height: 30px;
}

.ico2 {

  width: 30px;
  height: 30px;
}

#tabfram  {
  
  width:366px;
  height:256px;
}

ul {

 width: 354px; 
 line-height: 24px;
 padding: 6px; 
}

.pub-top {
  
  width: 370px;
}

.contenu  {

  font-size: 1.0em;
  width: 366px;
  line-height: 22px;
}

nav {

  font-size: 1.0em;
  width: 388px;
}

footer {

  font-size: 1.0em;
  width: 390px;

}

a { 
  
  font-size: 1.3em; 
}
}

@media only screen and (color) 

and (min-width : 414px) {


header {

  width: 394px;
  font-size: 1.8em;
  line-height: 32px;
  
}

#diapo-img  {
 
  width: 380px;
  height: 264px;
}

.ico1 {

  width: 30px;
  height: 30px;
}

.ico2 {

  width: 30px;
  height: 30px;
}

#tabfram  {
  
  width:380px;
  height:264px;
}

ul {

 width: 370px; 
 line-height: 24px;
 padding: 6px; 
}

.pub-top {
  
  width: 384px;
}

.contenu  {

  font-size: 1.0em;
  width: 380px;
  line-height: 22px;
}

nav {

  font-size: 1.0em;
  width: 402px;
}

footer {

  font-size: 1.0em;
  width: 404px;

}

a { 
  
  font-size: 1.3em; 
}
}

@media only screen and (color) 

and (min-width : 424px) {


header {

  width: 404px;
  font-size: 1.9em;
  line-height: 32px;
  
}

#diapo-img  {
 
  width: 390px;
  height: 272px;
}

.ico1 {

  width: 30px;
  height: 30px;
}

.ico2 {

  width: 30px;
  height: 30px;
}

#tabfram  {
  
  width:390px;
  height:272px;
}

ul {

 width: 380px; 
 line-height: 24px;
 padding: 6px; 
}


.pub-top {
  
  width: 384px;
}

.contenu  {

  font-size: 1.1em;
  width: 404px;
  line-height: 22px;
}

nav {

  font-size: 1.1em;
  width: 412px;
}

footer {

  font-size: 1.1em;
  width: 414px;

}

a { 
  
  font-size: 1.3em; 
}
}

@media only screen and (color) 

and (min-width : 480px) {


header {

  width: 460px;
  font-size: 2.3em;
  line-height: 38px;
  
}

#diapo-img  {
 
  width: 446px;
  height: 314px;
}

.ico1 {

  width: 34px;
  height: 34px;
}

.ico2 {

  width: 34px;
  height: 34px;
}

#tabfram  {
  
  width: 446px;
  height: 314px;
}

ul {

 width: 436px; 
 line-height: 24px;
 padding: 6px; 
}

.pub-top {
  
  width: 450px;
}

.contenu  {

  font-size: 1.0em;
  width: 446px;
  line-height: 22px;
}

nav {

  font-size: 1.0em;
  width: 468px;  
}

footer {

  font-size: 1.0em;
  width: 470px;
}

a { 
  
  font-size: 1.0em; 
}
}

@media only screen and (color) 

and (min-width : 533px) {


header {

  width: 513px;
  font-size: 2.5em;
  line-height: 42px;  
}

#diapo-img  {
 
  width: 499px;
  height: 346px;
}

.ico1 {

  width: 34px;
  height: 34px;
}

.ico2 {

  width: 34px;
  height: 34px;
}

#tabfram  {
  
  width: 499px;
  height: 346px;
}

ul {

 width: 490px; 
 line-height: 24px;
 padding: 6px; 
}

.pub-top {
  
  width: 483px;
}

.contenu  {

  font-size: 1.1em;
  width: 499px;
  line-height: 24px;
}

nav {

  font-size: 1.1em;
  width: 521px;
}

footer {

  font-size: 1.1em;
  width: 523px;
}

a { 
  
  font-size: 1.1em; 
}
}

@media only screen and (color) 

and (min-width : 540px) {


header {

  width: 524px;
  font-size: 2.5em;
  line-height: 42px;
  
}

#diapo-img  {
 
  width: 506px;
  height: 356px;
}

.ico1 {

  width: 34px;
  height: 34px;
}

.ico2 {

  width: 34px;
  height: 34px;
}

#tabfram  {
  
  width: 506px;
  height: 356px;
}

.pub-top {
  
  width: 500px;
}

.contenu  {

  font-size: 1.1em;
  width: 524px;
  line-height: 24px;
}

nav {

  font-size: 1.2em;
  width: 532px;
}

ul {

 width: 496px; 
 line-height: 24px;
 padding: 6px; 
}


footer {

  font-size: 1.1em;
  width: 530px;
}

a { 
  
  font-size: 1.1em; 
}
}

@media only screen and (color) 

and (min-width : 568px) {


header {

  width: 548px;
  font-size: 2.6em;
  line-height: 46px;
}

#diapo-img  {
 
  width: 534px;
  height: 368px;
}

.ico1 {

  width: 34px;
  height: 34px;
}

.ico2 {

  width: 34px;
  height: 34px;
}

#tabfram  {
  
  width: 534px;
  height: 368px;
}

.pub-top {
  
  width: 548px;
}

.contenu  {

  font-size: 1.1em;
  width: 548px;
  line-height: 24px;
}

nav {

  font-size: 1.0em;
  width: 556px;
}

ul {

 width: 524px; 
 line-height: 24px;
 padding: 6px; 
}


footer {

  font-size: 1.1em;
  width: 558px;
}

a { 
  
  font-size: 1.1em; 
}
}

@media only screen and (color) 

and (min-width : 569px) {


header {

  width: 549px;
  font-size: 2.6em;
  line-height: 44px;  
}

#diapo-img  {
 
  width: 534px;
  height: 368px;
}

.ico1 {

  width: 34px;
  height: 34px;
}

.ico2 {

  width: 34px;
  height: 34px;
}

#tabfram  {
  
  width: 534px;
  height: 368px;
}

nav {

  font-size: 1.0em;
  width: 536px;
}

ul {

 width: 524px; 
 line-height: 24px;
 padding: 6px; 
}


.pub-top {
  
  width: 538px;
}

.contenu  {

  font-size: 1.1em;
  width: 549px;
  line-height: 24px;
}

nav {

  font-size: 1.0em;
  width: 557px; 
}

footer {

  font-size: 1.1em;
  width: 559px;
}

a { 
  
  font-size: 1.1em; 
}
}

@media only screen and (color) 

and (min-width : 600px) {


header {

  width: 580px;
  font-size: 2.9em;
  line-height: 50px;
}


h2::first-letter  {
  margin-right: 3px;
  font-size: 2em;
}


#diapo-img  {
 
  width: 566px;
  height: 394px;
}

.ico1 {

  width: 34px;
  height: 34px;
}

.ico2 {

  width: 34px;
  height: 34px;
}

#tabfram  {
  
  width: 566px;
  height: 394px;
}

nav {

  font-size: 1.0em;
  width: 588px;
}

ul {

 width: 556px; 
 line-height: 24px;
 padding: 6px; 
}

.pub-top {
  
  width: 580px;
}

.contenu  {

  font-size: 1.1em;
  width: 570px;
  line-height: 24px;
}

footer {

  font-size: 1.1em;
  width: 580px;
}

a { 
  
  font-size: 1.1em; 
}
}

@media only screen and (color) 

and (min-width : 604px) {


header {

  width: 584px;
  font-size: 2.9em;
  line-height: 48px;  
}

#diapo-img  {
 
  width: 566px;
  height: 394px;
}

.ico1 {

  width: 34px;
  height: 34px;
}

.ico2 {

  width: 34px;
  height: 34px;
}

#tabfram  {
  
  width: 566px;
  height: 394px;
}

.pub-top {
  
  width: 580px;
}

.contenu  {

  font-size: 1.1em;
  width: 584px;
  line-height: 24px;
}

nav {

  font-size: 1.2em;
  width: 592px;
}

ul {

 width: 556px; 
 line-height: 24px;
 padding: 6px; 
}

footer {

  font-size: 1.1em;
  width: 584px;
}

a { 
  
  font-size: 1.1em; 
}
}

@media only screen and (color) 

and (min-width : 640px) {


header {

  width: 620px;
  font-size: 3.2em;
  line-height: 54px;
}

#diapo-img  {
 
  width: 566px;
  height: 394px;
}

.ico1 {

  width: 34px;
  height: 34px;
}

.ico2 {

  width: 34px;
  height: 34px;
}

#tabfram  {
  
  width: 566px;
  height: 394px;
}

nav {

  font-size: 1.1em;
  width: 628px;
}

ul {

 width: 596px; 
 line-height: 24px;
 padding: 6px; 
}

.pub-top {
  
  width: 568px;
}

.contenu  {

  font-size: 1.1em;
  width: 620px;
  line-height: 24px;
}

footer {

  font-size: 1.1em;
  width: 630px;
}

a { 
  
  font-size: 1.1em; 
}
}

@media only screen and (color) 

and (min-width : 667px) {


header {

  width: 647px;
  font-size: 3.4em;
  line-height: 54px;  
}

#diapo-img  {
 
  width: 633px;
  height: 440px;
}

.ico1 {

  width: 38px;
  height: 38px;
}

.ico2 {

  width: 38px;
  height: 38px;
}

#tabfram  {
  
  width: 633px;
  height: 440px;
}

nav {

  font-size: 1.1em;
  width: 655px;
}

ul {

 width: 623px; 
 line-height: 24px;
 padding: 6px; 
}

.pub-top {
  
  width: 558px;
}

.contenu  {

  font-size: 1.1em;
  width: 647px;
  line-height: 24px;
}

footer {

  font-size: 1.1em;
  width: 657px;
}

a { 
  
  font-size: 1.1em; 
}
}

@media only screen and (color) 

and (min-width : 720px) {


header {

  width: 700px;
  font-size: 3.6em;
  line-height: 62px;  
}

#diapo-img  {
 
  width: 686px;
  height: 476px;
}

.ico1 {

  width: 38px;
  height: 38px;
}

.ico2 {

  width: 38px;
  height: 38px;
}

#tabfram  {
  
  width: 686px;
  height: 476px;
}

nav {

  font-size: 1.1em;
  width: 708px;
}

ul {

 width: 670px; 
 padding: 9px; 
}


.pub-top {
  
  width: 568px;
}

.contenu  {

  font-size: 1.1em;
  width: 700px;
  line-height: 24px;
}

footer {

  font-size: 1.1em;
  width: 700px;
}

a { 
  
  font-size: 1.1em; 
}
}

@media only screen and (color) 

and (min-width : 736px) {


header {

  width: 716px;
  font-size: 3.7em;
  line-height: 64px;  
}

#diapo-img  {
 
  width: 702px;
  height: 486px;
}

.ico1 {

  width: 38px;
  height: 38px;
}

.ico2 {

  width: 38px;
  height: 38px;
}

#tabfram  {
  
  width: 702px;
  height: 486px;
}

nav {

  font-size: 1.1em;
  width: 724px;
}

ul {

 width: 686px; 
 padding: 9px;
 
}

.pub-top {
  
  width: 568px;
}

.contenu  {

  font-size: 1.1em;
  width: 716px;
  line-height: 24px;
}

footer {

  font-size: 1.1em;
  width: 726px;
}

a { 
  
  font-size: 1.1em; 
}
}

@media only screen and (color) 

and (min-width : 753px) {


header {

  width: 733px;
  font-size: 3.7em;
  line-height: 64px;  
}

#diapo-img  {
 
  width: 719px;
  height: 498px;
}

.ico1 {

  width: 38px;
  height: 38px;
}

.ico2 {

  width: 38px;
  height: 38px;
}

#tabfram  {
  
  width: 719px;
  height: 498px;
}

nav {

  font-size: 1.1em;
  width: 741px;
}

ul {

 width: 703px; 
 padding: 9px; 
}


.pub-top {
  
  width: 568px;
}

.contenu  {

  font-size: 1.1em;
  width: 733px;
  line-height: 24px;
}

footer {

  font-size: 1.1em;
  width: 743px;
}

a { 
  
  font-size: 1.1em; 
}
}

@media only screen and (color) 

and (min-width : 768px) {


header {

  width: 748px;
  font-size: 3.8em;
  line-height: 66px;
}

#diapo-img  {
 
  width: 734px;
  height: 508px;
}

.ico1 {

  width: 38px;
  height: 38px;
}

.ico2 {

  width: 38px;
  height: 38px;
}

#tabfram  {
  
  width: 734px;
  height: 508px;
}

nav {

  font-size: 1.1em;
  width: 756px;
}

ul {

 width: 718px; 
 padding: 9px; 
}


.pub-top {
  
  width: 568px;
}

.contenu  {

  font-size: 1.1em;
  width: 748px;
  line-height: 24px;
}

footer {

  font-size: 1.1em;
  width: 758px;
}

a { 
  
  font-size: 1.1em; 
}
}

@media only screen and (color) 

and (min-width : 800px) {


header {

  width: 780px;
  font-size: 4.0em;
  line-height: 66px;
}

#diapo-img  {
 
  width: 766px;
  height: 532px;
}

.ico1 {

  width: 38px;
  height: 38px;
}

.ico2 {

  width: 38px;
  height: 38px;
}

#tabfram  {
  
  width: 766px;
  height: 532px;
}

nav {

  font-size: 1.1em;
  width: 788px;
}

ul {

 width: 750px; 
 padding: 9px; 
}



.pub-top {
  
  width: 568px;
}

.contenu  {

  font-size: 1.1em;
  width: 780px;
  line-height: 24px;
}

footer {

  font-size: 1.1em;
  width: 790px;

}

a { 
  
  font-size: 1.1em; 
}
}

@media only screen and (color) 

and (min-width : 854px) {


header {

  width: 834px;
  font-size: 4.4em;
  line-height: 74px; 
}

#diapo-img  {
 
  width: 820px;
  height: 570px;
}

.ico1 {

  width: 38px;
  height: 38px;
}

.ico2 {

  width: 38px;
  height: 38px;
}

#tabfram  {
  
  width: 820px;
  height: 570px;
}

nav {

  line-height: 1.2em;
  font-size: 1.2em;
  width: 842px;
}

ul {

 width: 804px; 
 padding: 9px; 
}

.pub-top {
  
  width: 570px;
}

.contenu  {

  font-size: 1.1em;
  width: 834px;
  line-height: 24px;
}

footer {

  font-size: 1.1em;
  width: 844px;
}

a { 
  
  font-size: 1.1em; 
}
}
@media only screen and (color) 

and (min-width : 900px) {


header {

  width: 880px;
  font-size: 4.5em;
  line-height: 74px;
}

#diapo-img  {
 
  width: 866px;
  height: 602px;
}

.ico1 {

  width: 38px;
  height: 38px;
}

.ico2 {

  width: 38px;
  height: 38px;
}

#tabfram  {
  
  width: 866px;
  height: 602px;
}

nav {

  line-height: 1.3em;
  font-size: 1.3em;
  width: 888px;
}

ul {

 width: 830px; 
 padding: 9px; 
}

.pub-top {
  
  width: 568px;
}

.contenu  {

  font-size: 1.1em;
  width: 880px;
  line-height: 24px;
}

footer {

  font-size: 1.1em;
  width: 790px;
}

a { 
  
  font-size: 1.1em; 
}
}
@media only screen and (color) 

and (min-width : 950px) {


header {

  width: 930px;
  font-size: 4.8em;
  line-height: 78px; 
}

#diapo-img  {
 
  width: 916px;
  height: 636px;
}

.ico1 {

  width: 38px;
  height: 38px;
}

.ico2 {

  width: 38px;
  height: 38px;
}

#tabfram  {
  
  width: 916px;
  height: 636px;
}

nav {

  line-height: 1.3em;
  font-size: 1.3em;
  width: 940px;
}

ul {

 width: 900px; 
 padding: 9px;
}

.pub-top {
  
  width: 568px;
}

.contenu  {

  font-size: 1.1em;
  width: 930px;
  line-height: 24px;
}

footer {

  font-size: 1.1em;
  width: 940px;
}

a { 
  
  font-size: 1.1em; 
}
}

@media only screen and (color) 

and (min-width : 960px) {


header {

  width: 940px;
  font-size: 4.9em;
  line-height: 80px; 
}

#diapo-img  {
 
  width: 926px;
  height: 644px;
}

.ico1 {

  width: 38px;
  height: 38px;
}

.ico2 {

  width: 38px;
  height: 38px;
}

#tabfram  {
  
  width: 926px;
  height: 644px;
}

nav {

  line-height: 1.3em;
  font-size: 1.3em;
  width: 950px;
}

ul {

 width: 910px; 
 padding: 9px; 
}

.pub-top {
  
  width: 568px;
}

.contenu  {

  font-size: 1.1em;
  width: 940px;
  line-height: 24px;
}

footer {

  font-size: 1.1em;
  width: 950px;

}

a { 
  
  font-size: 1.1em; 
}
}

@media only screen and (color) 

and (min-width : 962px) {


header {

  width: 942px;
  font-size: 4.9em;
  line-height: 80px; 
}

#diapo-img  {
 
  width: 926px;
  height: 644px;
}

.ico1 {

  width: 38px;
  height: 38px;
}

.ico2 {

  width: 38px;
  height: 38px;
}

#tabfram  {
  
  width: 926px;
  height: 644px;
}

nav {

  line-height: 1.3em;
  font-size: 1.3em;
  width: 952px;
}

ul {

 width: 910px; 
 padding: 9px; 
}

.pub-top {
  
  width: 568px;
}

.contenu  {

  font-size: 1.1em;
  width: 942px;
  line-height: 24px;
}

footer {

  font-size: 1.1em;
  width: 952px;

}

a { 
  
  font-size: 1.1em; 
}
}

@media only screen and (color) 

and (min-width : 966px) {


header {

  width: 946px;
  font-size: 4.9em;
  line-height: 82px;  
}

#diapo-img  {
 
  width: 932px;
  height: 648px;
}

.ico1 {

  width: 38px;
  height: 38px;
}

.ico2 {

  width: 38px;
  height: 38px;
}

#tabfram  {
  
  width: 932px;
  height: 648px;
}

nav {

  line-height: 1.3em;
  font-size: 1.3em;
  width: 954px;
}

ul {

 width: 916px; 
 padding: 9px;
}

.pub-top {
  
  width: 568px;
}

.contenu  {

  font-size: 1.1em;
  width: 946px;
  line-height: 24px;
}

footer {

  font-size: 1.1em;
  width: 956px;

}

a { 
  
  font-size: 1.1em; 
}
}
@media only screen and (color) 

and (min-width : 1024px) {


header {

  width: 1004px;
  font-size: 5.2em;
  line-height: 86px; 
}

#diapo-img  {
 
  width: 990px;
  height: 688px;
}

.ico1 {

  width: 38px;
  height: 38px;
}

.ico2 {

  width: 38px;
  height: 38px;
}

#tabfram  {
  
  width: 990px;
  height: 688px;
}

nav {

  line-height: 1.3em;
  font-size: 1.3em;
  width: 1012px;
}

ul {

 width: 954px; 
 padding: 9px; 
}

.pub-top {
  
  width: 548px;
}

.contenu  {

  font-size: 1.1em;
  width: 1004px;
  line-height: 24px;
}

footer {

  font-size: 1.1em;
  width: 1014px;
}

a { 
  
  font-size: 1.1em; 
}
}
@media only screen and (color) 

and (min-width : 1200px) {

header {

  width: 1180px;
  font-size: 5.2em;
  line-height: 84px;
  
}

#diapo-img  {
 
  width: 1090px;
  height: 756px;
}

.ico1 {

  width: 38px;
  height: 38px;
}

.ico2 {

  width: 38px;
  height: 38px;
}

#tabfram  {
  
  width: 1090px;
  height: 756px;
}

nav {

  line-height: 1.3em;
  font-size: 1.3em;
  width: 1188px;
}

ul {

 width: 974px; 
 padding: 9px; 
}

.pub-top {
  
  width: 568px;
}

.contenu  {

  font-size: 1.1em;
  width: 1180px;
  line-height: 24px;
}

footer {

  font-size: 1.1em;
  width: 1190px;
}

a { 
  
  font-size: 1.1em; 
}
}
@media only screen and (color) 

and (min-width : 1280px) {

header {

  width: 1260px;
  font-size: 5.2em;
  line-height: 84px;  
}

#diapo-img  {
 
  width: 1190px;
  height: 826px;
}

.ico1 {

  width: 38px;
  height: 38px;
}

.ico2 {

  width: 38px;
  height: 38px;
}

#tabfram  {
  
  width: 1190px;
  height: 826px;
}

nav {

  line-height: 1.3em;
  font-size: 1.3em;
  width: 1268px;
}

ul {

 width: 1074px; 
 padding: 9px; 
}

.pub-top {
  
  width: 568px;
}

.contenu  {

  font-size: 1.1em;
  width: 1260px;
  line-height: 24px;
}

footer {

  font-size: 1.1em;
  width: 1270px;

}

a { 
  
  font-size: 1.1em; 
}
}
@media only screen and (color) 

and (min-width : 1440px) {

header {

  width: 1420px;
  font-size: 5.2em;
  line-height: 84px;
  
}

#diapo-img  {
 
  width: 1190px;
  height: 826px;
}

.ico1 {

  width: 38px;
  height: 38px;
}

.ico2 {

  width: 38px;
  height: 38px;
}

#tabfram  {
  
  width: 1190px;
  height: 826px;
}

nav {

  line-height: 1.3em;
  font-size: 1.3em;
  width: 1428px;
}

ul {

 width: 1274px; 
 padding: 9px; 
}

.pub-top {
  
  width: 568px;
}

.contenu  {

  font-size: 1.1em;
  width: 1420px;
  line-height: 24px;
}

footer {

  font-size: 1.1em;
  width: 1430px;
}

a { 
  
  font-size: 1.1em; 
}
}
@media only screen and (color) 

and (min-width : 1536px) {

header {

  width: 1516px;
  font-size: 5.2em;
  line-height: 84px; 
}

#diapo-img  {
 
  width: 1490px;
  height: 1034px;
}

.ico1 {

  width: 38px;
  height: 38px;
}

.ico2 {

  width: 38px;
  height: 38px;
}

#tabfram  {
  
  width: 1490px;
  height: 1034px;
}

nav {

  line-height: 1.3em;
  font-size: 1.3em;
  width: 1524px;
}

ul {

 width: 1274px; 
 padding: 9px; 
}


.pub-top {
  
  width: 568px;
}

.contenu  {

  font-size: 1.1em;
  width: 1516px;
  line-height: 24px;
}

footer {

  font-size: 1.1em;
  width: 1526px;
}

a { 
  
  font-size: 1.1em; 
}
}
@media only screen and (color) 

and (min-width : 1600px) {

header {

  width: 1580px;
  font-size: 5.2em;
  line-height: 84px;  
}

#diapo-img  {
 
  width: 1500px;
  height: 1042px;
}

.ico1 {

  width: 38px;
  height: 38px;
}

.ico2 {

  width: 38px;
  height: 38px;
}

#tabfram  {
  
  width: 1500px;
  height: 1042px;
}

nav {

  line-height: 1.3em;
  font-size: 1.3em;
  width: 1588px;
}

ul {

 width: 1274px; 
 padding: 9px; 
}

.pub-top {
  
  width: 568px;
}

.contenu  {

  font-size: 1.1em;
  width: 1580px;
  line-height: 24px;
}

footer {

  font-size: 1.1em;
  width: 1590px;
}

a { 
  
  font-size: 1.1em; 
}
}
@media only screen and (color) 

and (min-width : 1680px) {

header {

  width: 1660px;
  font-size: 5.2em;
  line-height: 84px;
}

#diapo-img  {
 
  width: 1620px;
  height: 1125px;
}

.ico1 {

  width: 38px;
  height: 38px;
}

.ico2 {

  width: 38px;
  height: 38px;
}

#tabfram  {
  
  width: 1620px;
  height: 1125px;
}

nav {

  line-height: 1.3em;
  font-size: 1.3em;
  width: 1668px;
}

ul {

 width: 1274px; 
 padding: 9px; 
}

.pub-top {
  
  width: 568px;
}

.contenu  {

  font-size: 1.1em;
  width: 1660px;
  line-height: 24px;
}


footer {

  font-size: 1.1em;
  width: 1670px;
}

a { 
  
  font-size: 1.1em; 
}
}
@media only screen and (color) 

and (min-width : 1920px) {

header {

  width: 1900px;
  font-size: 5.2em;
  line-height: 84px; 
}

#diapo-img  {
 
  width: 1800px;
  height: 1250px;
}

.ico1 {

  width: 38px;
  height: 38px;
}

.ico2 {

  width: 38px;
  height: 38px;
}

#tabfram  {
  
  width: 1800px;
  height: 1250px;
}

nav {

  line-height: 1.3em;
  font-size: 1.3em;
  width: 1908px;
}

ul {

 width: 1474px; 
 padding: 9px; 
}


.pub-top {
  
  width: 568px;
}

.contenu  {

  font-size: 1.1em;
  width: 1900px;
  line-height: 24px;
}


footer {

  font-size: 1.1em;
  width: 1910px;

}

a { 
  
  font-size: 1.1em; 
}
}
@media only screen and (color) 

and (min-width : 2048px) {

header {

  width: 2028px;
  font-size: 5.2em;
  line-height: 84px;
}

#diapo-img  {
 
  width: 1800px;
  height: 1250px;
}

.ico1 {

  width: 38px;
  height: 38px;
}

.ico2 {

  width: 38px;
  height: 38px;
}

#tabfram  {
  
  width: 1800px;
  height: 1250px;
}

nav {

  line-height: 1.3em;
  font-size: 1.3em;
  width: 2036px;
}

ul {

 width: 1474px; 
 padding: 9px; 
}

.pub-top {
  
  width: 568px;
}

.contenu  {

  font-size: 1.1em;
  width: 2028px;
  line-height: 24px;
}

footer {

  font-size: 1.1em;
  width: 2038px;
}

a { 
  
  font-size: 1.1em; 
}
}