/* Utilisé pour fiche et formulaire de mail */
body.logo { 
	background-color:#52c7fa;
    background-position:center center;
	background-repeat:no-repeat;
	background-image:url(images/logo/logo_fond.gif);
     }
/* Utilisé pour le diaporama */
body.black { 
	margin-top:10px;
	background-color:black;
    background-position:center center;
     }
/* Utilisé par défaut pour toutes les autres pages */
body { 
	background-color:#52c7fa;
	margin-top:0px;
	margin-left:5px;
     }

p	{
	font-family: "Times New Roman";
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none ;
	text-align:justify;
	text-indent:30;
	color: #10076b;
	}

ul	{
	font-family: "Times New Roman";
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none ;
	color: #10076b;
}

input	{
	font-size:10;
	font-family:Verdana;
	color:blue;
	border-width:1;
	border-color:#000000;
	}

textarea	{
	font-size:10;
	font-family:Verdana;
	color:blue;
	border-width:1;
	border-color:#000000;
	}

select	{
	font-size:10;
	font-family:Verdana;
	color:blue;
	background-color:yellow;
	border-width:1;
	border-color:#000000;
	}

/* Pour toutes les balises SELECT dont le nom de classe est : obligatoire_controle */
select.obligatoire_controle {
	font-size:10;
	font-family:Verdana;
	color:red;
	background-color:red;
	border-width:1;
	border-color:#000000;
}

/* Classe pour tous les champs (de saisie) avec syntaxe correcte et valeur non vide */
.obligatoire_controle {
	font-size:10;
	font-family:Verdana;
	color:black;
	background-color:red;
	border-width:1;
	border-color:#000000;
}

/* Classe pour tous les champs (de saisie) avec valeur non vide */
.obligatoire {
	font-size:10;
	font-family:Verdana;
	color:black;
	background-color:fuchsia;
	border-width:1;
	border-color:#000000;
}

/* Classe pour tous les champs (de saisie) avec syntaxe correcte */
.controle {
	font-size:10;
	font-family:Verdana;
	color:black;
	background-color:yellow;
	border-width:1;
	border-color:#000000;
}

/* Classe pour tous les champs (de saisie) n'ayant aucune contraine */
.sans_controle {
	font-size:10;
	font-family:Verdana;
	color:black;
	background-color:aqua;
	border-width:1;
	border-color:#000000;
}

.prix {
	text-align:right;
	font-size:10;
	font-family:Verdana;
	color:black;
	background-color:aqua;
	border-width:1;
	border-color:#000000;
}


.submit{
	font-size:10;
	font-family:Verdana;
	font-weight: bold;
	color:blue;
	background-color:yellow;
	border-width:1;
	border-color:#f99223;
}

/* Classe BOUTON pour les tags <A> */
a.bouton:link {text-decoration: none; color:yellow}
a.bouton:visited {text-decoration: none; color:yellow}
a.bouton:active {text-decoration: none; color:#123456}
a.bouton:hover {text-decoration: underline; color:f0c364}

a:link {text-decoration: none; font-weight: bold; color:#9f0cbd}
a:visited {text-decoration: none; font-weight: bold; color:#7660f4}
a:active {text-decoration: none; color:#f1df2b}
a:hover {text-decoration: underline; color:#f1df2b}

/* Toutes les balises de police */
font	{
	font-family: "Times New Roman";
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none ;
	color: #10076b;
	}

font.titre	{
	font-family: "Times New Roman";
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none ;
	color: #10076b;
	}

font.sous_titre	{
	font-family: "Times New Roman";
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none ;
	color: #10076b;
	}

font.petit	{
	font-family: "Times New Roman";
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none ;
	color: #10076b;
	}

/* Utilisé dans la carte pour accéder à l'agence ( chemin rouge )*/
font.rouge	{
	font-family: "Times New Roman";
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none ;
	color: #e07c2a;
	background-color:#0c008b;
	}

/* Utilisé dans la carte pour accéder à l'agence ( chemin vert )*/
font.vert	{
	font-family: "Times New Roman";
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none ;
	color: #00d000;
	background-color:#0c008b;
	}
/* Utilisé pour afficher le message de confirmation lors de l'envoi du formulaire */
font.message{
	font-family: "Times New Roman";
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none ;
	color: #8b42f2;
}

/* Classe pour afficher le texte en jaune dans les tableaux */
.normal{
	font-family: "Times New Roman";
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none ;
	color: #10076b;
}

/* Utilisé pour afficher le texte au dessus de l'image principale de la fiche */
font.diapo	{
	font-family: "Times New Roman";
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none ;
	color: white;
	}

/* Utilisé dans le diaporama pour l'encadrement des images */
img.diapo {
	height: 450px;
	border: 2px solid yellow;
	}

hr	{
	width: 50%;
	background: #faf654;
	height: 2px;
	border:0;
	}

/* Utilisé pour encadrer les tableaux avec de jolies bordures extérieures bleues */
table.contour {
	border:4px ridge #2a75ff;
	frame:border;
	rules:none;
	align:center;
	}

/* Utilisé dans les fiches pour afficher les textes de commentaires*/
blockquote {
	border : 2px solid #000;
	float: left;
	width: 280px;
	margin: 3px;
	padding: 3px;
	background-color: yellow;
	font-family: "Times New Roman";
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
}
