/* --- COPYRIGHT --- */

#copyright {
  clear: both;
  text-align: center;
	padding-bottom: 10px;
}

/* --- BARRE FIXE --- */

#barre-fixe {
	position: fixed;
	height: 20px;
	width: 1152px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(images/design/barre-fixe.png) repeat-x;
}

#barre-fixe2 {
	position: fixed;
	height: 20px;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(images/design/barre-fixe.png) repeat-x;
}

.facebook {
  margin-top: 2px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}

.page-facebook {
  margin-top: 1px;
	margin-right: 20px;
	float: left;
}

.partager {
	margin-right: 20px;
	float: left;
}

.e-mail {
  float: right;
  margin-top: 2px;
}

.contact {
  float: right;
  margin-top: 1px;
	margin-right: 20px;
	margin-left: 5px;
}

.forum {
  float: right;
  margin-top: 2px;
}

.acces-au-forum {
  float: right;
  margin-top: 1px;
	margin-right: 20px;
	margin-left: 5px;
}

.fleche-haut {
  float: right;
  margin-top: 2px;
}

.haut-de-page {
  float: right;
  margin-top: 1px;
  margin-right: 5px;
	margin-left: 5px;
}

/* --- NAVIGATION --- */

#head {
	position: absolute;
	top: 0px;
	left: 0;
	margin-top: 0;
	width: 100%;
	background: url(images/design/menu-fond.png) repeat-x;
}

#nav {
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	margin: 0 auto 10px auto;
	padding: 0px;
	display: block;
	width: 1152px;
	background-image: url(images/navigation/menu-noel.png);
	background-repeat: no-repeat;
	height: 65px;
}

#nav .first {
	width: 128px;
}

#nav .head {
	width: 128px;
	margin-top: 9px;
	display: block;
	float: left;
	font-weight: normal;
}

#nav > li {
	list-style-type: none;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 128px;
	height: 36px;
	text-align: center;
}

#nav li a {
	text-decoration: none;
	color: white;
}

#nav li p {
	color: white;
}

#nav > li:hover {
	z-index: 100;
	cursor: pointer;
	background-image: url(images/navigation/mouse-hover.png);
	background-repeat: no-repeat;
}

#nav > li:hover ul {
	display: block;
}

#nav li ul {
	margin: 0px;
	margin-top: 36px;
	padding: 0px;
	display: none;
}

#nav li ul li {
	color: #333;
	font-weight: bold;
	list-style-type: none;
	padding: 0px;
	width: 128px;
	height: 30px;
	background-image: url(images/navigation/menu-deroulant/trai.png);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	display: inline;
}

#nav li ul .last {
	display: inline;
	background: none;
	height: 15px;
}

#nav li ul li a {
	color: #666;
	display: block;
	width: 127px;
	padding: 7px 0;
	text-decoration: none;
	background-image: url(images/navigation/menu-deroulant/mouse_inhover.png);
	background-repeat: repeat-xy;
}

#nav li ul li:hover a {
	width: 127px;
	background-image: url(images/navigation/menu-deroulant/mouse-hover.png);
	background-repeat: repeat-y;
}

#nav li span {
	cursor: pointer;
	font-weight: bold;
}

/* --- CHANGEMENTS BAR DE GAUCHE --- */

.cases {
	float: left;
	margin-left: 10px;
	margin-bottom: 13px;
}

.valider {
	float: right;
	margin-right: 10px;
	margin-top: 22px;
}

#logosalle {
	float: left;
	margin: 0px 28px 5px 20px;
}

#profil {
	float: left;
	margin-top: 15px;
}

/* --- ACCUEIL --- */

h1 .special {
}

#phrases_accueil {
	float: left;
	width: 685px;
	border-right: 1px solid #71ADB5;
}

#inscription_guide {
	float: left;
	width: 48px;
	margin-left: 2px;
	text-align: center;
}

#news-et-annonces {
	float: left;
}

#news-et-annonces ul  {
	list-style-image: url(images/design/puce-news-et-annonces.png);
	margin-top: 0;
	margin-left: 20px;
	padding-left: 0;
}

.staff {
	float: left;
	width: 180px;
	text-align: center;
	margin-bottom: 15px;
}

.top10legend {
	float: left;
	width: 162px;
	text-align: center;
}

.top10lien {
	float: left;
	width: 379px;
	text-align: right;
}

