/******************************************************************************************************/
/*	365 SITES	*/
/**********************************
*
*	DEFAULT 
*
***/

* {
	margin:0;
	padding:0;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	background: #0A2783 url('http://www.football365.fr/images/design/bg_body.gif') repeat-x; 
	text-align: center
}

#site-web {
	margin: auto;
	width: 996px;
	text-align: left;
	background:#FFF;
	border: 1px solid #0A2783;
}

/***
*
*	/DEFAULT
*
**********************************/

/**********************************
*
*	MISE EN PAGE (Principale)
*
***/

#network {
	height: 21px;
	background-image: url('http://www.football365.fr/images/design/bg-topmenu.gif');
	background-repeat: repeat-x
}

#header {
	height:149px;
	background-image: url('http://www.football365.fr/images/design/header.jpg');
}

#navig {
	height:31px;
	background-repeat: no-repeat;
}

#navig #menu {
	list-style-type:none;
}
#navig #menu ul{
	border: 1px solid #000000;
	margin:0;
	padding:0;
}
#navig #menu li {
	display:block;
	float:left;
	position:relative;
	z-index:16;
	_width: 57px;
	_height:20px;
}

#navig #menu li ul li {
	width:100%;
	_height:20px;
}
#navig #menu li a {
	display:block;
	font-size: 11px;
	height:31px;
	font-weight: bold;
}
#navig #menu ul li {
}

ul#menu ul li:hover {

}
#navig #menu ul li a.subNav
{
	background: #E9EEF3 url('http://www.football365.fr/images/design/nav_off.jpg') no-repeat;
}
#navig #menu ul li a.subNav:hover
{
	background: #FFF url('http://www.football365.fr/images/design/nav_on.jpg') no-repeat;
}

#navig #menu ul li a {
	background: #E9EEF3;
	color: #333366;
	display:block;
	_width: 100%;
	height:20px;
	line-height: 20px;
	padding:0px 0px 0px 5px;
	border-bottom: 1px solid #999999;
}

#navig #menu ul li a.last {
	border-bottom: 0px none;
}
#navig #menu ul li a:hover {
	background:#FFFFFF;
	color:#333366;
}
#navig #menu ul {
	margin:0;
	padding:0;
	display:none;
	list-style-type:none;
	position:absolute;
	text-align:left;
	width:160px;
	z-index:16;
}
#navig #menu ul li.last a {
	padding-top:2px;
}
#navig #menu ul ul {
	margin:0;
	padding:0;
	left:160px;
	_left:165px;
	top:-1px;
	z-index:17;
}
.sepHome{
	height:15px;
	width:100%;
	background:#FFF;
}
#homepage{
	padding:0;
	/*background:url('http://www.football365.fr/images/design/bg-col3.jpg') repeat-y;*/
}
 #middle_col2, #middle_col3 {
	padding: 0 0 0 0;
}

#footer {
	height:25px;
	background:#4C77A7 url('http://www.football365.fr/images/design/bg-footer.gif');
	border:1px solid #000
}

#bg-body-middle{
	width: 1010px;
	margin: auto;
	background: url('http://www.football365.fr/images/design/bg-body-ombre.png') repeat-y center;
	
}

*html #bg-body-middle{
	_background: none;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.football365.fr/images/design/bg-body-ombre.png", sizingMethod="scale");	*/
}

/***
*
*	/MISE EN PAGE (Principale)
*
**********************************/



/**********************************
*
*	HEADER
*
***/

#header #logo {
	position:absolute;
	width:260px;
	height:65px;
	margin-top:15px;
	cursor:pointer;
}

#header #pub_header {
	float: right;
	width:728px;
	height:100px;
	text-align:center;
	overflow: auto;
}


#header #rss {
	position:absolute;
	top:110px;
	width:54px;
	height:50px;
	margin-left:18px;
	cursor:pointer;
	z-index:2;
}
#header #logo h1 {
	text-indent:-2500px;
}

#header #rss h5 {
	text-indent:-2500px;
}

#header #bouton-top{
	height:43px;
	margin-left: 105px;
}

#header #bouton-top li{
	float: left;
	width: 210px;
	height:43px;
	list-style-type: none;
	text-align:center;
	margin-left: 9px;
}

