.home 	  {	
		font-family: "Arial","Trebuchet MS", sans-serif; ;
		font-size: 12px;
		padding:0; 
		margin:0; 
		overflow:auto; 
	}

#header {
		height:190px;
		background-image:url(images/bandeau-head-movelec.png);
		background-repeat: repeat-x;
		text-align:left;
		padding-left:10%;
		display:block;		
	  }

.header-misc {
		position:absolute;
		top:7px;
		right:10%;
}
.flag {
		border:0;
		padding-left: 8px;
	}
.paneS {
		margin-top:70px;
		height: 40px;
		width:137px;
		color:white;
		text-align:center;
		text-decoration:none;
		padding-top:6px;
		font-size: 18px;
		background-image:url(images/panel.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		display:inline-block;		
}

.pane {
		height: 40px;
		width:137px;
		color:white;
		text-align:center;
		text-decoration:none;
		padding-top:6px;
		font-size: 18px;
		background-image:url(images/panel.png);
		background-repeat: no-repeat;
		background-position: -137px 0;
		display:inline-block;
}

.bar-subelement {
		width: 100%;
		text-align:left;
		background-color:green;
		display:inline-block;		
}

.bar-sub-menu {
		padding-left:20%;
		display:inline-block;		
}


.form-search {display:inline;
		padding-left:100px;
		}
.search {
		width: 88px;
		height: 29px;
		vertical-align:top;
		background-color:transparent;
		background-image:url(images/but-search.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		padding-left:10px;
		border:0px solid black;
		margin: 0;
		display:inline-block;
	}

.submit {
		width:30px;
		height: 29px;
		vertical-align:top;
		background-image:url(images/but-search.png);
		background-repeat: no-repeat;
		background-position: -105px 0;
		border:0px solid black;
		margin: 0;
		display:inline-block;
	}


.sub-menu-first {
		margin-top:1px;
		width:115px;
		height: 29px;
		color:black;
		text-align:center;
		text-decoration:none;
		padding-top:6px;
		font-size: 16px;
		background-image:url(images/sub-menu.png);
		background-repeat: no-repeat;
		display:inline-block;
	}

.sub-menu {
		background-position: -8px 0;
		border-left:1px solid green;
	}

.sub-menu-last {
		background-position: -515px 0;
		border-left:1px solid green;
	}


#body {
		padding-left: 10%;
		padding-right: 10%;
	}
.deco {
		float:right;
	}
.clear {
		clear: both;
	}

#footer {
		min-height:250px;
		background-color: #666666;
		color: white;
		text-align:center;
	}

.copyright {
		vertical-align:bottom;
		font-weight:bold;
	}
