/*----- Début définitions principales -----*/
* { padding: 0; margin: 0; outline: 0; }

body {
    font-size: 12px;
    line-height: 1.3;
    font-family: Arial, "Abadi MT Condensed Light", Tahoma sans-serif;
    color: #000000;
    text-align: left;
}

a img { border: 0; }
a { color: #1e3d6b; text-decoration: none; }
a:hover { text-decoration: underline; }



#page { width: 952px; margin: 0 auto; padding: 0 10px; }

h1, h2, h3, h4, h5, h6 {
	font-family: "Abadi MT Condensed Light", Tahoma, Arial, Sans-Serif;
	color: #000000;
	font-weight: normal;
}
h1 { font-size: 25px; }
h2 { font-size: 23px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 15px; }
h6 { font-size: 12px; }


.bdp { font-size: 11px; color: #cccccc; line-height: 1; }