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-color: #FFFFFF;

	background-repeat: repeat-x;

}



/* structure generale*/

.struct-haut {

	width:932px;

	height:170px;

	margin-top: 10px;

	margin-left: 30px;

	padding: 0px;

	background-image: url(images/bandeau-haut.jpg);

	background-repeat: no-repeat;

}

.struct-centre {

	width:932px;

	margin-left: 30px;

	background-color: #FFFFFF;

	background-image: url(images/motif-fd-centre.gif);

}

.struct-bas {

	width:932px;

	margin-left: 30px;

	background-color: #FFFFFF;

	background-image: url(images/motif-fd-bas.gif);

	height: 58px;

}

/* zones dans la structure*/

.gauche { width : 156px;}

.motif-fd-gauche {

	width : 156px;

	background-image: url(images/motif-fd-gauche.gif);

	background-repeat: repeat-x;

}



.texte-news  {

	font-size: 11px;

	color: #FFFFFF;

	padding: 6px;

	text-align: justify;

	background-image: url(images/news-milieu.gif);

	background-repeat: repeat-y;

}



/* style pour les liens*/

a {color : #000; text-decoration : underline}

a:hover  {

	color : #000000;

	font-weight: normal;

	text-decoration : underline;

	background-color: #B6C710;

}



/* style de liste pour la navigation*/

 ul, li {

	margin :0;

	padding : 0 ; 

	list-style : none ;

}



.menu a{

	width: 156px;

	text-decoration: none;

	color: #000;

	text-indent: 10px;

	background-image:url(images/puce01.gif);

	text-transform: none;

	font-size: 11px;

	line-height: normal;

	font-weight: bold;

	display: block;

	margin-bottom: 2px;

	text-align: left;

	background-repeat: no-repeat;

}

	 

.menu a:hover{

	color: #920321;

	background-image:url(images/puce02.gif);

	text-decoration: none;

	background-color: #A2BA06;

	font-weight: bold;

}



/* style paragraphe et caractères*/



p {padding-bottom: 2px;}



.titre1 {

	font-size : 24px;

	color : #004d9f;

	font-weight: bold;

	line-height: normal;

}

.titre2 {

	font-size : 18px;

	color : #b6c710;

	font-weight: bold;

	line-height: normal;

}

.titre3 {

	font-size : 16px;

	color : #000;

	font-weight: bold;

	line-height: normal;

}



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



/*couleurs*/

.vert { 	color: #b6c710;}

.bleu { 	color: #004d9f;}

