/*
CSS style du site Aigu'illes en Luberon
Réalisé par Morgan
*/



.center
{
	text-align: center;
}

.justify
{
	text-align: justify;
}

.petit
{
   font-size: small;
}

.right
{
	text-align: right;
}

.retrait
{
   list-style-position: outside;
}

em
{
   font-size: medium;
}

.under /* texte souligné */
{
   text-decoration: underline; 
}

.strong/* texte en gras */
{
   font-weight: bold; 
}

.under_strong/* texte souligné  et gras*/
{
   text-decoration: underline; 
    font-weight: bold; 
}


.indet /* texte en retrait */
{
   text-indent: 20px;
}

.indet100/* texte en retrait */
{
   text-indent: 100px;
}

.indet150/* texte en retrait */
{
   text-indent: 150px;
}

.indet200/* texte en retrait */
{
   text-indent: 200px;
}


.indet250/* texte en retrait */
{
   text-indent: 250px;
}


.indet300/* texte en retrait */
{
   text-indent: 300px;
}


.indet500/* texte en retrait */
{
   text-indent: 500px;
}

.indet700/* texte en retrait */
{
   text-indent: 700px;
}

.first-letter /* Pseudo format : La première lettre de chaque paragraphe */
{
   font-weight: bold; /* En gras */
   font-family: "Edwardian Script ITC", "Palace Script MT", "French Script MT", "Script MT Bold";
   font-size:3em; /* Ecrit plus gros que la normale */
   color: rgb(245,86,6); /* En rouge */
}

.red
{
	 color: rgb(255,0,0); /* En rouge classique */
}


.def /* définition*/
{
   font-size:1.7em; /* Ecritlégèrement gros que la normale */
   font-family: "Edwardian Script ITC", "Palace Script MT", "French Script MT", "Script MT Bold";
   
}

.concours /* lettrine du concours les fils du vent*/
{
   font-size:3em; /* Ecritlégèrement gros que la normale */
   font-weight: bold; /* En gras */
   font-family: "Edwardian Script ITC", "Palace Script MT", "French Script MT", "Script MT Bold";
   color: rgb(245,86,6); /* En rouge */
   
}



.title /*spécial ocre*/
{
   font-size: 1.5em; /* Ecritlégèrement gros que la normale */
   color: rgb(245,86,6);
   font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
}

.ocre_color /*pour les remarques*/
{
   color: rgb(245,86,6);
}


.middle
{
	text-align: center;
	vertical-align: middle;
}
