/**********************************
*
*	DEFAULT 
*
***/

html, body {
  	margin:0;
  	padding:0;
  	font-family:Arial, Helvetica, Verdana, sans-serif;
  	font-weight:normal;
  	font-size:12px;                           
  	color:#000;
}

table {
  	margin:0;
  	padding:0;
  	font-family:Arial, Helvetica, Verdana, sans-serif;
  	font-weight:normal;
  	font-size:12px;
  	color:#000;
  	width:100%;
  	border-spacing:0;
  	border-collapse:collapse; /*border-spacing 0 pour IE && */
}

div, p, hr, ul, li, form {
  	margin:0;
  	padding:0;
}

/***
*
*	/DEFAULT
*
**********************************/


/**********************************
*
*	ELEMENTS HTML COURANTS
*
***/

/* les titres */
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:12px;
}
h6 {
	font-size:10px;
}

/* images */
img {
	border:none;
	text-decoration:none;
	/*border:1px solid #af0163;*/ /*rose*/
}

/* les liens */
a {
	text-decoration:none;
	color:#000;/*noir*/
	outline:none;
}
a:visited {
	color:#01305D;/*bleu fort*/
}
a:hover {
	color:red;
}
a:target {
	color:#000;/*noir*/
}

/* pargraphes */
p {
	text-align:auto;
}

/* les barres */
hr {
	clear: both;
	height:1px;
	border:0;
/*	background-color:#af0163; */
	background-color:#cbcccd; /*gris*/
}

/***
*
*	/ELEMENTS HTML COURANTS
*
**********************************/



/**********************************
*
*	BALISES SPECIAL
*
***/

/* barre invisible pour espacement */
hr.clear {
	margin-top:5px;
	margin-bottom:5px;
	visibility:hidden;
}
/* barre d'1 pixel */
hr.hr1 {
	margin-top:10px;
	margin-left: 0;
	margin-right:0;
	margin-bottom:5px;
	padding:0;
	width:100%;
	height:0;
	background-color:#169E92; /*vert*/
	border-top:1px dashed #169E92; /*vert*/
}
/* barre de 2 pixels */
hr.hr2 {
	margin-top:10px;
	margin-left: 0;
	margin-right:0;
	margin-bottom:5px;
	padding:0;
	width:100%;
	height:0;
	background-color:#169E92; /*vert*/
	border-top:2px dashed #169E92; /*vert*/ 
}

/***
*
*	/BALISES SPECIAL
*
**********************************/






/**********************************
*
*	MISE EN PAGE (Principale)
*
***/

#body {
/* ICI ON PEUT ATTRIBUER UN FOND DE PAGE FACILEMENT */
/*	background-color:#FFF;blanc*/
	width:100%;

  background-image:url(./easportsfc/body.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:scroll;
  background-color:#6D813C;
  
}



#site-web {
	/* ICI ON CENTRE LE SITE WEB  (les elements a linterieur seront centres) */

/*	position:absolute;
	left: 50%; 
	width:965px;
	width:997px;
	margin-left:-477.5px; 
	margin-left:-490px;

	min-height:200px;  je fixe pour le dev (a supprimer) */

	width:995px;
	margin:auto;

	/* on met ici le background du site pour une plus simple gestion de height */
	background-image:url(./easportsfc/site-web.png);
	background-repeat:repeat-y;
	background-position:center top;
	background-attachment:scroll;
	padding-right:0px; /* refaire les background-middle et mettre style a 5px */

	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/_themes/easportsfc/site-web.png', sizingMethod='scale');

}

/*
#homepage {
	min-height:200px;
	min-height:370px;
	_padding-top: 0;
	clear:both;
	
	background-color:#333;
}

#site {
	min-height:200px;
	min-height:370px;
	height:auto;
	_height: auto !important;
	_height: 370px;
	padding-top:30px;
	clear:both;
	background-image: url(./sportweekxtreme/siteweb-background.png);
	_background-image:url(./sportweekxtreme/siteweb-background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: scroll;
	background-repeat: no-repeat;
	zoom:1;
}

#site #fond {
	margin-top: 370px;
	*margin-top: 399px;
	background-color: transparent;
	background-image: url(./sportweekxtreme/siteweb-site-fond-background.png);
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='./sportweekxtreme/siteweb-site-fond-background.png', sizingMethod='scale');
	background-position: -1px 370px;
	zoom:1;
}

#site #fond div#left, #site #fond div#right{
  margin-top:-340px;
}

*/

/***
*
*	/MISE EN PAGE (Principale)
*
**********************************/












/**********************************
*
*	HEADER
*
***/

#header {
	height:188px;
	background-image:url(./easportsfc/header.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:scroll;
	background-color:transparent;
}

#header #logo {
  height:190px;
  margin-left:30px;
  width:550px;
}

#header #logo h1 {
  height:190px;
  width:550px;
	text-indent:-5000px;
	cursor:pointer;
}

/***
*
*	/HEADER
*
**********************************/



/**********************************
*
*	NAVIGATION
*
***/

#nav {
	background-color:#000;
	position: relative;
	z-index: 3;
	width:auto;
	height:40px;
	margin-left:20px;
	margin-right:20px;
/*
	background-image:url(./sportweekxtreme/menu-middle.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-attachment:scroll;
*/
}

#nav #navig {
	position:relative;
  height:40px;	
	font-size:12px;
	margin-left:0;
	
	background: url(./easportsfc/menu.gif) no-repeat center bottom;

/*	
	background-image:url(./sportweekxtreme/menu-droite.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	background-attachment:scroll;
	
	border-bottom:3px solid #2C4B53;
*/
}

#nav #navig ul#menu {
	list-style-type:none;
	text-align:center;
	height:40px;
	width:auto;
	margin-left:15px;
	_margin-left:2px;
/*	
	background-image:url(./sportweekxtreme/menu-gauche.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-attachment:scroll;
*/
}

#nav #navig ul#menu li {
	display:block;
	float:left;
	font-weight:bold;
	text-align:center;
	
  /*margin-left:8px;
	margin-right:7px;	
	*/
  
  /*padding-left:10px;
	padding-right:10px;
	*/
	/*background-color:#C02821;
	border:1px solid white;
	border-bottom:none;
	*/
}
#nav #navig ul#menu li a {
	display:block;
	font-size:12px;
	color:#dfe3e2; /* blanc */
	font-weight:bold;
	text-decoration:none;
	line-height:39px;	
	text-indent:-4500px;	
	width: 100%;
}


#nav #navig ul#menu li.rub01  { margin-left: 13px; width:63px;}
#nav #navig ul#menu li.rub02  { margin-left:6px; width:107px;}
#nav #navig ul#menu li.rub03  { margin-left:3px; width:121px; }
#nav #navig ul#menu li.rub04  { margin-left:2px; width:122px;}
#nav #navig ul#menu li.rub05  { margin-left:2px; width:126px;}
#nav #navig ul#menu li.rub06  { margin-left:0px; width:128px; }
#nav #navig ul#menu li.rub07  { margin-left:2px; width:138px; }
#nav #navig ul#menu li.rub08  { margin-left:4px; width:80px;}


