/************************************************************************************************************************************************/
/*																															Boite de message	*/
/************************************************************************************************************************************************/

#msgBox {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	vertical-align: middle;
	text-align: center;
	background-image: url(msg_box_fond.png);
	background-repeat: repeat;
	background-position: top left;
	z-index: 4999;
}

#msgBoxConteneur {
	position: absolute;
	width: 420px;
	height: 186px;
	top: 50%;
	left: 50%;
	margin-top: -105px;
	margin-left: -215px;
	/*background-color: #CCCCCC;*/
	background-color: #FFFFFF;
	/*border: 5px solid #666666;*/
	border: 5px solid #014D7B;
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;*/
	z-index: 5000;
}

#msgBoxTitre {
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	/*background-color: #AAAAAA;
	background: linear-gradient(to bottom, #AAAAAA, #CCCCCC, #AAAAAA);*/
	background-color: #0076C4;
}

#msgBoxTitreTexte {
	float: left;
	height: 36px;
	padding-left: 10px;
	line-height: 36px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	/*color: #001C37;*/
	color: #FFFFFF;
}

#msgBoxClose {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	margin-top: 10px;
	margin-right: 10px;
	background-image: url(msg_box_close.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#msgBoxClose:hover {
	background-position: bottom left;
}

#msgBoxContenu {
	height: 60px;
	padding-left: 60px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 20px;
	font-family: Arial;
	font-size: 12px;
}

#msgBoxActions {
	height: 50px;
}

div.msgBoxQuestion {
	color: #001C37;
	background-image: url(msg_box_question.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
}

div.msgBoxPanier {
	color: #001C37;
	background-image: url(msg_box_panier.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
}

div.msgBoxInfo {
	color: #001C37;
	background-image: url(msg_box_info.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
}

div.msgBoxAlerte {
	color: #D10000;
	background-image: url(msg_box_alerte.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
}

#msgBoxActions a {
	display: block;
	float: right;
	height: 30px;
	margin-right: 20px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	/*color: #001C37;*/
	color: #FFFFFF;
	text-align: center;
	/*background-color: #BBBBBB;*/
	background-color: #9A9898;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #000000;*/
	box-shadow: 1px 1px 1px #000000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#msgBoxActions a:hover {
	color: #EEEEEE;
	/*background-color: #263E55;*/
	background-color: #0076C4;
}
