html, body, table{
	margin:0;
	padding:0;
	min-height:100%;
	font-family:Arial;
	font-size:12px;
	!font-size:12px; /* IE et boutons taille du texte */
	color:#000000;
}

body{
	background-image:url(../../images/fond.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#global-center{
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
	border:none;
	
}

table{
	width:100%;
	border:none;
	border-spacing:0;
	border-collapse:collapse;
}
/****************************/

a{
	text-decoration:none;
	color:#84a838;
}

a:hover{
	text-decoration:underline;
}

img{
	border:none;
	margin:0;
}

.format_png{
	!behavior: url("win_png.htc");
}

.lien_noir{
	color:#000000;
}
/****************************/

#site{
	width:977px;
	min-height:573px;
}

#content_all{
	width:977px;
	min-height:573px;
	float:left;
	margin:0 auto 0 auto;
	background-color:#FFFFFF;
}

#content{
	width:977px;
	clear:both;
	float:left;
}

h3{
	font-size:14px;
	margin-bottom:0;
	color:#7d3f0c;
}

hr.spip{
	height:1px;
	line-height:1px;
	border:none;
	border-bottom:1px solid #84a838;

}