.head-admin {
	color: #FF0000;
}

.admin {
	color: #008000;
}

.htd {
	color: #0000FF;
}

.td {
	color: #FF00FF;
}

/* --- STRUCTURE GLOBALE --- */

body {
	font-family: 'Trebuchet MS', Tahoma, Verdana, 'Times New Roman', Times, serif;
	font-size: 0.8em;
	width: 1152px;
	margin: 65px auto 0 auto;
	background: url(images/design/bandeau.png) repeat-x #FBFBFB;
}

a:link, a:visited, a:hover {
	color: #50797F;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	text-align: center;
	font-size: 2em;
	font-variant: small-caps;
	font-weight: bold;
	border-bottom: 1px solid #71ADB5;
	margin-top: 15px;
}

h2 {
	font-size: 1.5em;
	font-variant: small-caps;
	font-weight: bold;
	border-bottom: 1px solid #71ADB5;
	margin-left: 40px;
	margin-right: 40px;
}

h4 {
	margin-top: 0;
	padding-left: 15px;
	font-size: 1.2em;
	color: #333;
	border-bottom: 1px solid #71ADB5;
}

a img {
	border: 0;
}

#left {
	float: left;
	width: 222px;
}

/* --- LOGO --- */

#logo {
	width: 222px;
	height: 135px;
	margin-left: 86px;
	margin-top: 0;
}

/* --- GAUCHE --- */

#gauche {
	float: left;
	padding: 10px;
	margin-left: 86px;
	width: 736px;
	background: url(images/design/bandeau3.png) repeat-x #F2F2F2;
	border: 1px solid #71ADB5;
}

#gauche h3 {
	font-size: 1.4em;
	font-variant: small-caps;
	margin-left: 30px;
	font-weight: bold;
	text-align: left;
}

/* --- DROITE --- */

#droite {
	text-align: center;
	padding: 10px;
	margin-top: 15px;
	margin-left: 86px;
	width: 201px;
	background: url(images/design/bandeau2.png) repeat-x #F2F2F2;
	border: 1px solid #71ADB5;
}

#droite p {
	text-align: left;
	margin-bottom: 5px;
}

#droite ul {
	text-align: left;
	padding-left: 20px;
	margin-left: 0;
	list-style-type: circle;
}

#droite li {
	border-bottom: 1px dashed #C8C8C8;
}

#droite h3 {
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight: bold;
	border-bottom: 1px solid #71ADB5;
	text-align: left;
}

/* --- CALENDRIER --- */

#calendrier {
	width: 201px;
	min-height: 30px;
	max-height: 608px;
	overflow-x: hidden;
	overflow-y: auto;
}

#calendrier img {
	margin-top: -16px;
	margin-right: 5px;
}

/* --- EVENEMENTS --- */

.WMLC_table {
	border-collapse: collapse;
	border-color: #AAB9BB;
}

.WMLC_table TD {
	padding: 2px;
	width: 20px;
}

.WMLC_empty {
	background-color: transparent;
}

.WMLC_day {
}

.WMLC_today {
	background-color: #AAB9BB;
}

.WMLC_withevent {
	color: red;
	font-weight: bold;
}

.WMLC_header {
	font-weight: bold;
}

.WMLC_day div {
	background-color: #f2f2f2;
	color: black;
	border: 1px #71ADB5 solid;
	padding: 3px;
	text-align: left;
}

.WMLC_header TD {
	background-color: #AAB9BB;
}

/* --- CONTACT --- */

fieldset {
	border: 0;
}

#profil {
	float: left;
}

#profil label {
	width: 140px;
	display: block;
	float: left;
	clear: left;
	margin-bottom: 10px;
	color: #777;
}

#profil p {
	width: 400px;
	margin: 0;
	padding: 0;
}

/* --- LOAD --- */

#load-jump {
	position: absolute;
	text-align: right;
	padding-top: 25px;
}

#load-recompense {
	position: absolute;
	text-align: right;
	padding-left: 220px;
}

#load-staff {
	position: absolute;
	text-align: right;
	padding-left: 250px;
}

#load-calendrier
{
	position: absolute;
	text-align: right;
	padding-left: 10px;
}

/* --- MINI MENU --- */

.bouton-nav {
	padding-left: 5px;
	padding-right: 5px;
    padding-top: 1px;
	padding-bottom: 5px;
}

.bouton-nav a:hover {
	text-decoration: none;
}

