body {
	margin: 0;
	padding: 0;
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	font-family: 'Times New Roman';
	font-size: 12px;
	margin-bottom: 50px;
	z-index: 1;
}

#header {
	background: url(../img/transparency.png) repeat;
	height: 50px;
	width: 100%;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
}

#header-content {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

h1 {
	position: absolute;
	top: 9px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family: Century Gothic;
	font-size: 25px;
	text-shadow: 4px 4px 4px #000;
}

#langs {
	position: absolute;
	top: 13px;
	right: 150px;
}


#contacts {
	position: absolute;
	top: 13px;
	right: 0px;
}

#contacts img {
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
	filter: gray; /* IE5+ */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Google Chrome Canary */
}

#contacts img:hover {
	filter: none;
	opacity: 1;
}

#footer {
	background: url(../img/transparency.png) repeat;
	height: 30px;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 999;
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
}

#footer a {
	color: #ffffff;
}

#conteneur {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	z-index: 10;
	margin-top: 70px;
}

.menuTitre a {
	font-family: 'Times New Roman', 'Arial';
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	font-weight: bold;
}

#menu {
	margin-top: 50px;
	background-color: #000000;
	height: 25px;
}

#menu ul {
	background-color: #000000;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

#menu ul li {
	float: left;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
	display: block;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu ul li:nth-child(odd) a {
	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}

#menu ul li:nth-child(even) a {
	background: #959595; /* Old browsers */
	background: -moz-linear-gradient(top,  #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#959595), color-stop(46%,#0d0d0d), color-stop(50%,#010101), color-stop(53%,#0a0a0a), color-stop(76%,#4e4e4e), color-stop(87%,#383838), color-stop(100%,#1b1b1b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=0 ); /* IE6-9 */
}

#menu ul ul li:nth-child(odd) a {
	background: none;
}

#menu ul ul li:nth-child(even) a {
	background: none;
}

#menu ul ul {
	display: none;
}

#menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 25px;
	left: 0;
	width: 250px;
}

#menu ul li ul li {
	float: none;
}

#colTwo {
	float: right;
	width: 680px;
	margin-top: 50px;
}

#contenu {
	margin: 0;
	padding: 0;
}

#contenu p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Times New Roman', 'Arial';
}

#contenu img {
	border: 0;
}

#contenu h3{
	font-family: 'Times New Roman', 'Arial';
	font-size: 18px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	padding-bottom: 10px;
	color: #e9650d;
}

.sep {
	height: 2px;
}

.ancre {
	height: 50px;
	background-image: url(../img/ombre-image.png);
	background-repeat: no-repeat;
	background-position: center -10px;
}

.encart {
	background-color: #ffffff;
	padding: 10px;
	margin-top: 20px;
	border-radius: 5px;
	background: #ffffff; /* Old browsers */
	font-family: 'Times New Roman', 'Arial';
	font-size: 14px;
	position: relative;
	padding-bottom: 50px;
}

.page_precedente {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.page_suivante {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.page_precedente a {
	color: #000000;
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}

.page_suivante a {
	color: #000000;
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}