﻿.CornerRadius
	{
		-moz-border-radius: 8px/*{cornerRadius}*/; 
		-webkit-border-radius: 8px/*{cornerRadius}*/; 
		border-radius: 8px;
		/*behavior: url(/css/border-radius.htc);*/
	}
.CornerRadius_8
	{
		-moz-border-radius: 8px/*{cornerRadius}*/; 
		-webkit-border-radius: 8px/*{cornerRadius}*/; 
		border-radius: 8px;
		/*behavior: url(/css/border-radius.htc);*/
	}
.CornerRadiusTopLeft_8
	{
		-moz-border-radius-topleft: 8px/*{cornerRadius}*/; 
		-webkit-border-top-left-radius: 8px/*{cornerRadius}*/; 
}
.CornerRadiusTopRight_8
	{
		-moz-border-radius-topright: 8px/*{cornerRadius}*/; 
		-webkit-border-top-right-radius: 8px/*{cornerRadius}*/; 
}
.CornerRadiusBottomLeft_8
	{
		-moz-border-radius-bottomleft: 8px/*{cornerRadius}*/;
		-webkit-border-bottom-left-radius: 8px/*{cornerRadius}*/; 
}
.CornerRadiusBottomRight_8
	{
		-moz-border-radius-bottomright: 8px/*{cornerRadius}*/; 
		-webkit-border-bottom-right-radius: 8px/*{cornerRadius}*/; 
	}
.CornerRadius_6
	{
		-moz-border-radius: 6px/*{cornerRadius}*/; 
		-webkit-border-radius: 6px/*{cornerRadius}*/; 
		border-radius: 6px;
		/*behavior: url(/css/border-radius.htc);*/
	}
.CornerRadiusTopLeft_6
	{
		-moz-border-radius-topleft: 6px/*{cornerRadius}*/; 
		-webkit-border-top-left-radius: 6px/*{cornerRadius}*/; 
}
.CornerRadiusTopRight_6
	{
		-moz-border-radius-topright: 6px/*{cornerRadius}*/; 
		-webkit-border-top-right-radius: 6px/*{cornerRadius}*/; 
}
.CornerRadiusBottomLeft_6
	{
		-moz-border-radius-bottomleft: 6px/*{cornerRadius}*/;
		-webkit-border-bottom-left-radius: 6px/*{cornerRadius}*/; 
}
.CornerRadiusBottomRight_6
	{
		-moz-border-radius-bottomright: 6px/*{cornerRadius}*/; 
		-webkit-border-bottom-right-radius: 6px/*{cornerRadius}*/; 
	}
.CornerRadius_3
	{
		-moz-border-radius: 3px/*{cornerRadius}*/; 
		-webkit-border-radius: 3px/*{cornerRadius}*/;
		border-radius: 3px;
		/*behavior: url(/css/border-radius.htc);*/
	}
.CornerRadiusTopLeft_3
	{
		-moz-border-radius-topleft: 3px/*{cornerRadius}*/; 
		-webkit-border-top-left-radius: 3px/*{cornerRadius}*/; 
}
.CornerRadiusTopRight_3
	{
		-moz-border-radius-topright: 3px/*{cornerRadius}*/; 
		-webkit-border-top-right-radius: 3px/*{cornerRadius}*/; 
}
.CornerRadiusBottomLeft_3
	{
		-moz-border-radius-bottomleft: 3px/*{cornerRadius}*/;
		-webkit-border-bottom-left-radius: 3px/*{cornerRadius}*/; 
}
.CornerRadiusBottomRight_3
	{
		-moz-border-radius-bottomright: 3px/*{cornerRadius}*/; 
		-webkit-border-bottom-right-radius: 3px/*{cornerRadius}*/; 
	}

	
.Select
{
	border : solid 1px #98C93C;
	background : #D4E8A1;
} 
.MenuWebmail
{
	margin:10px;
}
.ElementWebmail
{
	padding:4px 8px;
}

.WebmailF9 a:link
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.WebmailF9 a:visited
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.WebmailF9 a:active
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.WebmailF9 a:hover
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}
.WebmailF9 
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.DetailMail
{
	width:566px;
	position:relative;
	min-height : 100px;
	padding: 10px;
	border: solid 1px #999999;
}


