 /*
	 RAPPEL HACK
	_margin-right: 0;		Hack Special IE 6 et - 
	!margin-right: 0;		Hack Special IE 7
*/
html {
	background-color: #000;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: center; /* Special IE */
}

.site {
	position: absolute;
	z-index: 1;
	top: 175px;
	left: 50%;
	margin-left: -425px;
	width: 850px;
	height: auto;
}

.header {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 50%;
	margin-left: -425px;
	width: 850px;
	height: 175px;
	padding: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.lang {
	width: 55px;
	height: 25px;
	float: right;
	margin-right: 25px;
	margin-top: 20px;
}

.menu {
	position: relative;
	z-index: 5;
	float: right;
	width: auto;
	height: 50px;
	margin-top: 125px;
	/* margin-top: 75px; */
	margin-right: -55px;
	_margin-right: -80px;
}
	.menu dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	.menu dl {
		float: left;
		height: 50px;
	}
	.menu dt {
		width: 100%;
		height: 50px;
	}
	.menu dt a {
		display: block;
	}
	
	.menu dd {
		width: 100%;
		font-size: 11px;
		background-color: #000;
		line-height: 20px;
		opacity: 0.95;
		filter: alpha(opacity:95);
		-khtml-opacity: 0.95;
		-moz-opacity: 0.95;			
	}
	.menu li a {
		display: block;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}
	.menu li a:hover {
		color: #fff;
		background-color: #e1100b;
		text-decoration: none;
	}

.contenu {
	float: left;
	margin-left: 25px;
	width: 800px;
	height: auto;
}
	.contenu ul {
		text-align: left;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 40px;
	}
	.contenu li  {
		list-style-image: url(img/puce.png);
		margin-bottom: 5px;
	}

.footer {
	float: left;
	width: 850px;
	height: 40px;
	background-image: url(img/footer.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	font-size: 11px;
	margin-top: 10px;
}
	.footer table {
		float: right;
		width: auto; /* 576px; */
		height: 40px;
		margin-right: 20px;
		border-spacing: 0; /* => cellspacing="1" */
		border-collapse: collapse; /* separate; */
		border: 0;
	}
	.footer td {
		padding-left: 5px;
		padding-right: 5px;
	}
	.footer a {
		color: #000;
		text-decoration: none;
	}
	.footer a:hover {
		color: #939393;
		text-decoration: none;
	}

a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #e1100b;
	text-decoration: none;
}

table {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

img {
	vertical-align: middle;
	border: 0;
}

h1 {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}
h2 {
	font-size: 14px;
	color: #e1100b;
	text-align: left;
}
h3 {
	font-size: 12px;
	color: #e1100b;
	text-align: left;
}

/* .lang {
	width: 100%;
	height: 25px;
	text-align: left;
} */

.common {
	text-align: justify;
}

.red {
	color: #e1100b;
}

.formulaire {
	margin: 0;
}
	.formulaire input {
		border: 1px solid #e1100b;
		background-color: #000;
		color: #fff;
	}
	.formulaire select {
		border: 1px solid #e1100b;
		background-color: #000;
		color: #fff;
	}
	.formulaire textarea {
		border: 1px solid #e1100b;
		background-color: #000;
		color: #fff;
		font-family: verdana, times, arial;
		font-size: 12px;
		overflow: auto;
	}
	.formulaire strong {
		color: #e1100b;
		font-size: 8px;
	}
	.formulaire td {
		padding: 2px;
		text-align: left;
	}

	.formulaire .focus {
		border: 1px solid #939393;
	}
	.formulaire .normal {
		border: 1px solid #e1100b;
	}
	
	.formulaire .bouton {
		padding: 5px;
		border-top: 1px solid #e1100b;
		border-left: 1px solid #e1100b;
		border-right: 2px solid #e1100b;
		border-bottom: 2px solid #e1100b;
		/* width: 120px;
		height: 24px; */
		cursor: pointer;
		color: #fff;
		font-weight: bold;
		/* background-image: url(img/bt_default.png);
		background-repeat: no-repeat;
		background-position: 0 0; */
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.formulaire  .bouton:hover {
		/* background-position: 0px -24px; */
		border-top: 2px solid #e1100b;
		border-left: 2px solid #e1100b;
		border-right: 1px solid #e1100b;
		border-bottom: 1px solid #e1100b;
		color: #e1100b;
	}
	
	.formulaire .radio {
		border: 0;
		vertical-align: middle;
	}
	
.partenaires {
	width: 95%;
}
.partenaires th {
	width: 140px;
	height: 110px;
}
.partenaires th img {
	border: 5px solid #939393;
}

	
/* ### LIGHTBOX ### */
	#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
	#lightbox img{ width: auto; height: auto;}
	#lightbox a img{ border: none; }

	#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
	#imageContainer{ padding: 10px; }

	#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
	#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
	#imageContainer>#hoverNav{ left: 0;}
	#hoverNav a{ outline: none;}

	#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
	#prevLink { left: 0; float: left;}
	#nextLink { right: 0; float: right;}
	#prevLink:hover, #prevLink:visited:hover { background: url(img/prevlabel.gif) left 15% no-repeat; }
	#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }

	#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

	#imageData{	padding:0 10px; color: #666; }
	#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
	#imageData #caption{ font-weight: bold;	}
	#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
	#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

	#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* ### LIGHTBOX ### */