/***
*
*	/HEADER
*
**********************************/



/**********************************
*
*	MISE EN PAGE (Centrale)
*
***/


#colonne_1 { 
	float:left;
	width: 460px;
	margin-right: 15px;
}

/* colonne 2 */
#colonne_2 { 
	margin: auto;
	float:right;
	width:300px;
}

/* colonne 3 */
#colonne_3 {
	float:right;
	width:218px;
}


#middle_col2 #colonne_1 { 
	float:left;
	width: 681px;

}

#middle_col3 #colonne_1 { 
	float:left;
	width: 760px;
}

/***
*
*	/MISE EN PAGE (Centrale)
*
**********************************/


/**********************************
*
*	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: 0px;
}

/* les liens */
a {
	text-decoration:none;
	color: #003366;/*noir*/
}
a:hover {
	color: #003366;/*bleu clair*/
}


/* les barres */
hr {
	clear: both;
	height:1px;
	border:0px none;
	background-color:#4C76A6
}

/***
*
*	/ELEMENTS HTML COURANTS
*
**********************************/

/**********************************
*
*	BALISES SPECIAL
*
***/

/* barre invisible pour espacement */
hr.clear {
	clear: both;
	visibility:hidden;
}

.clear {
	display: block;
	clear: both;
	font-size:0px;
}

/***
*
*	/BALISES SPECIAL
*
**********************************/

/**********************************
*
*	ELEMENTS COURANTS
*
***/

span.subtitle {
	font-size:10px;
}

span.title {
	font-size:13px;
	font-weight:bold;
	margin-top:2px;
}

span.strapline {
	color:#000;/*noir*/
	font-size:11px;
	display:block;
	text-align:justify;
	padding:2px 0 0 0;
}

/***
*
*	/ELEMENTS COURANTS
*
**********************************/

/**********************************
*
*	BANDE NETWORK
*
***/

#network ul {
	margin-left:5px;
	list-style-type:none;
	text-align:left;
}

#network ul li {
	padding-left:5px;
	padding-right:5px;
	display:inline;
	line-height:21px;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
}
#network ul li a {
	color:#FFF;
}
#network ul li a:hover {
	text-decoration:underline;
}
#network ul li span {
	color:#FEC900;
}

/***
*
*	/BANDE NETWORK
*
**********************************/




/**********************************
*
*	NAVIGATION
*
***/




/***
*
*	/NAVIGATION
*
**********************************/


/**********************************
*
*	FOOTER
*
***/

#footer p {
	padding-top:5px;
	text-align:center;
	color:#FFF;
}

#footer p a {
	color:#FFF;/*blanc*/
}

#footer p a:hover {
	text-decoration:underline;
}

#footer span.sporever {
	float:left;
}
#footer span.sporever {
	float:left;
}

/***
*
*	/FOOTER
*
**********************************/











/**********************************
*
*	Boxe
*
***/


.boxe{
	margin-bottom: 15px;
	*zoom: 1;
}

.tagcloud{
	padding: 5px;
text-align:justify;
}
.article_une object{
	font-size: 1px;
}

.article_une .strapline:first-letter {
	font-size:18px;
	color:black;
}

.article_une .strapline{
	padding-left:5px;
}

.article_une a{
	display: block;
	padding: 0px 9px 9px 0;
	*zoom: 1;
}

.article_une .lien_chapeau a {
	padding-left:9px;
}
.article_une .subtitle{
	display: block;
	padding-left:9px;
}
.article_une .title{
	display: block;
	font-size: 17px;
	padding-left:9px;
}

.article_une .photo{
	float: left;
	margin: 0 5px 5px 0;
	border:1px solid #4C77A7;
	width: 300px;
}

.article_une a:hover{
	background-color: #eee;
}


.article_vert{
	float: left; 
}
.first_vert{
	margin-right: 14px;
	_margin-right: 12px;
}
.last_vert{
	float: right;
	margin: 0;
}

.article_vert a{
	display: block;
	text-align:left;
	width:144px;
}

.article_vert .subtitle{
	display: block;
	font-size: 10px;
	margin: 0 5px 0 5px;
}

.article_vert .title{
	display: block;
	font-size: 13px;
	margin: 0 5px 0 5px;
}

