body {
	font-family: "bitstream vera sans";
	font-size: 12px;
	text-align: center;
	border-width: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background-repeat: repeat-x;
	background-image: url("../img/famisha_info_bg.jpg");
	background-position: top;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: none;
}

a img {
	border: 0px;
	text-decoration: none;
}

body a {
	border: 0px;
	text-decoration: none;
	color: black;
}

#conteneurPrincipal {
	width: 100%;
	height: 451px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background-repeat: repeat-x;
	background-image: url("../img/pageenconstruction/bck.png");
	background-position: top;
}

#conteneurCentral {
	width: 800px;
	height: 440px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}

#gauche {
	float: left;
	width: 250px;
	height: 410px;
	margin-left: 10px;
	margin-top: 20px;
}

#droit {
	float: right;
	width: 470px;
	height: 390px;
	margin-right: 10px;
	margin-top: 20px;
}