* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #000;
	background-image: url("../images/fond.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

textarea {
	overflow :auto;
}



#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}



/* LIENS */

a, a:visited {
	color: #01327e;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


img {
	border: none;
	vertical-align: middle;
}

div.spacer {
	clear: both;
}


/* FORMULAIRES */
input, textarea {
	vertical-align: middle;
	/* border: 1px solid black;  #999999;
	background-color: white;
	font: 11px Verdana, Arial;
	color: black;
	padding-left: 5px;
	padding-right: 5px; */
}

input.text, input.file {
	border: 1px solid #565857;
	font: 11px Verdana, Arial;
	color: black;
	padding: 3px;
}

textarea {
	border: 1px solid #565857;
	font: 11px Verdana, Arial;
	color: black;
	padding: 3px;
}

select {
	border: 1px solid #565857;
	color: black;
	font: 12px Verdana, Arial;
		
}


h3.error {
	color: red;
	margin: 5px;
	font-size: 14px;
}

ul.error {
	list-style-type: none;
	margin-left: 15px;
	line-height: 15px;
	margin-bottom: 5px;
	font-size: 12px;
}



/* TITRES */
h1, h2, h3, h4, h5 {
	color: #01327e;
}






#container {
	width: 899px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	margin: 0 auto;
	background-color: #000;
	min-height: 100%;
	position: relative;	
	
	
	background-image: url("../images/main.jpg");
	background-repeat: no-repeat;
	background-position: 0 127px;
	
	
}

#header {
	height: 123px;	
	/*background-image: url("../images/header.jpg");*/
	padding-right: 0px;
	/*border-bottom: 2px solid #fff;*/
}

#header h1 {
	height: 127px;
	width: 183px;
	float: left;
}

#footer {
	clear: both;
	color: white;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #000;
	width: 100%;
	
	
}

#footer a {
	color: white;
	font-weight: normal;
}

#login, #logged {
	float: right; 
	color: white; 
	width: 216px; 
	height: 107px; 
	background: url('../images/menu/boxlogin.jpg') no-repeat;
}
#menu_flash {
	z-index:10;
}
*html #menu_flash {
	float:left;
}
#logged {
	background: url('../images/menu/boxlogged.jpg') no-repeat;
}


#login a,
#logged a {
	color: white;
	font-weight: normal;
	text-decoration: none;
}

#login a:hover,
#logged a:hover {
	color: white;
	text-decoration: underline;
}

.login_inscription,
.login_deconnexion {
	margin-top: 37px;
	text-align: center;
}

.login_pseudo {
	margin: 10px;
}
/*
#login form {	
	/*text-align: right;
}

#login form p {
	/*margin: 4px 10px;
}

#login {
	text-align: left;
	
}*/
.zone_input {
	border: 0px solid yellow;
	height: 50px;
	width: 162px;
}

.zone_input input {
	margin-left: 60px;
	margin-bottom: 3px;
	margin-top: 3px;
	width: 100px;
	border: 1px solid #000;
	
}


input.login_btn_ok {
	margin-left: 5px;
	width: 25px;
	height: 40px;
}



/***************
* MENU
***************/

#nav {
	background:url(../images/menu/barre_BG.gif);
	width:899px;
	height:24px;
	margin-bottom:10px;
}

ul, li {
	padding : 0;
	margin:0;
}

.niveau0 a {
	text-decoration:none;
	margin : 0;
	padding : 0;
	display : block;
}

.niveau1 {
	padding-left:10px;
}

*html .niveau0 a {
	margin-top : -1px;
}

*+html .niveau0 a  {
	margin-top : -1px;
}

.niveau1 a,.niveau1 a:hover,.niveau1 a.sfhover {
	display:block;
	text-decoration:none;
}

#nav img {
vertical-align: middle;
}

#nav li {
	display : block;
	list-style-type:none;
	/*text-align : center;*/
	font-weight : bold;
}

#nav li ul {
	position : absolute;
	/*left: -999em; */ /*using left instead of display to hide menus because display: none isn't read by screen readers */
	display:none;
	background-color:black;
	width:200px;
}

#nav li ul li {
	height:15px;
}

#nav li ul a {
	color:white;
}

#nav li ul ul { /* third-and-above-level lists */
	/*margin: -19px 0 0 201px; *//* 201 */
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	display: block;	
}

.niveau0   {
	float : left;
	display : inline;
}

.niveau1:hover,.niveau1.sfhover   {
	background-color:#429dff;
}

#profil {
	margin-left:90px;
}

#main {
	padding-bottom: 50px;
}

#main div.box {
	background-color: white;
	border: 1px solid black;
	background-position: 0 21px;
	background-repeat: no-repeat;
	
}

#main div.box h2 {
	border-bottom: 1px solid black;
	height: 22px;
}


#main div.box h2 span {
	display: none;
}


#bannieres {
	padding: 14px;
	text-align: center;
}

#ban-pub {
	float: left;
	width: 700px;
	height: 90px;
	text-align: center;
}

#ban-partenaires {
	float: left;
	padding-left: 8px;
	
}

p.ico img, p.ico .png {
	cursor: help;
}


/* SOIREES A VENIR */

#box-soireesavenir {
	width: 197px;
	background-image: url("../images/common/box_soireesavenir_fond.gif");
	background-repeat: no-repeat;
}

#box-soireesavenir h2 {
	background-image: url("../images/common/box_soireesavenir_titre.gif");
	background-repeat: no-repeat;
}

#box-soireesavenir ul {
	list-style-type: none;
	padding: 4px 0 3px 6px;
	
}

#box-soireesavenir li {
	line-height: 20px;
}

#box-soireesavenir p.desc {
	float: left;
	width: 133px;
}

#box-soireesavenir p.ico {
	float: right;
	text-align: right;
	width: 55px;
  padding-right:2px;
	
}

#box-soireesavenir p.suite {
	text-align: right;
	padding-right: 5px;
}

#box-soireesavenir p.ico img, #box-soireesavenir p.ico .png {
	/*margin-right: 5px;*/
}


.clear {
	clear: both;
	margin:0;
	padding:0;
}
.rechsoiree_box_titre {
	background:url(/images/boxrecherchesoiree/teterecherche.gif); 
	height:22px; 
	border-bottom:1px solid black;
	margin:0; 
	padding:0;
}

.compte_box_titre {
	background:url(/images/boxmoncompte/tete-moncompte.gif); 
	height:22px; 
	border-bottom:1px solid black;
}

.infomembres_box_titre {
	background:url(/images/membre/tete_infomembre.gif); 
	height:22px; 
	border-bottom:1px solid black;
}
