/** typo.css  par Adeline */

body {
  font-family: "arial regular", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/************************************ cartouche ******************************************************/

.cartouche {
  text-transform: uppercase;
}
.cartouche h1.titre{
	font-family : "arial black", "arial bold";
	font-size:36pt;
	line-height:30pt;
}
.cartouche p.soustitre{
  font-size:18pt;
  line-height:16pt;
}

.cartouche #hierarchie {
  font-size: 10px;
  color:#000000;
}
.cartouche #hierarchie a {
	text-transform: uppercase;
	font-size: 10px;
	color:#000000;
	text-decoration:none;
}
.cartouche #hierarchie a:hover {
	color: #FF3333;	
	text-decoration:underline;
}
.cartouche #hierarchie a.red{
	text-transform: uppercase;
	color: #FF3333;
}
.cartouche .dateauteur {
  font-size: 8pt;
  text-transform: none;
}
.cartouche .auteur a{
  color: #E60000;
}
.cartouche .auteur a:hover{
	text-decoration:underline;
}

/*Menu */
#navigation h2.menu-titre {
  font-size: 10px;
  color: white;
  background: #8C8B8B;
  text-transform: uppercase;
}
#navigation .breves {
  background: transparent;
}
#navigation .breves a {
  font-size: 11px;
  color: #704252;
  text-decoration:none;
}

/* rubrique bloc-gris*/
h3.titre {
  font-size: 13px;
}
h4.sous-titre {
  font-size: 12px;
  color: black;
  text-transform: uppercase;
}
.read {
text-align:right;
}
.read a {
  font-size: 8pt;
  color: #E60000;
  text-decoration: none;
}
.read a:hover {
  text-decoration: underline;
}
.dernier-ajout {
  visibility: hidden;
}
#selection {
  font-size: 10px;
  color: white;
}

#contenu {
  font-size: 10pt;
  line-height:16pt;
}
.chapo-texte {
  font-size: 11px;
}
.art-info {
  visibility: hidden;
}

/* Pour les crédits */
a.spip_out {
  text-decoration: none;
  color: #E60000;
}
a.spip_out:hover{
  text-decoration: underline;
}

/* footer */
#footer a {
  font-size:10pt;
  font-weight:bold;
  text-decoration:none;
  color:#000000;
}
#footer a:hover {
color : #E60000;
}

/*english*/
.english {
	color : #848484;
}

