/* *********************************
			DIV CONTAINER
************************************ */

#CONTAINER #CONTENT #SUBCONTENT{
	float:left;
	width:424px;
    padding:20px;
    padding-top:30px;
    background:url('../imgs/bkg_content.gif') no-repeat #FFFFFF;
}
#CONTAINER #CONTENT #INSERT{
	float:right;
	width:314px;
    width: 267px;
}

    * html #CONTENT #INSERT{
       /*background:url('../imgs/bkg_menu.gif') repeat-x #2c2c2c;*/
       background:#151515;
       filter:alpha(opacity=93);
       opacity: 0.93;
    }
	
	
		#CONTAINER #CONTENT #INSERT .encart{
			margin-top: 30px;
		}
		
			#CONTAINER #CONTENT #INSERT .encart .titre_violet{
				margin-bottom: 0px;
			}
			
		
		#CONTAINER #CONTENT #INSERT .encart_contenu{
			background: #000000;
			filter:alpha(opacity=95);
       		opacity: 0.95;
       		padding: 1px;
		}
		#CONTAINER #CONTENT #INSERT .encart_contenu p.bodytext{
			padding: 10px;
			padding-bottom: 0px;
			color: #fff;
		}
		
		#CONTAINER #CONTENT #INSERT .encart_contenu .news_item{
			background:url('../imgs/bkg_une_lst.gif') repeat-x bottom left;
		}
		#CONTAINER #CONTENT #INSERT .encart_contenu .actu_image{
			float: left;
			width: 102px;
			border: 1px solid #000;
			border-left: 0px;
		}
		
		#CONTAINER #CONTENT #INSERT .encart_contenu .actu_texte{
			float: left;
			width: 146px;
			padding-left: 15px;
			padding-top: 5px;
			min-height: 72px;
			_height: 72px;
		}
		
		#CONTAINER #CONTENT #INSERT .encart_contenu .tous{
			background: url('../imgs/bt_tous.png') center left no-repeat;
			font-size:10px;
			line-height:10px;
			padding-left: 12px;
			padding-right: 5px;
			margin-top: 5px;
			text-transform: uppercase;
			display: block;
			float: right;
			width: auto;
			margin-bottom: 10px;
			color: #ca0102;
		}
		
		
		/** Joueurs libres **/
		#CONTAINER #CONTENT #INSERT .encart #encartJoueursLibresMenu,
		#CONTAINER #CONTENT #INSERT .encart #encartJoueursLibresMenu li {
			list-style: none;
			margin: 0;
			padding: 0;
		}
			#CONTAINER #CONTENT #INSERT .encart #encartJoueursLibresMenu li {
				float: left;
				display: block;
				width: 132px;
			}
			#CONTAINER #CONTENT #INSERT .encart #encartJoueursLibresMenu li.clL {
				float: none;
				clear: left;
				width: 0;
				height: 0;
				font-size: 1px;
			}
				#CONTAINER #CONTENT #INSERT .encart #encartJoueursLibresMenu li a {
					display: block;
					padding: 0 5px;
					height: 20px;
					line-height: 20px;
					background: #666;
				}
				#CONTAINER #CONTENT #INSERT .encart #encartJoueursLibresMenu li a.actif {
					background: none;
				}
		#CONTAINER #CONTENT #INSERT .encart_contenu #encartJoueursLibres2 {
			display: none;
		}
			#CONTAINER #CONTENT #INSERT .encart_contenu .joueur {
				background:url('../imgs/bkg_une_lst.gif') repeat-x bottom left;
				min-height: 72px;
				_height: 72px;
			}
				#CONTAINER #CONTENT #INSERT .encart_contenu .joueur .img {
					float: left;
					width: 70px;
					border: 1px solid #000;
				}
					#CONTAINER #CONTENT #INSERT .encart_contenu .joueur .img img {
						border: 0;
					}
				#CONTAINER #CONTENT #INSERT .encart_contenu .joueur .content {
					float: left;
					width: 175px;
					padding: 5px 5px 5px 10px;
				}
					#CONTAINER #CONTENT #INSERT .encart_contenu .joueur .content .title {
						padding-left: 8px;
						background:url('../imgs/ico_next.gif') no-repeat 0px 3px;
						color: #fff;
						font-weight: bold;
						text-transform: uppercase;
					}
			#CONTAINER #CONTENT #INSERT .encart_contenu .seeMore {
				background: url('../imgs/bt_tous.png') center left no-repeat;
				font-size:10px;
				line-height:10px;
				padding-left: 12px;
				padding-right: 5px;
				margin-top: 5px;
				text-transform: uppercase;
				display: block;
				float: right;
				width: auto;
				margin-bottom: 10px;
				color: #ca0102;
			}
		
		
	/* colonnes avec insert */
	#CONTAINER #CONTENT #RTE_CONTENT .corporate .content{
		float:left;
		width:600px;
	}
	/* insert */
	#CONTAINER #CONTENT #RTE_CONTENT .corporate .insert{
		float:right;
		width:200px;
	}
	
	/* deux colonnes*/
	#CONTAINER #CONTENT #RTE_CONTENT .corporate .col2{
		float:left;
		width:400px;
	}
	
	/* deux colonnes insert */
	#CONTAINER #CONTENT #RTE_CONTENT .corporate .content .col2{
		float:left;
		width:300px;
	}
	
	/* trois colonnes*/
	#CONTAINER #CONTENT #RTE_CONTENT .corporate .col3{
		float:left;
		width:266px;
	}
	
	/* Drill down */
	#CONTAINER #CONTENT #RTE_CONTENT dl.accordion {
		width: 424px !important;
		_width: 388px !important;
	}
		#CONTAINER #CONTENT #RTE_CONTENT dl.accordion dt {
			width: 404px !important;
			_width: 378px !important;
		}
		#CONTAINER #CONTENT #RTE_CONTENT dl.accordion dd {
			width: 414px !important;
			_width: 378px !important;
		}