	body	{
				font-family	:	arial, sans-serif;
				color		:	#FFFFFF; /*blanc*/
				/*background-color :	lightgrey;*/
				background-image :	url(../img/site/background_nb.jpg);
			}
	p		{
				font-size	:	12pt;
			}
	p#titre	{
				font-size	:	16pt;
				font-weight	:	bold;
				text-align	:	center;
			}
	p#soustitre	{
					font-size	:	12pt;
					font-weight	:	bold;
					text-align	:	center;
				}
				p#Remonter	{
					text-align	:	right;
				}
	p#sous_menu	{
					text-align	:	center;
				}
	p#requValide{	
					text-align	:	center;
					color		:	#00ff00;
				}
	p#requEchec	{	
					text-align	:	center;
					color		:	red;
				}
	p#centrer	{
					text-align	:	center;
				}
	p#partenaire_cote	{
							text-align	:	center;
							font-size	:	10pt;
							font-style	:	italic;
						}
	
	p.petitAccueil {
						font-size : 10pt;
	}
	
	.dateMatchAccueil{
							font-weight	:	bold;
							color	:	#00ff00;
	}

	a:link {color: #FFFFFF;}
	a:visited {color: #FFFFFF;}
	a:hover {color: #00FF00; text-decoration: none;}
	
	a img		{
					border:  none ;
					text-decoration :	none;
				}


	div#principal	{
						width	:	780px;
						border	:	3px solid #cc3366;
						/*min-height : 600px;*/
						
						/* Centre le div */
						margin-left		:	auto;	
						margin-right	:	auto;
						
						/*background-color	:	#FFFFFF;*/
						background-image	:	url(../img/site/fond_1px.png);
						
						
					}
	div#titre	{
					width	:	100%;
					height	:	169px;
	
					background-color	:	#4876e5;
					background-image	:	url(../img/site/logo_degrade.png);
					background-repeat	:	no-repeat;
					background-position	:	left;
					
					text-align	:	right;
				}
				
	div#menu		{
					width	:	100%;
					
					background-color	:	#F8A337;
					
					text-align	:	center;
				}
				
	div#contenu	{
					float	:	right;
					width	:	665px;
					height	:	auto;
					min-height :	430px;
					
					padding-left	:	3px;
					padding-right	:	3px;
					padding-top		:	3px;
					padding-bottom	:	3px;

				}
	div#cote		{
					float	:	left;
					width	:	105px;
					font-size	:	10pt;

				}
			
	div#pied		{
					width	:	100%;
					text-align	:	center;
					font-size	:	10pt;
					clear: both;
					
					background-image	:	url(../img/site/ballon_BD.png);
					background-repeat	:	no-repeat;
					background-position	:	right;
					
				}
	hr#pied		{
					color	:	#cc3366;
					background-color	:	#cc3366;
					width	:	85%;
				}
	hr			{
					color	:	#F8A337;
					background-color	:	#F8A337;
					width	:	95%;
				}


/* page INTERVENANTS 
	p#inter_nom{
				font-size	:	14pt;
				font-weight	:	bold;
				text-align	:	center;
				margin-bottom	:	0pt;
			}
	p#inter_libelle{
				font-size	:	12pt;
				font-weight	:	bold;
				text-align	:	center;
				margin-top 	:	0pt;
				margin-bottom	:	2pt;
			}
	div#intervenant	{
						/* Centre le div 
						margin-left		:	auto;	
						margin-right	:	auto;
						
						width	:	630px;
						height	:	auto;
					}
	div#intevenant_image_l	{
								float	:	left;
								margin-right	:	5pt;
							}
	
	div#intevenant_image_r	{
								float	:	right;
								margin-left	:	5pt;
							}
*/							

	legend	{
				font-size	:	10pt;
			}
	label		{
				/*font-weight	:	bold;*/
				float		:	left;
				width		:	170px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
			}
	fieldset#login	{
						width	:	400px;
					}
	fieldset#edition	{
						width	:	600px;
					}
					
/* Les tableaux avec ligne en-bas (edition partenaire et affichage liens !! !! */
	table#tab_edition {
		border	: 	none;
		border-spacing 	: 	0px;
		border-collapse : 	collapse;
		width	: 	600px;
		margin-left :	auto;
		margin-right:	auto;
	}

	table#tab_edition td {
		padding			: 	10px;
		border-bottom	: 	1px solid #cc3366;
		vertical-align	:	middle;
	}

	p.lien:first-line {font-weight : bold;}

/* Tableaux Galerie photo !*/
.cell_ligne_haut {
	border-top : 1px solid #cc3366;
}
.cell_ligne_bas {
	border-bottom : 1px solid #cc3366;
}
.cell_ligne_gauche{
	border-left : 1px solid #cc3366;
}
.cell_ligne_droite{
	border-right : 1px solid #cc3366;
}
.cell_ligne_gauche_haut_droite{
	border-top : 1px solid #cc3366;
	border-left : 1px solid #cc3366;
	border-right : 1px solid #cc3366;
}
.cell_ligne_gauche_bas_droite{
	border-bottom : 1px solid #cc3366;
	border-left : 1px solid #cc3366;
	border-right : 1px solid #cc3366;
}
.cell_ligne_haut_gauche_bas{
	border-top : 1px solid #cc3366;
	border-left : 1px solid #cc3366;
	border-bottom : 1px solid #cc3366;
}
.cell_ligne_haut_droite_bas{
	border-top : 1px solid #cc3366;
	border-right : 1px solid #cc3366;
	border-bottom : 1px solid #cc3366;
}
.cell_ligne_haut_bas{
	border-top : 1px solid #cc3366;
	border-bottom : 1px solid #cc3366;
}
.cell_ligne_haut_droite{
	border-top : 1px solid #cc3366;
	border-right : 1px solid #cc3366;
}
.cell_ligne_haut_gauche{
	border-top : 1px solid #cc3366;
	border-left : 1px solid #cc3366;
}
.cell_ligne_droite_bas{
	border-right : 1px solid #cc3366;
	border-bottom : 1px solid #cc3366;
}
.cell_encadre{
	border-top : 1px solid #cc3366;
	border-right : 1px solid #cc3366;
	border-bottom : 1px solid #cc3366;
	border-left : 1px solid #cc3366;
}


.resultats{
	font-size	:	10pt;
}

