.button-center
{
    text-align: center;
}
.inscription
{
	text-align: center;
}
.input-group
{
	margin-bottom: 5px;
}
.form-group button, .inscription a{
	font-size: 2em;
}
#basic-addon-captcha
{
	padding: 0;
}
label
{
	font-weight: normal;
	display: inline;
}
/*.form-group button, .inscription a{
	display: inline-block;
	border: 3px solid white;
	font-size: 2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-radius: 1em;
	font-weight: bold;
	min-width: 50%;
	max-height: 2em;
	bottom: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	overflow: hidden;
	border: 4px solid white;
	margin: 0;
	background-color: #D95B43;
	color: white;
	text-align: center;
	text-decoration: none;
}
.form-group button:visited, .inscription a:visited{
	color: white;
	background-color: #D95B43;
	border: 4px solid white;
	text-decoration: none;
}
.form-group button:hover, .inscription a:hover{
	text-decoration: none;
	background-color: white;
	color: #D95B43;
	border: 4px solid white;
}
#erreurinscription
{
	border: 2px solid rgb(128,0,0);
	background-color: rgba(192,0,0,0.3);
	padding: 5px;
}*/
@media (min-width: 768px)
{
	#connex
	{
		border-right: 1px solid rgba(128,128,128,0.5);
	}
}
@media (min-width: 1200px)
{
	#inscription, #erreurinscription
	{
		width: 970px;
	}
}