#nav #navig ul#menu li  a:hover, #site-web #nav #navig ul#menu li a.selected{ 
	background: url(./easportsfc/menu.gif) no-repeat center top;
   
}
  
  
#nav #navig ul#menu li.rub01 a:hover,#site-web #nav #navig ul#menu li.rub01 a.selected { background-position: -28px -3px;text-decoration:none;}	
#nav #navig ul#menu li.rub02 a:hover,#site-web #nav #navig ul#menu li.rub02 a.selected { background-position: -97px -3px;}
#nav #navig ul#menu li.rub03 a:hover,#site-web #nav #navig ul#menu li.rub03 a.selected { background-position: -207px -3px;}
#nav #navig ul#menu li.rub04 a:hover,#site-web #nav #navig ul#menu li.rub04 a.selected { background-position: -330px -3px;}
#nav #navig ul#menu li.rub05 a:hover,#site-web #nav #navig ul#menu li.rub05 a.selected { background-position: -454px -3px;}
#nav #navig ul#menu li.rub06 a:hover,#site-web #nav #navig ul#menu li.rub06 a.selected { background-position: -580px -3px;}
#nav #navig ul#menu li.rub07 a:hover,#site-web #nav #navig ul#menu li.rub07 a.selected { background-position: -710px -3px;}
#nav #navig ul#menu li.rub08 a:hover,#site-web #nav #navig ul#menu li.rub08 a.selected { background-position: -851px -3px; }

/*
#nav #navig ul#menu li.rub01 a { width:100px; background-image:url(./sportweekxtreme/menu-01-saison2009.jpg); }
#nav #navig ul#menu li.rub02 a { width:100px; background-image:url(./sportweekxtreme/menu-02-teamGDFSuez.jpg); }
#nav #navig ul#menu li.rub03 a { width:110px; background-image:url(./sportweekxtreme/menu-03-circuitopen.jpg); }
#nav #navig ul#menu li.rub04 a { width:80px; background-image:url(./sportweekxtreme/menu-04-open.jpg); }
#nav #navig ul#menu li.rub05 a { width:100px; background-image:url(./sportweekxtreme/menu-05-international.jpg); }
#nav #navig ul#menu li.rub06 a { width:110px; background-image:url(./sportweekxtreme/menu-06-engagements.jpg); }
#nav #navig ul#menu li.rub07 a { width:110px; background-image:url(./sportweekxtreme/menu-06-engagements.jpg); }
#nav #navig ul#menu li.rub08 a { width:110px; background-image:url(./sportweekxtreme/menu-06-engagements.jpg); }
#nav #navig ul#menu li.rub09 a { width:110px; background-image:url(./sportweekxtreme/menu-06-engagements.jpg); }
#nav #navig ul#menu li.rub10 a { width:110px; background-image:url(./sportweekxtreme/menu-06-engagements.jpg); }
*/



/** SOUS RUBRIQUE ***/
#nav #navig ul#menu li ul {
	display:none;
}

#nav #navig ul#menu li:hover>ul {
	display:block;
}

#nav #navig ul#menu li ul {
	position:absolute;
	/* background-color:red;  */
	background-image:url(./easportsfc/sous_menu_background_hover.png);
	width:auto;
	z-index:16;
	margin-top:0;
	margin-left:0;
	/*border:1px solid orange;*/
}


#nav #navig ul#menu li ul li {
	position:relative;
	display:block;
	float:none;
	color:#000;
	border-top:1px solid white;
	text-align:left;
	height:16px;
	padding-top:0;
	padding-bottom:8px;
	*padding-bottom:8px;
	_padding-bottom:1px;
}
#nav #navig ul#menu li ul li a {
	padding:0;
	margin:0;
	min-width:200px;
	color:#000;
	text-align:left;
	margin-top:0;
	line-height:25px;
}
#nav #navig ul#menu li ul li.srub a {
	text-indent:0;
	background-image:none;
	/**width:192px;*/
	padding-left:10px;
	font-size:12px;
}

#nav #navig ul#menu li ul li.srub a:hover {
	text-indent:0;
    
	background-image:url(./easportsfc/sous_menu_background.png);
	color:red;
	
	min-width:170px;
	margin:0;
  padding-right:0;
}

/* IE 6/7 */
#nav #navig ul#menu li ul {
	*margin-left:-55px;
	_margin-left:-75px;
}
/* IE 6/7 */

#nav #navig ul#menu li.rub03 ul {
	*margin-left:-60px;
}
#nav #navig ul#menu li.rub04 ul {
	*margin-left:-35px;
}
#nav #navig ul#menu li.rub05 ul {
	*margin-left:-60px;
}
#nav #navig ul#menu li.rub06 ul {
	*margin-left:-60px;
}

/***
*
*	/NAVIGATION
*
**********************************/







/**********************************
*
*	CORPS
*
***/

#homepage {
    margin-top:20px;
    margin-left:20px;
    margin-right:20px;
    
    padding-left:20px;
    padding-right:20px;
}

#homepage #ariane {
    display:none;
}

#homepage #left, #site #left {
	float:left;
	width:615px;
}


#homepage #right, #site #right {
	float:right;
	width: 280px;
}

/***
*
*	/CORPS
*
**********************************/



/**********************************
*
*	LEFT
*
***/

/* COURANT */

div.subtitle, div.subtitle a {
    color:#000;
    font-size:11px;
    font-weight:normal;
}
div.titre, div.titre a {
  text-align:left;
  font-size:11px;
  font-size:10px;
  font-weight:bold;
  color:#000;
}
div.chapeau {
    /*clear:both;*/
}
div.chapeau, div.chapeau a {
  text-align:justify;
  font-size:11px;
  font-weight:normal;
  color:#000;
}
div.titre a:hover, div.chapeau a:hover {
  color:#979797;
}


div#club-onglets {
    width:75px;
    height:600px;
    
    position: absolute;
    
    margin-left:-63px;
    margin-top:10px;
}
div#club-onglets ul {
    list-style-type:none;
}
div#club-onglets ul li {
    height:130px;
    height:125px;
    height:135px;
    width:65px;
    background-color:white;
    /*border:1px solid red;*/
    
    text-indent:-5000px;
    
    background-color:transparent;
    background-repeat:no-repeat;
    background-position:bottom right;
    background-attachment:scroll;
    
    cursor:pointer;
}

div#club-onglets ul li#onglet-ea {
    background-image:url(./easportsfc/club-onglet-off-ea.png);  
}
div#club-onglets ul li#onglet-fcgb {
    background-image:url(./easportsfc/club-onglet-off-fcgb.png);
}
div#club-onglets ul li#onglet-ol {
    background-image:url(./easportsfc/club-onglet-off-ol.png);
}
div#club-onglets ul li#onglet-om {
    background-image:url(./easportsfc/club-onglet-off-om.png);
}
div#club-onglets ul li#onglet-psg {
    background-image:url(./easportsfc/club-onglet-off-psg.png);
}

div#club-onglets ul li#onglet-ea.on, div#club-onglets ul li#onglet-fcgb.on, div#club-onglets ul li#onglet-ol.on, div#club-onglets ul li#onglet-om.on, div#club-onglets ul li#onglet-psg.on {
    height:135px;
}
div#club-onglets ul li#onglet-ea.on {
    background-image:url(./easportsfc/club-onglet-on-ea.png);  
}
div#club-onglets ul li#onglet-fcgb.on {
    background-image:url(./easportsfc/club-onglet-on-fcgb.png);
}
div#club-onglets ul li#onglet-ol.on {
    background-image:url(./easportsfc/club-onglet-on-ol.png);
}
div#club-onglets ul li#onglet-om.on {
    background-image:url(./easportsfc/club-onglet-on-om.png);
}
div#club-onglets ul li#onglet-psg.on {
    background-image:url(./easportsfc/club-onglet-on-psg.png);
}


