BODY { font: 10px geneva, verdana, arial, sans-serif; color: #111111;
 background: #b0b0b0 url("../../../picsv2/leftside.gif") repeat-x;

 padding: 0;
 margin:auto; }


TH, .BOD, FONT { font: 10px geneva, verdana, arial, sans-serif; color: #111111; }
TD, FONT { font: 10px geneva, verdana, arial, sans-serif; color: #111111; }
A:link, A:visited, A:active { font: 10px geneva, verdana, arial, sans-serif; color: #01E415; text-decoration: none; }
A:hover { font: 10px geneva, verdana, arial, sans-serif; color: #4F0000; text-decoration: none; }
select, input, textarea { font: 10px geneva, verdana, arial, sans-serif; color: #3D3D3D; }
A.small:link, A.small:visited, A.small:active { font: 9px geneva, verdana, arial, sans-serif; color: #972400; text-decoration: none; }
A.small:hover { font: 9px geneva, verdana, arial, sans-serif; color: #4F0000; text-decoration: underline; }
A.newsarc:link, A.newsarc:visited, A.newsarc:active { font: 10px geneva, verdana, arial, sans-serif; color: #4E4E4E; text-decoration: underline; }
A.newsarc:hover { font: 10px geneva, verdana, arial, sans-serif; color: #262626; text-decoration: underline; }

/* MENU TYPE 2 */
#menu, #menu ul /* Liste */
{
	padding : 0; /* pas de marge intérieure */
	margin : auto; /* ni extérieure */
	list-style : none; /* on supprime le style par défault de la liste */
	line-height : 21px; /* on défini une hauteur pour chaque élément */
	text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#menu /* Ensemble du menu */
{
	font-weight : bold; /* on met le texte en gras */
	font-family : Arial; /* on utilise Arial c'est plus beau ^^ */
	font-size : 12px; /* hauteur du texte : 12 pixels */
	vertical-align: text-bottom;
}

#menu a /* Contenu des listes */
{
	display	: block; /* on change le type d'élément, les liens deviennent des balises de type block */
	padding	: 0; /* aucune marge intérieure */
	background : #3B4E77; /* couleur de fond */
	color : #b1d9ff; /* couleur du texte */
	text-decoration : none; /* on supprime le style par défault des liens (la pluspart du temps = souligné) */
	width : 94px; /* largeur */
	height: 1%;
	font: 11px verdana, sans-serif;
  padding: 4px 8px;
  color: #FFF;
  background: transparent url("../img/block_header.png") repeat;
   z-index:20;
}

#menu li /* Elements des listes */	
{ 
	float : left;
	/* pour ie qui ne reconnait pas "transparent" */
	border-right : 1px solid #fff; /* on met une bodure blanche à droite de chaque élément */

}

/* ie ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
	/*border-right: 1px solid transparent ; /* on met une bordure transparante à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
	position: absolute; /* Position absolu */
	width: 111px; /* Largeur des sous-listes */
	left: -999em; /* Hop, on envoi loin du champ de vision */
	z-index:20;
}

#menu .sousMenu li
{
 border-top: 1px solid transparent;
 border-right: 1px solid transparent;

}

#menu .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited
{
 display: block;
 color: #FFF;
 margin: 0;
 border: 0;
 text-decoration: none;
 /*background: transparent url("../img/fondTR.png") repeat;*/
 background: transparent url("../img/block_header2.png") repeat;
}

#menu .sousMenu li a:hover
{
 background-image: none;
 background-color: #F2462E;

}


#menu li ul li /* Eléments de sous-listes */
{
	/* pour ie qui ne reconnait pas "transparent" (comme précédement) */
	border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */

}

/* ie ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li		
{
	border-top : 1px solid transparent; /* on met une bordure transparante en haut de chaque élément */

}

#menu li ul ul 
{
	margin		: -22px 0 0 111px ; /* On décale les sous-sous-listes qu'elles ne soient pas au dessus des sous-listes */
	/* pour ie qui ne reconnait pas "transparent" (comme précédement) */
	border-left	: 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */	
}

/* ie ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul		
{
	border-left	: 1px solid transparent ; /* on met une bordure transparante sur la gauche de chaque élément */
}

#menu a:hover, #menu li ul a:hover /* Lorsque la souris passe sur un des liens */	
{
	color: #005aae; /* On passe le texte en noir ... */
	background: #b1d9ff; /* ... et au contraire, le fond en blanc */
}

#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
	left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */

}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
	left: auto; /* Repositionnement normal */
	min-height: 0; /* Corrige un bug */

}

/* top links */
ul#header_links {

	position : absolute;
	margin: 2px 5px 0 740px;
	padding-top : 0px;
	height : 40px;
	width : 190px;
	border : 0px solid #909090;
	list-style-type: none;
	float: right;
}
#header_links li {
   float:left;

}
#header_links a {
   display: block;
   color: #fff;
   padding-top: 20px;
   margin-left : 10px;
   text-align: center;
   text-decoration: none;
   background-repeat: no-repeat;
   background-position: top center;
   background-color: transparent;
}
#header_links #header_link_sitemap a {
   background-image: url('../img/icone_plan.png');
}
#header_links #header_link_contact a {
   background-image: url('../img/icone-contact.png');
}
#header_links #header_link_bookmark a {
   background-image: url('../img/star.png');
}

