html, body {
margin: 0;
padding: 0;
height: 100%
}

body {
	margin: 0;
	padding: 0;
	font-family:  Arial, Helvetica, sans-serif,"Trebuchet MS", Geneva;
	font-size: 9pt;
	color : #000;
	background-image: url(images/motif-fd-page.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

/* structure generale*/
.struct-haut {
	width:920px;
	height:182px;
	margin-top: 30px;
	margin-left: 30px;
	background-color: #FFFFFF;
	padding: 10px;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	border-top-width: 10px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}
.struct-centre {
	width:920px;
	margin-left: 30px;
	background-color: #FFFFFF;
	padding: 10px;
	border-right-color: #000;
	border-left-color: #000;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
}
.struct-bas {
	width:920px;
	margin-left: 30px;
	background-color: #FFFFFF;
	padding: 10px;
	border-bottom-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	border-bottom-width: 20px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}

/* zones dans la structure*/
.gauche { width : 160px;}

.texte-news  {
	font-size: 11px;
	color: #fff;
	background-color: #8a8a8a;
	padding: 2px;
}

/* style pour les liens*/
a {color : #000; text-decoration : underline}
a:hover  {
	color : #FF0000;
	font-weight: normal;
	text-decoration : underline;
}

/* style de liste pour la navigation*/
 ul, li {
	margin :0;
	padding : 0 ; 
	list-style : none ;
}

.menu a{
	width: 160px;
	text-decoration: none;
	color: #000;
	text-indent: 5px;
	background-image:url(images/fd-menu02.gif);
	background-repeat: repeat-y;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 10pt;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e7040a;
}
	 
.menu a:hover{
	color: #000000;
	background-image:url(images/fd-menu01.gif);
	background-repeat: repeat-y;
	text-decoration: none;
	font-weight: bold;
}

/* style paragraphe et caractères*/

p {padding-bottom: 2px;}

.titre1 {
	/* font-size : 24px; */
	font-size : 17pt;
	color : #606060;
	font-weight: bold;
	line-height: normal;
}
.titre11 {
	font-size : 12pt;
	color : #606060;
	font-weight: bold;
	line-height: normal;
}
.titre12 {
	font-size : 10pt;
	color : #606060;
	font-weight: bold;
	line-height: normal;
	
}

.titre2 {
	font-size : 18px;
	color : #FF0000;
	font-weight: bold;
	line-height: normal;
}
.titre3 {
	font-size : 14px;
	color : #000;
	font-weight: bold;
	line-height: normal;
}

.bulle {
	border-style:solid;
	border-color#ff0000;
	border-width:2px;
	padding:5px;
	text-align:center;
	background-color: rgb(228,228,228);
	font-size:9pt;
	font-weight: bold;
	}

.txt10px { font-size: 8pt; color : #000000;
	font-weight: bold;
	}

.txt-sponsors {
	font-size : 11px;
	color : #FFF;
	margin : 0;
	text-transform: uppercase;
	font-weight: bold;
}

/*couleurs*/
.rouge { 	color: #FF0000;}
.gris { 	color: #606060;}

