@charset "UTF-8";

h1
{
	text-align: center;
}

h2
{
		font-size: 1.2em;
		border-bottom: 1px black solid;
		margin-top: 4px;
		margin-bottom: 6px;
}

body, p, table, ul, li, select, input
{
	font-family: Sans-Serif;
	font-size: 1.0rem;
	color: black;
	text-align: justify;
	
}

a, a:visited { color: black; }
a:hover { color :red; }

#logintoolbar
{
	background-color: silver;
	border-top: 2px white solid;	
	border-bottom: 2px black solid;	
	border-left: 2px white solid;	
	border-right: 2px black solid;
}

.Buttons
{
	font-size: 10pt;
	font-family: Sans-Serif;
	background-color: silver;
	border-top: 2px white solid;	
	border-bottom: 2px black solid;	
	border-left: 2px white solid;	
	border-right: 2px black solid;
}


.Rounded
{
	border-radius: 6px;	
}

form.Personne input[type=text] { border-radius: 4px; padding-left: 10px; margin: 0px; width: 400px;}
form.Personne input[type=radio] { height: 12px; width: 12px;display: inline; }
form.Personne label.radio { height: 12px; display: inline;}


