/** MESSAGE D'ATTENTE (version extensible verticalement) */

#wait_msg{
width:				100%;
}

	#wait_msg_head{
	margin:				1px;
	margin-bottom:		0;
	background:			#fff url(/images/web/wait_msg/wait_msg_head.gif) repeat-x;
	border-bottom: 		solid 1px #ccc;
	height:				5px;
	width:				974px;
	}

	#wait_msg_msg{
	margin-left:		1px;
	margin-right:		1px;
	background:			#fff url(/images/web/wait_msg/wait_msg_msg.gif) repeat-x;
	border-top: 		solid 1px #eee;
	width:				974px;
	padding:		    1em 0;
	}

		#wait_msg_msg img{
		float:				left;
		margin-left:		65px;
		}

	#wait_msg_top{
	width:				732px;
	height:				43px;
	margin-left:		200px;
	background:			transparent url(/images/web/wait_msg/wait_msg_top.gif) no-repeat;
	}

		#wait_msg_top strong {
			color:				#40a8f8;
			font-size:			120%;
			font-weight:		bold;
			position:			relative;
			top:				10px;
			left:				20px;
		}

	#wait_msg_content{
	width:				711px;
	margin-left:		211px;
	padding:			0.5em;
	background:			transparent url(/images/web/wait_msg/wait_msg_contents.gif) repeat-y;
	}

		#wait_msg_content img{
		margin-top:			10px;
		margin-left:		0px;
		}

		#wait_msg_content h1{
		color:				#40a8f8;
		font-family:		Arial;
		font-weight:		bold;
		font-size:			210%;
		text-align:			center;
		margin-top:			35px;
		}

		#wait_msg_content h2{
		color:				#40a8f8;
		font-family:		Arial;
		font-size:			150%;
		text-align:			center;
		padding-left:		0;
		}

		#wait_msg_content h3{
		color:				#40a8f8;
		font-family:		Arial;
		font-size:			125%;
		text-align:			right;
		padding-left:		0;
		font-weight:		bold;
		text-decoration:	underline;
		font-style:			italic;
		}

		#wait_msg_content p{
		color:				#40a8f8;
		font-family:		Arial;
		font-size:			110%;
		text-align:			justify;
		padding: 			1em;
		padding-left:		0;
		font-weight:		bold;
		}

		#wait_msg_content strong{
		color:				#40a8f8;
		font-family:		Arial;
		font-size:			120%;
		text-align:			justify;
		padding-left:		0;
		font-weight:		bold;
		}


	#wait_msg_bottom{
	width:				721x;
	height:				34px;
	margin-left:		211px;
	background:			transparent url(/images/web/wait_msg/wait_msg_bottom.gif) no-repeat;
	}

	#wait_msg_whatsnext{
	background:			#fff;
	height:				50px;
	width:				974px;
	margin-left:		1px;
	color:				#e1854d;
	}

		#wait_msg_whatsnext h3{
		background:			#fff url(/images/web/wait_msg/wait_msg_whatsnext_h3.gif) repeat-x;
		height:				39px;
		color:				#3497e5;
		font-weight:		bold;
		font-size:			130%;
		padding-top:		5px;
		}

			#wait_msg_whatsnext h3 img{
			float:				left;
			margin-top:			-2px;
			margin-left:		65px;
			margin-right:		5px;
			}

		#wait_msg_whatsnext  p{
		font-weight:		bold;
		font-size:			105%;
		position:			relative;
		top:				-35px;
		left:				92px;
		width:				500px;
		}

	#wait_msg_links{
	margin:				1px;
	margin-top:			0;
	background:			#fff url(/images/web/wait_msg/wait_msg_links.gif) repeat-x;
	background-position:bottom left;
	height:				300px;
	width:				974px;
	}


	#wait_msg_links a{
	font-weight:			bold;
	text-decoration: 	none;
	display:					inline-block;
	float:						left;
	position:				relative;
	height:					110px;
	width:					348px;
	padding:				0;
	padding-top:			30px;
	margin-left:			50px;
	margin-top:			0;
	padding-left:			40px;
	font-size:				130%;
	color:					#808080;
	cursor:					pointer;
	text-align:				center;
	position:				relative;
	}

	#wait_msg_links .link_back:hover, #wait_msg_links .link_home:hover, #wait_msg_links .link_homepage:hover{
	text-decoration:	underline;
	}

	#wait_msg_links .link_back{
	left:						80px;
	background:			transparent url(/images/web/wait_msg/wait_msg_lback.png) no-repeat;
	}

	#wait_msg_links .link_home{
	left:						50px;
	background:			transparent url(/images/web/wait_msg/wait_msg_lhome.png) no-repeat;
	}

	#wait_msg_links .link_home{
	background:			transparent url(/images/web/wait_msg/wait_msg_lhome.png) no-repeat;
	}

	#wait_msg_links .dummy{
	width:				250px;
	}

	#wait_msg_links .link_homepage{
	background:			transparent url(/images/web/wait_msg/wait_msg_lhome.png) no-repeat;
	margin-left:		300px;
	}



	#wait_msg  li.nat a,
	#wait_msg  li.dsr a,
	#wait_msg  li.dsd a,
	#wait_msg  .dis *{
	color:				#555;
	display: 			block;
	height:				30px;
	padding-left: 		30px;
	}

	#wait_msg  li.nat a,
	#wait_msg  li.dsr a,
	#wait_msg  li.dsd a{
	clear:				both;
	height:				30px;
	}

	#wait_msg  li.nat a	{ background: transparent url(/images/icones/entity/nat_link_24.gif) no-repeat; }
	#wait_msg  li.dsr a	{ background: transparent url(/images/icones/entity/dsr_link_24.gif) no-repeat; }
	#wait_msg  li.dsd a	{ background: transparent url(/images/icones/entity/dsd_link_24.gif) no-repeat; }
	#wait_msg  .dis *	{ background: transparent url(/images/icones/entity/dis_link_16.gif) no-repeat; }

