/* Feuille de style pour le contenu des pages
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */

/* Import des style pour la charte */
@import "charte.css";
@import "menu.css";
@import "contact.css";
@import "administrable.css";
/***************** CONTENU TEXTUEL *****************/

#contenuTexte{
	padding:0px 20px 30px 20px;
	width:610px;
	float:left;
}


#contenuTexte h1{
	margin:0px 0 20px 0;
  height: 30px;
  width:610px;
}

#contenuTexte h1 span{
  display: none;
}

#contenuTexte h1.accueil{background: url(../images/titles/title-accueil.gif) left top no-repeat;}
#contenuTexte h1.elevage{background: url(../images/titles/title-elevage.gif) left top no-repeat;}
#contenuTexte h1.projets{background: url(../images/titles/title-projets.gif) left top no-repeat;}
#contenuTexte h1.pouliniere-paint{background: url(../images/titles/title-pouliniere-paint.gif) left top no-repeat;}
#contenuTexte h1.pouliniere-quarter{background: url(../images/titles/title-pouliniere-quarter.gif) left top no-repeat;}
#contenuTexte h1.contact{background: url(../images/titles/title-contact.gif) left top no-repeat;}
#contenuTexte h1.naissance{background: url(../images/titles/title-naissance.gif) left top no-repeat;}
#contenuTexte h1.produits{background: url(../images/titles/title-produits.gif) left top no-repeat;}
#contenuTexte h1.vendre-paint{background: url(../images/titles/title-vendre-paint.gif) left top no-repeat;}
#contenuTexte h1.vendre-quarter{background: url(../images/titles/title-vendre-quarter.gif) left top no-repeat;}
#contenuTexte h1.etalons{background: url(../images/titles/title-etalons.gif) left top no-repeat;}
#contenuTexte h1.merci{background: url(../images/titles/title-merci.gif) left top no-repeat;}
#contenuTexte h1.mentions{background: url(../images/titles/title-mentions.gif) left top no-repeat;}
#contenuTexte h1.plan-site{background: url(../images/titles/title-plan-site.gif) left top no-repeat;}

#contenuTexte h2{
	font:bold 1.4em Arial, Helvetica, sans-serif;
	color:#A0C03F;
  text-align:  center;
  padding-bottom: 10px;
}

#contenuTexte p, #footer p{
  font: normal 1.2em/1.4em Arial, Helvetica, sans-serif;
	padding-bottom:5px;
	text-align:justify;
 	color:#657928;
}
#contenuTexte a:link, #contenuTexte a:visited{
	color: #A0C03F;
	text-decoration: underline;
}
#contenuTexte a:hover, #contenuTexte a:active{
	color: #657928;
	text-decoration: none;
}
#contenuTexte p.couleur, .couleur{
	font-weight:bold;
  text-align: center;
	color:#384316;
  padding-bottom: 10px;
}
#contenuTexte p.soustitre{
	font:bold 1.4em Arial, Helvetica, sans-serif;
	color:#A0C03F;
  text-align:  justify;
  padding-bottom: 10px;
}

#contenuTexte p.separateur{
  border-top: 1px solid #657928;
  padding-bottom: 0px;
}

#contenuTexte br{
  line-height: 0.5em;
}

.boite{
  float: left;
  width: 250px;
}

#contenuTexte .rub:link, #contenuTexte .rub:visited{
  font:bold 1.1em Arial, Helvetica, sans-serif;
	color:#A0C03F;
  text-align:  justify;
  padding-bottom: ;
  text-decoration:underline;
}
#contenuTexte .rub:hover, #contenuTexte .rub:active{
  text-decoration:none;
  color:#657928;
}

#contenuTexte .sousrub:link, #contenuTexte .sousrub:visited{
  font:bold 0.9em Arial, Helvetica, sans-serif;
	color:#657928;
  text-align:  justify;
  padding-bottom: ;
  text-decoration:underline;
  padding-left:  20px;
}
#contenuTexte .sousrub:hover, #contenuTexte .sousrub:active{
  text-decoration:none;
  color:#A0C03F;
}