.article_vert .strapline{
	display:block;
	text-align: justify;
	margin: 0 5px 0 5px;
}





.article_vert .photo{
	width:142px;
	border: 1px solid #336699;
}

.encadre {
	background-color:#4C76A6;
	float:left;
	font-weight:bold;
	width:146px;
	height:145px;
	text-align:center;
}
.first_enc{
	margin-right: 12px;
	_margin-right: 10px;
}
.last_enc{
	float: right;
	margin: 0;
}


.encadre span{
	padding: 0 5px 0 5px;
 	font-weight: normal;
 	font-size: 11px;
}
.encadre a {
	color:white;
}
.encadre a:hover, .encadre h4:hover {
	color: #FFCC00;
}

.encadre img {
	margin: 3px;
	width: 140px;
	height: 79px;
}

.encadre h4 {
	background-image: url('http://www.football365.fr/images/design/bg-footer.gif');
	height: 22px;
	line-height: 22px;	
	color: #FFFFFF;
	font-size: 12px;
	text-align: center
}

#une_flash{
	background-color: #336699;
	width: 460px;
	height: 238px;
}
 
.blockListing{
	clear: both;
	text-align:center;
}
.separt{
	height: 2px;
	background-image: url('http://www.football365.fr/images/design/separt.gif');
	background-repeat : repeat-x
}
.last{

}

.blockListing a{
	display: block;
	text-align:left;
	padding: 10px 0 0 10px;
	*zoom: 1;
}

.blockListing .subtitle{
	display: block;
}
.blockListing .strapline{
	padding: 0 0 0 0;
	display:block;
	text-align: justify;
}

.blockListing .title{
	display: block;
	font-size: 13px;
}

.article_vert a:hover, .blockListing a:hover{
	background-color: #eeeeee;
	*zoom: 1;
}

.blockListing .photo{
	float: left;
	width:90px;
	margin: 0 10px 0 -10px;
	border: 1px solid #336699;
}
 


.fleche_rouge{
	display: block;
}
.troisfleche{
	float: right; 
}

.directlive .boxe_tetiere a{
	color: white;
	margin-right: 5px;
}

.boxe_tetiere{
/*	background-color: #336699;*/
	background-image: url('http://www.football365.fr/images/design/bg-footer.gif');
	height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 22px;
	padding-left: 10px 
}
.boxe_footer{
	background-color: #336699;
	height: 10px;
	font-size: 1px;
}
#filinfo{
	overflow-y: auto;
	overflow-x: hidden;
	height: 204px;
	font-size:11px;
	border: 1px solid #336699;
}

#filinfo li{
	list-style-type: none;
	text-indent:7px;
	height:17px;
margin:0;
padding:0;
/* background-image: url(http://www.football365.fr/images/design/bg-filinfo.gif);
	background-repeat: repeat-x;
	background-position: bottom;*/
border-bottom:1px solid #B5C3CE;
}

#filinfo a{
	display: block;
	color: black;
      line-height:17px;
}

#filinfo a:hover{
	color: #CB3300;
	background-color: #F5F5F5;
}

#filinfo span{
	color: #cb3300;
	font-weight: bold;
}


.fil_items{
	list-style-type: none;
}
.fil_items strong{
	color: #FEC900;
}
/***
*
*	/NAVIGATION
*
**********************************/


/***
* ARTICLE
***/

#photo_article{
	float: left;
	width: 320px;
}
#photo_article img{
	margin: 0 10px 0 10px;
	width: 300px;
}
#photo_article div{
	float: right;
	margin: 0 10px 0 0;
}
.article{
	font-size:11px;
	font-family: Arial;
}
.article a:hover{
	color: #FEC900;
}
.article .subtitle{
	color: #003366;
	display: block;
	font-size: 11px;
	margin-bottom: 5px;
}
.article h1{
	color: #003366;
	font-size: 17px;
	font-weight: bold;
}
.article .auteur{
	display: block;
	color: #003366;
	font-size: 11px;
	margin-bottom: 10px;
}
.article .strapline{
	font-weight:bold;
}

#left_side{
	float: left;
	width: 163px;
	margin: 0 5px 0 10px;
}

