/*******************************
	Structure HTML
*******************************/

HTML{
	height:100%;
}

BODY{
	font-family:Arial,Helvetica,sans-serif,verdana;
	font-size:12px;
	margin:0px;
	height:100%; 
}

A, DIV, P, H1, H2, SPAN, FIELDSET{
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif,verdana;
	text-decoration:none;
}

HTML{
	height:100%;
}

BODY{
	margin:0px;
	height:100%;
}

A IMG{
	border:0px;
}

BUTTON{
	background-color:transparent;
	border:0px;
}

DIV.clear-fix{
	clear:both;
}

DIV.clear-fix-mg{
	clear:both;
	height:10px;
}

SPAN.bold{
	font-weight:bold;
}

SPAN.underline{
	text-decoration:underline;
}

DIV#background-picture{
	width:100%;
	height:100%;
	background-image:url(/img/background-picture.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

DIV#site-main{
	width:1000px;
	margin:auto;
}

DIV#site-header{
	width:1000px;
	height:180px;
	background-image:url(/img/bkg-entete.png);
}


DIV#site-onglet{
	width:1000px;
	height:46px;
	line-height:46px;
	background-image:url(/img/bkg-onglets.png);
}

DIV#site-bottom{
	width:1000px;
	height:58px;
	background-image:url(/img/bkg-bottom.png);
}

DIV#site-bottom-top{
	width:1000px;
	height:23px;
}

DIV#site-bottom-foot{
	width:1000px;
	height:35px;
	line-height:35px;
}

DIV#site-black-footer{
	background-color:#000000;
	color:#ffffff;
}

DIV#site-bottom-pictos{
	width:1000px;
}

DIV#site-bottom-pictos IMG{
	display:block;
	margin:0px auto 0px auto;
}

DIV#site-copyright{
	width:1000px;
	min-height:50px;
}

DIV#site-copyright SPAN.cp{
	color:#CCCCCC;
	display:block;
	margin:auto;
	width:250px;
	text-align:center;
}

DIV#site-copyright A{
	color:#CCCCCC;
	text-decoration:none;
}

DIV#ariane-thread-area{
	margin-left:180px;
	height:20px;
	line-height:20px;
	color:#999999;
}

DIV#middle-side-content{
	width:964px;
	margin:0px auto 0px auto;
	clear:both;
	display:block;
}

DIV#left-side{
	float:left;
	width:164px;
	background-image:url(/img/bkg-left-side.png);
	background-repeat:no-repeat;
	display:block;
}

DIV#middle-side-int{
	float:left;
	width:790px;
	margin-left:10px;
}

DIV.login-error-box{
	margin:20px 0px 0px 40px;
	height:20px;
	line-height:20px;
	color:#cc0000;
	font-size:13px;
}
