.pc_titre_rouge {
	padding: 10px;
	color: red;
	font-size: 11px;
	font-weight: bold;
}
.pc_dl_reglement {
	text-align: center;
	padding: 10px 0 0 0;
}
.pc_mentions_comp {
	font-size: 11px;
	font-style: italic;
}

#pc_contenu .pc_input_text {
	width: 150px;
	border: solid 1px #999;
	font-size: 13px;
	padding: 3px;
	height: 14px;
	outline: none;
}
#pc_contenu .pc_input_text_long {
	width: 300px;
	border: solid 1px #999;
	font-size: 13px;
	padding: 3px;
	height: 14px;
	outline: none;
}
#pc_contenu .pc_textarea {
	width: 150px;
	border: solid 1px #999;
	font-family: Arial;
	font-size: 13px;
	padding: 3px;
	resize: none;
	outline: none;
	width: 300px;
	height: 70px;
}

#pc_contenu .pc_table_inscr {
	
}
#pc_contenu .pc_table_inscr_td_titre {
	width: 120px;
	padding: 9px 3px 0 3px;
	vertical-align: top;
}
#pc_contenu .pc_table_inscr_td_champs {
	width: 180px;
	vertical-align: top;
}

.pc_entete_inscr {
	width: 463px;
	margin: auto;
}

#pc_form_ident {
	display: none;
	width: 200px;
	padding: 10px;
	border: solid 1px #CCC;
	margin: auto;
}
#pc_form_ident .pc_input_text {
	width: 190px;
}

#pc_result_inscr {
	width: 250px;
	padding: 10px;
	border: solid 1px #CCC;
	margin: auto;
	text-align: center;
	font-weight: bold;
	display: none;
}

#pc_form_inscr {
}

#pc_loader_inscr {
	width: 250px;
	padding: 10px;
	border: solid 1px #CCC;
	margin: auto;
	text-align: center;
	font-weight: bold;
	display: none;
}
