@charset "UTF-8";
/* CSS Document */

body {
	font-family:helvetica;
  margin: 0; /* pour éviter les marges */
  text-align: center; /* pour corriger le bug de centrage IE */
  /*background:url(../images/bg.png);
  background-repeat:repeat-x;*/
}
#global {
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	width: 1000px; /* largeur obligatoire pour être centré */
	min-height:700px;
	text-align: center; /* on rétablit l'alignement normal du texte */
	background-repeat:no-repeat;
}
img{
	border:none;
}
A:hover{
	color:#ff66cc;
	text-decoration:none;
}

A:visited{
	color:#ff66cc;
	text-decoration:none;
}

A:link{
	color:#ff66cc;
	text-decoration:none;
}
#logo{
	float:left;
	width:199px;
	height:126px;
	margin-top:20px;
}
#menu {
	 margin: 0; /* pour éviter les marges */
  	text-align: center; /* pour corriger le bug de centrage IE */
	float:right;
	width:801px;
	height:100px;
}
#vide{
	width:663px;
	height:80px;
	float:left;
}
#badgeFC
{
	width:137px; 
	height:100px;
	float:right;
}
#menudirect
{
	width:663px;
	height:30px;
	text-align:center;
	float:left;
}
#barremenu{
	 margin-left: auto;
  	margin-right: auto;
  	float:right;
	width:750px;
	height:26px;
	background:url(../images/barremenu.png);
	color:#FFF;
	padding-top:10px;
}
#barremenu a:hover, #references a:hover{
	cursor:pointer;
	color:white;
	color:#FFFFFF;
}
#barremenu a, #references a{
	color:#000000;
	text-decoration:none;
	cursor:pointer;
}
#lang
{
	position:fixed;
	top:0px;
	right:5px;
}
.flags
{
	float:left;
	width:30px;
}
#bord_gauche{
	float:left;
	width:340px;
	
}
#actu, #presse{
	margin-top:50px;
	float:left;
}

h3{
	margin-top:5px;
	text-align:center;
}
#content{
	float:right;
	width:1000px;
	min-height:700px;
	margin: 0; /* pour éviter les marges */
  	text-align: center; /* pour corriger le bug de centrage IE */
	/*background-image:url(../images/imagefond.png);*/
}
#video2{
	margin-left: auto;
  	margin-right: auto;
	width:720px;
	height:432px;
	border:1px solid black;
	
}
#video{
	margin-left: auto;
  	margin-right:auto;
	margin-top:15px;
	/*width:724px;
	height:390px;
	background-color:#999;*/
	
}
#tablebox{
	margin-top:30px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	border:0;
	width:100%;
}
#tablebox a, #tablebox img, #tablebox A:hover, #tablebox A:visited, #tablebox A:link {
	cursor:pointer;
	text-decoration:none;
	color:black;
	font-size:12px;
}
#tablebox H3{
	font-size:18px;
}
.texte{
	margin:auto;
	width:650px;
}
.texte p{
	text-align: justify;
}
.tablecontenu{
	width:800px;
	border:0;
}
.tablecontenu p{
	line-height:30px;
	text-align: justify;
}
#footer{
	margin:auto;
	float:left;
	width:1000px;
	text-align:center;
}

#galerie {
	background:#fff;
	color:#000;
	text-align:center;
	
}
#galerie .loading {
	border-color:#333;
}
#galerie .loading_bar {
	background:#333;
}
#galerie .slider {
	background-image:url(../Scripts/ImageFlow/slider.png);
}
#galerie .scrollbar {
	border-bottom:1px solid #000;
}
