@charset "utf-8";

/* CSS Document */

table.info_upload
{
	border:1px solid #CCCCCC;
	margin-left:auto;
	margin-right:auto;
	width:80%;
}

table.info_upload td
{
	font-size:inherit;
	border:none;
	text-align:left;
	padding-left:1em;
	border:1px solid #CCCCCC;
}

table.info_upload th
{
	padding-right:1em;
	border:1px solid #CCCCCC;
	background-color:transparent;
	font-size:inherit;
	text-align:right;
}

table.info_upload_barre
{
	margin-left:auto;
	margin-right:auto;
	width:80%;
	border:1px solid #000;
	border-collapse:separate;
}

.info_aide
{
	padding : 10px 10px 10px 40px;
	margin:10px 5px 10px 5px;
	text-align:justify;
	background-color : #e8eedd;
	
	font-size:11px;
	
	border:solid 1px #d7ded9;
	background-image : url("../../images/fw_icones/icone_tips.png");
	background-position: 2px center;
	background-repeat:no-repeat;
	
}

.info_warning
{
	padding : 15px 10px 15px 44px;
	margin:10px 5px 10px 5px;
	text-align:justify;
	background-color : #f2ede1;
	
	border:solid 1px #d7ded9;
	background-image : url("../../images/fw_icones/dialog-warning.png");
	background-position: 5px center;
	background-repeat:no-repeat;
	font-size:11px;
	
}

.info_info
{
	padding : 15px 10px 15px 44px;
	margin:10px 5px 10px 5px;
	text-align:justify;
	background-color : #e2f2f2;
	
	border:solid 1px #d7ded9;
	background-image : url("../../images/fw_icones/icone_info.png");
	background-position: 5px center;
	background-repeat:no-repeat;
	font-size:11px;
	
}

.info_aide.center, .info_aide.centrer,
.info_warning.center, .info_warning.centrer,
.info_info.center, .info_info.centrer
{
	margin-left:auto;
	margin-right:auto;
}

.fw_com
{
	color:#222222;
	font-style:italic;
	line-height:18px;
}

.fw_clear { clear:both; }

.fw_text_centrer,
td.fw_text_centrer { text-align:center; }

.fw_text_droite,
td.fw_text_droite { text-align:right; }

.fw_text_gauche,
td.fw_text_gauche { text-align:left; }

.fw_ombre
{
	-moz-box-shadow:	1px 1px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	box-shadow:			1px 1px 2px rgba(0,0,0,0.4);
	
	 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#AAAAAA')";
	 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#AAAAAA');
}

.fw_ombre_large
{
	-moz-box-shadow:	0px 1px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
	box-shadow:			0px 1px 10px rgba(0,0,0,0.4);
	
	 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#AAAAAA')";
	 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#AAAAAA');
}

.fw_grise { color:#666666; }

.noborder,
nobordure { border:0px; }

/*overtext :*/

.overTxtLabel
{
	color:#999;
	font-size:10px;
	padding-top:3px;
	padding-left:2px;
	text-transform:none;
	font-weight:normal;
}

.overTxtWrapper { background-color:#0F6 }

#gototop {
    background: url("../../images/fw_icones/gotothetop.gif") no-repeat scroll 5px -8px #ECEFF5;
    bottom: 5px;
    color: #3B5998;
    display: none;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    padding: 7px 7px 7px 20px;
    position: fixed;
    right: 5px;
    text-decoration: none;
    width: 80px;
}
#gototop:hover {
    text-decoration: underline;
}