#article {
    min-height:700px;
    margin-top: -10px;
}
#allnews_liste-article {
    /*border:4px solid white;*/
    width:600px;
    min-height:700px;
    margin-left: 1px;
    background-color:transparent;
  	background-image:url(./easportsfc/bg_left-big.png);
  	background-repeat:no-repeat;
  	background-position:center bottom;
  	background-attachment:scroll;
	
    /*height:350px;*/
    padding:0 7px 9px;
}

#allnews-lst div.laune div.titre {
  width:335px;
}
#allnews-lst div.laune div.subtitle {
  display:none;
}
/* CLUBS */
div.titre.fcgb a {
  color:#002763;
}
div.titre.ol a {
  color:#c99434;
}
div.titre.om a {
  color:#00ade3;
}
div.titre.psg a {
  color:#f72500;
}

#allnews-lst div.laune h3 {
    height:65px;
}
h3.fcgb {
	background-image:url(./easportsfc/logo-fcgb.gif);
	background-repeat:no-repeat;
	background-position:right top;
	background-attachment:scroll;
}
h3.ol {
	background-image:url(./easportsfc/logo-ol.gif);
	background-repeat:no-repeat;
	background-position:right top;
	background-attachment:scroll;
}
h3.om {
	background-image:url(./easportsfc/logo-om.gif);
	background-repeat:no-repeat;
	background-position:right top;
	background-attachment:scroll;
}
h3.psg {
	background-image:url(./easportsfc/logo-psg.gif);
	background-repeat:no-repeat;
	background-position:right top;
	background-attachment:scroll;
}





#homepage #left h2, #homepage #right h2 {
    /*display:none;*/    
    color:white;
    text-align:center;
    text-transform:uppercase;
    height:49px;
    line-height:53px;
}


#homepage #right h2 img {
  vertical-align: middle;
  *position: relative;
  *top: 9px;    
}

#homepage #right #calendrier_box h2 img,  #homepage #right #videos h2 img{
  *top: 2px;
  _top: 9px;
}

#homepage #left h2 img
{
  vertical-align: middle;
  *position: relative;
  *top: 0px;
  _top: 19px;  
}

#homepage #left #galerie_photos h2 img
{
  vertical-align: middle; 
  *position: relative;
  *top: 0px;
  *margin-top:20px;
  _top: 19px;  
}

#homepage #left #actualites-classement h2 img {
  *top: 15px;
  _top: 19px;
    
}

#actualites-classement h2 img {height: 18px;}
#homepage #left div.boxe {
    /*margin-top:10px;*/
    margin-bottom:10px;
    padding-top: 2px;
    
  /*  height:280px;         */
}

#laune, #actualites-classement, #photos-last-album {
    margin-bottom:20px;
    margin-bottom:5px;
    width: 615px;
    
}

/* LAUNE */
#homepage #left #laune {
    
}

/* DERNIER ALBUM PHOTO */
#actualites-classement {
    /*height:320px;*/
}

/* DERNIER ALBUM PHOTO */
#photos-last-album {
    height:240px;
}


/*****
 *  LAUNE
 ***/

#homepage #left #laune h2 {
    /*display:none;*/
}

#homepage #left #laune .laune-article img {
	width:601px;
	height:256px;
	border:0;
}
#homepage #left #laune .laune-article h3 {
  /*display:none;*/

	color:#FFF;
	font-size:14px;
	/*line-height:50px;*/
	vertical-align:middle;
	background-color:#000;
	filter : alpha(opacity=70);
	-moz-opacity : 0.7;
	opacity : 0.7;
	height:50px;
	position:absolute;
	margin-top:201px;
	padding:0 5px;
	width:591px;
	/*font-family:Tahoma, sans-serif;*/
	padding-top:5px;
	
	text-transform:uppercase;
}

#homepage #left #laune .laune-article div.chapeau {
  display:none;
  
	height:80px;
	height:45px;
	position:absolute;
	margin-top:210px;
	padding:0 5px;
	width:592px;
}

#homepage #left #laune .laune-article div.chapeau a {
	color:#FFF;
	font-size:11px;
	filter : alpha(opacity=100);
	-moz-opacity : 1;
	opacity : 1;
}

#homepage #left #laune .laune-article h3 span.date a {
  color:red;
  font-size:12px;
  margin-right:5px;
}
#homepage #left #laune .laune-article h3 a, #left #laune #laune-article h3 a:hover {
	color:#FFF;
	font-size:18px;
}

#homepage #left #laune .laune-article h3 span.strapline {
	font-size:11px;
	font-weight:normal;
	color:#FFF;
	clear:both;
	display:block;
}

#homepage #left #laune .laune-article h3 a {
	/*text-transform: uppercase;*/
	filter : alpha(opacity=100);
	-moz-opacity : 1;
	opacity : 1;
}
#homepage #left #laune .laune-article h3 a, #left #laune #laune-article h3 a:hover {
	color:#FFF;
}


/* ARTICLE */

#homepage #left #allnews-lst #avancement-fifa10 #fifa10-laune #fifa10-laune-news {
  padding-left:10px;
  padding-top:2px;
}

#homepage #left #allnews-lst #avancement-fifa10 #fifa10-laune #fifa10-laune-news img {
	width:601px;
	height:256px;
	border:0;

}

#homepage #left #allnews-lst #avancement-fifa10 #fifa10-laune #fifa10-laune-news h3 {
  display:none;
  
	color:#FFF;
	font-size:14px;
	/*line-height:50px;*/
	vertical-align:middle;
	background-color:#000;
	filter : alpha(opacity=70);
	-moz-opacity : 0.7;
	opacity : 0.7;
	height:76px;
	position:absolute;
	margin-top:175px;
	padding:0 5px;
	width:591px;
	/*font-family:Tahoma, sans-serif;*/
	padding-top:5px;
}
#homepage #left #allnews-lst #avancement-fifa10 #fifa10-laune #fifa10-laune-news div.chapeau {
  display:none;
  
	height:80px;
	height:45px;
	position:absolute;
	margin-top:210px;
	padding:0 5px;
	width:592px;
}

#homepage #left #allnews-lst #avancement-fifa10 #fifa10-laune #fifa10-laune-news div.chapeau a {
	color:#FFF;
	font-size:11px;
	filter : alpha(opacity=100);
	-moz-opacity : 1;
	opacity : 1;
}





#album-navigation {
  height: 35px;
  color: #979797;
}

#album-navigation #album-precedent, #album-navigation #album-photo-titre, #album-navigation #album-suivant {
  float: left;  
}

#album-navigation #album-precedent, #album-navigation #album-suivant {
  width: 150px;
  text-align: center;
  font-size:18px;
  padding-top: 5px;
  cursor: pointer;
}

#album-navigation #album-photo-titre{
  width: 300px;
  text-align: center;
  font-size:20px;
}

#album-content {
  clear:both;
}

#album-content img {
  width: 69px;
  height:39px;
  border: 1px solid #dbdbdb;
  cursor: pointer;
}


#album-content img.selected {
  border: 1px solid #000;
}

#album-photos-photo {
  position: relative;
  height: 180px;
  overflow: hidden;
}

.toFadeIn, .toFadeOut{
  position: absolute;
  top: 0;
  left: 8px;
  z-index: 2;
}
.toFadeIn{
  z-index: 1;
}

#album-content #album-precedent-vignette, #album-content #album-suivant-vignette{
  width:150px;
  margin-top: 8px;
}

#album-content #album-photos-photo img{
  width: 283px;
  height:139px;
}

#album-content #album-photos-photo {
  width: 300px;
}

