body {
  	background:url("img/bg.jpg") top repeat-x;
	text-align: justify;
}

/* div de positionnement */
#container{
	width:800px;
	position:relative;
	margin:0 auto;
	text-align:left;
	overflow: visible;
}
#top {
	height: 200px;
	background:url("img/bg_top.jpg") left no-repeat;
	margin:0px;
	padding:0px;
	border:0px;
}

#main {
	display:block;
	/*position:absolute;*/
	width:800px;
	height:auto;
	margin:0px;
	padding:0px;
	overflow: visible;
	margin-top:-3px;
}
#container > #main {
	min-height: 380px;
	height: 100%;
	
}

#bottom {
	display:block;
	position:relative;
	width:800px;
	min-height:20px;
	height:auto;
	text-align:center;
	border-top:1px solid #544856;
	border-bottom:1px solid #544856;
	margin:0px;
	margin-top:10px;
	padding:0px;
}


/* top */
#header {
	display:block;
	float:left;
	width:625px;
	height:200px;
	margin:0px;
	padding:0px;
}
#carte {
	display:inline;
	float:right;
	width:175px;
	height:195px;
	margin:0px;
	padding:0px;
	/*background: url("img/carte.gif") center top no-repeat;*/
}/*
#menu_header {
	display:block;
	width:365px;
	height:35px;
	position: absolute;
	top: 60px;
	left: 5px;
}
#bandeau {
	display:block;
	width:625px;
	height:105px;
	margin:0px;
	padding:0px;
	position: absolute;
	top: 95px;
	left: 0px;	
}
#bandeau * {
	margin:0px;
	padding:0px;
	border:0px;
	}*/
	/* header */
#logo {
	float:right;
	display:block;
	width:255px;
	height:95px;
}
#header .block-menu {
	display:block;
	width:370px;
	height:35px;
	margin:0px;
	padding:0px;
	margin-top:60px;
}
#bandeau {
	display:block;
	margin:0px;
	padding:0px;
	/*background:url("img/bandeau.jpg") center top no-repeat;
	color:#ffffff;*/
}
#bandeau a, #bandeau a img{
	display:inline;
	width:625px;
	height:105px;
	margin:0;
	padding: 0;
	border:0;
}
/* main */

#right {
	position:absolute;
	right:0;
	width:175px;
	height:380px;
	margin:0px;
	padding:0px;
	background:url("img/bg_right.jpg") top right no-repeat;
}

#main > #right {
	min-height:380px;
	height:auto;
}

#menu-labo {
	display:block;
	/*float:left;*/
	width:625px;
	height:30px;
	margin:0px;
	padding:0px;
}

#center {
	/*position:absolute;
	top:230px;*/
	display:block;
	width:620px;
	/*height:350px;*/
	text-align:left;
	margin:0px;
	padding:0px;
	overflow: visible;
}
#main > #center {
	/*height:auto;*/
	min-height:345px;
	padding-top:1px;
}
/* center */
#left {
	display:block;
	float:left;
	width:175px;
	height:350px;
	margin:0px 3px 0 0;
	/*margin-top:30px;*/
	padding:0px 3px 0 0;
}
#center > #left,
div.content > #left {
	min-height:350px;
	height:auto;
	}
#left p {
	margin-left : 5px;
	margin-right : 5px;
	}
#left p.title {
	text-align: center;
	}
#left div.views-row { 
	margin-bottom:10px;
	}
#left div.views-row span.views-field-field-teaser-value p {
	display:inline;
}
#content {
	display:block;
	position:relative;
	margin: 0px auto;
	padding:0px;
	height:350px;
	width:400px;
	overflow: visible;
	/*clear:right;*/
}
#center > #content,
div.content > #content {
	min-height:350px;
	height:auto;
	margin-left:180px;
}
#wide-content {
	display:block;
	position:relative;
	width:590px;
	top:20px;
}
/* bottom */
/*#menu_footer {
	margin:0px;
	padding:0px;
	display:block;
	clear:left;
	position: static;
	top:5px;
}*/


#wide-content div.tabs {
	/*margin-top:20px;*/
	clear:left;
	/*width: 90%;*/
}

span.float_gauche {
	float: left;	
}

div.tabs ul.primary {
	white-space: normal;
}