.Subject
{
	padding:10px;
	margin:25px 0px;
	background: #F0F0F0;
	border: solid 1px #999999;
}

._F1
{
	font-family: Arial;
	font-size: 11px;
}

.DivLeft
{
	display:block;
	float:left;
	width: 100px;
	margin:5px;
	text-align:right;
}
.DivRight
{
	display:block;
	float:left;
	width:324px;
	margin:5px;
	text-align:left;
}

.DivClose
{
	width:35px;
	height:35px;
	background: transparent url(/images/webmail/close.png) no-repeat;
	position:absolute;
	right:0px;
	top:0px;	
}

.DivReplyLeft
{
	display:block;
	float:left;
	width: 100px;
	height:20px;
	padding:3px 5px;
	text-align:right;
	line-height:20px;	
}
.DivReplyRight
{
	display:block;
	float:left;
	width:406px;
	height:auto;
	padding:3px 5px;
	text-align:left;
	line-height:20px;
}
.MailIsRead
{
	background-color:#FFFFCC;
}



.ActionMail
{
	margin:0px;
	position:relative;
	border-top: solid 1px #999999;
	background: #F7F7F7;
	/*width:566px;*/
	width:100%;
	top:10px;
	left:-10px;
	padding : 10px;
}

	
.SpanReply 
{
	background-color:#EFEFEF;
	border:solid 1px #CCCCCC;
	cursor:pointer;
	padding:5px;
}

.SpanReply:hover
{
	cursor:pointer;
	background-color:#DBEEF7;
	border:solid 1px #B4CCE8;
	padding:5px;
}

.DisableBtnReply
{
	cursor:pointer;
	background-color:#EFEFEF;
	border:solid 1px #CCCCCC;
	padding:5px;
	color: #CCCCCC;
}

.SpanBtnSend 
{
	cursor:pointer;
	background-color:#EFEFEF;
	border:solid 1px #CCCCCC;
	padding:5px;
	width:80px;
	display:block;
}

.SpanBtnSend:hover
{
	cursor:pointer;
	background-color:#DBEEF7;
	border:solid 1px #B4CCE8;
	padding:5px;
	width:80px;
	display:block;
}

.SpanBtnCancel
{
	background-color:#EFEFEF;
	border:solid 1px #CCCCCC;
	cursor:pointer;
	padding:5px;
	color: #000000;
}

.SpanBtnCancel:hover
{
	cursor:pointer;
	background-color:#FEF6F3;
	border:solid 1px #E21313;
	padding:5px;
	color: #E21313;
}
.btnMargin
{
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	margin-left:5px;
}

.BlockRnts
{
padding:5px;
margin:2px;	
}
.divMail
{
	background-color:Transparent;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 360px;
	/*height:25px;*/
	line-height:25px;
	padding :0px 0px 0px 30px;
	display:block;
	/*float:left;*/
}
.Mail
{
	background-image:url(/images/webmail/Mail25x25.png);
}


.NewMail
{
	background-image:url(/images/webmail/NewMail25x25.png);
}

.MailClosed
{
	background-image:url(/images/webmail/Mail_closed_25x25.png);
}


.NewMailClosed
{
	background-image:url(/images/webmail/NewMail_closed_25x25.png);
}

.MailProcessing
{
	background-image:url(/images/webmail/Mail_processing_25x25.png);
}


.NewMailProcessing
{
	background-image:url(/images/webmail/NewMail_processing_25x25.png);
}

.box
{
	background:#EAEAE6;
	border:solid 1px #A9B4BD;
	padding: 10px 3px;
	width:580px;
}
.boxHeader
{
	/*background:#E8E8E8;*/
	background:#D4E8A1;
	/*border: solid 1px #C8C8C5;*/
	border: solid 1px #98C93C;
	padding: 0px 5px;
}
.boxHeaderCell
{
	display:block;
	float:left;
	/*height:25px;*/
	line-height:25px;
	text-align:left;
	padding : 0px 5px;
}