#album-content #album-precedent-vignette, #album-content #album-photos-photo, #album-content #album-suivant-vignette, #album-content #album-photos-photo{
  float: left;
  text-align:center;
}

#album-content #album-photos-photo p {
  text-align:center;
  color: #979797;
  font-weight: bold;
}

/*****
 *  LAUNE>LISTE
 ***/
 
#laune_lst-article {
    height:25px;
    margin-top:0px;

    margin-top:-293px;
    margin-top:-307px;
    position:absolute;
  
    /*display:none;*/
}

#laune_lst-article-nav {
    height:25px;
    margin-top:0px;

    margin-left:507px;
    margin-top:-293px;
    margin-top:-307px;
    position:absolute;
  
    /*display:none;*/
}

#laune_lst-article-nav div.laune {
  float:left;
  width:28px;
  height:28px;
  color:white;
  background: url(./easportsfc/pic_red.png) no-repeat center;
  font-weight:bold;
  text-align:center;
  line-height:28px;
  vertical-align:middle;

  margin-left:10px;
  margin-right:10px;
}

#laune_lst-article div.laune {
  float:left;
  width:28px;
  height:28px;
  background: url(./easportsfc/pic_red.png) no-repeat center 5px;
  color:white;
  font-weight:bold;
  text-align:center;
  line-height:28px;
  vertical-align:middle;

  margin-left:10px;
  margin-right:10px;
  
  cursor:pointer;
}          

#left #laune_lst-article div.hover {
  color:red;
  background: url(./easportsfc/pic_white.gif) no-repeat center;
}



#laune_lst-article div.laune.middle {
  padding:0;
}



#allnews-lst div.laune {
    height:135px;
    padding-left:3px;
    padding-right:3px;
    clear:both;
    
    background-color:white;
    background-image:url(./easportsfc/articles_lst.jpg);
    background-repeat:repeat-x;
    background-position:bottom center;
    background-attachment:scroll;
    
    padding-top:5px;
    
}
#allnews-lst div.laune img {
    float:left;
    width:220px;
    height:90px;
    border:0;
    margin-right:5px;
}

#allnews-lst div.laune div.titre, #allnews-lst div.laune div.titre a {
    /*color:#FF0018;*/
    font-size:18px;
    text-transform:uppercase;
    float:left;
}

#allnews-lst div.laune div.lire {
  text-align:right;
  margin-top:5px;
}
#allnews-lst div.laune div.lire a {
  color:white;
  font-weight:bold;
  text-decoration:underline;
}

#allnews-lst div.pagination {
  height:15px;
  padding:5px;
  position:relative;
  text-align:right;
  /*background:transparent url(http://www.sportweekxtreme.fr/images/v2/bloc_fond2.gif) repeat-x scroll left -1px;*/
}

#allnews-lst div.pagination span.lire {
    color:#FFF;
    font-size:11px;
    display:none;
}


#allnews-lst div.laune div.date {
  font-size:12px;
  font-weight:normal;
  margin-bottom:5px;
}

#article, #ami {
    background-color:transparent;
    background-image:url(./easportsfc/bg_left-big.png);
    background-repeat:no-repeat;
    background-position:bottom center;
    background-attachment:scroll;
    padding:0 7px 9px;
    
    min-height:700px;
    margin-bottom:20px;
}

#ami {
    min-height:400px;
}
#ami p {
    padding-bottom:10px;
    padding-top:10px;
}
#ami table tr th {
    width:35%;
    text-align:right;
    font-weight:bold;
    padding-right:5px;
}


#article img.vignette {
    width:600px;
    height:255px;
}
#article img {
    width:auto;
    height:auto;
}
#article h3 {
    text-align:center;
    text-transform:uppercase;
    font-size:20px;
    margin:10px 0 20px;
}
#article div.chapeau {
    font-weight:bold;
    font-size:12px;
    line-height:18px;
}
#article div.texte {
    margin-top:15px;
    font-weight:normal;
    font-size:12px;
}
#article div.texte p {
    margin:15px 0;
    line-height:18px;
}

#calendrier.club .boxe{
  min-height:641px;
}


div.contenu h3 {
    margin-top:10px;
    margin-bottom:5px;
}
div.contenu ul {
    margin-left:20px;
}
div.contenu h3 {
    margin-top:10px;
    margin-bottom:5px;
}
div.contenu ul li {
    list-style-type:square;
}

#calendrier.classement_finales #tableau {
  margin-top: -2px;
}

#calendrier.classement_finales {
  margin-left: -10px;
}

#calendrier.classement_finales .contenu{
  padding-right: 0;  
}

#calendrier.classement_finales .ligne {
  margin-top: -6px;
}

#calendrier.classement_finales .titre, #calendrier.classement_finales div.ligne, #calendrier.classement_finales .separation {
  clear:both;
  margin-left: -9px;
}

#calendrier.classement_finales .titre div, .ligne div, .separation div{
  float: left;
}

#calendrier.classement_finales .ligne div {
  height: 95px;
}

#calendrier.classement_finales .ligne.final div{
  height:130px;
}

#calendrier.classement_finales .ligne .club div {
  clear: both;
  height:auto;
  width:88%;
  text-align:center;
  line-height:19px;
}


#calendrier.classement_finales .ligne.final .club div {
  width:86%;
}

#calendrier.classement_finales .qualifie {
  font-weight:bold;
}

#calendrier.classement_finales .equipes {
  margin-top: 6px;
}


#calendrier.classement_finales .ligne.final .equipes {
  margin-top:30px;
}

#calendrier.classement_finales .titre div {
  height:62px;
}


#calendrier.classement_finales .separation div {
  height: 10px;
}

#calendrier.classement_finales .titre_final {
  background-image:url(./easportsfc/tableau_finales_col1.gif);
  width: 49px;
}



#calendrier.classement_finales .separation .titre_final {
  background-image:url(./easportsfc/tableau_finales_sep1.gif);
  width: 45px;
}

#calendrier.classement_finales .separation.final .titre_final {
  width: 49px;
}

#calendrier.classement_finales .final div:last-child {
  width: 135px;
}

#calendrier.classement_finales .final .titre_final {
  background-image:url(./easportsfc/tableau_finales_col1_rouge.gif);
}

#calendrier.classement_finales .club {
  background-image:url(./easportsfc/tableau_finales_col2.gif);
  width:140px;
}

#calendrier.classement_finales .separation .club {
  background-image:url(./easportsfc/tableau_finales_sep2.gif);
  width:140px;
}

#calendrier.classement_finales .final .club {
  background-image:url(./easportsfc/tableau_finales_col2_rouge.gif);
}


#calendrier.classement_finales .separation:last-child div{
  height:7px;
}

#calendrier.classement_finales .separation div {
  *margin-top:-3px;
}

#calendrier.classement_finales .ligne .logo {
  width:20px;
  height:90px;
}

#calendrier.classement_finales .titre .logo {
  width: 122px;
  height:64px;
}

#calendrier.classement_finales .ligne .titre_final .logo {
  background-repeat:no-repeat;
  margin-left: 16px;
}

#calendrier.classement_finales .titre .logo {
  background-repeat:no-repeat;
}


#calendrier.classement_finales .ligne .titre_final.n1 .logo {
  background-image:url(./easportsfc/titre_final_1.gif);
}

#calendrier.classement_finales .ligne .titre_final.n2 .logo {
  background-image:url(./easportsfc/titre_final_2.gif);
}

#calendrier.classement_finales .ligne .titre_final.n3 .logo {
  background-image:url(./easportsfc/titre_final_3.gif);
}

