﻿/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @modifié par FMZ
*/

* {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	width: 100%;
	margin:0;
	padding:0;
}

body {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color:#333;
	background: white;
	width: 870px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000000 }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

/*--------!!!--------*/

#menu {
	z-index: 20;
	width: 870px;
    position: fixed;   
	bottom:0;
}

#menu ul {
	z-index: 100;
	list-style: none;
	float: left;
	margin: 5px 0px 10px 10px;
}

#menu ul li.section-title { 
	z-index: 50;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
#menu ul li.section-title2 { 
	z-index: 50;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	margin: 5px 0px 10px 15px;
}
#menu li:hover {
	text-decoration: underline;
}

#menu ul ul.sub-section {
	z-index: 60;
	background-image: url(/files/fondtitre1.png);
	position:absolute;
	bottom: 25px;
	margin: 10px 0 0 0;
}

#menu ul ul li {
	margin: 0 0 3px 0;
}
.liste {
	float: left;
	background-color: #fff;
	}

/*--------!!!--------*/

#content {
	width: 870px;
	height: 640px;
	z-index: 10;
	position: absolute;
  	bottom: 50%;
  	right: 50%;
	max-height: 100%;
	max-width: 100%;
}
#content  .container {
	position: relative;
  	left: 50%;
  	top: 50%;
	padding-bottom: 40px;
	}

	/*--------!!!--------*/

h1 {
	font-size: 38px;
	color:#c30;
	font-weight: bold;
	text-decoration:none;
	display: inline;
}
h1 a:link {
	font-size: 38px;
	color:#c30;
	font-weight: bold;
	text-decoration:none;
	display: inline;
}
h1 a:visited {
	font-size: 38px;
	color:#c30;
	font-weight: bold;
	text-decoration:none;
	display: inline;
}
h2 {
	color:#000;
	padding: 0;
	margin: 0px;
}
h3 {
	font-size: 24px;
	font-weight: bold;
	padding: 0;
	margin: 0px;
}
h4{
	font-size: 18px;
	padding: 0;
	margin: 0px;
}
.nom { 
	font-size: 12px;
	float: left;
	background-color: #fff;
	width: 200px ;
	padding: 5px 0 10px 0;
}
.active {
	font-style: italic;
}

#img-container	{ margin: 0 0 610px 0; padding: 0; }
#img-container p	{ width: 870px; margin: 0; }

#once { clear: left; }

/*--------fafa--------*/

.logo {
	width: 870px ;
	height: 45px ;
	float:left;
}
.colonneG{
	width: 415px;
	float: left;
	padding: 20px 0 0 0;
	margin: 0 10px 0 0;
	text-align: right;
}
.colonneD{
	width: 415px;
	float: left;
	padding: 20px 0 0 0;
	margin: 0 0 0 10px;
}
.colonneG1{
	width: 200px;
	float: left;
	padding: 20px 0 0 0;
	margin: 0 10px 0 0;
	text-align: right;
}
.colonneD1{
	width: 640px;
	float: left;
	padding: 20px 0 0 0;
	margin: 0 0 0 10px;
}
.pics{
	z-index: 1;
}
.embed{
	text-align: center;
}
.box {
	height: 570px;
}
.film {
	text-align: center;
}
.btinfo {
}
.btinfo:hover {
	color:#c30;
	text-decoration:underline;
}
.info{
	position: absolute;
	left: auto;
  	top: auto;
	margin-top: 15%;
	background-image: url(/files/fondtitre1.png);
	z-index:10;
	padding: 20px 60px 20px 40px;
}
.videouaps{
	margin: 0;
	padding: 0;
}
table {
	width: 790px; 
	border: 0;
}
tbody {
	vertical-align: top;
}
th {
	width: 180px;
	font-weight: 400;
	text-align: left;
}
td {
}
