/* INFO LAYOUT */

body {
	background-color: #f4f5f3;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#container {
	width: 738px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 60px;
}
#box {
	height: 428px;
}
#box_top {
	background-image: url(../data/box_top.jpg);
	height: 40px;
}
#box_left {
	background-image: url(../data/box_left.jpg);
	float: left;
	width: 12px;
	height: 372px;
}
#box_flash {
	width: 713px;
	float: left;
	height: 372px;
	background-color: #fafafa;
}
#box_right {
	background-image: url(../data/box_right.jpg);
	float: left;
	width: 13px;
	height: 372px;
}
#box_btm {
	background-image: url(../data/box_btm.jpg);
	height: 16px;
	float: left;
	width: 100%;
}
#underbox {
	height: 71px;
	width: 100%;
}
#ud_credits {
	float: left;
	width: 335px;
	display: block;
	background-image: url(../data/underbox_left.jpg);
	height: 71px;
}
#ud_credits a {
	color: #999999;
	text-decoration: none;
}
#ud_credits a:hover {
	color: #666666;
	text-decoration: underline;
}
#ud_credits a:visited {
	color: #999999;
	text-decoration: none;
}
#ud_right {
	background-image: url(../data/underbox_right.jpg);
	float: left;
	width: 157px;
	height: 71px;
}
.credits {
	color: #999999;
	margin-left: 33px;
	margin-top: 44px;
	font-size: 9px;
}
#ud_fr {
	width: 124px;
	float: left;
	background-image: url(../data/bt_fr.jpg);
	height: 71px;
}
#ud_en {
	float: left;
	width: 122px;
	background-image: url(../data/bt_en_double.jpg);
	height: 71px;
}

.fr a
{
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 124px ;
	height: 71px;
	background: url(../data/bt_fr_double.jpg) no-repeat 0 0 ; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
}

.fr a:hover
{
	background: url(../data/bt_fr_double.jpg) no-repeat 0 -71px ; /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */
}

.en a
{
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 124px ;
	height: 71px;
	background: url(../data/bt_en_double.jpg) no-repeat 0 0 ; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
}

.en a:hover
{
	background: url(../data/bt_en_double.jpg) no-repeat 0 -71px ; /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */
}