#calendrier.classement_finales .ligne .titre_final.n4 .logo {
  background-image:url(./easportsfc/titre_final_4.gif);
}

#calendrier.classement_finales .ligne .titre_final.n5 .logo {
  background-image:url(./easportsfc/titre_final_5.gif);
}

#calendrier.classement_finales .ligne .titre_final.n6 .logo {
  background-image:url(./easportsfc/titre_final_6.gif);
}

#calendrier.classement_finales .ligne .titre_final.n7 .logo {
  background-image:url(./easportsfc/titre_final_7.gif);
}

#calendrier.classement_finales .ligne .titre_final.n8 .logo {
  background-image:url(./easportsfc/titre_final_club.gif);
}

#calendrier.classement_finales .titre .psg .logo {
  background-image:url(./easportsfc/logo_final_psg.gif);
}

#calendrier.classement_finales .titre .om .logo {
  background-image:url(./easportsfc/logo_final_om.gif);
}

#calendrier.classement_finales .titre .ol .logo {
  background-image:url(./easportsfc/logo_final_ol.gif);
}

#calendrier.classement_finales .titre .gb .logo {
  background-image:url(./easportsfc/logo_final_gb.gif);
}



#calendrier #onglets, #mon_compte #onglets {
  padding-left: 10px;
  text-transform:uppercase;
  height:50px;
  border-bottom:1px solid #CCCCCC;
}
    
#calendrier #onglets div, #mon_compte #onglets div {
  float: left;
  cursor:pointer;
  width:117px;      
  background-image:url(./easportsfc/calendrier_onglet_small.png);
  background-repeat: no-repeat;
  font-size:12px;
  font-weight:bold;
  position:relative;
  padding-left: 6px;
  padding-right: 24px;
  
  background-position:0 11px;
  border-bottom: 1px solid #ccc;
  line-height:66px;
  color: #ccc;
  text-align:center;
  
  padding-top: 5px; 
  height: 45px; 
}                         

#calendrier .contenu, #mon_compte .contenu {
  clear:both;
  padding-left:10px;
  padding-right:10px;
}

#calendrier .contenu table tr{
	background-color: #f7f7f7;
	background-image:url(./easportsfc/calendrier_separateur.png);
	background-position:0 -5px;
}

#calendrier .contenu.nolog table tr{
	background-color: #ddd;
}


/* tables */
#calendrier table.tablesorter {
	font-family:arial;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
#calendrier table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	font-size: 8pt;
	padding: 4px;
}
#calendrier table.tablesorter thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;   
	cursor: pointer;
}

 
#calendrier .contenu table.tablesorter thead tr {
  background:none;
  height:30px;
  text-align:center;
}


#calendrier table.tablesorter tbody td {

  line-height:22px;

	color: #3D3D3D;


	padding:4px 12px 4px 4px;
	vertical-align: top;
}

#calendrier table.tablesorter tbody tr.select td {
  color: red;
}


#calendrier table.tablesorter tbody td.date {
  text-align:right;
  width: 70px;
}
 

 
 
#calendrier table.tablesorter .lieu {
  text-align:left;
}


#calendrier table.tablesorter tbody td.ville {
  font-weight:bold;
}



#calendrier table.tablesorter tbody td.inscription {
  width: 150px;
}

#inscription_page .important {
  clear: none; 
  float:right;
  text-align: right; 
  width: 10px; 
  margin-top: 2px;
}

#calendrier table.tablesorter tbody tr.odd td {

}
#calendrier table.tablesorter thead tr .headerSortUp {
	background-image: url(./easportsfc/asc.gif);
}
#calendrier table.tablesorter thead tr .headerSortDown {
	background-image: url(./easportsfc/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
  border: 1px solid #ccc;
}

#calendrier table.tablesorter tbody td .inscrit, #calendrier table.tablesorter tbody td .defaut{
  background-position:0 -3px;
  height:22px;
  width:25px;
  /*margin-left: 15px;*/
  margin-left: 120px;
  float: left;
}

#calendrier table.tablesorter tbody td .commentaire, #calendrier table.tablesorter tbody td .image, #calendrier table.tablesorter tbody td .video {
  background-position:0 1px;
  height:20px;
  width:20px;
  margin-left: 15px;
  float:left;
  cursor:pointer;
}

#calendrier table.tablesorter tbody td .commentaire.vide, #calendrier table.tablesorter tbody td .image.vide, #calendrier table.tablesorter tbody td .video.vide {
  background-image: none;
  cursor:default;
  display:none;     /****/
}

#calendrier table.tablesorter tbody td .inscrit {
  background-image:url(./easportsfc/calendrier_case_vert.png);
}

#calendrier table.tablesorter tbody td .inscrit {
  background-image:url(./easportsfc/calendrier_case_vert.png);
}


#calendrier table.tablesorter tbody td .commentaire {
  background-image:url(./easportsfc/calendrier_com.png);
}

#calendrier table.tablesorter tbody td .video {
  background-image:url(./easportsfc/calendrier_video.png);
  background-position:0 0; 
  height: 21px;
}

#calendrier table.tablesorter tbody td .image {
  background-image:url(./easportsfc/calendrier_image.png);
  background-position:0 0;
  width: 25px; 
  height: 22px;
}

#calendrier .contenu.nolog table.tablesorter tbody td .defaut, #calendrier .contenu.nolog table.tablesorter tbody td .inscrit {
  background-image:url(./easportsfc/calendrier_case_gris.png);
}

#calendrier .contenu table.tablesorter tbody td .defaut{
  cursor:pointer;
  background-image:url(./easportsfc/calendrier_case_blanc.png);
}

#calendrier #onglets div.select, #mon_compte #onglets div.select {
  background-position:0 2px;
  line-height:60px;
  color: #000;
  border: none;
    
  padding-top: 0; 
  height: 50px;
  border-bottom: 1px solid #f7f7f7;  
}




#espace-fan {
    margin-bottom:10px;
}


#classement_general, #actualites {
    float:right;
    width:300px;
    width:298px;
    color:#a9a9a9;
    margin-bottom:10px;
    
    border: 1px solid #a9a9a9;
    border-top:none;
    border-bottom:none;
    
    min-height:215px;
}
#classement_general a, #actualites a {
    color:#a9a9a9;
    text-decoration:none;
}
#actualites img {
    width:69px;
    height:39px;

    width:120px;
    height:50px;
    height:auto; /*** 15/10/09 ***/
    float:left;
    padding:0  5px 5px 5px;
    
}
#classement_general a:hover, #actualites a:hover {
    color:#a9a9a9;
}

#texte_etoile {
  font-family:arial;
  font-size:8pt;
  padding-bottom:5px;
}

#actualites {
  float:left;
}

#classement_general div, #actualites div {
  
}

#actualites div.ligne {
    clear:both;
    margin-bottom:5px;
    /*padding:0 5px;*/
   /* padding:5px;  */
}

#classement_general h3, #actualites h3 {
  text-align:center;
  text-transform:uppercase;
  font-size:20px;
  margin-top: 10px; 
  margin-bottom: 10px;
}

#classement_general table thead tr {
  background-color: #ececec;
}

#classement_general table tbody tr:hover{
  background-color: #f3f1f1;
}




#classement_general table td {
  /**padding-left: 30px;**/
  padding-left: 16px; 
  width: 0px; 
  /**padding-right: 30px;**/
  padding-right: 20px;
  height:24px;
  vertical-align:bottom;
}

#classement_general table td, #classement_general table th, #classement_general p {
  color: #979797;
  font-weight:bold;
}

