html, body { 
	margin: 0; 
	padding: 0;
	background-color: #9c9b9c;
	background-position: left top;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #002047;*/
}

img{
	border: none;
}
p{	margin: 0 0 12px;		padding: 0px;}

div.clear, p.clear, p.separateur_clear {
	border-width: 0;
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
/* bandeau */#bandeau{	background-color: #fff;		opacity: 0.4;	filter:alpha(opacity=40);	-moz-opacity:0.4; 		height: 48px;		width: 100%;		position: absolute;		top: 350px;		z-index: 100;	}
/* style global du site */
#site {
	text-align: center;
	margin: 21px auto;
	width: 884px;
}

#site #top{
	background-color: #dedbd0;	/* temp */
	/*height: 377px;*/
}#site #top #menu_top{
	background-color: #dedbd0;	/* temp */
	/*height: 377px;*/
}#site  #top #top_left{	width: 534px;	}#site #top  #top_right{	background-image: url("../images/logo-agf.jpg");		background-position: top left;		background-repeat: no-repeat;	width: 350px;		float: right;		/*height: 377px;*/		padding-top: 170px;	}/* menu top */#top_right ul.menu_top{		margin: 0 auto;		padding: 0;		width: 240px;	}
#top_right ul.menu_top li{		float: left;		list-style:none;		height: 41px;		width: 41px;		margin: 0 18px 18px 18px;		background-image: url("../images/button-top.png");		background-position: top left;		background-repeat: no-repeat;	}#top_right ul.menu_top li#current, #top_right ul.menu_top li:hover{		background-image: url("../images/button-top-active.png");	}#top_right ul.menu_top li a{			text-decoration: none;		display: block;		height:40px;	}/* footer */

#footer {
	height: 66px;		background-color: #6b6b6b;		text-align: center;	
}#footer  p{	color: #fff;		margin: 0;		padding: 22px;	}

