body{
	margin:0;
	padding:0;
	font-family:arial;
	font-size:0.7em;
	background:url("../images/local/skin/body-bg.png") repeat-y 50% 0;	
	line-height:1.2em;
}

#header{
	/*background:url("../images/local/skin/header-test2.png") repeat-x 50% 0;*/
  height:178px;
	overflow:visible;	
	margin:0 auto;
}

span.accessibility-link {
	display:none;
}

#header-content{
	width:990px;
	margin:0 auto;
	padding:0;
	height:190px;
	position:relative;
}

#search{
	background:url("../images/local/skin/search-bg.gif") no-repeat 0 0;
	width:178px;
	height:80px;
	position:absolute;
	top:0;
	left:15px;
	margin:10px 0 0 0;
}

#ligne 
{
  background: transparent url("../images/local/skin/bandeau.png") no-repeat 50% 0;
  margin-top: -12px;
  height: 22px;
  width: 100%;
  z-index:1;
}

/* =====================================================================
 * -------------------    Style for page-path    -----------------------
 * ===================================================================== */
#page-path {
	margin: -10px 0 0 220px;
	z-index:100;
}

#page{	
	width:990px;
	margin:0 auto;
	padding:0;
	margin-top: 12px;
	position:relative;
}

#content{
	width:765px;
	margin-top: 10px;
  margin-left: 225px; 
	/* The width of #sidebar-left */
	margin-right: -990px;
	/* Negative value of #content's width + left margin. */
	float:left;
	overflow:visible;
}

#content-all-position{
	width:550px;
	float:left;
}

#content-full-largeur{
	width: 740px;
}

#position-une{
	width:750px;
}

#position-2{
	width:540px;
}

#position-3{
	width:270px;
	float:left;
	margin-right:5px;
}

#position-4{
	width:270px;
	float:left;
	margin-right:5px;
}

#position-5{
	width:550px;
}

#sidebar-right{
	width:215px;
	float:left;
}

#sidebar-right-content{
	margin:0 25px 0 0;
}

.doc-sidebar-right{
	width:215px;
	float:right;
}

.doc-sidebar-right-content{
	margin:0 25px 0 0;
}

#sidebar-left{
	width:205px;
	margin-right: -205px;
	/* Negative value of #sidebar-left's width + left margin. */
	float:left;
	overflow:visible;
	margin-top:-31px;
}

#sidebar-left-header{
/*	margin:15px 0 0 0;*/
	margin:0;
	padding:0 0 0 15px;
}

#sidebar-left-content{
	margin:0 0 0 0;
	padding:0 0 0 15px;
}

#footer{
	/*background-color:#EBEBEB;
	border-top:7px solid #B10035;*/
	clear:both;
	height:125px;
}

#footer-content{
	/*background:url("../images/local/skin/footer-bg.png") no-repeat 205px 0;*/
	height:65px;
	width:770px;
	margin:0 auto;
	padding:0 0 0 220px;
	/*color:#fff;
	font-weight:bold;	*/
}

.hide{
	display: none;
}