#classement_general table th {
  cursor:pointer;
}


#classement_general p{
  text-align:center;
  margin-top: 8px; 
  margin-bottom: 8px;
}



#homepage #left #allnews-lst.fifa10 {
    background:transparent url(./easportsfc/bg_left-big.png) no-repeat scroll 17px 48px;
}
#homepage #left #allnews-lst.fifa10 h2 {
    margin-left:20px;
    height:55px;
}

#allnews-lst.fifa10 #allnews_liste-article {
    background:transparent url(./easportsfc/bg_left-big-fifa10.png) repeat scroll center bottom;
    min-height:1506px;
    min-height:1160px;
    padding:0 7px 9px;
    /*padding-top:350px;*/
    width:635px; 
}

#allnews-lst.fifa10 #allnews_liste-article div.laune {
    background:transparent url(./easportsfc/fifa10-barre.png) no-repeat scroll center bottom;
   /*background-image:none;*/
    clear:both;
    height:135px;
    padding-left:3px;
    padding-right:3px;
    padding-top:5px;
    
    margin-left:20px;
    margin-right:30px;
}

#allnews-lst.fifa10 #allnews_liste-article div.laune div.titre a {
    color:#ed0e10;
}

#allnews-lst.fifa10 #avancement-fifa10 {
    padding:229px 7px 9px;                     
    width:635px;
    height:335px;
    height:0px; /***demande du 15/10/2009**/
    /*border:1px solid red;*/
    background:transparent url(./easportsfc/bg_left-big-fifa10.png) repeat scroll center top;
    /
}
#allnews-lst.fifa10 #fifa10-pub {
    /*
    position:absolute;
    background:transparent url(./easportsfc/fifa10-pub.png) repeat scroll center top;
    width:650px;
    height:150px;
    margin-top:-70px;
    */
    background:transparent url(./easportsfc/illust_fifa10_2.png) repeat scroll center top;
    _background-image: none;
	  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='http://www.easportsfc.com/_themes/easportsfc/illust_fifa10_2.png', sizingMethod='crop');
    height:295px;
    margin-left:11px;
    margin-top:-58px;
    overflow:hidden;
    position:absolute;
    width:633px;

}
#allnews-lst.fifa10 #avancement-fifa10 #fifa10-laune {
    margin-left:10px;
    margin-right:5px;
    height:295px;
    
    /*background:transparent url(/_themes/easportsfc/bg_left.png) no-repeat scroll center 49px; */
}

#allnews-lst.fifa10 #avancement-fifa10 #fifa10-laune #fifa10-laune-nav {
    color:white;
    height:49px;
    line-height:53px;
    text-align:center;
    text-transform:uppercase;
    background-color:transparent;
    
}
#allnews-lst.fifa10 #avancement-fifa10 #fifa10-laune #fifa10-laune-nav h2 {
    background-image:none;
    background-color:transparent;
    background:transparent url(./easportsfc/bg_left_h.png) no-repeat scroll center top;
    margin-left:0px;
    display:none; /***demande du 15/10/2009**/
}

#allnews-lst.fifa10 #avancement-fifa10 #fifa10-laune #fifa10-laune-news {
    height:268px;
    background:transparent url(./easportsfc/bg_left-big.png) no-repeat scroll center bottom;
    display:none; /***demande du 15/10/2009**/
}



/***
*
*	/LEFT
*
**********************************/



/**********************************
*
*	RIGHT
*
***/



.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}


#calendrier_box .one{
  background-color: #ececec;
}

#calendrier_box table{
  border:1px solid #d8d8d8;
  margin-top: 5px; 
  width: 266px; 
  margin-left: 1px;
}

#calendrier_box table tr{
  color: #979797;
  font-weight: bold;
  height: 20px;
  cursor: pointer;
}

#calendrier_box table tr:first-child, #calendrier_box table tr:hover{
  color: red;
}


#calendrier_box table .date{
   padding-left: 10px; 
   width: 45px;
}


#homepage #right div.boxe {
    /*margin-top:10px;*/
    margin-bottom:10px;
    
}

#avancement, #usr-log, #usr-newsletter, #calendrier, #calendrier_box, #photos, #videos {
    margin-bottom:20px;
  
}


/* AVANCEMENT */
#avancement {
    
}
#homepage #right #avancement div.boxe {
    margin-top:0;
    margin-bottom:0;
}

/* USR>LOG */
#usr-log {

}

/* USR>NL */
#usr-newsletter {

}

/* CALENDRIER */
#calendrier {

}

/* GALERIE */
#photos ul.tabs-nav, #videos ul.tabs-nav {
    display:none; 
}
.jcarousel-clip {
  width: 100%;
}
#right, .boxe, #slider1, .jcarousel-container, .jcarousel-clip, #all_photos {
overflow: hidden;
}

#photos #main_image {
    height:auto;
}

/* GALERIE>VIDEOS */
#videos {

}

#videos #slider2 {
    display:none;
}
/***
*
*	/RIGHT
*
**********************************/






















/***************
 * PAGESS && BLOCKS
 ****/
 
#page div, #blocks div {
    margin:5px;
    padding:5px;
}

/***************
 * USERS
 ****/

#usr-page {
  border:1px solid black;
}
/* USR>LOG>FORMULAIRE */
#usr-box-log-form {
    border:1px solid black;
}
#usr-box-log-form table {
    width:auto;
}
#usr-box-log-form table tbody tr th {
    width:100px;
    text-align:right;
}

/* USR>LOG>IN */
#usr-box-log-in {
  border:1px solid black;
}

/***************
 * FACEBOOK
 ****/
#usr-log #formulaire th {
  text-align: left;
}

.btn_login-button {
  width: 173px; 
  height: 23px;
}

.btn_login-button input {
  margin-left: 190px; 
  margin-top: -25px;
}
/* FB>LOG>FORMULAIRE */
#fb-box-log-form {
    /*border:1px solid black;*/
    padding:5px;
}

/* FB>LOG>IN */
#fb-box-log-in {
    /*border:1px solid black;*/
    padding:5px;
}

#fb-box-log-in div.fb-pic_small {
    margin:0;
    padding:0;
    float:left;
    width:50px;
/*    height:50px;      */
}

#fb-box-log-in div.fb-info {
    float:left;
    width:480px;
    width:auto;
    height:50px;
    padding:5px;
    margin-left:10px;
}

#fb-box-log-in #fb-box-log-out {
    clear:both;
    width:100%;
    margin:0;
    padding:0;
}






#voir_general a{
  color:#979797;
}

#voir_general {
  text-align:center;
}




/**********************************
*
*	FOOTER
*
***/

#footer {               
	clear:both;
	background-color:transparent;
	background-image:url(./easportsfc/footer.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:scroll;
  _background-image: none;
	
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/_themes/easportsfc/footer.png', sizingMethod='crop');
	overflow:hidden;
  padding:20px 20px 10px;
  /*width:960px;*/

	margin-left:20px;
	margin-right:20px;
  height:295px;

}

#partenaires, #links, #productby {
  text-align:center;
  margin-top: 18px;
}
#links, #links a, #productby, #productby a {
    color:#969696;
}
#partenaires img {
  height:35px;
  margin-right:15px;
}

#links a {
  margin-right:10px;
  
}
      
#footer p {
	text-align:center;
	color:#000;
	padding-top:10px;
	margin: 0 3%;
}

#footer #pied {
	color:#969696;
}

#footer p a {
	color:#969696;
	padding-left:5px;
	padding-right:5px;
	font-size:10px;
}
#footer p a:hover {
	color:#000;
}


