body {
	background-color: #F1A92B;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

img {
	border:0;
}

h1{
	margin:3px;
	font-size:2em;
	font-family: Verdana;
	text-align:center;
}

h2{
	margin:0;
	font-family: Verdana;
	text-align:center;
}

h2 a{
	color: white;
}

#videoDuJour{
	width:695px;
	border:1px solid red;
	padding:3px;
	margin:3px;
	text-align:center;
	font-weight:bold;
	color:blue;
}

#conteneur {
	width: 754px;
	top: 0;
	margin-left: auto;
	margin-right: auto;
}

#conteneurgate {
	width: 400px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#conteneurgate h1 {
	margin-bottom:10px;
}

#agreement{
	width:400px;
	height:200px;
	overflow:auto;
	border:1px solid red;
}

#enter{
	font-size:20px;
	float:left;
	margin:10px 0 0 50px;
}

#sortir{
	margin:10px 50px 0 0;
	font-size:20px;
	float:right;
}

#grise {
  display: none;
  background-image: url(../img/grise.gif);
  position: absolute;
  z-index:  4;
  height:   100%;
  width:    100%;
  top:      0px;
  left:     0px;
}

#fullsize {
 position: absolute;
 display: none;
 top: 0px;
 left: 0px;
 z-index: 5;
 cursor:pointer;
}

a {
	color: #FF0000;
	text-decoration: underline;
}

a:hover {
	text-decoration:none;
}

p{
	margin-top:0;
	text-align: justify;
}

h2{
	position:relative;
	margin:0px;
	font-size:1.5em;
	width:100%;
	background-color: #BB0000;
	color: #FFFFFF;
	padding: 0px 0 3px 3px;
}

#galleries {
	position:relative;
	border: 1px solid #BB0000;
	margin-top: 5px;
	padding: 12px;
	background-color: #FFFFFF;
	color:#FF0000;
	font-size:1.1em;
	width:710px;
	float:right;
}

#galleries ul {
	margin: 0 0 0 2px;
	padding: 0;
}

#galleries li{
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type:none;
}

.conteneurImg img {
	margin:0;
	padding:0;
}

#galleries .conteneurImg{
	float:left;
	width: 100px;
	height: 135px;
	margin:4px;
	padding:4px;
	font-size:9px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	overflow:hidden;
}

.conteneurImg a{
	text-decoration:none;
}

.conteneurImg a:hover{
	color:#FFFFFF;
}

#galleries .conteneurImg:hover{
	background-color: #F1A92B;
	border: 1px solid #FF0000;
}

#fullsize{
	border: 3px solid #FF0000;
	background-color: #F1A92B;
}

#fullsize h3{
	color:#FFFFFF;
	margin:0;
	padding:0 0 3px 0;
	background-color: #F1A92B;
	font-size:10px;
}

