@charset "utf-8";
/* CSS Document */
html, body { height:100%; margin:0; padding:0; overflow:hidden; }

body {
	background-color: #DCE2E5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

#container {
	min-width:900px;
    min-height:600px;
}

a {
	color:#01274b;
	text-decoration:none;
}
a:hover {
	color:#FF9900;
	text-decoration:underline;
}

a img 
{
	border:none;
}

h1 {
	font-size:1.4em;
	color:#01274b;
}

h2 {
	font-size:1.2em;
	color:#01274b;
	text-align:left;
}

h3 {
	font-size:1em;
	font-weight:bold;
	color:#01274b;
}

p { text-align:justify; }

dl, dt, dd { margin:0; padding:0; text-align:left; }
dl { margin-bottom:10px; }
dt { font-weight:bold; font-size:1em; }
dd { font-size:0.9em; color:#222222;}


/* FORMULAIRE */
input[type="text"], input[type="password"]
{
    width: 200px;
    border: 1px solid #cccccc;
    color: #333333;
}

select
{
    width: 200px;
    border: 1px solid #cccccc;
    color: #333333;
}

input[type="radio"], input[type="checkbox"] { }

input.special { display:none; }

textarea
{
    display: block;
    height: 100px;
    width: 400px;
    color: #333333;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1.1em;
    border: 1px solid #cccccc;
}

label
{
    font-size: 0.8em;
    line-height: 1.6em;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 2px;
	color:#666666;
}

label.block
{
    display: block;
	margin-top: 4px;
}

label.inline
{
    display: inline-block;
    text-align: right;
    margin-right: 4px;
    width: 100px;
}