.bouton-centre {
	background: url(images/design/bouton-centre.png) no-repeat;
	padding-right: 1px;
    padding-top: 1px;
	padding-bottom: 5px;
}

.bouton-right {
	background: url(images/design/bouton-right.png) repeat-x;
}

.bouton-wrong {
	background: url(images/design/bouton-wrong.png) repeat-x;
}

.bouton-gauche-right {
	background: url(images/design/bouton-gauche-right.png) no-repeat;
    padding-top: 1px;
	padding-bottom: 5px;
}

.bouton-droite-wrong {
	background: url(images/design/bouton-droite-wrong.png) no-repeat;
    padding-top: 1px;
	padding-bottom: 5px;
}

.bouton-gauche-wrong {
	background: url(images/design/bouton-gauche-wrong.png) no-repeat;
    padding-top: 1px;
	padding-bottom: 5px;
}

.bouton-droite-right {
	background: url(images/design/bouton-droite-right.png) no-repeat;
    padding-top: 1px;
	padding-bottom: 5px;
}

/* --- FOOTER --- */

#footer {
	clear: both;
	float: left;
	width: 980px;
	margin-top: 20px;
	margin-left: 86px;
	background: url(images/design/bandeau2.png) repeat-x #F2F2F2;
	border: 1px solid #71ADB5;
}

#informations {
	float: left;
	padding: 10px;
	width: 175px;
}

#yahoo {
	float: left;
	padding: 10px;
	width: 175px;
}

#billard {
	float: left;
	padding: 10px;
	width: 175px;
}

#competitions {
	float: left;
	padding: 10px;
	width: 175px;
}

#suivez-nous {
	float: left;
	padding: 10px;
	width: 175px;
}

#suivez-nous ul, #competitions ul, #billard ul, #yahoo ul, #informations ul  {
	list-style-image: url(images/design/puce-footer.png);
}

/* --- LE BORDEL --- */

table {
	border-style: solid; 
	border-width: 1px; 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	text-align: center;
	border-color: #046C9F;
}

th {
	background: url(images/design/th.png) repeat-x;
	font-variant: small-caps;
}

tr:nth-child(even)  {
	background-color: #E3EAEB;
}

tr:nth-child(odd)  {
	background-color: #D5E2E4;
}

tr {
	background-color: #E3EAEB;
}

input[type=text], input[type=password] {
	border: 1px solid #ABADB3;
}

textarea, select {
	color: #000;
	border-color: #ABADB3;
	background-color: #FFF;
	border-style: solid; 
	border-width: 1px; 
	margin: 0 auto 0 auto;
}

textarea {
	margin: auto;
	background-color: #FFF;
	border: 1px solid #ABADB3;
	display: block;
	overflow: auto;
	resize: none;
}

strong, .strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

.align_centre {
	text-align: center;
}

#left iframe, #gauche iframe {
  width: 600px;
  height: 1000px;
}

.scroller { 		
	width: 725px; 
	overflow: hidden;
	margin-left: 5px;
}

.scroller .page {	
	width: 725px;
	overflow: hidden;
	float: left;	
}
	
.scroller .content {
	width: 10000px;
}

.controls {
	float: left;
	margin-left: 300px;
}

.controls a:hover {
	text-decoration: none;
}

.controls .puce {
float: left;
}

.controls .active {
	cursor: default;
	background-image: url(images/design/puce-on.png);
	float: left;
}

.controls .desactive {
	background-image: url(images/design/puce-off.png);
	float: left;
}

.tournoi-texte {
	margin-top: -242px;
}

#tournoi {
	overflow: auto;
	width: 702px;
	margin: auto;
}

#vide {
	border-width: 0;
	border-collapse: collapse;
}

#vide tr {
	background-color: #F2F2F2;
}

#vide .joueur {
	background-color: #BAE7EE;
	padding: 5px;
}

#vide .vs {
	background-color: #D5E2E4;
}

.red {
  color: #FF0000;
}


#fil {
	font-size: 0.8em;
	margin-top: -15px;
	color: #777;
	font-variant: small-caps;
}

.alinea {
	text-indent: 25px;
}

.large {
	font-size: large;
}

.x-large {
	font-size: x-large;
}

.x-small {
	font-size: x-small;
}

.float_left {
	float: left;
	padding : 5px;
}

.float_right {
	float: right;
}
