@import "common.css";
@import "nav.css";
@import "tabs.css";

*
{
	margin: 0px;
	padding: 0px;
}
body
{
	margin: 0px;
	padding: 0px;
	/**text-align: center;**/ /** Alignement centré pour IE **/
}
img {
	border: 0;
}
.webmasterContact
{
	color:#0000ff;
}

.spacer {
	clear: both;
	font-size: 1px;
}

#general 
{
	width: 970px;
	/**margin: 0 auto;**/ /** Alignement centré pour Mozilla & Co **/
	text-align: left;
	display:block;
	margin:0 auto;
}

/*#content
{
	float: left;
	width: 775px;
}*/

#footer {
	clear: both;
}

#main
{
	float: left;
}

#bottom
{
	float: left;
	width: 765px;
	height: 16px;
	background: #fff url('../../images/new_cfg_vu/Common/bottom.png') no-repeat;
	text-align: right;
	font: 9px verdana, arial, helvetica, sans-serif;
	color: #000000;
	padding-right: 10px;
}

/** Messages d'erreur **/
#error
{
	display: none;
}

