/* Style commun à toutes les pages */
body 
{
	margin:0px;
	padding:0px;
	color: Yellow;
	font-family: times;
	font-variant: normal;
	font-size: 14pt; 
	text-align: center;
	background-color:#74273b;
}

a:link 
{ 
	text-decoration: none; 
	color: Yellow;
}
a:visited 
{
	text-decoration: none;
	color: Yellow;
}
a:active 
{ 
	text-decoration: none;
	color: Green;
}
a:hover 
{ 
	text-decoration: none;
	color: #FF6000;
}

.textTitre 
{
	font-size: 200%;
	font-style: italic;
	font-weight: bold;
	color: #FF6000;
	text-align:center;
}
.textPopUp
{
	font-style: italic;
	font-weight: bold;
	color: #FF6000;
	text-align:center;
}

.tableTitre 
{
	border: medium double black ;
	background-color: #74273b;
	width : 80%;
	font-size: 15pt;
}

.tableTitrePageActuelle 
{
	color: #FF6000;
}

.tableCorps  
{
	font-size: 12pt;
	width: 80%;
	height: auto;
	text-align: center;
	font-style: italic;
	background-color:#74273b;
	border: medium double black;
	color: #00FF00;
}

.tableCorps thead 
{
	font-size: 14pt;
	background-color: #FF6000;
	color: Yellow;
	border:medium;
}

.tableInfos
{
	background-color: #FF6000;
	color: #00FF00;
	font-size: 10pt; 
	width: 100%;
	border: medium double black ;
}

.tableInfos thead
{
	font-size: 12pt;
	text-align: center;
	
}

.tableInfos td 
{
	text-align: center;
	width: 50%;
}

.imgFond{
	width : 100%;
	height: 100%;
}

.divFond {
	position:absolute;
	font-size: 12pt;
	top:2px;
	left:-2px;
	width: 100%;
	height: 813px;
}

.imgPrincipale{
	width : 20%;
	height: 20%;
}
