#CACHE{3600*100,cache-client}
#HTTP_HEADER{Content-Type: text/css; charset=iso-8859-15}
#HTTP_HEADER{Vary: Accept-Encoding}

/*********************************************/
/*   Feuille de style                        */
/*   Couleurs								 */
/*********************************************/

#texte,
td,
ul ul, 
.petit,
#lang select,
#recherche h2 {
	color: #878787;
    font-family: "Helvetica Neue", Helvetica, Verdana;
    font-size: 1em;
    text-align: justify;
}

h1 {  
  font-family: actor, Helvetica, Verdana;
  font-size: 6em;
  color: #eb5199;
}

h2 {  
  font-family: actor, Helvetica, Verdana;
  font-size: 3em;
  color: #eb5199;
}

@media only screen and (max-width:1200px) {
h2 { font-size: 2em;}
}

@media only screen and (min-width:1200px) and (max-width:1400px) {
h2 { font-size: 2.2em;}
}
	
@media only screen and (min-width:1400px) and (max-width:1600px) {
h2 { font-size: 2.4em;}
}
	
@media only screen and (max-device-width:320px) {
h2 { font-size: 2em;}
}

@media only screen and (min-device-width: 321px) and (max-device-width: 640px) {	
h2 { font-size: 2em;}
}

@media only screen and (min-device-width: 641px) and (max-device-width: 960px) {	
h2 { font-size: 2em;}
}



h2 a:link,
h2 a:visited {
  color: #eb5199;
}

h3 {  
  color: #eb5199;
}


h2 a:hover {
  color: #eb5199;
}

#chemin,
#annuaire,
#intranet,
#recherche,
#recherche input.box,
table.table-avec-bordures,
table.table-avec-bordures td,
table.table-avec-bordures th,
table.spip,
table.spip td,
table.spip th,
div.separateur {
    border-color: #eb5199;
}