.newsaffiche
{
	float: left;
	width: 711px;
	margin-left: 4px;
	margin-top: 1px;
	background-image: url("../images/template/newscorps.png");
	background-repeat: repeat-y;
	overflow: hidden;
}

	.newsaffiche a
	{
		color: orange;
		text-decoration: none;
	}

	.newsaffiche a:hover
	{
		color: orange;
		text-decoration: underline;
	}

	.viewnewstop
	{
		height: 23px;
		background-image: url("../images/template/newshaut.png");
	}
	
	.viewcoveragetop
	{
		height: 23px;
		background-image: url("../images/template/coveragehaut.png");
	}
	
	.viewhighlighttop
	{
		height: 23px;
		background-image: url("../images/template/highlighthaut.png");
	}
	
	.viewmatchtop
	{
		height: 23px;
		background-image: url("../images/template/matchhaut.png");
	}
	
	.viewarticletop
	{
		height: 23px;
		background-image: url("../images/template/articlehaut.png");
	}
	
	.viewinscriptiontop
	{
		height: 23px;
		background-image: url("../images/template/inscriptionhaut.png");
	}
	
	.viewrecruttop
	{
		height: 23px;
		background-image: url("../images/template/recruthaut.png");
	}
	
	.viewprofiltop
	{
		height: 23px;
		background-image: url("../images/template/profilhaut.png");
	}
	
	.viewcommunautetop
	{
		height: 23px;
		background-image: url("../images/template/communautehaut.png");
	}
	
	.viewtmtvtop
	{
		height: 23px;
		background-image: url("../images/template/tmtvhaut.png");
	}
	
	.viewcontacttop
	{
		height: 23px;
		background-image: url("../images/template/contacthaut.png");
	}

	.viewnewsdetails
	{
		height: 28px;
		background-image: url("../images/template/newsdetails.png");
		overflow: hidden;
	}

		.newsdetailsdate
		{
			float: left;
			width: 90px;
			margin-left: 5px;
			font-size: 17px;
			padding-top: 5px;
		}

		.newsdetailsdate2
		{
			float: left;
			width: 200px;
			margin-left: 5px;
			font-size: 17px;
			padding-top: 5px;
		}
		
		.newsdetailstitre
		{
			float:left;
			width: 490px;
			padding-top: 2px;
			font-size: 18px;
			overflow: hidden;
		}
		
		.newsdetailssection
		{
			width: 120px;
			padding-top: 3px;
			float: left;
		}
		
		.newsdetailssection2
		{
			margin-left: 380px;
			width: 120px;
			padding-top: 3px;
			float: left;
		}
	
	.viewnewsimage
	{
		clear: both;
		height: 90px;
		width: 709px;
		margin-left: 1px;
		margin-right: 1px;
		overflow: hidden;
		border-bottom: 1px solid #9f9f9f;
	}
	
	.matchinfo
	{
		margin: 5px;
	}
	
		.matchinfoteam
		{
			width: 264px;
			float: left;
		}
	
		.matchinfoteamtop
		{
			width: 264px;
			height: 10px;
			background-image: url('../images/template/matchinfotop.png');
		}
		
		.matchinfoteamcentre
		{
			width: 264px;
			background-image: url('../images/template/matchinfocentre.png');
		}
	
		.matchinfoteambottom
		{
			width: 264px;
			height: 10px;
			background-image: url('../images/template/matchinfobas.png');
		}
		
			.logoteamA
			{
				width: 80px;
				height: 80px;
				padding: 2px;
				background-color: #efefef;
				float: left;
				margin: 10px;
				overflow: hidden;
			}
			
			.logoteamB
			{
				width: 80px;
				height: 80px;
				padding: 2px;
				background-color: #efefef;
				float: right;
				margin: 10px;
				overflow: hidden;
			}
			
			.nomteamA
			{
				width: 82px;
				float: left;
				margin: 10px;
				margin-top: 0px;
				text-align: center;
			}
			
			.nomteamB
			{
				width: 82px;
				float: right;
				margin: 10px;
				margin-top: 0px;
				text-align: center;
			}
			
			.versus
			{
				float: left;
				width: 0px;
				height: 0px;
				background-color: red;
				position: relative;
				left: 115px;
				top: 40px;
			}
		
		.matchinfoprologue
		{
			width: 425px;
			margin-left: 11px;
			float: left;
		}

	.viewnewscontenu
	{
		margin: 5px;
		text-align: justify;
	}

		.viewnewscontenu p
		{
			text-indent: 15px;
		}
		
	.viewprofilecontenu
	{
		margin: 5px;
		text-align: justify;
	}
	
	.viewarticlecontenu
	{
		margin: 5px;
		text-align: justify;
	}
	
		.viewarticlecontenu a
		{
			color: #333333;
			text-decoration: none;
		}
	
		.viewarticlecontenu a:hover
		{
			color: orange;
			text-decoration: none;
		}
	
	.annulemargin
	{
		margin-left: -4px;
	}
	
		.matchcomment
		{
			background-color: #efefef;
			width: 689px;
			height: 500px;
			padding: 5px;
			margin-top: 10px;
			border: solid 1px gray;
			overflow: auto;
		}
	
		.matchcomment p
		{
			text-indent: 0px;
		}

	.viewnewsauteur
	{
		margin: 5px;
	}

	.viewnewscommentaire
	{
		margin: 5px;
	}
	
		.commentairetop
		{
			width: 698px;
			height: 25px;
			background-image: url("../images/template/commentairetop.png");
		}
	
		.commentairecorps
		{
			width: 698px;
			background-image: url("../images/template/commentairecorps.png");
			background-repeat: repeat-y;
			padding-left: 12px;
		}
	
			.commentairepage
			{
				text-align: right;
				padding-right: 20px;
			}
			
				.commentairepage a
				{
					color: black;
				}
	
			.commentaireitem1
			{
				width: 675px;
				background-image: url("../images/template/commentaireitem.png");
				background-repeat: no-repeat;
				background-color: #ebebeb;
			}
		
			.commentaireitem2
			{
				width: 675px;
				background-image: url("../images/template/commentaireitem.png");
				background-repeat: no-repeat;
				background-color: #d0d0d0;
			}
			
				.commentaireinfo
				{
					height: 16px;
					padding-top: 2px;
					padding-left: 5px;
				}
			
					.commentaireauteur
					{
						float: left;
					}
					
					.commentaireauteur a
					{
						color: black;
					}
			
					.commentairedate
					{
						float: right;
						padding-right: 5px;
					}
				
				.commentairetexte
				{
					padding: 3px;
				}
				
				.commentaireedition
				{
					display: none;
					width: 663px;
					margin: auto;
					text-align: center;
				}
		
			.commentairebox
			{
				width: 615px;
				padding-left: 30px;
				padding-right: 30px;
				padding-top: 10px;
			}
			
				.commentaireboxtexte
				{
					width: 406px;
					height: 125px;
					float: left;
				}
				
					.formcommentaire
					{
						width: 402px;
						padding-right: 2px;
						height: 121px;
						background-position: 0px 0px;
						background-image: url("");
						border: 1px solid #9f9f9f;
					}
			
				.commentaireboxlogo
				{
					width: 200px;
					height: 78px;
					margin-left: 406px;
					background-image: url("../images/template/commentaireboxlogo.png");
				}
				
				.commentaireboxbouton
				{
					width: 200px;
					height: 47px;
					margin-left: 406px;
					background-image: url("../images/template/commentaireboxbouton.png");
					cursor: pointer;
				}
			
				
	
		.commentairebottom
		{
			width: 698px;
			height: 26px;
			background-image: url("../images/template/commentairebottom.png");
		}
		
	.coveragebox
	{
		width: 440px;
		margin-left: 125px;
		overflow: hidden;
	}
		
		.coverageboxtop
		{
			width: 440px;
			height: 20px;
			background-image: url("../images/template/covconthaut.png");
		}
		
		.coverageboxcenter
		{
			width: 420px;
			padding: 5px;
			padding-right: 15px;
			background-image: url("../images/template/covcontcentre.png");
			background-repeat: repeat-y;
		}
		
		.coverageboxbottom
		{
			width: 440px;
			height: 11px;
			background-image: url("../images/template/covcontbas.png");
		}
		
	.pagebox
	{
		width: 278px;
		margin-left: 60px;
		overflow: hidden;
		float: left;
	}
		
	.pagebox ul
	{
		list-style-type: none;
		list-style-position: inside;
		margin: 0px;
		padding: 0px;
	}
		
		.pageboxtop
		{
			width: 278px;
			height: 20px;
			background-image: url("../images/template/pageconthaut.png");
		}
		
		.pageboxcenter
		{
			width: 258px;
			padding: 5px;
			padding-right: 15px;
			background-image: url("../images/template/pagecontcentre.png");
			background-repeat: repeat-y;
		}
		
		.pageboxbottom
		{
			width: 278px;
			height: 9px;
			background-image: url("../images/template/pagecontbas.png");
		}
		
		.selectpage
		{
			width: 267px;
		}
	
	.bookmarkbox
	{
		width: 278px;
		margin-left: 25px;
		overflow: hidden;
		float: left;
	}
		
		.bookmarkboxtop
		{
			width: 278px;
			height: 20px;
			background-image: url("../images/template/bookmarkboxtop.png");
		}
	
		.bookmarkboxcenter
		{
			width: 258px;
			height: 28px;
			padding: 5px;
			padding-right: 15px;
			padding-top: 15px;
			background-image: url("../images/template/pagecontcentre.png");
			background-repeat: repeat-y;
		}
		
		.bookmarkboxbottom
		{
			width: 278px;
			height: 9px;
			background-image: url("../images/template/pagecontbas.png");
		}
	
	.viewnewsinfo
	{
		margin: 5px;
	}
	
	.viewnewsbas
	{
		height: 13px;
		background-image: url("../images/template/newsbas.png");
	}
	
