/*=============================================================================================
CSS Lyaout SOPREMA ::: kd@advisa.fr
=============================================================================================*/
html, body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: url(../medias/pictures/bg_body.png) repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	color: #000;
}

#site {
	height: auto !important;
	height: 482px;
	min-height: 482px;
	background:  url(../medias/pictures/bg_content.jpg) center top no-repeat;
}
.home #site {
	background: #fff url(../medias/pictures/body_top_home.jpg) center top no-repeat;
}

/*======= COMMUNS ====================================================*/
.clear {
	clear: both;
}
img {
	border:none 0;
	display:block;
}

ul, li {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
	list-style-position:outside;
}

/*======= HEADER ====================================================*/
.logo {
		position: absolute;
		left: 17px;
		top: 11px;
	}

#content {
	position: relative;
	width: 916px;
	height: 381px;
	margin:0 auto;
	z-index: 1;
	padding:0;
}

	#select-country {		
		background:url(../medias/pictures/map_select.jpg);
		padding: 0;
		height: 122px;
		position: relative;
	}
	
	#select-country ul {
		position: absolute;
		top: 11px;
		margin: 0;
		padding:0;
	}
	#select-country ul.ul1 {
		left: 36px;
	}
	#select-country ul.ul2 {
		left: 153px;
	}
	#select-country ul.ul3 {
		left: 319px;
	}
	#select-country ul.ul4 {
		left: 464px;
	}
	#select-country ul.ul5 {
		left: 573px;
	}
	#select-country ul.ul6 {
		left: 702px;
	}
	#select-country ul.ul7 {
		left: 816px;
	}
	
	#select-country li {
		background:url(../medias/pictures/puces/carre_bleu.gif) no-repeat 0 2px;
		padding:0px 0 3px 12px;
		margin:0;
		display:block;
		text-transform:uppercase;
		color:#1079B9;
		font-weight:bold;
		font-size:11px;
	}
	
	#select-country li a{
		text-decoration:none;
		text-transform:uppercase;
		color:#1079B9;
		font-weight:bold;
		font-size:11px;
		padding:0;
		margin:0;
	}
	#select-country li.disabled {
		background:url(../medias/pictures/puces/carre_gris.gif) no-repeat 0 2px;
		padding:0px 0 3px 12px;
		margin:0;
		display:block;
		text-transform:uppercase;
		color:#646464;
		font-weight:bold;
		font-size:11px;
	}

	#select-country li.disabled a{
		text-decoration:none;
		text-transform:uppercase;
		color:#646464;
		font-weight:bold;
		font-size:11px;
		padding:0;
		margin:0;
	}
	
	.last {
		margin-right:85px !important;
	}
	
	#footer {
	position:relative;
	width: 916px;
	height: 108px;
	margin:0 auto;
	z-index: 1;
}
		#footer img {
	float:left;
}