body{
	margin:0px;
	background-color:#000;
	}
.conteneur{
	width:1200px;
	height:700px;
	background-image:url(../images/fond_body.png);
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -600px;
	margin-top: -350px;
	border:solid 2px #FFF;
	}
.haut{
	width:1200px;
	height:50px;
	float:left;
	}
.menu{
	width:880px;
	height:56px;
	margin-top:251px;
	margin-left:160px;
	float:left;
	}
.div_menu{
	width:217px;
	height:56px;
	float:left;
	}
.a_menu_rouge{
	width:217px;
	height:56px;
	float:left;
	background-image:url(../images/b_rouge.png);
	line-height:95px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	}
.a_menu_rouge:hover{
	width:217px;
	height:56px;
	float:left;
	background-image:url(../images/b_rouge_2.png);
	line-height:95px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#d50600;
	text-decoration:none;
	text-align:center;
	}
.a_menu_bleu{
	width:217px;
	height:56px;
	float:left;
	background-image:url(../images/b_bleu.png);
	line-height:95px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	}
.a_menu_bleu:hover{
	width:217px;
	height:56px;
	float:left;
	background-image:url(../images/b_bleu_2.png);
	line-height:95px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#00b6d8;
	text-decoration:none;
	text-align:center;
	}
.a_menu_vert{
	width:217px;
	height:56px;
	float:left;
	background-image:url(../images/b_vert.png);
	line-height:95px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	}
.a_menu_vert:hover{
	width:217px;
	height:56px;
	float:left;
	background-image:url(../images/b_vert_2.png);
	line-height:95px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#a5ed09;
	text-decoration:none;
	text-align:center;
	}
.a_menu_jaune{
	width:217px;
	height:56px;
	float:left;
	background-image:url(../images/b_jaune.png);
	line-height:95px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	}
.a_menu_jaune:hover{
	width:217px;
	height:56px;
	float:left;
	background-image:url(../images/b_jaune_2.png);
	line-height:95px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#fefe00;
	text-decoration:none;
	text-align:center;
	}
.separateur_menu{
	width:4px;
	height:56px;
	float:left;
	background-image:url(../images/separateur.png);
	line-height:95px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	}
.cadre_image{
	width:216px;
	height:142px;
	float:left;
	background-image:url(../images/photos/01_japan.png);
	background-position:center;
	background-repeat:no-repeat;
	}
.credit{
	position:absolute;
	bottom:0px;
	width:1200px;
	padding:1px 0 1px 0;
	margin:0 auto;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:10px;
	text-align:center;
	vertical-align:middle;
	}