
body{
	background-color: 	#C790BA;
	margin:			0px; 
	padding:		0px;
}

.intro{
	font-size:		14px;
	font-family: 		Comic Sans MS, sans-serif, Arial, Helvetica;
	font-weight:		bold;
	color:			black;	
}

.main{
	width: 			800px;
	height: 		600px;
	background: 		transparent url("images/communes/back.jpg") top left no-repeat;	
	text-align: 		left;
}

.menu{
	width: 			150px;
	position: 		relative; 
	left:			100px;
	float:			left;
}

.menuBtn{
	position: 		relative; 
	display: 		block;
/*	float: 			top;*/
}

.bTitle{
	width:			480px;	
	position: 		relative;
	float:			left;
	left:			110px;
	top:			90px;
	text-align:		center;
	font-size:		32px;
	font-family: 	Comic Sans MS, sans-serif, Arial, Helvetica;
	font-weight:	bold;
	color:			#510090;	
	border:			solid 0px red;
}

.bContent{
	width:			480px;
	position: 		relative;
	float:			left;
	left:			110px;
	top:			95px;
	text-align:		center;
	font-size:		14px;
	font-family: 	Comic Sans MS, sans-serif, Arial, Helvetica;
	color:			black;	
	border:			solid 0px gray; 
	
}

.bContent a{
	font-size:			16px;
	color:				#93024D;
	text-decoration: 	none;
	
}

.bContent a:hover{
	font-size:			16px;
	color:				#510090;	
	text-decoration: 	none;
}

.bSmallLink{
	font-size:		8px;
}

.bSubtitle{			
	text-align:		center;
	font-size:		28px;
	font-family: 	Comic Sans MS, sans-serif, Arial, Helvetica;
	font-weight:	bold;
	color:			#93024D;		
	border:			solid 0px blue; 
}

.bDesc{			
	text-align:		left;
	font-size:		12px;
	font-family: 	Comic Sans MS, sans-serif, Arial, Helvetica;	
	color:			black;			
	margin:			0;
	padding-left: 	5px;	
}

.bDesc .title{
	font-size: 		16px; 
	font-weight: 	bold;
	color:			#93024D;
}

.bDesc .subtitle{
	font-size: 		16px; 
	font-weight: 	bold;
	color:			black;
}

.bDescDeprecated{			
	text-align:		left;
	font-size:		12px;
	font-family: 	Comic Sans MS, sans-serif, Arial, Helvetica;	
	color:			gray;			
	margin:			0;
	padding-left: 	5px;	
}

.bDescDeprecated .title{
	font-size: 		16px; 
	font-weight: 	bold;
	color:			#6C6C6C;
}

.bDescDeprecated .subtitle{
	font-size: 		16px; 
	font-weight: 	bold;
	color:			gray;
}

.boxBack{	
	position: 			absolute;
	margin:				0;
	left: 				0px;
	top: 				0px;
	width:				100%;
	height:				100%;						
	background-image:	url(images/box/back.gif);		
	text-align:			center;
}

.boxBody{	
	font-family:		arial, verdana, sans-serif;
	font-size: 			12px;
	border:				solid 0px black;		
	text-align:			center;
	margin-left:		auto;	
	margin-right:		auto;		
	padding:			0px;	
}

.btnClose{
	cursor: 			pointer;
	color:				#93024D;
	font-size:			18px;
	font-weight:		bold;
}

.bMsgOk{
	text-align:		center;
	font-size:		14px;
	font-family: 	Comic Sans MS, sans-serif, Arial, Helvetica;
	font-weight:	bold;
	color:			green;
}

.bMsgErr{
	text-align:		center;
	font-size:		14px;
	font-family: 	Comic Sans MS, sans-serif, Arial, Helvetica;
	font-weight:	bold;
	color:			red;
}

#frmGoldbook{
	width: 			450px;
	height: 		266px;
	background: 	transparent url("images/goldbook/frm.jpg") top left no-repeat;	
	/* border:			solid 1px gray; */
}

.iGoldbook{
	font-size:			12px;
	font-weight:		bold;
	font-family: 		Comic Sans MS, sans-serif, Arial, Helvetica;
	background-color: 	#03A0CD; 	
	border: 			solid 1px #860071;
	color:				black;
	-moz-border-radius: 5px;
	border-radius: 5px 5px; 	
}

.bGoldbook{
	font-size:			14px;
	font-weight:		bold;
	font-family: 		Comic Sans MS, sans-serif, Arial, Helvetica;	
	background-color: 	#00FF00;
	border: 			solid 1px black;
	color:				black;
	cursor:				pointer;
	-moz-border-radius: 10px;
	border-radius: 10px 10px; 	
}

img{
	border: 0px;
}
