* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

body {
	background-color: #000;
	background-image: url(../images/fond_page.png);
	background-repeat: repeat-x;
}

div.spacer {
	clear: both;
	visibility: hidden;
}
.no_border {
	border-width: 0px;
}

div.module_pagination {
	position: relative;
	float: right;
	margin-bottom: 15px;
	margin-right: 15px;
}
	div.module_pagination span.page_courante {
		padding: 0px 3px;
		color: #e968db;
		font-weight: bold;
	}
	div.module_pagination a.autres_pages {
		padding: 0px 3px;
		color: #fff;
		text-decoration: underline;
	}



div#boite_langues {
	position: relative;
	margin: auto;
	width: 926px;
	height: 20px;
}
div#boite_langues form {
	position: absolute;
	top: 5px;
	right: 162px;
	height: 15px;
	
}
div#boite_langues form select {cursor: pointer;}
span.select {
	position: absolute;
	width: 81px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 15px;
	line-height: 15px;
	padding: 0 24px 0 8px;
	color: #fff;
	padding-left: 0px;
	text-align:center;
	background: url(../images/select_langue.jpg) no-repeat;
	overflow: hidden;
	font-size: 10px;
}



div#ombre_page {
	position: relative;
	margin: 0px auto 0px auto;
	width: 942px;
	background-image: url(../images/ombre_page.png);
	background-repeat: repeat-y;
}
div#ombre_gauche {
	position: relative;
	margin: auto;
	width: 942px;
	background-image: url(../images/page_ombre_gauche.png);
	background-repeat: no-repeat;
	background-position: top left;
}
div#ombre_droite {
	position: relative;
	margin: auto;
	width: 942px;
	background-image: url(../images/page_ombre_droite.png);
	background-repeat: no-repeat;
	background-position: top right;
}

div#contenu_accueil, div#contenu {
	position: relative;
	margin: auto;
	width: 930px;
}
div#contenu {
	
}

	a#header {
		display: block;
		position: relative;
		width: 930px;
		height: 142px;
		background-image: url(../images/header.jpg);
		background-repeat: no-repeat;
	}
	
	div#menu {
		position: relative;
		width: 930px;
		height: 23px;
		background-image: url(../images/fond_menu.png);
		background-repeat: repeat-x;
	}
		div#menu a {
			display: block;
			position: relative;
			float: left;
			width: 95px;
			height: 23px;
			line-height: 23px;
			text-align: center;
			color: #fff;
			text-decoration: none;
			border-right: 1px solid #000;
		}
		div#menu a:hover {
			color: #e968db;
		}
		
		div#menu a.actif {
			background-image: url(../images/fond_menu_on.png);
		}
		
		
	div#profil {
		position: relative;
		float: left;
		width: 930px;
		_height: 790px;
		min-height: 790px;
		background-image: url(../images/silhouette.jpg);
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	div#consultation {
		position: relative;
		float: right;
		width: 645px;
		background-color: #000;
	}
	
	
/**************************************************************************/
	
	div#accueil_news {
		position: relative;
		padding: 25px 35px;
		width: 575px;
		height: 250px;
		background-image: url(../images/fond_news.jpg);
		background-repeat: no-repeat;
	}
		div#accueil_news h1.titre_news {
			margin-left: 30px;
			margin-bottom: 15px;
			font-weight: normal;
			color: #850e79;
			font-size: 15px;
		}
		
		div#accueil_news div.texte_news {
			text-align: justify;
			color: #fff;
		}
		
			div#accueil_news div.texte_news img {
				position: relative;
				float: left;
				width: 160px;
				background-color: orange;
			}
			div#accueil_news div.texte_news p {
				position: relative;
				float: right;
				width: 385px;
				line-height: 15px;
			}
			
			
			div#accueil_news span.article_date_gauche {
				position: absolute;
				bottom: 15px;
				left: 35px;
				font-size: 10px;
			}
			div#accueil_news a.lire_la_suite {
				position: absolute;
				bottom: 15px;
				right: 35px;
				color: #850e79;
				text-decoration: none;
			}
			
