/* ------------------ Feuille de style du site mps-sportporto.com ------------------ */
/* ----------------------------------------------------------------------------------*/


/* ------------------------------- */
/* Style de la barre de defilement */
/* ------------------------------- */
BODY,TR,TD {
	scrollbar-face-color: #C73539;
	scrollbar-shadow-color: Black;
	scrollbar-highlight-color: #C73539;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #666666;
	scrollbar-track-color: #666666;
	scrollbar-arrow-color: #E0D947;
}

/* ------------------------ */
/* Style du texte classique */
/* ------------------------ */
.Normal {
	font-family: "Arial";
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color : Black;
}

.NormalSurligne {
	font-family: "Arial";
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color : #8C2B2D;
}

.Titre {
	font-family: "Arial";
	font-size: 15px;
	font-style: normal;
	text-decoration: none;
	color : Black;
	font-weight: bold;
}

.TitreParagraphe {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color : #C73539;
	font-weight: bold;
}

/* ----------------------------- */
/* Style des liens dans le texte */
/* ----------------------------- */

.LienNormal:link {
	color: #8C2B2D;
	font-size: 11px;
	font-family: "Arial";
	text-decoration: underline;
	}
.LienNormal:visited {
	color: #8C2B2D;
	font-size: 11px;
	font-family: "Arial";
	text-decoration: underline;
	}
.LienNormal:hover {
	color: #8C2B2D;
	font-family: "Arial";
	font-size: 11px;
	text-decoration: none;
	}
.LienNormal:active {
	color: #8C2B2D;
	font-family: "Arial";
	font-size: 11px;
	text-decoration: none;
	}
	

/* ---------------------------------- */
/* Style des liens Accueil et Contact */
/* ---------------------------------- */

.LienAccueil:link {
	color: #C73539;
	font-size: 11px;
	font-family: "Arial";
	text-decoration: none;
	}
.LienAccueil:visited {
	color: #C73539;
	font-size: 11px;
	font-family: "Arial";
	text-decoration: none;
	}
.LienAccueil:hover {
	color: #B4AD1E;
	font-family: "Arial";
	font-size: 11px;
	text-decoration: none;
	}
.LienAccueil:active {
	color: #B4AD1E;
	font-family: "Arial";
	font-size: 11px;
	text-decoration: none;
	}
	
	
/* -------------------------- */
/* Style des Noms des Modeles */
/* -------------------------- */

.Modeles {
	font-family: "Arial";
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color : #666666;
	font-weight: bold;
}

.ModelesOver {
	font-family: "Arial";
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color : White;
	font-weight: bold;
	cursor: default;
}


/* ---------------------- */
/* Style des Noms du Menu */
/* ---------------------- */

.Menu {
	font-family: "Arial";
	text-decoration: none;
	color : #CCCCCC;
	letter-spacing: 2px;
	padding-right: 10px;
	cursor: default;
	font-size: 12px;
	font-weight: bold;
	visibility: hidden;
	}


/* ------------------ */
/* Style des Tableaux */
/* ------------------ */

.Tableau {
	font-family: "Arial";
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color : Black;
	
	border-collapse:collapse;
	border-style:solid; 
	border-width:1px; 
	border-color:#C73539;
	background: #E3A4A6;
	padding-left: 5px;
	}
		
.TitreTableau {
	font-family: "Arial";
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color : White;
		
	border-collapse:collapse;
	border-style:solid; 
	border-width:1px; 
	border-color:#C73539;
	background: #C73539;
	padding-left: 5px;
	}

.Test {
	background: #9D9D9D;
}

.TableauGris {
	font-family: "Arial";
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color: Black;
	background: #E0DFE0;
}


/* --------------------- */
/* Style des Formulaires */
/* --------------------- */

.Formulaire
{
	font-family: "Arial";
	font-size: 11px;
	color: Black;
	background-color: #E5E1E1;
	font-weight: normal;
	height: 16px;
	width: 339px;
	border-width: 1px;
	border-style: solid;
	border-color: #C73539;
}

.FormulaireMultiLignes
{
	font-family: "Arial";
	font-size: 11px;
	color: Black;
	background-color: #E5E1E1;
	font-weight: normal;
	height: 200px;
	width: 339px;
	border-width: 1px;
	border-style: solid;
	border-color: #C73539;
}