.boxContent
{
}
.boxItem
{
	background:#FFFFFF;
	margin:1px 1px 1px 0px;
	cursor:pointer;
/*	border:solid 1px #D1D1CD;*/
	padding:0px 5px;
}
.Sujet
{
	width:380px;
}
.TypeMail
{
	width:140px;
}
.Recu
{
	width:140px;
}

._F4b 
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
._F4 
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
._F4_i 
{
	font-family: Arial;
	font-style:italic;
	font-size: 11px;
	color: #333333;
}
.sb_sb
{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 11px;
	/*font-weight:bold;*/
	color:#000000;
}
._F4 
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
.sb_bd
{
	font-family:Helvetica,Arial, Sans-Serif;
	font-size: 9px;
	color:#585852;
}
._IsRead
{
	font-family: Arial;
	font-size: 11px;
}
._IsNotRead
{
	font-family: Arial;
	font-weight:bold;
	font-size: 12px;
}
	.ContourDiv
	{
		border:solid 1px #999999;
		padding :10px;
	}
	._DetailMail
	{
		/*border-bottom :solid 1px #999999;*/
		/*padding:10px;*/
		position:relative;
	}
	
	._BodyDetailMail
	{
		border-bottom :solid 1px #999999;
		border-left :solid 1px #999999;
		border-right :solid 1px #999999;
		padding:10px;
		background-color : #FFFFFF;
		margin-bottom : 20px;
	}
	
	._HeaderDetailMail
	{
		border-top :solid 1px #999999;
		border-left :solid 1px #999999;
		border-right :solid 1px #999999;
		padding:10px 10px 10px 25px;
		height :20px;
		position:relative;
		/*line-height:20px;*/
	}
	._Header_S
	{
		background-image: url(/images/webmail/mail_envoye_20x20.png);
		background-repeat:no-repeat;
		background-color:#E2F4CC;
		background-position:5px 25%;
	}
	._Header_R
	{
		background-image: url(/images/webmail/mail_recu_20x20.png);
		background-repeat:no-repeat;
		background-color:#EEF5FF;
		background-position:5px 25%;
	}
		._F5
	{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color:#999999;	
	}
	.divDate
	{
		position:absolute;
		right:10px;
		top:10px;
	}
	
	/*******/
	/* ie6 */
	.DetailMail_
	{
		/*border-bottom :solid 1px #999999;*/
		/*padding:10px;*/
		position:relative;
	}
	
	.BodyDetailMail_
	{
		border-bottom :solid 1px #999999;
		border-left :solid 1px #999999;
		border-right :solid 1px #999999;
		padding:10px;
		background-color : #FFFFFF;
		margin-bottom : 20px;
	}
	
	.HeaderDetailMail_
	{
		border-top :solid 1px #999999;
		border-left :solid 1px #999999;
		border-right :solid 1px #999999;
		padding:10px 10px 10px 25px;
		height :20px;
		position:relative;
		/*line-height:20px;*/
	}
	.Header_S
	{
		background-image: url(/images/webmail/mail_envoye_20x20.png);
		background-repeat:no-repeat;
		background-color:#E2F4CC;
		background-position:5px 25%;
	}
	.Header_R
	{
		background-image: url(/images/webmail/mail_recu_20x20.png);
		background-repeat:no-repeat;
		background-color:#EEF5FF;
		background-position:5px 25%;
	}
		.F5_
	{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color:#999999;	
	}
	.F1_
{
	font-family: Arial;
	font-size: 11px;
}
	
	.F4_
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.IsRead_
{
	font-family: Arial;
	font-size: 11px;
}
.IsNotRead_
{
	font-family: Arial;
	font-weight:bold;
	font-size: 12px;
}
.F4b_
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.F4_
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
.F4_i_
{
	font-family: Arial;
	font-style:italic;
	font-size: 11px;
	color: #333333;
}

.DivDoc
{
	background-color:#DECDAE;
	padding:5px
}

.liDoc
{
	float:left;
	height:20px;
	margin:2px 3px 0 0;
	position:relative;
	width:220px;
}
.ulDoc{
	list-style-type:none;
	margin:0 auto;
	padding:0;
	width:690px;
}


.GO_LINK 
{
	FONT-SIZE:10px;
    FONT-FAMILY: Verdana,arial;
	color: #3366cc;
	TEXT-DECORATION: none;
		
}