body {
	padding: 0px;
	background-color: #000000;
	color: #FFC42F;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	scrollbar-base-color: #000000;/*couleur de base des barres de défilement*/
	scrollbar-3dlight-color: #000000;/* couleur pour les effets de relief (3D)*/
	scrollbar-arrow-color: #FFC42F;/*couleur pour les pointeurs de défilement*/
	scrollbar-darkshadow-color: #000000;/*couleur pour les ombres*/
	scrollbar-face-color: #990000;/* couleur pour la surface*/
	scrollbar-highlight-color: #990000;/* couleur pour le bord haut et le bord gauche*/
	scrollbar-shadow-color: #000000;/*   couleur pour le bord droit et le bord du bas*/
	scrollbar-track-color: #000000;
	background-position: bottom;
}


/* ****************** DIVS ************************** */
#entete {
	margin: 0px;
	height: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: center;
}
	#entete h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #FFAC29;
		margin: 0px;
		padding: 0px;
	}

/*------------------- MENU ----------------- */
#menu {
	text-align: left;
	height: 139px;
	background-image: url(../images/fd_menu.gif);
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

	#menu a {
		font-size: 1px;
		margin: 0px;
		height: 150px;
		width: 102px;
		background-repeat: no-repeat;
		color: #000000;
		display: block;
		background-image: url(../images/bt.gif);
		padding: 0px;
		float: left;
	}
	#contact a:hover {
		background-image: url(../images/bt_contact.gif);
	}
	#liens a:hover {
		background-image: url(../images/bt_liens.gif);
	}
	#echos a:hover {
		background-image: url(../images/bt_echos.gif);
	}
	#agenda a:hover {
		background-image: url(../images/bt_agenda.gif);
	}
	#agenda a:active {
		background-image: url(../images/bt_agenda.gif);
	}
/* ------------------- fin MENU-------------------------- */

#conteneur {
	margin: auto;
	padding: 0px;
	width: 950px;
	border: 1px solid #9B4606;


	background-image: url(matos%20pina/logo_pina.gif) style= filter: Alpha(opacity=100, finishopacity=0, style=3);
	background-image: url(../images/logo_pina.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* -----------------CONTENU ------------------*/
#contenu {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 365px;
	overflow: auto;

}
	#article {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	clear: both;
	background-image: url(../images/fd_article.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 1px;
	}
	
		/* ------------- TEXTE -------------------- */
		#texte {
			margin: 0px;
			padding-top: 0px;
			padding-right: 0px;
			padding-bottom: 0px;
			padding-left: 15px;
			text-align: justify;
			width: 300px;
			float: left;
		}
		
			#texte h3 {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-style: italic;
			margin: 0px;
			font-size: 16px;
			width: 300px;
			text-align: center;
			padding-top: 5px;
			padding-right: 0px;
			padding-bottom: 5px;
			padding-left: 0px;
			}
			
			#texte h4 {
			background-color: #A90102;
			text-align: center;
			color: #FFC42F;
			width: 320px;
			font-size: 12px;
			background-image: url(../images/h4.png);
			background-repeat: no-repeat;
			padding-top: 15px;
			padding-right: 0px;
			padding-bottom: 0px;
			padding-left: 0px;
			vertical-align: bottom;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
			margin-left: 0px;
			height: 35px;
			}
			
			#texte img {
				padding-top: 0px;
				padding-right: 0px;
				padding-bottom: 0px;
				padding-left: 0px;
				margin: 0px;
				display: block;
				float: left;
				width: 590px;
			}
		
			#texte p {
	text-align: justify;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 288px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FE0000;
	border-right-color: #FE0000;
	border-bottom-color: #FE0000;
	border-left-color: #FE0000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
			}
			
			#texte a {
	color: #FF6600;
	padding: 0px;
	margin: 0px;
	text-align: justify;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
				}
				
			.important {
				color: #FFFFFF;
				text-align: center;
				background-image: url(../images/fd_important.png);
				background-position: left top;
				padding-top: 30px;
				padding-right: 0px;
				padding-bottom: 0px;
				padding-left: 0px;
				background-repeat: repeat-y;
				margin: 0px;
			}
	
			#texte .important a {
				color: #FFFF00;
				font-family: Geneva, Arial, Helvetica, sans-serif;
				margin: 0px;
				padding-top: 0px;
				padding-left: 23px;
				list-style-image: url(../images/web.gif);
				height: 20px;
				background-image: url(../images/web.gif);
				width: 280px;
				display: block;
				background-repeat: no-repeat;
				background-position: left top;
			}
		
			
/* ----------------- fin TEXTE --------------*/


		#photo {
			float: left;
			width: 570px;
			text-align: center;
			margin: 0px;
			padding: 0px;
		}
/* ----------------- fin CONTENU -------------------*/

#footer {
	color: #9B4606;
	background-color: #FFC42F;
	height: 20px;
	text-align: center;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	margin-top: 1px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	}
	#footer a {
		color: #FF6600;
		margin: 0px;
		padding: 0px;
		text-decoration: none;
	}
	address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}


/* ****************** fin DIVS ************************** */
#index {
	margin: 0px;
	padding: 0px;
	height: 520px;
	width: 955px;
}
