﻿

.lienMenuHaut
{
	color: white;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
/*.copyright
{
	color: black;
	font-family: Trebuchet MS;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
*/

.TitreCategorie
{
	color: black;
	font-family: Trebuchet MS;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration:underline;
}
.SousTitre
{
	color: black;
	font-family: Trebuchet MS;
	font-size: 16px;
	font-style:italic;
	font-weight: normal;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

.LigneBasTable
{
	border-bottom: solid 2px #000000;
}