@charset "utf-8";
/* CSS Document */
html, body
{
	margin:0;
	padding:0;
	width : 100%;
	height : 100%;
	color : #666;
	/*overflow:hidden;*/
	background-color : #fff;
}

ul, li
{
	margin : 0;
	padding : 0;
}

a, form
{
	outline: none;
	margin : 0;
	padding : 0;
}

/* POSITIONNEMENT BLOCS */

#header
{
	position:absolute;
	left:0;
	top:0;
	height:40px;
	background:url('../images/bgd_blanc.png') repeat-x transparent;
	width:100%;
	z-index:10;
}

#content
{ 
	overflow:hidden;
	position:relative;
	top:120px; 
	width:990px;
	margin:0 auto;
	text-align: left;
	z-index:10;
}

#content2
{
	position:absolute;
}

* html #content
{ 
	position:absolute;
	margin:0 0 0 60px;
}

#content_home
{ 
	overflow:hidden;
	position:relative;
	top:120px; 
	width:100%;
	margin:0 auto;
	text-align: left;
}

* html #content_home
{ 
	position:absolute;
}


#gauche
{
	width:290px;
	height:330px;
	min-height:300px;
	margin:0;
	padding:20px 0 0 0;
	float:left;
}

html:not([lang*=""]) #gauche
{
	margin:0 0 0 20px;
}

#centre
{
	float:left;
	width:660px;
	height:100%;
	overflow:hidden;
}

#footer {
	position:absolute;
	left:0;
	bottom:0px;
	height:51px;
	width:100%;
	background:#FFF;
	z-index:10;
}
/* FIN POSITIONNEMENT BLOCS */

/* POSITIONNEMENTS DES DIFFERENTS BLOCS*/
#titre_rubrique
{
	position:absolute;
	z-index:10;
	width:660px;
}

#entete-titre
{
	padding :8px 10px 8px 10px;
	text-align : left;
}

#bloc_centre
{
	position:absolute;
	width:660px;
	height:100%;
	background:#FFF;
	padding:20px 0 0 0;
	margin:20px 0 0 0;
	z-index:9;
}

#centre_texte
{
	width:660px;
	height:100%;
	background:#FFF;
	overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;
}

/* FIN POSITIONNEMENT DES DIFFERENTS BLOCS */

/* MISE EN FORME DES DIFFERENTS ELEMENTS */

#titre_rubrique h2
{
	margin:0;
	padding:0;
	color:#FFF;
	text-transform:uppercase;
	font-size:26px;
}

hr
{
	border-style: none none solid;
	border-color: #fff;
	border-width: 0 0 1px;
	height: 1px;
	color: #fff;
	padding:0;
}

.filet {
	border-style: none none solid;
	border-color: #cfcfcf;
	border-width: 0 0 1px;
	height: 1px;
	color: #fff;
	margin :2px 12px 8px 12px;
	*margin :2px 12px;
}


.filet1 {
	border-style: none none solid;
	border-width: 0 0 1px;
	height: 1px;
	color: #fff;
	margin :6px 0;
	*margin :0;
	border-color: #cfcfcf;
}

/* FIN MISE EN FORME DES DIFFERENTS ELEMENTS */







#global
{
	position : absolute;
	width : 100%;
	height : 100%;
	top : 0;
}

#fond
{
	display : block;
	width : 100%;
	height : 100%;
	position : fixed;
}

#contenu-texte {
	background-color : #ff0055;
	font : normal 11px Verdana, arial ;
	color : #6b797a;
	top :-250px;
	position : absolute;
	width : 606px;
	overflow : auto;
	margin-left : 50%;
	margin-top : 50%;
	left : -150px;
	height:100%;
}
#zone-contenu-texte {
margin : 10px 25px;
text-align : left;
padding : 8px 0px; 
}


.pbleu {
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	color : #0080a9;
}
.titre{
padding : 5px 25px; 
text-align : left;
}
.paragraphe{
padding : 15px 25px; 
text-alignb : left;
}
/* DECORATION */
.separation {
height : 6px;
}
.retrait {
	margin : 0px;
	padding : 10px;
	border : 1px solid #f1f1f1;
	background-color : #f7f7f7;
}
blockquote{
	margin : 10px 15px;
	padding : 10px;
	border : 1px solid #f1f1f1;
	background-color : #f7f7f7;
}
.vignette {
	float : left;
	border : none;
	margin-right : 8px;
	margin-left : 0px;
	}
.vignette-gauche {
	padding : 0 10px 5px 0;
	margin : 4px 5px 0 0;
	float : left;
	border : none;
	}
.vignette-droite {
	padding : 0 0 5px 10px;
	margin : 4px 0 0 5px;
	float : right;
	border : none;
	}
.illustration {
	padding : 0 10px 5px 0;
	margin : 4px 5px 0 0;
	float :left;
	border : none;
}
/*  ENCART SOUTIENS */
#zone-soutiens {
top:-101px;
display:block; 
left : 0 !important; 
left : -156px;
position:absolute;}
.encart-soutiens {
text-align:left;
padding : 4px 0 0 18px;
padding : 16px 0 0 18px !important; 
font : bold 18px  Arial, Helvetica, sans-serif;
color : #009ee0;
}
.encart-video {
padding: 0 0 6px 16px;
}

.cadre-video {
width:240px;
height:140px;
background-color:#fff;
border: solid 1px #f1f1f1;
padding:10px;
margin:0;
}
label {
display:inline;
float:left;
font-weight:bold;
margin:0pt 0px 0pt 0pt;
text-align:right;
width:160px;
}


/*  ACTUALITES */
.encart-actualite {
display:block;
width:590px;
height:90px;
background-color:#fff;
border: solid 1px #f1f1f1;
padding: 10px;
margin: 4px 0;
}

#connexion_partenaire
{
	position:absolute;
	top:40px;
	right:0;
	float:right;
	background:#FFF;
	margin:0;
	padding:0px 10px;
}

/* HEADER */

* html .tableau_gauche
{
	text-align:left;
}


/*Club2018*/
img.bordure
{
	padding:5px;
	margin:5px;
	border:1px solid #CCC;
}


/*General*/
.align_centre
{
	text-align:center;
}