
body {
	margin: 0px;
	padding: 0px;
	color: #6d8d95;
	font-family: Helevetica,Arial,sans-serif;
	font-size: 13px;
	line-height:1.5em; 
	background-color: #21373d;
	background-image: url(images/fond.png);
	background-repeat: repeat;
	
}


a, a:link, a:visited {
	color: #33CCCC;
	outline:none; 
}

a:hover {
	color: #CCFF00;
	text-decoration: none;
}

p { margin: 0px; padding: 0 0 10px 0; }
img { border: none; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #fff;}

h1 { font-size: 34px; margin: 0 0 30px 0; padding: 5px 0; color: #d8ff00; }
h2 { font-size: 26px; margin: 0 0 20px 0; padding: 0; color: #d8ff00;}
h3 { font-size: 21px; margin: 0 0 20px 0; padding: 0; }
h4 { font-size: 18px; margin: 0 0 20px 0; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px 0; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0;}
.petit { font-size: 10px; margin: 0 0 0 0; padding: 0;line-height:10px;color:#d8ff00;}


.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.colore {color: #d8ff00;}
.highlight{color: #6d8d95;background:#21373d;padding:0px 2px 0px 2px}

.perdu { font-size:10px;float:right;}

.centrer{margin:0 auto;text-align:center;}

.nonsouligne{text-decoration:none;}

.main {cursor:pointer;}

#graphvisiteurs {
margin:0 auto;
width:500px;
height:300px;
}

#chargement {
text-align:center;
position:relative;
top:10px;
}

#historiques {
text-align:center;
position:relative;
top:10px;
}




.tableau th {
	color: #ffffff;
	text-align: center;
	padding: 6px 6px 6px 6px;
	background:  url(images/fondtable2.png) ;

}

.tableau th.titretable {
	background: url(images/fondtable1.png) ;

}

.tableau th.vide {
border:0px;
background:none;
}

.tableau td {
	background: #1f3c44;
	font-size: 12px;
	padding: 6px 6px 6px 6px;
	color: #ffffff;
}



.tableau tr:hover td{
	background: #38616a;
}


.divtable {
	display:table;
	text-align:center;
	background: #1f3c44;
	font-size: 12px;
	padding: 6px 6px 6px 6px;
	margin:2px auto;
	color: #ffffff;
	width:240px;
	
	
}


.divtable:hover {
	background: #38616a;
	color:#d8ff00;
}


.float_l {
	float: left;
}

.float_r {
	float: right;
}

.image_wrapper {
	padding: 8px;
	border: 1px solid #000000;
	background: #143037;
}
.fl_img {
	float: left;
	margin: 3px 30px 15px 0;
}
.fr_img {
	float: right;
	margin: 3px 0 15px 15px;
}

blockquote { font-style: italic; }
cite { font-weight: bold; }
cite span { color: #fff; }

.liste {
	margin: 0;
	padding: 0;
	list-style: none;
}

.liste li {
	margin: 0 0 15px 15px;
	padding: 0 0 0 30px;
	background: url(images/liste.png) top left no-repeat;
}


#bandeau {
width:100%;
height:20px;
text-align:center;
background: #1f3c44;
color:#d8ff00;
}



#corps {
	width: 990px;
	margin: 0 auto;
	background: url(images/corps.png) repeat-y;
}

/* haut */

#haut {
	width: 970px;
	height: 200px;
	padding: 0 10px;
	background: url(images/haut.png) no-repeat;
}

#haut  #titre {
	float: left;
	width: 260px;
	text-align: center;
	padding: 80px 0 0 20px;
}



#haut  #titre  span {
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: right;
	font-size: 14px;
	color: #5f6675;
	font-weight: bold;
	letter-spacing: 2px;
}

/* fin du haut */

/* main */

#main {
	width: 940px;
	padding: 60px 40px 30px 10px;
	background: url(images/main.png) no-repeat;
}

/* gauche */

#gauche {
	float: left;
	width: 280px;
}

/* menu */

#menu {
	margin-bottom: 50px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0 0 5px 0;
	

}

#menu ul li a {
	display: block;
	height: 25px;
	padding: 11px 0 0 30px;
	font-size: 14px;
	text-decoration: none;
	color: #CCC;	
	font-weight: bold;
	outline: none;
	background: url(images/menu.png) no-repeat left bottom;
	
}

#menu ul li .deconnexion {
background: url(images/menud.png) no-repeat left bottom;
}
#menu ul li a.nocurrent:hover { 
	color: #fff;
	background: url(images/menu_hover.png) no-repeat left bottom;
}

#menu ul li .current {
	color: #fff;
	background: url(images/menu_current.png) no-repeat left bottom;
}

#menu ul li  a.deconnexion:hover {
	color: #fff;
	background: url(images/menud_hover.png) no-repeat left bottom;
}

/* fin du menu */


/* menu-haut */



#menu-haut ul {

list-style: none;
margin: 0 auto;
padding: 0;
display:table; 
}

#menu-haut ul li {
    display:table-cell;
	padding: 0;
	background: url(images/menu-haut.png) no-repeat left bottom;
	

}

#menu-haut ul li a{
	display: block;
	padding: 0 20px 0 30px;
	font-size: 16px;
	text-decoration: none;
	color: #CCC;	
}