div#wrapper
{ position:relative;
float: left;
	width:99%;
	margin:1px 1px 0 1px;
	/*border:2px #B4AD9E solid;*/
}

div#sidebar
{
	position:relative;
	z-index:1;
	float:left;
	width:190px;
}
div#sidebar .gutter { padding: 20px  6px 10px 4px; }

div#wrapper_rechts
{
	position:relative;
	z-index:2;
	float:left;
	margin-top:0px;
}

div#content {
	width:670px;
	text-align: justify;
	background: url('../img/content_bg.gif') repeat-y top left;
}
div#content .gutter { padding: 0px 40px  0   40px; }

#searchSpot {
	position : absolute; 
	background: #ffffff url('../img/bg_search.png') no-repeat;
	height: 20px; width: 170px;
	padding : 10px 0 0 0px; margin :-18px 0 0 722px;}
	
h1 {font: 22px  verdana, geneva, arial, sans-serif; font-weight: bold; color: #000000; text-decoration:none; margin-bottom : -5px	}

.footer2011{height: 84px; background: url('../img/footer.png') repeat-x;}

.titleSection { font: 11px verdana, geneva, arial, sans-serif; color: #000000; text-decoration:none; }

.newsTitle3 { border-color:#ffffff; border-bottom-style:solid; border-bottom-width:1px; background: transparent url("../img/newsHeader.gif") repeat-x; height:25px;}
.newsTitle { float: left; padding:0px 5px 0px 5px; font: 11px geneva, verdana, arial, sans-serif; color: #BDBDBD; text-decoration:none; width: 79%;}
.newsTopic { font: 9px verdana, geneva, arial, sans-serif; color: #b5b5b5; text-decoration:none; width: 21%; align: right;}
.newsTitle2 { font: 11px geneva, verdana, arial, sans-serif; color: #363636; text-decoration:none; }
.newsImage { padding:0px 0px 0px 2px; }
.newsFooter {border-style:solid; border-width:0px; padding:4; border-color:#403f3f; background:#3d3e3c url('../img/newsFooter.gif') no-repeat left; height: 15px;}
.newsShadow {background: url('../img/block_exclusive_footer.png'); height: 5px;}
.newsPost { font: 9px geneva, verdana, arial, sans-serif; text-align:justify; color: #ffffff; text-decoration:none; }
.newsOn { font: 9px verdana, arial, sans-serif;  color: #959595; text-decoration:none; }


.newsText { font: 11px geneva, verdana, arial, sans-serif; color: #111111; text-decoration:none; }
.newsText2 { padding: 0px 3px 3px 3px; font: 11px geneva, verdana, arial, sans-serif; color: #111111; text-decoration:none; text-align: justify; }
.newsBlock { background-color: #E2E2E2; }

.content { font: 10px geneva, verdana, arial, sans-serif; color: #111111; text-decoration:none; }
.option { font: 10px geneva, verdana, arial, sans-serif; color: #BBBBBB; text-decoration:none; }
.title { font: 10px geneva, verdana, arial, sans-serif; color: #111111; text-decoration:none; }
.black { font: 11px geneva, verdana, arial, sans-serif; color: #000000; text-decoration:none; }
.text11Blanc { font: 11px verdana, geneva, arial, sans-serif; color: #ffffff; text-decoration:none; }

.textCopyright { font: 9px geneva, verdana, arial, sans-serif; color: #E79E21; text-decoration:none; }

a.videoTitle {font: 16px verdana, arial, sans-serif; font-weight: bold;background:#555555;}
.videoTitleFond { width:450px;}

.histoireICON {text-align: justify; color: #111111;}

.teamProfil { font: gras 11px geneva, verdana, arial, sans-serif; color: #FFFFFF; text-decoration:none; }
.button_large{ background-image: url('../img/button-large_exclusive.gif');
  background-repeat: no-repeat;
	background-position: top left;
	border: none;
	color:#fff!important;
	font-weight: bold;
	font-size: 10px!important;
	text-align: center;
	text-decoration: none!important;	
	cursor: pointer;
	display: block;
	line-height: 18px;
	height: 18px;
	width: 191px}

a.button_large:hover{
	background-position: left -18px;
}



BODY {

	SCROLLBAR-FACE-COLOR: #A3AAB9; SCROLLBAR-HIGHLIGHT-COLOR: #b8c2cc; SCROLLBAR-SHADOW-COLOR: #b8c2cc; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #f2f5ff; SCROLLBAR-TRACK-COLOR: #262d34; SCROLLBAR-DARKSHADOW-COLOR: #000000

}