/**************************************************************************/	
	
	div#accueil_blog {
		position: relative;
		padding: 25px 35px;
		width: 575px;
		height: 162px;
		background-image: url(../images/fond_blog.png);
		background-repeat: no-repeat;
	}
	
		div#accueil_blog h1.titre_blog {
			margin-left: 30px;
			margin-bottom: 15px;
			font-weight: normal;
			color: #850e79;
			font-size: 13px;
		}
		
		div#accueil_blog div.texte_blog {
			text-align: justify;
			color: #fff;
		}
		
		div#accueil_blog a.lire_la_suite {
			float: right;
			color: #850e79;
			text-decoration: none;
		}
	
/**************************************************************************/
	
	div#accueil_tournois {
		position: relative;
		float: left;
		width: 390px;
	}
	
	
/**************************************************************************/
	
	div#derniers_resultats {
		position: relative;
		margin: auto;
		padding-top: 4px;
		width: 378px;
		height: 100px;
		background-color: #373737;
	}
	
		div#derniers_resultats h2 {
			height: 19px;
			line-height: 19px;
			background-color: #111111;
			text-indent: 15px;
			color: #fff;
			font-weight: normal;
		}
		
		div#derniers_resultats span.lieu {
			display: block;
			position: relative;
			margin: 8px 0px 0px 10px;
			color: #111;
		}
		div#derniers_resultats span.tour {
			display: block;
			position: relative;
			margin: 5px 0px 0px 10px;
			font-style: italic;
			color: #111;
		}
		
		div#derniers_resultats table.match {
			position: absolute;
			top: 50px;
			right: 30px;
			border-collapse: collapse;
			color: #111;
		}
			div#derniers_resultats table.match tr {
				height: 16px;
			}
			div#derniers_resultats table.match th.set {
				padding: 0px 5px;
				font-weight: normal;
				background-color: #fff;
				border: 1px solid #111;
			}
			div#derniers_resultats table.match th.joueuse {
				padding: 0px 10px 0px 4px;
				text-align: left;
				font-weight: normal;
				background-color: #fff;
				border: 1px solid #111;
			}
			
			div#derniers_resultats table.match td {
				text-align: center;
				background-color: #fff;
				border: 1px solid #111;
			}
		
		div#derniers_resultats span.forfait {
			position: absolute;
			top: 70px;
			right: 30px;
			color: #111;
		}
		
	
	
/**************************************************************************/
	
	div#prochains_tournois {
		position: relative;
		margin: 10px auto 5px auto;
		padding-top: 4px;
		width: 378px;
		height: 100px;
		background-color: #373737;
	}
		div#prochains_tournois h2 {
			height: 19px;
			line-height: 19px;
			background-color: #111111;
			text-indent: 15px;
			color: #fff;
			font-weight: normal;
		}
		
		div#prochains_tournois div {
			position: relative;
			margin: 10px 0px 0px 50px;
			width: 300px;
			
		}
			div#prochains_tournois div span {
				display: block;
				position: relative;
				height: 20px;
				line-height: 20px;
				color: #111;
			}
			
		div#prochains_tournois a {
			position: absolute;
			top: 100px;
			right: 14px;
			color: #475157;
		}
		div#prochains_tournois a:hover {
			color: #59666e;
		}
	
	a#accueil_lien_resultats {
		margin-left: 120px;
		color: #850e79;
		text-decoration: none;
	}
	
/**************************************************************************/
	
	div#diaporama {
		position: relative;
		float: right;
		width: 255px;
		height: 255px;
		background-image: url(../images/photos/diaporama.jpg);
		background-repeat: no-repeat;
	}
	
	
/**************************************************************************/