#menu-haut ul li.nocurrent:hover{
	background: url(images/menu-haut_hover.png) no-repeat left bottom;
}

#menu-haut ul li.nocurrent:hover a{
	color: #33CCCC;	
}

#menu-haut ul li.current a{
	color: #CCFF00;	
}

#menu-haut ul li.current{
	background: url(images/menu-haut_current.png) no-repeat left bottom;
}

/* fin du menu-haut */


/* gauche-bas */

.gauche-bas {
	padding-left: 30px;
}


/* stats */
#stats {
	margin-bottom: 20px;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #19343b;
	
}

#stats:hover {
	background: #132b31;
}

#stats img {
	float: left;
	border: 1px solid #FFF;
	padding: 2px;
}

#stats p {
	float: right;
	width: 140px;
	margin-top: 6px;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* fin stats */


/* connexion gauche */

#connexion  {
	margin-bottom: 20px;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #19343b;
	}

#connexion img {
	float: left;
	border: 1px solid #FFF;
	padding: 2px;
}	
#connexion label {
	float: right;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#connexion .input_field {
	width: 90px;
	background: #1f3c44;
	border: 1px solid #183036;
    float: right;
}

#connexion .input_field:focus{
background: #38616a;
}

#connexion .valider {
margin-left:30px;
margin-top:5px;
background:#1f3c44;
border: 1px solid #38616a;
}

#connexion .valider:hover {
background:#38616a;
border: 1px solid #1f3c44;
}

/* fin connexion gauche //



/* contenu */
#contenu {
	float: right;
	width: 600px;
}

#contenu p {
	text-align: justify;
	margin-bottom: 10px;
}

.two_column {
	width: 280px;
}










 /* formulaires */
 

.input_field {
border: 1px solid #183036;
}

th.erreur {
color:red;
vertical-align:middle;
}

form td,form th{	
border: 1px solid #FFFFFF;
}

th.vide {
border:0px;
background:none;
}


 /* formulaire de contact */


#contact_form1 form .input_field {
	width: 180px;
}

#contact_form1 form textarea {
	height:140px;
	border: 1px solid #183036;
	overflow:auto;
}

#contact_form1 th{	
width:90px;
}

#contact_form1 th.vide{	
width:100px;
}

 /* fin formulaire de contact */


 /* formulaire d'inscription */

#inscription_form1 form .input_field {
width: 130px;
}

#inscription_form1 th{	
width:180px;
}

#inscription_form1 th.vide{	
width:130px;
}

 /* fin formulaire d'inscription */
 

  /* formulaire paiement */

#paiement_form1 form .input_field {
	width: 130px;
}

#paiement_form1 form .demande {
	width: 50px;
}

#paiement_form1 th{	
width:150px;
}

#paiement_form1 th.vide{	
width:135px;
}

 /* fin formulaire paiement */
 


/* formulaire de connexion */

#connexion_form1 form .input_field {
	width: 130px;
}

#connexion_form1  .erreur{	
text-align:center;
color:red;
}

#connexion_form1 th{	
width:140px;
}

#connexion_form1 th.vide{	
width:130px;
}

/* fin formulaire de connexion */


/* formulaire de modification */

#modification_form1 form .input_field {
	width: 130px;
}

#modification_form1  .erreur{	
text-align:center;
color:red;
}

#modification_form1 th{	
width:180px;
}

#modification_form1 th.vide{	
width:130px;
}

/* fin formulaire de modification */


/* formulaire annonces */

#annonce_form1 form .input_field {
	width: 220px;
}

#annonce_form1  .erreur{	
text-align:center;
color:red;
}

#annonce_form1 form .eptpz {
	width: 40px;
}
#annonce_form1 th{	
width:140px;
}

#annonce_form1 th.vide{	
width:100px;
}

/* fin formulaire annonces */



#fade {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--Transparence sous IE 8--*/
	left: 0;
	top: 0;
	z-index: 10;
}
			
.hideshow {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	visibility:hidden;
}

.popup_block {
	background: #ddd;
	padding: 10px 20px;
	border: 10px solid #fff;
	float: left;
	width: 500px;
	position: fixed;
	top: 40%;
	left: 50%;
	margin: 0 0 0 -250px;
	z-index: 100;
}

.audiotel{
top: 25%;
left:100%;
position: absolute;
}

.popup_block .popup {
	float: left;
	width: 100%;
	background: #fff;
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #bbb;
	text-align:center;
}		

.popup_block .popup img{
margin:0 20px;
}		
			
.popup img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
}


.displaynone {
display:none;
}

.visibilityhidden {
	visibility:hidden;
}


/* rollover précedent suivant */
#suivant img {display: none;}
#suivant{
  display: block;
  width:32px;
  height:32px;
  background-image:url(images/suivant.png);
}
#suivant:hover {
  background-image:url(images/suivanthover.png);
} 

#precedent img {display: none;}
#precedent{
  display: block;
  width:32px;
  height:32px;
  background-image:url(images/precedent.png);
}
#precedent:hover {
  background-image:url(images/precedenthover.png);
} 


/*  fin rollover précedent suivant */


.page {
font-family: courrier,  monospace ;
font-size:12px;
font-weight:normal;


}


/* bas */


#bas {
	width: 970px;
	height: 17px;
	margin: 0px 10px;
	padding: 35px 0;
	text-align: center;
	background: url(images/bas.png) no-repeat;
}