/* CSS pour les tableaux */	
table.grand
{
	width: 600px;
}

table.petit
{
	width: 300px;
}

.legende 
{
	height: 22px;
	background-image: url(../images/table/bgth.gif);
	font-weight: bold;
	text-align: center;
}

.tableimpair
{
	height: 22px;
	background-image: url(../images/table/bgtd1.gif);
	text-align: center;
}

.tablepair
{
	height: 22px;
	background-image: url(../images/table/bgtd2.gif);
	text-align: center;
}

.borddroit
{
	border-right:1px solid #3f3f3f;
}

.bordgauche
{
	border-left:1px solid #3f3f3f;
}

.headergrand
{
	height: 60px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.headerpetit
{
	height: 30px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.headergrand img
{
	width: 600px;
	margin: -1px;
	margin-bottom: -6px;
}

.headerpetit img
{
	width: 300px;
	margin: -1px;
	margin-bottom: -6px;
}

.footergrand
{
	height: 18px;
	background-image: url(../images/table/tablebas.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.footerpetit
{
	height: 15px;
	background-image: url(../images/table/petittablebas.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.bordureleger {
	height: 22px;
	background-image: url(../images/table/bgtd2.gif);
	border-left-width: 2px; 
	border-left-style: solid; 
	border-left-color: rgb(61, 61, 61);
}


.bordurefort {
	height: 22px;
	background-image: url(../images/table/bgtd1.gif);
	border-left-width: 2px; 
	border-left-style: solid; 
	border-left-color: rgb(61, 61, 61);
}

.lignegaucheloose {
	color: white;
	border-left: 2px solid red;
}

.lignegauche {
	color: white;
	border-left-width: 2px; 
	border-left-style: solid; 
	border-left-color: rgb(61, 61, 61);
}

.bordurelegerloose {
	height: 22px;
	background-image: url(../images/table/bgtd2.gif);
	border-left-width: 2px; 
	border-left-style: solid; 
	border-left-color: red;
}

.bordurefortloose {
	height: 22px;
	background-image: url(../images/table/bgtd1.gif);
	border-left-width: 2px; 
	border-left-style: solid; 
	border-left-color: red;
}
/* Style de l'éditeur */

.style1 {
	color: #ffa800;
    font-weight : bolder;
	font-size: 10pt;
}

.style2{
	color: #a0a0a0;
	font-weight: bolder;
	font-size: 11pt;
	font-style: italic;
}