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

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

/* structure generale*/
.struct-haut {
	width:930px;
	height:14px;
	margin-top: 26px;
	margin-left: 26px;
	background-color: #FFFFFF;
	background-image: url(images/motif-table-up.gif);
	background-repeat: no-repeat;
}
.struct-centre {
	width:930px;
	margin-left: 26px;
	background-color: #FFFFFF;
	background-image: url(images/motif-table-middle.gif);
}
.struct-pied {
	width:930px;
	margin-left: 26px;
	background-color: #FFFFFF;
	background-image: url(images/motif-table-pied.gif);
	height: 20px;
}

/* zones dans la structure*/
.gauche {
	width : 160px;
	background-color: d7d7d7;
	background-image: url(images/motif-fd-gauche.gif);
	background-repeat: repeat;
}
.table-date{
	width:740px;
	height:28px;
	background: #fff url(images/tab-date.gif);
	margin-top: 4px;
	margin-bottom: 4px;
}
.news {
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #000000;
}
.table-sponsors{
	width:900px;
	margin-top: 4px;
	margin-bottom: 4px;
}


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

a.class1  {color : #000; text-decoration : none;}
a:hover.class1  {color : #000; font-weight: normal; text-decoration : underline}

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

.menu a{
	width: 158px;
	text-decoration: none;
	color: #005192;
	text-indent: 15px;
	background-image:url(images/puce01.gif);
	background-position: 1px 1px;
	background-repeat: no-repeat;
	text-transform: none;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 6px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #005192;
	padding-bottom: 2px;
	margin-right: 1px;
	margin-left: 1px;
}
	 
.menu a:hover{
	color: #fff;
	background-image:url(images/puce02.gif);
	background-position: 2px 1px;
	background-repeat: no-repeat;
	text-decoration: none;
	background-color: #bdbcbc;
	font-weight: bold;
}

/* style paragraphe et caractères*/

p {padding-bottom: 2px;}

.titre-date {
	font-size : 22px;
	color : #FFFFFF;
	font-weight: normal;
	line-height: normal;
}
.titre1 {
	font-size : 22px;
	color : #005192;
	font-weight: normal;
	line-height: normal;
}
.titre2 {
	font-size : 18px;
	color : #000;
	font-weight: bold;
	line-height: normal;
}
.titre3 {
	font-size : 14px;
	color : #000;
	font-weight: bold;
	line-height: normal;
}

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

.txt10px { font-size: 10px; color : #000000;}

/*input {margin : O; padding : 0 ;  margin-top : 0}*/
.image {
	margin-top : 3px;
	margin-right: 3px;
}
.logobas {
	margin-top : 3px;
	margin-right: 10px;
}
