/*header.css => la partir logo, image et connection */

/*#header{
	height:200px;
	width:1000px;
	margin:0px 0px 10px 0px;
	padding:0px;
	background:url(../img/header.jpg);
	overflow:none;
	position:relative;
}

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

#img_logo{float:left;
width:395px;margin-left:10px;}

#place{
	margin:0px;
	padding:0px;
	position:absolute;
	top:5px;
	left:350px;
}

#place p {
	margin:0px;
	padding:0px;
} 

#place a {
	color:#000000;
} 

p#spacer{ clear: both; height: 1px; }

#msg-error-connect{color:black;font-weight:bold;}

fieldset{border:0px}

#info-co {
	font-size:13px;
	font-weight:bold;
	color:#BC0001;
}

#info-clan:hover {
	text-decoration:none;
}

#bulle-clan{
	display:none;
	width:300px;
	padding: 5px; 
	margin: 10px; 
	z-index: 100;
	color: #000000; 
	background: #f7f7f7;
	font: 10px Verdana, sans-serif; 
	font-style:none;
	text-decoration:none;
	border:1px solid black;
}
*/

#bulle-clan{
	width:300px;
	padding:5px;
  margin-left:50px;  
	z-index: 100;
  text-align:justify;
  background:#e7e2d5;
	border:1px solid black;
}

#menu_form{
  float:right;
}

#place{
	margin:0px;
	padding:0px;
	position:absolute;
	left:600px;
}

#info-co {
  width:350px;
	font-size:13px;
	font-weight:bold;
	color:#BC0001;
}

#info-clan:hover {
	text-decoration:none;
}