.bloc_ours{
	border: 1px solid #003366;
	background-color: #E9EEF3;
	margin-bottom: 10px;
}
.bloc_ours_title{
	font-weight: bold;
	margin-bottom: 10px;
	text-align:center;
}
.bloc_ours_texte{
	margin-left: 10px;
}
#bloc_pub_sky{
	text-align: center;
	border: 1px solid #003366;
	margin-bottom:10px;
}

#body_content{
	float: left;
	width: 470px;
	padding: 5px; 
	text-align:justify;
}
#body_content p{
	margin:12px 0px;
}
#body_content img{
	margin: 2px;
}

.encart_foot{
	padding:10px;
	border: 1px solid #003366;
	background-color: #E9EEF3;
	text-align:center;
}


.dl{
	height: 238px;
	background-color: #336699;
	margin-left: 1px;
}

.video{
	background-color: #336699;
	border: 1px solid #336699;
}

.col3{
	margin-left: 15px;
}




.col3 .boxe{
	color:  white;
	background-color: #4c77a7;
}

.col3 .boxe a{
	color:  white;
}

.sous_tetiere{
	border: 1px solid #336699;
}
.col3 .boxe .sous_tetiere{
	border: 0px none;
	padding: 5px
}
.col3 .boxe .swf_tetiere {
	font-size: 0px; 
}


/*	365 SITES		*/
/******************************************************************************************************/


/* Article Commentaire */

table#ArticleCommentaire {
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	font-size:11px !important;
}
table#ArticleCommentaire td img {
	border: 0px solid;
	text-align:left;
}
table#ArticleCommentaire td {
	padding:5px;
}
table#ArticleCommentaire td a{
	text-decoration: underline;;
}
table#ArticleCommentaire td.titre {
	background-color:#336699;
	padding:5px
}
table#ArticleCommentaire td.titre a{
	color:#FFFFFF; 
	text-decoration: underline;
	font-size: 11px;
	font-weight: none;
	text-transform: none;
}

table#ArticleCommentaire td#LiensArticlesCommentaire {
	BACKGROUND-COLOR: #336699;
	WIDTH: 100%; 
	text-align: center;
	FONT-SIZE: 11px; 
	COLOR: #ffffff; 
}
.OpinionLecteur {
	border-bottom : 1px solid #336699;
	padding: 10px;
}

.OpinionLecteurLast {
	border-bottom : 0px solid #336699;
	margin: 0 10px 0 10px;
	padding: 10px;
}
.Opinion {
	color: #CC0003;
	font-weight: bold;
}

.Opinion  a{
	PADDING-LEFT: 8px;
	color: #336699;
	font-weight: bold;
  	background-repeat: no-repeat; 
	text-decoration: underline;	
	background-position:left center;	
}

.nb_comment{
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	margin:0 0 0 5px;
	padding:5px 0;
}


.article_une .nb_comment {	
	text-align:right;

}

.nb_comment img{
	vertical-align: middle;
	margin-right:5px;
}

.pngfix {
	margin: 5px;
}

#pagination {
	text-align: center;
	border: 1px solid #4C76A6;
/*	margin: 15px 15px 4px 0px;*/
	padding: 2px;
	background-color: white;
}
#pagination a, #pagination a:visited{
	text-decoration: none;
}
#pagination a:hover{
	color: black; 
	text-decoration: underline;
}
#pagination p {
	text-align: center;
	margin: 0;
}
#pagination ul {
	margin: 0;
	padding: 0;
}
#pagination li {
	display: inline;
	margin: 0;
	margin-right: 4px;
	color: #4C76A6;
}
#pagination .sel {
	color: #ddd; 
	font-weight: bold;
}



#rss  hr{
	clear:both;
	margin:0px;
	border: 0px;
	display:none;
}
#rss .div1{
	height:20px;
}
#rss .div2{
	background: #ffffff;
	height:20px;
}
#rss img{
	vertical-align:middle;
}
#rss .rssName {
	margin-top:2px;
	margin-right:2px;
	padding-right:2px;
	padding-left:5px;
	background: #cccccc;
	width: 110px;
	float:left;
	text-align:center;
}
#rss .rssLinks {
	float:right;
	text-align:right;
}






/* YAHOO */