h1#titre_page_404, 
h1#titre_page_biographie, 
h1#titre_page_blog, 
h1#titre_page_contact,
h1#titre_page_news,
h1#titre_page_photos,
h1#titre_page_presse,
h1#titre_page_resultats,
h1#titre_page_sponsors,
h1#titre_page_staff {
	position: relative;
	margin: 40px 0px 40px 16px;
	width: 613px;
	height: 32px;
	background-image: url(../images/titre_page_blog.png);
	background-repeat: no-repeat;
}
h1#titre_page_404 { background-image: url(../images/titre_page_404.png); }
h1#titre_page_biographie { background-image: url(../images/titre_page_biographie.png); }
h1#titre_page_contact { background-image: url(../images/titre_page_contact.png); }
h1#titre_page_news { background-image: url(../images/titre_page_news.png); }
h1#titre_page_photos { background-image: url(../images/titre_page_photos.png); }
h1#titre_page_presse { background-image: url(../images/titre_page_presse.png); }
h1#titre_page_resultats { background-image: url(../images/titre_page_resultats.png); }
h1#titre_page_sponsors { background-image: url(../images/titre_page_sponsors.png); }
h1#titre_page_staff { background-image: url(../images/titre_page_staff.png); }
	
	/***************************************/
	
	div#contenu_page404 {
		margin: 0px 0px 0px 22px;
		color: #fff;
	}
	
	/***************************************/
	
	div#bio {
		position: relative;
		margin: auto;
		width: 574px;
		background-color: #040404;
		border: 1px solid #161616;
	}
		div#bio_haut {
			position: relative;
			width: 574px;
			height: 8px;
			background-image: url(../images/bio_haut.png);
			background-repeat: repeat-x;
		}
		div#bio_milieu {
			position: relative;
			width: 542px;
			padding: 6px 16px;
			/*min-height: 210px;*/
			background-image: url(../images/bio_milieu.png);
			background-repeat: repeat-x;
			background-position: left 50%;
			color: #fff;
			line-height: 17px;
		}
			img#bio_img_1 {
				position: relative;
				float: left;
				margin-right: 8px;
			}
			img#bio_img_2 {
				position: relative;
				float: right;
				margin-left: 8px;
			}
			
			div#bio ul {
				position: relative;
				float: left;
				margin-left: 20px;
				width: 230px;
			}
			div#bio li {
				list-style-image: url(../images/bio_puce.gif);
			}
			
		div#bio_bas {
			position: relative;
			width: 574px;
			height: 8px;
			background-image: url(../images/bio_bas.png);
			background-repeat: repeat-x;
		}
	
	
	/***************************************/
	
	div.boite_blog, div.boite_news {
		position: relative;
		margin-bottom: 20px;
		padding: 0px 35px 0px 18px;
		width: 592px;
		height: 124px;
		line-height: 16px;
		background-image: url(../images/fond_blog_news.png);
		background-position: bottom;
		background-repeat: repeat-x;
	}
	
		h1.titre_article {
			height: 18px;
			line-height: 18px;
			margin-left: 50px;
			margin-bottom: 12px;
			border-bottom: 1px solid #ca4fbd;
			color: #fff;
			font-weight: normal;
		}
			h1.titre_article span {
				display: block;
				position: absolute;
				top: 0px;
				right: 36px;
			}
		div.boite_blog p, div.boite_news p {
			color: #fff;
		}
		
		div.boite_blog a.lire_la_suite, div.boite_news a.lire_la_suite {
			display: block;
			position: absolute;
			bottom: 18px;
			right: 32px;
			width: 97px;
			height: 19px;
			line-height: 19px;
			background-image: url(../images/lire_la_suite.png);
			background-repeat: no-repeat;
			text-align: center;
			color: #fff;
			text-decoration: none;
		}
		
		img.article_img_gauche {float: left; margin-right: 16px;}
		img.article_img_droite {float: right; margin-left: 16px;}
		
	/***************************************/
	
	h1.article_titre {
		position: relative;
		margin: 0px auto 25px auto;
		width: 600px;
		color: #fff;
		font-size: 13px;
		font-weight: normal;
	}
	div.article_texte {
		position: relative;
		margin: auto;
		padding-bottom: 20px;
		width: 600px;
		color: #fff;
	}
		div.article_texte span.article_date {
			/*display: block;*/
			position: absolute;
			left: 0px;
			bottom: 0px;
			font-size: 10px;
			font-style: italic;
		}
		
	/***************************************/
	
	a.galerie {
		position: relative;
		float: left;
		margin-left: 20px;
		margin-bottom: 14px;
		padding: 12px;
		width: 110px;
		height: 110px;
		background-image: url(../images/fond_galerie.png);
		background-repeat: no-repeat;
		text-decoration: none;
		font-size: 10px;
		color: #909090;
	}
		a.galerie span {
			display: block;
			position: relative;
			margin-bottom: 4px;
			width: 110px;
			height: 88px;
			overflow: hidden;
		}
			a.galerie span img {
				border-width: 0px;
			}
	
	
	div.photo_galerie {
		position: relative;
		float: left;
		margin-left: 20px;
		margin-bottom: 14px;
		width: 134px;
		height: 134px;
		background-image: url(../images/fond_galerie.png);
		background-repeat: no-repeat;
	}
		div.photo_galerie a {
			display: block;
			position: relative;
			margin: 12px auto 0px auto;
			width: 110px;
			height: 88px;
			overflow: hidden;
		}
			div.photo_galerie a img {
				border-width: 0px;
			}
		div.photo_galerie span {
			display: block;
			position: relative;
			margin: 2px auto 0px auto;
			width: 110px;
			height: 20px;
			font-size: 9px;
			color: #8e8e8e;
		}
	
	
	/***************************************/
	
	form#form_contact {
		margin-left: 40px;
		margin-top: 20px;
		color: #fff;
	}
		
		form#form_contact label {
			display: block;
			clear: both;
			float: left;
			width: 180px;
			margin-bottom: 8px;
		}
		
		form#form_contact input.champ, form#form_contact select, form#form_contact textarea {
			display: block;
			float: left;
			width: 350px;
			margin-bottom: 8px;
		}
		
		form#form_contact input.submit {
			display: block;
			margin: 20px auto;
			width: 124px;
			height: 23px;
			background-image: url(../images/bouton_contact.png);
			border-width: 0px;
			font-weight: bold;
			cursor: pointer;
			color: #fff;
		}
		p.erreur {
			margin-bottom: 20px;
			font-weight: bold;
			color: #ff8dbe;
		}
		
	/***************************************/
	
	h2#titre_galerie {
		margin: 10px 0px 20px 40px;
		font-size: 14px;
		font-weight: normal;
		color: #fff;
	}
		span#retour_galerie {
			display: block;
			margin: 20px 0px 10px 20px;
			font-size: 11px;
			font-weight: normal;
			color: #808080;
		}
		span#retour_galerie a {
			font-size: 11px;
			font-weight: normal;
			text-decoration: none;
			color: #850e79;
		}
		span#retour_galerie a:hover {
			text-decoration: underline;
		}
	
	/***************************************/
	
	div.boite_presse {
		position: relative;
		margin: 0px auto 0px auto;
		+margin: 0px auto 10px auto;
		padding-top: 11px;
		+padding-top: 0px;
		width: 477px;
		height: 45px;
		background-image: url(../images/liner_presse.png);
		background-repeat: no-repeat;
		background-position: bottom;z-index: 1;
	}
		div.boite_presse a {
			display: block;
			margin-top: 11px;
			padding-left: 28px;
			height: 19px;
			line-height: 19px;
			background-image: url(../images/icone_presse.png);
			background-repeat: no-repeat;
			text-decoration: none;
			color: #fff;
			z-index: 9;
		}
		div.boite_presse a:hover {
			text-decoration: underline;	z-index: 9;
		}
	
	/***************************************/
	
	div#contenu_page_resultat {
		position: relative;
		margin: 15px 0px 15px 60px;
	}
	
	
	
	div#annees_resultats {
		position: absolute;
		top: 0px;
		right: 30px;
		width: 121px;
	}
		div#annees_resultats div.titre {
			position: relative;
			width: 121px;
			height: 24px;
			line-height: 24px;
			font-weight: normal;
			color: #fff;
		}
		div#annees_resultats div.annees {
			position: relative;
			padding: 10px;
			width: 99px;
			border-left: 1px solid #a23f97;
			color: #fff;
		}
	
	p.entete_resultat {
		margin-top: 30px;
		margin-bottom: 15px;
		padding-bottom: 2px;
		height: 18px;
		line-height: 18px;
		font-size: 12px;
		background-image: url(../images/liner_resultats.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		color: #fff;
	}
	
	div#contenu_page_resultat table.match {
		position: relative;
		border-collapse: collapse;
		color: #64737b;
	}
		div#contenu_page_resultat table.match tr {
			height: 18px;
		}
		div#contenu_page_resultat table.match th.set {
			padding: 0px 5px;
			font-weight: normal;
			background-color: #efefef;
			border: 1px solid #b6bec1;
		}
		div#contenu_page_resultat table.match th.joueuse {
			padding: 0px 10px 0px 4px;
			text-align: left;
			width: 140px;
			font-weight: normal;
			background-color: #efefef;
			border: 1px solid #b6bec1;
		}
		
		div#contenu_page_resultat table.match td {
			text-align: center;
			background-color: #efefef;
			border: 1px solid #b6bec1;
		}
	
	
	/***************************************/
	
	div.boite_sponsor {
		position: relative;
		margin: auto;
		width: 576px;
		height: 92px;
		background-image: url(../images/fond_sponsor.png);
		background-repeat: no-repeat;
		overflow: hidden;
	}
	
		div.boite_sponsor a {
			display: block;
			position: relative;
			float: left;
			margin: 12px 10px 0px 17px;
			padding-top: 2px;
			width: 70px;
			height: 65px;
			text-align: center;
		}
		div.boite_sponsor p {
			position: relative;
			float: left;
			padding: 25px 0px 0px 10px;
			width: 390px;
			color: #fff;
		}
	
	p#sponsoring {
		position: relative;
		margin: 35px auto;
		width: 610px;
		font-size: 10px;
		line-height: 18px;
		text-align: center;
		color: #5b6871;
	}
		p#sponsoring a {
			text-decoration: underline;
			color: #850e79;
		}
		p#sponsoring a:hover {text-decoration: none;}
	
	
	/***************************************/
	
	div#staff_equipe {
		position: relative;
		margin: 0px auto 35px auto;
		padding-top: 20px;
		width: 530px;
		height: 297px;
		background-image: url(../images/staff_equipe.png);
		background-repeat: no-repeat;
	}
		div#staff_equipe img {
			display: block;
			margin: auto;
		}
		div#staff_equipe p {
			margin: 5px auto 0px auto;
			width: 342px;
			color: #fff;
			font-style: italic;
		}
		
	div#staff_staff {
		position: relative;
		margin: auto;
		width: 425px;
		height: 231px;
		background-image: url(../images/staff_staff2.png);
		background-repeat: no-repeat;
	}
		
		div#staff_staff div#staff_1,
		div#staff_staff div#staff_2,
		div#staff_staff div#staff_3 {
			position: relative;
			float: left;
			margin-top: 12px;
			width: 215px;
			width: 210px;
			height: 205px;
			color: #fff;
		}
		div#staff_staff img {
			display: block;
			margin: 0px auto 5px auto;
		}
		div#staff_staff p {
			margin: auto;
			width: 190px;
			text-align: center;
		}
		
	
/**************************************************************************/

div#footer {
	position: relative;
	margin: 0px auto 20px auto;
	padding-top: 8px;
	padding-left: 6px;
	width: 936px;
	height: 30px;
	background-image: url(../images/ombre_bas.png);
	background-repeat: no-repeat;
	color: #850e79;
	font-size: 10px;
}
	div#footer a {
		position: relative;
		color: #850e79;
		font-size: 10px;
		text-decoration: none;
	}
	
	