/****************************************
* Moteur de Module
* créé pour le site MuseWorld
* écrit par Laurent MINGUET
* (c)2009 2S Creation - tout droit réservé
*/

div#msg_window
{
	background: #edd1e2;
	width:		100%;
	height:		100%;
	overflow:	hidden;	
}
div#msg_window div#main
{
	font-family:	Arial;
	font-size:		11px;
	font-weight:	normal;
	color:			#4c184c;	
	padding:	5px;
}

div#msg_window div#main img
{
	display:	inline;
	margin:		0;
}

div#msg_window div#main div#close_window
{
	float:			right;
	padding-left:	4px;
	padding-right:	4px;
	height:			14px;
	text-align:		center;
	
	font-size: 		11px;
	font-family:	arial;
	font-weight:	bold;
	color:			#4c184c;
	border:			solid 1px #4c214c;
	background: 	#EEEEEE;
	cursor:			pointer;
}

div#msg_window div#main div#main_content
{
	padding:		6px;
	background:		#d4bbca;
	margin-bottom:	6px;
}


div#msg_window div#main div#main_content span.msg_lien_gras
{
	cursor:		pointer;
	font-weight:	bold;	
}

div#msg_window div#main div#main_confirm
{
	padding:		6px;
	margin-bottom:	20px;
	text-align:		center;
	font-family:	arial;
	font-size:		13px;
	color:			#4c214c;
	font-weight:	bold;
}

div#msg_window div#main div#main_confirm span
{
	font-size:		15px;
	color:			#8f0808;
}

div#msg_window div#main div#message_info
{
	padding:		6px;
	background:		#e3ceda;
	margin-top:		23px;
}


div.onglet_page
{
	padding-right:	7px;
	padding-bottom:	5px;
	padding-top:	2px;
	text-align:		right;
}

div.onglet_page a.chx_page_off
{
	cursor:			pointer;
	padding:		3px;
}

div.onglet_page a.chx_page_on
{
	cursor:			default;
	background:		#e3ceda;
	padding:		3px;
}

div.onglet_page a.admin
{
	
}

div.onglet_page a.admin:hover
{
	text-decoration: underline !important;
}