div.spFooter { 
    /*overflow:hidden;*/ 
    color:#969696;
   
    padding-left:115px;
    padding-left:110px;
    _padding-left: 65px;
    _padding-top: 20px;
     *margin-top:-5px;
}     

div.spFooter img{ 
  float:left;
  margin-left:-116px;
  margin-top:36px;
}

div.spFootLists { 
    float:left; 
    width:auto;
    margin-top:35px;   
    height: 120px; 
}
div.spFooter ul, div.spFooter dl { 
    float:left;
    padding-left:16px; 
    padding-left:9px;
}

div.spFooter dd { 
    margin:0;
}
div.spFooter a, div.spFooter span { 
    display:block; 
    padding:2px 0; 
    font-size:12px; 
    font-size:10px;
    font-weight:bold; 
    text-decoration:none;
    color:#969696;
}
div.spFooter a:hover { 
    color:#000; 
}


div.spFooter dt strong a, div.spFooter h2 a {
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
}

.spFooter a, .spFooter span {
    display:block;
    font-size:11px;
    font-weight:bold;
    padding:2px 0;
    text-decoration:none;
}

#Charte {
  text-align: center;
  font-weight: bold;
  *clear:both;
}

/***
*
*	/FOOTER
*
**********************************/



/**** OTHER ***/
#laune .boxe, #actualites-classement .boxe, #photos-last-album .boxe, #calendrier .boxe,
#left .boxe
{
  background: url(./easportsfc/bg_left-big.png) no-repeat bottom;  
  padding: 0 7px 9px;
}

#left .classement_club_Pts
{
  background: url(./easportsfc/bg_left-big2.png) repeat top;  
  padding: 0 7px 9px;
}
#classement_club_Pts_bottom
{
  background: url(./easportsfc/bg_left-big-bottom.png) no-repeat center;
  margin-left:-2px;
  *margin-left:-3px;
  height:20px;
  width:620px; 

}


#laune h2, #actualites-classement h2, #photos-last-album h2, #calendrier h2,
#left h2 {
  background: url(./easportsfc/bg_left_h.png) no-repeat top;  
}

#right #avancement .boxe, #right #usr-log .boxe, #right #usr-newsletter .boxe,
#right .boxe
{
  background: url(./easportsfc/bg_right.png) no-repeat bottom;  
  padding: 2px 6px 9px;
  
}

#right h2
{  
  background: url(./easportsfc/bg_right_h.png) no-repeat top;  
}


.check_news{
    border: 1px solid #dbdbdb;
    height: 12px;
    width: 12px;
    margin-right: 20px;
  }
  
  #right input {
    border: 1px solid #d8d8d8;
    padding: 2px 1px;
    width:147px;
  }
  
  #usr-newsletter td {
    padding: 2px 5px;
  }
  
  
  #right, #right table {
    color: #979797;
    font-size: 12px;
  }
  
  













#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(./easportsfc/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(./easportsfc/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(./easportsfc/info.gif);
}

#popup_content.confirm {
	background-image: url(./easportsfc/important.gif);
}

#popup_content.prompt {
	background-image: url(./easportsfc/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}



.FB_SERVER_IFRAME {
  background-color: #1A181D;  
  margin-top: -3px;
}

.lien_fb_fan {
  font-size:10px; 
  padding-left:10px;
  background-color: #1A181D;
  margin-top: -3px;
  width: 256px;
  padding-bottom: 10px;
  color: #ffffff;
}

div.lien_fb_fan a, div.lien_fb_fan{ 
  color: #ffffff;
}

/***** Galerie photo ***/

.item_photo {
  float: left;
  width: 601px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  height: 480px;
  line-height: 440px;
}

.item_photo img {
  width: 601px;
  vertical-align: middle;
}

.all_caption {
  position: absolute;
  padding: 11px 0;
  text-align: center;
  color: white;
  line-height: 12px;
  font-size: 12px;
  margin: 0;
  width: 100%;
  background:#000;
  opacity: 0.7;
  filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	
	bottom: 0px;
	*bottom: 0px;	
	*z-index: 5;	
	*width: 601px;	
	*left: 0;
	*zoom: 1;        	
	font-weight: bold;
}

#all_photo_next, #all_photo_prev, #all_galerie_next, #all_galerie_prev {
  position: absolute;
  margin-top: 165px;
  width: 34px;
  height: 34px;
  /*display: none;*/  
  opacity: 0.8;
  filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
  z-index: 10;
  cursor: pointer;
  
}

#all_galerie_next, #all_galerie_prev{
  width: 37px;
  height: 37px;
}
 #all_photo_prev
 {
  margin-left: 10px;
  
  background: url(./easportsfc/arrow-prev.gif) no-repeat center;
 }

#all_photo_next {
  margin-left: 555px;
  background: url(./easportsfc/arrow-next.gif) no-repeat center;
}

 #all_galerie_prev
 {
  margin-left: 10px;
  background: url(./easportsfc/arrow-prev.png) no-repeat center;
 }

#all_galerie_next {
  margin-left: 555px;
  background: url(./easportsfc/arrow-next.png) no-repeat center;
}

#all_galeries img {
  width: 99%;
}

#all_galeries p {font-weight: bold; text-align: center;}


.item_galerie{
  width: 140px;
  overflow: hidden;
  padding: 25px 13px 25px 0;
  float: left;
  line-height: 12px;
}

.item_galerie img {
  border:1px solid black;
}






.qualifiee.on {
  background-image:url(./easportsfc/classement_qualifies.png);  
  background-position:50% 50%;
  background-repeat:no-repeat;
}







form.formular {
	font-family: tahoma, verdana, "sans-serif";
	font-size: 12px;
	padding: 20px;
}

.formular fieldset {
	margin-top: 20px;
	padding : 15px;
	padding-top:0;
}

.formular legend {
	font-size: 12px;
	color: #15428B;
	font-weight: 900;
}

.formular fieldset label {
	clear:both;
	text-align: inherit;
	width: auto;
}

.formular label span {
	color: #000;
	float:left;
	clear:both;
	width:200px;
	padding-right:15px;
  text-align:right;
  margin-top:5px;
}

.formular #date1, .formular #date2, .formular #date3 {
  width:70px;
  margin-right:5px;
}

.formular #date3 {
  width: 80px;
}

.formular input, .formular select, .formular textarea {
	display : block;
	margin-bottom: 5px;
}

.formular .text-input {
	width: 250px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	float:left;
	
}
.formular div {
  clear:both;
}

.formular textarea {
	width: 250px;
	height:70px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}
.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.formular span.checkbox, .formular .checkbox {
	display: inline;
}

.formular .submit {
	background: url('/img/form/button-bg.png') repeat-x;
	border: 1px solid #AAA;
	padding: 4px;
	margin-top: 20px;
	float: right;
	text-decoration: none;
	cursor:pointer;
}

.formular hr {
	clear: both;
	visibility: hidden;
}

.formular .fc-error {
	width: 350px;
	color: 555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}

fieldset{
	border:none;
}

