@charset "utf-8";
/* CSS Document */

/* Feuille de style du Site lioret.org */
/* Anthony Lioret */

/* Body */
body,td,th {
	font-family: Arial Rounded MT Bold;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/fond.png);
}

/* Liens */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* Texte */
.BaseLigne {
	font-size: 9px;
	color: #3077FC;
	font-family: "Arial Rounded MT Bold";
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

.Contenus-Blanc {
	font-size: 10px;
	color: #FFFFFF;
}

.Contenus-Bleu {
	font-size: 10px;
	color: #0066FF;
}

.Contenus-Gris {
	font-size: 10px;
	color: #333333;
}
.Contenus-Rose {
	font-size: 10px;
	color: #FF9999;
}

.Contenus-Rouge {
	font-size: 10px;
	color: #D84560;
}

.Couleur-Delphine {
	font-size: 11px;
	color: #0A55EF;
	font-family: "Arial Rounded MT Bold";
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.Couleur-Delphine-Texte {
	font-size: 10px;
	color: #0A55EF;
	font-family: "Arial Rounded MT Bold";
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	white-space: normal;
	height: auto;
	width: auto;
	display: inline-table;
}
.Couleur-Epino {
	font-size: 11px;
	color: #4DA7EA;
}
.Couleur-Epino-Texte {
	font-size: 10px;
	color: #4DA7EA;
}
.Couleur-Libra {
	font-size: 11px;
	color: #37099D;
	font-family: "Arial Rounded MT Bold";
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.Couleur-Libra-Texte {
	font-size: 10px;
	color: #37099D;
	font-family: "Arial Rounded MT Bold";
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	white-space: normal;
	height: auto;
	width: auto;
}

.Copyright {
	font-size: 9px;
	color: #3077FC;
	font-family: "Arial Rounded MT Bold";
	background-color: #CCCCCC;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

.HautLigne {
	font-size: 9px;
	color: #d84560;
}
.Optimisation {
	font-size: 9px;
	color: #3077FC;
	font-family: "Arial Rounded MT Bold";
	font-style: italic;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
}

/* Formulaires */
.Formulaires {
	font-size: 9px;
	color: #3077FC;
	font-family: "Arial Rounded MT Bold";
	background-color: #CCCCCC;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.Formulaires-Envoyer {
	font-size: 9px;
	color: #3077FC;
	font-family: "Arial Rounded MT Bold";
	font-style: italic;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
}

.Formulaires-Annuler {
	font-size: 9px;
	color: #d84560;
	font-family: "Arial Rounded MT Bold";
	font-style: italic;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
}

