* {
	padding: 0;
	margin: 0
}
a img {
	border: 0
}
/* CSS global ---------------------------- */
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	overflow: hidden;
	font: 11px Verdana;
	color: #fff;
}
#elementFixe {
	position: absolute;
	top: 0px;
	left: 0px;
}
#contenu {
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}
#logo a {
	position: absolute;
	width: 432px;
	height: 112px;
	top: 300px;
	left: 20px;
}
#contenuAccueil {
	position: absolute;
	width: 460px;
	height: 112px;
	top: 477px;
	left: 460px;
	font: 20px Verdana;
	text-align: left;
}
#menu {
	position: absolute;
	width: 432px;
	height: 104px;
	top: 420px;
	left: 20px;
}
#menuAccueil {
	position: absolute;
	width: 600px;
	height: 104px;
	top: 420px;
	left: 20px;
}
.fondTable {
	background: url("../images/noir60.png") 0 0 repeat;
}
p.justify {
	line-height: 120%;
	text-align: justify;
}
#blancLigne {
	position: absolute;
	width: 20px;
	height: 3000px;
	top: 0px;
	left: 901px;
	background-color: #fff;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
hr {
	height: 1px;
	margin: -0.5em 0;
	padding: 0;
	color: #fff;
	background-color: #fff;
	border: 0;
}
/* Menu ---------------------------- */
#menu ul {
	list-style-type: none;
	margin: 0;
}
#menu li {
	margin-bottom: 1px;
}
#menu a {
	display: block;
	width: 422px;
	height: 25px;
	padding-right: 10px;
	background: url("../images/noir40.png") 0 0 repeat;
	text-align: right;
	line-height: 25px;
	text-decoration: none;
	color: #fff;
}
#menu a:hover {
	background: url("../images/noir20.png") 0 0 repeat;
}
#menu a.active {
	background: url("../images/noir60.png") 0 0 repeat;
}
#menu p {
	font: 20px Verdana;
	text-align: center;
}
#menuAccueil ul {
	list-style-type: none;
	margin: 0;
}
#menuAccueil li {
	margin-bottom: 1px;
}
#menuAccueil a {
	display: block;
	width: 600px;
	height: 25px;
	padding-right: 10px;
	background: url("../images/noir40.png") 0 0 repeat;
	text-align: right;
	line-height: 25px;
	text-decoration: none;
	color: #fff;
}
#menuAccueil a:hover {
	background: url("../images/noir20.png") 0 0 repeat;
}
#menuAccueil a.active {
	background: url("../images/noir60.png") 0 0 repeat;
}
#menuAccueil p {
	font: 20px Verdana;
	text-align: center;
}
/* SlideShow ---------------------------- */
ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
#galerie li {
	position: absolute;
	top: 0;
	left: 0;
	width: 360px;
	height: 348px;
	background-color: #fff;
	visibility: hidden;
}
li img {
	display: block;
}
.galerie {
	position: relative;
	border: 1px solid #fff;
	margin-bottom: 20px;
	width: 360px;
	height: 348px;
	background: #fff url("../images/slideshow_loader.gif") 50% 50% no-repeat;
}
/* Tableau ----------------------------------------------------------------------------------------------------- */
table.commande {
	border: 3px solid #000;
	border-collapse: collapse;
	width: 100%;
	margin: auto;
}
table.commande thead {
	background-color: #000;
	border: 1px solid #fff;
}
table.commande tbody {
	border: 1px solid #fff;
}
table.commande td {
	border: 1px solid #fff;
	padding: 5px;
}
/* Briefing Room ----------------------------------------------------------------------------------------------------- */
#voter {
	display: block;
	height: 100%;
	width: 100%;
	cursor: pointer;
}
a#voter {
	text-decoration: none;
	color: #000;
	line-height: 20px;
	background-color: #fff;
}
a:hover#voter {
	background: url("../images/noir50.png") 0 0 repeat;
	color: #fff;
}