/* CSS Document */
html {
	height:100%;
	background-color:#000000;
}
td,th {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color: #FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.puzzle {
	background:url(../images/fond_01.jpg) top center no-repeat #000000;
}
.menu {
	height:40px !important;
	background-color:#000000;
	text-transform:uppercase;
}
ul#menu_horizontal li { 
	display : inline;
	padding : 0 1em; /* Pour espacer les boutons entre eux */
	border-left : 2px solid #ffd800;
}
ul#menu_horizontal {
	margin: 0 0 0 0;
}
ul#menu_horizontal li.active a {
	color: #bd4e00;
}
.infos {
	font-size: 18px;
	color:#000000;
	background-image: url(../images/info02.png);
	background-repeat: no-repeat;
	background-position: center center;
	font-style: italic;
}
.philippeleitz {
	color: #bd4e00;
	font-size: 11px;
}
a {
	text-decoration:none;
	color:#ffd800;
}
a:hover {
	text-decoration:none;
	color:#bd4e00;
}
.ligne1 {
	height:372px !important;
}
.ligne3 {
	height:80px !important;
}
.textes {
	font-size: 14px;
	text-transform:none;
}
.textes2 {
	font-size: 18px;
	text-transform:uppercase;
}

