/* --- STYLES DE BASE --- */

/* Page */
html {
    font-size: 100%; /* �vite un bug d'IE 6-7. (1) */
    text-align: center;
}
body {
    margin: 0;
    padding: 0; /* Remettre � z�ro si n�cessaire. */
    /* Pensez à utiliser une collection de polices (2), par ex:*/
    font-family: "Trebuchet MS", tahoma, FreeSans, sans-serif;
    font-size: .8em; /* à adapter pour la police choisie. (3) */
    line-height: 1.4; /* à adapter au design. (4) */
    color: #46586C;

    background: #1E324B url('../images/bg_body.jpg') top left repeat-x;
    text-align: left;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	padding-top: 10px;
    margin: 0 0 .5em 0; /* Rapproche le titre du texte. (5) */
    line-height: 1.2;
    font-weight: bold; /* Valeur par défaut. (6) */
    font-style: normal;
}
h1 {
    font-size: 1.75em;
    color: #455974;
    text-decoration: underline;
}
h2 {
    font-size: 20px;
    display: block;
    margin-left: 15px;
    color: #455974;
    text-decoration: underline;
}
h3 {
    font-size: 1.25em;
    color: #455974;
    margin-bottom: 20px;
}
h4 {
    font-size: 1em;
}
a {color:#0044A5; text-decoration:none;}
/* Listes */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}
.red{ color: #EB4548; font-weight: bold; font-size: 1.3em;}
/* Paragraphes */
p {
    margin: .75em 0 0; /* Marges plus faibles que par d�faut. (7) */
}
address {
    margin: .75em 0;
    font-style: normal;
}


a img {
    border: none;
}

/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* Formulaires */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}
.underline{ text-decoration: underline; }
.spacer{clear:both; height: 3px;}

.lefted{ margin-left: 200px;}


table{
	font-size: 1em;
}


/* FORMS */

p.formline{ clear: both; padding: 5px 0; }
p.formline.right{ clear: both; padding: 5px 0; text-align: right; }
p.formline label{
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 5px;
	color: #455974;
}
p.formline.right label{
	display: block;
	float: left;
	width: 85%;
	text-align: right;
	padding-right: 5px;
	color: #000;
}
