/*////////////////////////////////////////////////////////////////////////////*/
/* TEXTES */
/*////////////////////////////////////////////////////////////////////////////*/
.titre {
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}
.titrePages {
	font-family: Times New Roman, Times, serif;
	font-size: 26px;
	color: #0066CC;
	font-weight: normal;
	font-style: oblique;
}
.sousTitre {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.sousTitrePages {
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #3366CC;
}
.texte {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	list-style-position: outside;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	/*text-align: justify;*/
}
.textePages {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	list-style-position: outside;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.textePetit {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	list-style-position: outside;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
.welcomeUser {
	font-family: Tahoma, Verdana, Arial;
	font-size: 15px;
	color: #000000;
	font-weight: normal;
}
/*
.welcomeUser {
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: normal;
}
*/
/*////////////////////////////////////////////////////////////////////////////*/
/* COULEURS */
/*////////////////////////////////////////////////////////////////////////////*/
.texteRouge {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	list-style-position: outside;
	line-height: normal;
	font-weight: normal;
	color: #FF0000;
}

.texteVert {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	list-style-position: outside;
	line-height: normal;
	font-weight: bold;
	color: #009900;

}
/*////////////////////////////////////////////////////////////////////////////*/
/* TABLEAUX */
/*////////////////////////////////////////////////////////////////////////////*/
.enteteTableau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	list-style-position: outside;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-align: justify;
}
.contenuTableau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	list-style-position: outside;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
/*////////////////////////////////////////////////////////////////////////////*/
/* FORMULAIRES */
/*////////////////////////////////////////////////////////////////////////////*/
.formulaire {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	list-style-position: outside;
	font-weight: bold;
	color: #000000;

}
.champForm {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	list-style-position: outside;
	color: #000000;
}

/*////////////////////////////////////////////////////////////////////////////*/
/* CADRES */
/*////////////////////////////////////////////////////////////////////////////*/
.cadre {
	border: 1px solid #333333;
}
.cadreImage {
	border: 1px solid #92ACD3;
	
}
.cadreImageDr {
	border: 1px solid #92ACD3;
	float: right; margin-left:5px;
}
.cadreImageGa {
	border: 1px solid #92ACD3;
	float: left; margin-right:5px;
}
.cadreBody {
	border: 1px solid #92ACD3;
}
.cadreTrait {
	border: 1px dashed #92ACD3;
	cursor: auto;
}
.cadreCouleursCMS {
	border: 1px solid #92ACD3;
}
.cadreMarquesCMS {
	border: 1px solid #92ACD3;
}
.cadreProduitsCMS {
	border: 1px solid #92ACD3;
}
/*////////////////////////////////////////////////////////////////////////////*/
/* LIENS */
/*////////////////////////////////////////////////////////////////////////////*/
a:link{
	font-family: Tahoma, Verdana, Arial;
	color: #3333FF;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma, Verdana, Arial;
	color: #FF0000;
	text-decoration: underline;
}
a:visited{
	font-family: Tahoma, Verdana, Arial;
	text-decoration: underline;
}