/* Resultat */
#search_form{
	text-align:center;
}
#search_form form input[type=text] {
	width:140px;
}
#search_form form input[type=submit] {

}


#search_result {
	border: 1px solid gray;
	font-family:'Arial', Helvetica, Verdana, sans-serif;
	font-weight:normal;
	font-size:12px;
	width:460px;
	width:100%;
}

#search_result h3 {
	color:#4C77A7;/*bleu sporever*/
	font-size:17px;
	text-align:center;

}

#search_result ul {

}

#search_result ul li {
	list-style-type:square;
	color:#4C77A7;/*bleu sporever*/
	cursor:pointer;
}

#search_result ul li span.title_search {
	display:block;
}
#search_result ul li span.title_search a {
	color:#4C77A7;/*bleu sporever*/
	font-weight:bold;
	text-decoration:underline;
}
#search_result ul li span.title_search a:hover {
	text-decoration:none;
}

#search_result ul li span.desc {
	display:block;
	clear:both;
	color:black;
}

#search_result ul li span.site {
	display:block;
	clear:both;
	color:green;
	margin-bottom:10px;
}

/* Formulaire */
#boxe_yahoo #afficheTable table {
	font-family:'Arial', Helvetica, Verdana, sans-serif;
	font-weight:normal;
	font-size:11px;
	background-color:#4C77A7;/*bleu sporever*/
}

#boxe_yahoo #afficheTable img {
	margin-right:3px;
	border:none;
}
#afficheTable {
	text-align:center;
	width:100%;
	margin-left:0;
	margin-right:0;
}
#afficheTable table {
	border:none;
	text-align:center;
}
#afficheTable table tr td {
	vertical-align:top;
}
#afficheTable table tr td.space {
	height:10px;
}
#afficheTable div.boxe {

}
#afficheTable div.titre {
	color:#FEC900;/*sporever jaune*/
	font-weight:bold;
	margin-bottom:5px;
	text-align:left;
}
#afficheTable div.titre a {
	color:#FFF;
}
#afficheTable div.chapo {
	text-align:left;
	margin-left:2px;
	color:#FFF;
	margin-bottom:5px;
}
#afficheTable div.chapo a {
	color:white;
	text-decoration:none;
}
#afficheTable div.chapo a:hover {
	text-decoration:underline;
}

#colonne_3 .BoldBlueText{
	color: #FEC900;
margin: 0 0 7px 0;

}

#divPolls{
	margin: 0 6px;
}


.linkTG:hover{
	text-decoration:underline;
}


#MainTableResultHome, #MainTableResultClub, #ClassementBlocHome{
	border-left:1px solid #4c77a7; border-right:1px solid #4c77a7; border-top:1px solid #4c77a7; font-size: 11px;
	border-bottom: 0px none;
	margin: 5px;
	width: 288px
}
#MainTableResultHome a, #MainTableResultClub a, #ClassementBlocHome a{
	color: #000000;
}
.Equipe103Win, .Equipe113Loose, .Equipe103Loose, .Equipe113Win{
	text-align: right;
	padding-right: 5px;
	border-bottom: 1px solid #4c77a7;
}
.Equipe003Win, .Equipe003Loose, .Equipe013Win, .Equipe013Loose{
	padding-left: 5px;
	border-bottom: 1px solid #4c77a7;
}


#MainTableResultHome .Equipe003Win a, #MainTableResultHome .Equipe103Win a, #MainTableResultHome .Equipe013Win a, #MainTableResultHome .Equipe113Win a {
	font-weight: bold;
}



.equipeSel a{
	color: #CB3300;
	font-weight: bold;
}

.Texte03, .Texte13{
	text-align: center;
	border-bottom: 1px solid #4c77a7;
	border-left: 1px solid #4c77a7;
	border-right: 1px solid #4c77a7;
	background-color: #E9EEF3;
	color: black;
	font-weight: bold;
}


.NumClassmt, .NumClassmtOn{
	border-bottom: 1px solid #4c77a7;
	text-align: center;
}
.EquipeClassmt, .EquipeClassmtOn{
	border-bottom: 1px solid #4c77a7;
	border-left: 1px solid #4c77a7;
	padding-left: 5px;
}

