.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;	
		white-space: nowrap; 	
	  }

.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 {
		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: -137px 0;
		display:inline-block;
}

.bar-subelement {
		width: 80%;
		text-align:left;
		padding-left:15%;
		background-color:green;
		display:inline-block;		
}

.bar-sub-menu {
		display:inline-block;		
}


.form-search {	
		float:right;
		padding-right:15%;
		display:inline-block;
		/*display:inline;
		position:relative;
		top:0;
		display:inline;
		padding-left:100px;
		padding-right:15%;*/
		}
.search {
		width: 88px;
		height: 29px;
		font-size:16px;
		color:white;
		vertical-align:top;
		background-color:transparent;
		background-image:url(/images/but-search.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		padding-left:10px;
		padding-top:5px;
		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;
		padding-right:20%;
	}


#body {
		padding-left: 10%;
		padding-right: 10%;
		height:60%;
		min-height: 350px;
	}

#body hr {
		clear: both;
	}
.deco {
		float:right;
	}
.clear {
		clear: both;
	}

#footer {
		min-height:250px;
		background-color: #666666;
		color: white;
		text-align:center;
	}


.plansite {	
		margin:20px 20px 20px 20px;
		width:10%;
		text-align:left;
		vertical-align:top;
		display:inline-block;
		border-left: 1px dashed white;
		padding-left:10px;
	}
.plansite b {
		font-size:16px;
		font-weight:bold;
	}
.plansite a {
		color:white;
		text-decoration:none;
	}
.plansite a:hover {
		text-decoration:underline;
	}

.copyright {
		vertical-align:bottom;
		font-weight:bold;
	}

.copyright a {
		color:white;
		text-decoration:none;
	}
