/*---[ communication ]---*/

#encadre-1 {
	height:400px;
	width:450px;
	padding:10px;
	margin:10px;
	color:#666465;
}

#en-ligne {
	height:250px;
	width: 930px;
	padding:20px;
}

.block {
	float: left;
	margin: 0;
	padding: 20px 2px 0 1px;
	width: 50%;
	height: 200px;
	color:#666465;
}
DIV.block {
	float:left;
	width:30%;
	height:220px;
	padding:10px;
	border-right:#333333 dotted 1px;
}
DIV.block-last {
	float:left;
	width:30%;
	height:220px;
	padding:10px;
}
.block ul {
	margin-top: 0;
}

#a-la-carte {
	position:absolute;
	top:180px;
	left:460px;
	width:400px;
	height:350px;
	background:url(../images/bg-alacarte.gif) no-repeat;
	padding: 20px;
	margin: 20px;
	color:#666465;
}

#a-la-carte ul li {
	font-size:8pt;
}