.formError {
	position:absolute;
	top:300px; left:300px;
	padding-bottom:13px;
	display:block;
	z-index:5000;
}
	.formError .formErrorContent {
		width:100%; 
		background:#1A171B;
		color:#fff;
		width:150px;
		font-family:tahoma;
		font-size:11px;
		border:2px solid #ddd;
		box-shadow: 0px 0px 6px #000;
		-moz-box-shadow: 0px 0px 6px #000;
		-webkit-box-shadow: 0px 0px 6px #000;
		padding:4px 10px 4px 10px;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	}
	.greenPopup .formErrorContent {background:#33be40;}
	
	.yellowPopup .formErrorContent {background:#393939;color:#FFF;}
	
	.formError .formErrorArrow{
		position:absolute;
		bottom:0;left:20px;
		width:15px; height:15px;

		z-index:5001;
	}
		.formError .formErrorArrow div{
			border-left:2px solid #ddd;  
			border-right:2px solid #ddd;
			box-shadow: 0px 2px 3px #444;
			-moz-box-shadow: 0px 2px 3px #444;
			-webkit-box-shadow: 0px 2px 3px #444;
			font-size:0px; height:1px; background:#313131;margin:0 auto;line-height:0px; font-size:0px; display:block;
		}
		.greenPopup .formErrorArrow div{background:#33be40;}
		.yellowPopup .formErrorArrow div{background:#393939;color:#FFF;}

		.formError .formErrorArrow .line10{width:15px;border:none;} 
		.formError .formErrorArrow .line9{width:13px;border:none;} 
		.formError .formErrorArrow .line8{width:11px;} 
		.formError .formErrorArrow .line7{width:9px;} 
		.formError .formErrorArrow .line6{width:7px;} 
		.formError .formErrorArrow .line5{width:5px;} 
		.formError .formErrorArrow .line4{width:3px;} 
		.formError .formErrorArrow .line3{width:1px;
			border-left:2px solid #ddd;
			border-right:2px solid #ddd;
			border-bottom:0px solid #ddd;} 
		.formError .formErrorArrow .line2{width:3px;border:none;background:#ddd;}
		.formError .formErrorArrow .line1{width:1px;border:none;background:#ddd;} 
		



.image_facebook_mini {
  margin-bottom: -7px;
}

#mon_compte #onglets div#inscription {
  color: #e2181c;
}

#mon_compte .form_fb {
  text-align:center;
  margin: 10px;
}

#mon_compte p {
  line-height:20px;
}

#mon_compte .important {
  color: red;
}

#mon_compte .forget, #mon_compte .valide {
  float: left;
  margin-top: 20px;
  margin-left: 30px;
  text-align:center;
}

#mon_compte form table th{
  text-align:left;
}

#mon_compte form.user_site {
  margin-left: 75px;
}

#mon_compte form.user_site input{
  width: 230px;
}

#mon_compte .label {
  text-align:right;
  padding-right: 10px;
}

#mon_compte #inscription_page table {
  width: 430px;
}

#mon_compte #inscription_page table tr{
  height: 30px;
}


#mon_compte .alternate {
  text-align:center;
  padding-top: 14px;
}




#mon_compte h2.bleu{
  background:transparent url(./easportsfc/bg_left_h_blue.png) no-repeat scroll center top;
}

#mon_compte .boxe.bleu {
  padding-left: 8px;
}

#mon_compte .FB_SERVER_IFRAME {
  background-color:transparent;
}

#mon_compte #mon_classement .info {
  float:left;
}

.avatar_fond img {
  border: 1px solid #000;
  margin-right: 6px;
  padding-right:0;                          
}

.avatar_fond{
  background-image:url(./easportsfc/avatar_ombre.gif);
  background-position:right bottom;
  float:left;
  height: 79px; 
  width: 58px;
  margin-right:10px;
  padding-bottom:0;
  text-align:right;
}

#mon_compte #mon_classement .info {
  margin-left: 10px;
  width:400px;
  margin-top: 13px;
  font-weight:bold;
}

#mon_compte #mon_classement .info .login{
  color:red;
  font-size:16px;
}


#mon_compte #classement .pts {
  text-align:right;
  padding-right: 10px;
}

#mon_compte #classement .login {
  color: #446ba4;
}

#mon_compte #classement  {
  margin-left: -8px;
  margin-right: -10px;
  clear:both;
}

#mon_compte #classement .rank {
  padding-left: 10px; 
  width: 20px;
}

#mon_compte #classement .ligne_1 .rank, 
#mon_compte #classement .ligne_2 .rank, 
#mon_compte #classement .ligne_3 .rank, 
#mon_compte #classement .ligne_1 .pts, 
#mon_compte #classement .ligne_2 .pts, 
#mon_compte #classement .ligne_3 .pts {
  color: red;    
}

#mon_compte #classement td {
  font-weight:bold;
}

#mon_compte #classement td.avatar {
  width: 65px;
}

#mon_compte #classement .me {
  background-color: #d8eaca;
}



/**********************************
*
*	LIEN PARTAGE
*
***/

#lien_partage {
  height: 52px;
  
  background-image:url(./easportsfc/liens-partage.png);
  background-position:center center;
  background-repeat:no-repeat;
  
  padding:0 7px 9px;
  margin-bottom:20px;
}

#lien_partage div {
  float: left;
}

#lien_partage .middle, #lien_partage .right {
  height: 52px;
  line-height: 55px;
  overflow: hidden;
  
  margin-left:10px;
  margin-right:5px;
}

#lien_partage .left {
  height: 52px; 
  width: 13px;
}


#lien_partage .right p {
  float:left;
  font-size:12px;
  font-weight:bold;
  margin:5px 5px 5px 0;
  text-align:left;
}

#lien_partage p {
  float:left;
  font-size:12px;
  font-weight:bold;
  margin:5px 5px 5px 0;
  text-align:left;

}

#site #left #lien_partage a img, #site #left div.bouton a img {
  border:medium none;
}

#lien_partage div.right img {
  margin-top:20px;
}

#lien_partage img {
  float:none;
  margin-top:12px;
}


/**********************************
*
*	COMMENTAIRES
*
***/


#article_commentaires, #article_commentaires_ajt {
  height: auto;
/*  
  background-image:url(./easportsfc/commentaires-middle.png);
  background-position:center center;
  background-repeat:repeat-y;
  
 */ 
  margin-top:10px;

}

#article_commentaires h3, #article_commentaires_ajt h3 {
    color:white;
    height:49px;
    line-height:53px;
    text-align:center;
    text-transform:uppercase;
    
    background:transparent url(./easportsfc/bg_left_h.png) no-repeat scroll center top;
}
#article_commentaires div, #article_commentaires_ajt div, #article_commentaires_ajt form, #cmt-tmp div  {
    padding:7px 7px 9px;
    padding-right:13px;
}

#cmt-tmp {
   
    color:red;
}
#article_commentaires div.middle p {
    padding-left:15px;
    padding-right:15px;
}
#article_commentaires div.tete, #cmt-tmp div.tete {
    padding-top:10px;
    background:transparent url(./easportsfc/commentaires-middle.png) repeat-y scroll center center;
    
    font-weight:bold;

    /*border-bottom:1px solid red;*/
}

#article_commentaires div.middle, #article_commentaires_ajt form {
    background:transparent url(./easportsfc/commentaires-middle.png) repeat-y scroll center center;
}
#cmt-tmp div.middle {
    background:transparent url(./easportsfc/commentaires-middle.png) repeat-y scroll center center;
}

div.bottom {
    background-image:url(./easportsfc/commentaires-bas.png);
    background-position:center top;
    background-repeat:no-repeat;
    
    margin-bottom:10px;
    height:20px;
    
    padding:0 7px 9px;
}

#article_commentaires_ajt form textarea {
    width:100%;
    height:80px;
}
#article_commentaires_ajt form label {
    display:block;
    float:left;
    margin-top:5px;
    margin-left:5px;
}
#article_commentaires_ajt form input[type=submit] {
    margin-top:4px;
    margin-left:5px;
}


