*
{
margin:0;
padding:0;
}

img  {border: 0}

a img
{
	border:none;
}

.gras
{
	font-weight: bold;
}
/**********************************/
/************ Général **************/

body{
	height:100%;
	background-color :#4EA7E6;
	background-image: url(../img_site/fond-jbc.gif);
	background-repeat: repeat-x;
	background-position: center top;
}


#contenant{
	overflow:hidden;
	width:1000px;
	height: 627px;
	margin:auto;
	background-color :#FFFFFF;
}

#menu{
	height: 197px;
	width: 1000px;
	overflow:hidden;
}

#contenu{
	background-image: url(../img_site/fond-frame.gif);
	background-repeat: no-repeat;
	height: 430px;
	width: 1000px;
	overflow:hidden;
}

#contenu iframe{
	height: 399px;
	width: 1000px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display:block;
}


#bas{
	height: 46px;
	width: 1000px;
	overflow:hidden;

}

#bas a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../img_site/puce.gif);
	background-repeat: no-repeat;
	text-indent: 6px;
	display: block;
	float: left;
	background-position: 0px 10px;
	height: 16px;
	margin-top: 5px;
	margin-left: 12px;
}


