/* BALISE HTML */
*{
	margin: 0;
	padding: 0;
}

body, html{
	margin: 0;
	padding: 0;
	top : 0;
	left : 0;
	font-family: arial, helvetica;
	color: black;
	font-size: 12px;
	background-color: #31506a;
	text-align: center;
}

h1, h2, h3, h4{font-weight:bold; font-family: arial, helvetica, sans-serif;}
h1{font-size:18px;text-transform: uppercase; margin: 0 0 10px 0; color: #31506a;}
h2{font-size:16px;}
h3{font-size:14px;}
h4{font-size:12px;}

img{ border: 0 none; }
table{border-collapse:collapse;}
td{vertical-align: top;}
a{
color:#31506a;
text-decoration:none;
}
a:hover{
color:#b26a90;
}
p{
padding-bottom: 8px;
}
input, textarea{font-family: arial, helvetica, sans-serif; font-size: 12px;border: 1px solid #31506a;padding: 2px 4px;}
/* FIN - BALISE HTML */
/* POSITIONNEMENT */
div#centre{
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 900px;
	background-color: white;
	min-height: 400px;
}
div#entete{
	text-align: left;
	background-color: #dee3e4;
	min-height: 80px;
	padding: 10px 40px 3px 40px;
	font-size: 11px;
	line-height: 15px;
}
div#contenu{
	text-align: left;
	padding: 20px 40px 10px 40px;
}
/* FIN - POSITIONNEMENT */

/* MISE EN FORME - POSITIONNEMENT */
div#entete a{color: #88939e;}
div#entete a:hover{color: #31506a;}
div#contenu a{color: #31506a;}
div#contenu a:hover{color: black;}
/* FIN - MISE EN FORME - POSITIONNEMENT */

/* MENU  */
div.menu_grp{
	clear: both;
	padding-top: 7px;
	border-top: 1px solid white;
	font-weight: bold;
}
div.menu_grp_item{
	float: left;
	margin-bottom: 7px;
	margin-right: 7px;
	border-left: 1px solid white;
	padding-left: 7px;
}
/* FIN - MENU  */
/* MISE EN FORME*/
table.table_files{}
table.table_files tr:hover{
	cursor:pointer;
	background-color: #f0f0f0;
}
table.table_files tr td{
	padding: 3px 0 3px 0;
}
table.table_files tr.legend:hover{background-color: transparent;cursor: auto;}
tr.legend td{
	font-size: 10px;
	color: #31506a;
}
tr.membre_info{
	display: none;
	background-color: #f0f0f0;
}
table.table_form{
	margin-left: -4px;
	border-collapse: separate;
	border-spacing: 4px;
	font-size: 11px;
}
table.table_form strong{text-transform: uppercase;}
table.table_form td{padding-right: 14px;}
.cl_evidence{
	color: #31506a;
}
.msg_err{
	color: red;
	margin-bottom: 20px;
}
.petit{
	font-size: 11px;
}
.bleu{color: #31506a;}
/* FIN - MISE EN FORME*/

@media print{
	html, body{background-color: transparent;}
	tr.membre_info{
		display: table-row;
		background-color: white;
	}
	table.table_files tr td{
		padding: 10px 0 3px 0
	}
	tr.membre_info td{
		border-bottom: 0.5pt solid black;
		padding-bottom: 0;
	}
	div#centre{
		position: relative;
		margin: 0;
		text-align: left;
		width: 100%;
		background-color: white;
	}
	div#entete{
		display: none;
	}
	div#contenu{
		text-align: left;
		padding: 20px 40px 10px 40px;
	}
	.petit{font-weight: normal;}
	.for_screen{visibility: hidden;}
	.membre_general{font-size: 1.2em;font-weight:bold;}
	.petit{font-weight: normal;}
}
	