*:focus {
	outline: none;
}
*::-moz-focus-inner {
	border: none;
}
body {
	margin: 0px;
	background-color: #242424;
	text-align: center;
	background-image: url(IMAGES/back_global.png);
	background-repeat: repeat-x;
	background-position: left top;
}
* {
	margin: 0;
	padding: 0;
}
/* global_contenu */
#global{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#entete{
	height: 128px;
	background-image: url(IMAGES/LOGO.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/* inscription */
#inscription{
	height: 290px;
	padding: 40px 0px 0px;
}
.intro_txt{
	float: left;
	width: 379px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
.opt_txt1{
	font-size: 28px;
	font-weight: bold;
	color: #222222;
	margin-bottom: 10px;
	float: left;
}
.opt_txt2{
	font-size: 18px;
	color: #654d00;
	float: left;
	margin-bottom: 10px;
}
.opt_txt3{
	font-size: 14px;
	color: #654d00;
	float: left;
}
/* menu language */
#language {
	padding: 0;
	height: 18px;
	float: right;
	margin-top: 30px;
}
#language li {
	display: inline;
	list-style-type: none;
}
#language li a{
	width: 26px;
	height: 18px;
	float: left;
	outline: none;
	margin-right: 2px;
}
/*#language li a:hover{}*/
#language .francais {
  background: url(IMAGES/flag_fr.png) no-repeat left top;
}
#language .anglais {
  background: url(IMAGES/flag_angl.png) no-repeat left top;
}
#language .espagnol {
  background: url(IMAGES/flag_es.png) no-repeat left top;
}
#language .italien {
  background: url(IMAGES/flag_it.png) no-repeat left top;
}
#language .allemand {
  background: url(IMAGES/flag_germ.png) no-repeat left top;
}
#language .portugais {
  background: url(IMAGES/flag_port.png) no-repeat left top;
}
/* formulaire */
#global_formulaire, fieldset.formulaire, .formulaire input, .formulaire button, .formulaire p, .formulaire label, #espace{
	float: left;
}
#global_formulaire{
	height: 235px;
	width: 452px;
	margin: 0px;
	padding: 0px;
}
fieldset.formulaire {
	width: 216px;
	margin: 0;
	padding: 0px;
	border: none;
}
.formulaire input, .formulaire button {
	border: none;
}
.formulaire p{
	width: 216px;
	margin: 0px 0px 8px;
	padding: 0px;		
}
.formulaire label{
	width: 216px;
	padding: 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.formulaire input.box {
	font-size: 13px;
	width: 208px;
	padding: 6px 4px;
	background: url(IMAGES/back_input.png) no-repeat left bottom;	
}
.formulaire input.box:focus {
	outline: none;
}

.formulaire select {
	font-size: 13px;
	width: 216px;
	padding: 4px 4px;
	margin: 0px;
	background: #FFFFFF no-repeat left bottom;
	border: thin solid #999999;
}

#global_formulaire button.btn {
	width: 140px;
	height: 40px;
	cursor: pointer;
	background: url(IMAGES/bout_rollover.png) no-repeat left top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #FFCC00;
	border: none;
	margin-left: 156px;
	margin-top: 12px;
	float: left;
}
#global_formulaire button.btn:hover {
	background: url(IMAGES/bout_rollover.png) no-repeat left -40px;
}
#espace{
	height: 160px;
	width: 20px;
}
/* Bouton */
.bout_envoyer, button a {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #FFCC00;
	width: 140px;
	height: 40px;
	background-image: url(IMAGES/bout_envoyer.png);
	text-decoration:none;
	cursor:pointer;

	border: none;
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-left: 156px;
	margin-top: 12px;
}
/* Compteur */
.compteur{
	height: 82px;
	float: left;
	color: #fee100;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px;
	padding: 18px 0px 0px 64px;
	background-image: url(IMAGES/fleche_compt.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.nombre{
	font-size: 40px;
	font-weight: bold;
}
/* liste membre */
#liste{
	width: 900px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#liste ul {
	margin: 0px;
	padding: 0px;
	border: none;
}
#liste ul li  {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	padding:6px 0;
	width: 180px;
	float: left;
	background-image: url(IMAGES/backg_table.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
}
#liste ul.titre_liste {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFCC00;
}
#liste ul li.no_back {
	background-image: none;
}
/* pied */
#pied{
	height: 100px;
	width: 900px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#pied p{
    font-size: 14px;
    color: #FFCC00;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
#pied p a{
    color: #FFFFFF;
    text-decoration: none;
}
#pied p a:hover{
    text-decoration: underline;
}
/*tableau*/
table.sortable {
	border-collapse:collapse;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	width:900px;
}
table.sortable th, table.sortable td {
	text-align: center;
	width: 100px;
}
table.sortable td {
	background-image:url(IMAGES/backg_table.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin:0;
	padding:6px 0;
	width:180px;	
}
table.sortable th {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18px;
	font-weight:normal;
	color: #FEE100;
	margin:0;
	padding:6px 0 15px;
	vertical-align:top;
	width:180px;
	background-image: url(IMAGES/flechetab.png);
	background-repeat: no-repeat;
	background-position: left top;
	
	cursor: hand;
	cursor:pointer;
}
table.sortable th.sorttable_sorted_reverse {
	background-position: left -43px;
}
table.sortable th.sorttable_sorted{
	background-position: left -86px;
}
/*aide image*/
.boutton_image{
	width: 40px;
	height: 30px;
	margin: 0px;
	padding: 84px 0px 0px 20px;
	float: left;
}
.boutton_image a {
	width: 30px;
	height: 30px;
	background: url(IMAGES/aide.png) no-repeat left top;
	text-decoration: none;
	display: block;
	outline:none;
}
.boutton_image a:hover {
	background-position: left -30px;
}


