@charset "utf-8";
/* CSS Document */
#Inscription input
{
	margin-left: 1%;
	height:25px;
	border: #999 1px solid;
	background-color:#FFFFFF;
	font-family: Arial;
	font-size: 12px;
	line-height: 25px;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
	width:200px;
}

#Inscription select
{
	border: #999 1px solid;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:203px;
	margin-left: 1%;
	font-weight:bold;
	color: #000000;
}

#Inscription textarea
{
	margin-left: 1%;
	height:85px;
	border: #999 1px solid;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
	width:198px;
}

#Inscription input[type=checkbox]
{
	margin-left: 10%;
	height:15px;
	border: #999 0px solid;
	background-color:#000000;
	color: #000000;
	text-decoration:none;
	width:15px;
}

#Inscription input[type=submit]
{
	width: 120px;
/*	border:2px outset #CCCCCC;*/
	font-weight:bold;
	background-color: #000000;
	color: #FFFFFF;
 	cursor:pointer;
}

#Inscription input[type=submit]:hover {
	border:2px outset #FFFFFF;
	background-color:#000000;
}

#Inscription input[type=submit]:active {
	border:2px inset #FFFFFF;
	background-color:#000000;
	color:black;
}

#Inscription input[type=file]
{
	margin-left: 1%;
	height:25px;
	border: #999 1px solid;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight:bold;
	color: #000000;
	text-decoration:none;
	width:202px;
}

#Inscription a{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #0362AC;
	text-decoration:none;	
}

#Inscription a:hover{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #0362AC;
	text-decoration:underline;
}

#Inscription {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;

}