@charset "utf-8";
/* CSS Document */
/* --- STYLES DE BASE --- */

/* Page */
html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
body {
    margin: 0;
    padding: 0; /* Remettre à zéro si nécessaire. */
    /* Pensez à utiliser une collection de polices (2), par ex:*/
    font-size: 0.75em; /* À adapter pour la police choisie. (3) */
    line-height: 1.5em; /* À adapter au design. (4) */
	/**/
	color:#888;
	font-family:Arial;
	/**/
	
	background-color:#424242;
}
br.clear, .clear {
	clear:both;
	height:0;
	margin:0;
	padding:0;
	visibility:hidden;
	border:none;
}
/*.hidden {
	display:none;
}
.align_right {
	text-align:right;
}*/
/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1.6em 0 .5em 0; /* Rapproche le titre du texte. (5) */
    font-weight: bold; /* Valeur par défaut. (6) */
    font-style: normal;
}
/* Listes */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
	list-style-position:outside;
}

/* Paragraphes */
p {
    margin: 1.0em 0; /* Marges plus faibles que par défaut. (7) */
}
address {
    margin: .75em 0;
    font-style: normal;
}

/* Liens */
a {
    text-decoration: underline;
	color:#666;
}
a:link {
    color:#666;
}
a:visited {
    color:#666;
}
a:hover, a:focus, a:active {
    color:#333;
}
/*a img {
    border: none;
}*/
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) */
}
/* Styles de base pour les listes de définition */
dl {
    margin: .75em 0;
}
dt {
    margin: .75em 0 0 0;
    font-weight: bold;
}
dd {
    margin: .25em 0 .25em 32px;
}
abbr {
	/*text-decoration:underline;*/
	/*background-color:#5e544c;*/
	/*border:dotted 1px #5e544c;*/
}
/* Mise en forme simple pour les tableaux */
table {
    margin: 0;
    /*border: 1px solid gray;*/ /* Pas de bordure = "none". */
	border:none;
    border-collapse: collapse; /* Valeur par défaut: "separate". */
    border-spacing: 0;
}
table td, table th {
    padding: 4px; /* Pas de retrait autour du texte = "0". */
    /*border: 1px solid #ccc;*/ /* Pas de bordure = "none". */
	border:none;
    vertical-align: top; /* Valeur par défaut: "middle" */
    text-align: left;
}

#formulaire2 p { width:720px; }
