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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF00;
}
body {
	background-color: #003399;
}
a {
	font-size: 10px;
	color: #FFFF00;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
.type1
{
	color:#003399;
	font-size:10;
	font-weight:bold;
}
.Style1 {font-size: 12px}
.Style2 {font-size: 12; 
}

/*########################
##						##
##		LIENS NEWS		##
##						##
########################*/

a:link.news {
	color: #FFFF00;
	text-decoration: none;
	font-size:x-small;
}
a:visited.news {
	text-decoration: none;
	color: #FFFF00;
	font-size:x-small;
}
a:hover.news {
	text-decoration: none;
	color: #FFFFFF;
	font-size:x-small;
}
a:active.news {
	text-decoration: none;
	font-size:x-small;
}

/*########################
##						##
##	  AFF. GENERAL		##
##						##
########################*/

.CalqueAffiche
{
	overflow:auto;
	width:850px;
	height:470px;
	border:0px;
	background-color:#003399;
}

/*########################
##						##
##		  NEWS			##
##						##
########################*/

.TitreNewsGene
{
	color:#FFFF00;
	font-size:x-large;
	font-weight:bold;
}

.titrenews
{
	color:#FFFF00;
	font-size:large;
	font-weight:bold;
}

.tableaunews 
{
	width: 900px;
	border:1;
	background-color: #003399;
}

.NewsTexte
{
	font-size:x-small;
	color:#FFFF00;
}

.ResumeNews
{
	font-size:small;
	font-weight:bold;
	color:#FFFF00;
}