/* CSS Document */

.menu_left_mistraliens_container {
	position:absolute;
	top:182px;
	left:0px;
	height:639px;
	width:126px;
	z-index: 2;
	background-color: #FFCDF1;
}
.menu_left_mistraliens_content {
	position:absolute;
	top:108px;
	left:0px;
	width: 126px;
	height:auto;
	min-height:531px;
	z-index: 3;
	background-color: #FFCDF1;
}
.content_mistraliens_container {
/* container de contenu, se positionne centré dans la page
   par rapport au body (ou au main container s'il existe dans cette page)
*/
	position:absolute; 
	left:136px; 
	top:194px; 
	width:742px; 
	height:620px; 
	text-align:center;
	z-index:2;
}
#composer {
/* div composer dans la page compose_message.php */
position:relative;
	width:500px;
	margin-left: auto;
	margin-right:auto;
	top:80px;
	height:450px;
}

input,textarea
{
	border:#FF6699 solid 1px;
	padding-left:4px;
}


#composer td
{
	font-size :10pt;
	color:#FF0099;
	text-align:left;
}
#composer input
{
	width:250px;
	background-color:#FFFFFF;
	color:#FF0099;
	font-weight:bold;
	font-size:10pt;
}

.btop {
	border-top-color: #FF6699;
	border-top-width:1px;
	border-top-style:solid;
}
.bleft {
	
	border-left-color: #ff6699;
	border-left-width:1px;
	border-left-style:solid;
}

.bright {
	
	border-right-color: #ff6699;
	border-right-width:1px;
	border-right-style:solid;
}

.bbottom {
	
	border-bottom-color: #ff6699;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

#cardlist {
 position:absolute;
 top:80px;
 left:0px;
 width:100%;
 height:541px;
}

#cardview {
 position:absolute;
 top:80px;
 left:0px;
 width:100%;
 height:541px;
}

/* div witness dans la page appell_temon.php */
#witness {
position:absolute;
	width:704px;
	top:416px;
	height:450px;
	left: 16px;
}

#witness td
{
	font-size :10pt;
	color:#FF0099;
	text-align:left;
	white-space: nowrap;
}
#witness input select
{
	width:350px;
	background-color:#FFFFFF;
	color:#FF0099;
	font-weight:bold;
	font-size:10pt;
}
.witnesschapo {
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FE07B8;
	font-weight: bold;
}

.witnesstrose {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FE07B8;
	font-weight: bold;
}

.witnesstblack {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
