/*ACCUEIL*/

.fullSepHor{
	background-image:url(../images/model/full_sep_horizontal.gif);
	height:11px;
	width:100%;
	float:left;
	overflow:hidden;
}
.fullSepHorSem{
	background-image:url(../images/model/full_sep_horizontal_sem.gif);
	width:943px;
	margin-left:9px;
	height:11px;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
}
#mapNews{
	height:159px;
	margin-top:40px;
	float:left;
	width:100%;
}

#mapNews h2{
	font-size:14px;
	color:#207698;
	padding-bottom:17px;
	margin:0;
	background-image:url(../images/model/sep_pointille_horiz.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-left:3px;
}

#mapNews #news{
	float:left;
	width:430px;
}


#mapNews #customers{
	background-image:url(../images/model/sep_vertical.gif);
	background-position:0 8px;
	background-repeat:no-repeat;
	width:405px;
	height:163px;
	padding-left:32px;
	float:left;
	/*clear:both;*/
	position:relative;

}
				
#mapNews #zoneFixe{
	margin-top:25px;
	height: 66px;
	position:relative;
	width:400px;
	overflow:hidden;
	cursor:pointer;
}
	#mapNews #zoneFixe #cacheLeft, #mapNews #zoneFixe #cacheRight {
		position:absolute;
		background-image:url(../images/model/cacheLeft.png);
		-background-image:url();
		background-repeat:no-repeat;
		width:100px;
		height:85px;
		top:0;
		z-index:2;
	}
	#mapNews #zoneFixe #cacheRight {
		background-image:url(../images/model/cacheRight.png);
		-background-image:url();
		right:-20px;
	}
	#mapNews #zoneMobile {
		position:absolute;
		width:1000px;
		z-index:1;
		margin-left:100px;
	}
		#mapNews #zoneMobile img{
			margin-right:15px;
		}
						
/*Map News*/

/*
#mapNews #map h1{
	background-image:url();
}
#mapNews #map ul{
	background-color:#CC6600;
	width:120px;
}
#mapNews #map ul,li{
	margin:0;
	padding:0;
	list-style:none;
}
#mapNews #map li{
	background-image:url(../images/model/fleche_left_2.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	height:18px;
	padding-left:8px;
	font-weight:bold;
}
#mapNews #map li a{
	color:#b5b5b5;
}
#mapNews #map .select a,#mapNews #map li a:hover{
	color:#8b8b8b;
}*/

/*accueil*/
.homeShow{
		background-image:url(../images/model/home_header_fond.jpg);
		background-repeat:repeat-x;
		/*height:263px;*/
		height:249px;
		background-color:#d9d9d9;
		position:relative;
		/*width:500px;*/
	}
		.homeShow .flatScreen{
			position:absolute;
			bottom:-37px;
			left:52px;
		}
		.homeShow #widget{
			position:absolute;
			bottom:32px;
			left:63px;
			display:none;
		}
		.homeVermatim{
			float:left;
			margin-left:430px;
			margin-top:25px;
			
			-margin-left:210px;
		
			
			/*margin-top:25px;*/
		}
			.homeVermatim h2{
				color:#0c6a8f;
				font-size:22px;
				background-image:url(../images/model/sep_pointille_horiz_short.gif);
				background-position:bottom;
				background-repeat:repeat-x;
				padding-bottom:12px;
			}
			.homeVermatim ul, .homeVermatim li{
				margin:0;
				padding:0;
				list-style:none;
			}
				.homeVermatim li{
					background-image:url(../images/model/li-coche-4.gif);
					background-repeat:no-repeat;
					background-position:0 2px;
					margin-top:3px;
					padding-left:16px;
					font-size:13px;
					font-weight:bold;
					color:#666;
				}
			.homeVermatim .tryIt{
				margin-top:23px;
			}