.PointsClassmt, .PointsClassmtOn{
	border-bottom: 1px solid #4c77a7;
	border-left: 1px solid #4c77a7;
	background-color: #E9EEF3;
	color: black;
	font-weight: bold;
	text-align: center;
}

.ProgressionClassmt, .ProgressionClassmtOn{
	border-bottom: 1px solid #4c77a7;
	border-left: 1px solid #4c77a7;
	text-align: center;
}

.NumClassmtOn, .ProgressionClassmtOn, .PointsClassmtOn, .EquipeClassmtOn{
	font-weight: bold;
	color: #CB3300;
}


#BlocTableEffectif{
	border-left:1px solid #fff; border-right:1px solid #fff; border-top:1px solid #fff; border-bottom:0px none; 
}

#BlocTableEffectif td {
	border-bottom:1px solid #fff;
	text-align: center;
}

#BlocTableEffectif .Joueur {
	border-left:1px solid #ffffff;
	padding-left: 5px;
	text-align: left;
}
/*
#BlocTableEffectif .Joueur a{
	color: #000;
}
*/

.video_title{
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;
	padding:5px 0;
	background-color: black;
}

#pub_liens, #pub_liens * { 
	text-align: left !important;
	margin-left:10px;
	color: #000000;font-size: 11px; 
}
#pub_liens a.liens {
	text-decoration: underline;
	font-weight: bold;
}

.directlive .sous_tetiere {
	background-color: #4c77a7;
}





	.btnGr ul{
		margin: auto;
	}
	.btnGr li{
		float: left;
		display: block;
		width: 48%;
		_width: 47%;
		margin: 2px;
		border: 1px solid #4C77A7;
		text-align: center;
	}	
	.btnSelected{
		background-color: #E9EEF3;
	}
	.btnNoSelected{
		background-color: white;
	}



#une_flash{
height: auto;
}

#une_flash #maskUne{
  position: relative;
	width: 460px;
	_width: 458px;
	height:261px;
	overflow: hidden;
	border: 1px solid black;
}
#une_flash #maskUne a{
padding: 0;
}
#une_flash #opacityBandeUne{
	position: absolute;
	margin-top: 152px;
	width: 1840px;
	height: 109px;
	z-index:2;
	background-color: #000000;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;		
}
#une_flash #articleUne{
	width: 1840px;
	position: relative;
}
#une_flash #articleUne li{
	list-style: none;
	float: left;	
}
#une_flash #articleUne li a{
	width: 460px;
}
#une_flash #articleUne li img{
	width: 460px;
	height: 261px;
}
#une_flash #articleUne li div{
	position: absolute;
	z-index: 3;
	color: white;
	margin: 150px 0pt 0pt 4px;
}

#une_flash #articleUne li div h1 a, #articleUne li div h1 a:hover, 
#une_flash #articleUne li div h4 a, #articleUne li div h4 a:hover {
  color:white;
}

#une_flash #articleUne li div h1{
	font-family:Impact,Arial,sans-serif;
	font-weight:normal;
	font-smooth:always; /*never auto always */
	font-size:31px;
	line-height:31px;
	margin:0pt;
	padding:0pt;
	text-transform:uppercase;
}
#une_flash #articleUne li div h4{
	font-family:Trebuchet MS,Arial,sans-serif;
	font-size:11px;
	margin:0pt;
	padding:0pt;
	font-weight:normal;
	text-transform:uppercase;
}
#une_flash #articleVignetteUne{
	position: absolute;
	/*margin: 280px 0 0 72px;*/
	margin: 203px 0pt 0pt 17px;
	z-index: 3;
}
#une_flash #articleVignetteUne li{
	width: 90px;
	list-style: none;
	float: left;	
	margin-right: 20px;
}
#une_flash #articleVignetteUne li img{
	width: 90px;
	height: 51px;
	border: 1px solid white;
	cursor:pointer;
}
#une_flash a:hover{
background: transparent;
}


#lien_partage{
	width: 658px;
	border: 1px dashed #4c77a7;
	height: 68px;
	background-color: #c4d2e2;
	text-align: center;
	margin: 0 0 10px 10px;
}
#lien_partage p{
	color: #336699;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
}
#lien_partage a {
	text-decoration: none;
}
#lien_partage img{
	border: 0px none;
}