@charset "UTF-8";
/* CSS Document */

/********************
 DEFAULT HTML STYLES
*********************/

html, body, div, span, applet, object, iframe,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, form, label, legend,
dl, dt, dd, ol, ul, li, 
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, fieldset {
margin: 0 0 1em 0;
padding: 0;
border: 0;outline: 0;
vertical-align: baseline;
}

th, td {
vertical-align: middle;
}
body {
line-height: 1;
font-family:arial, helvetica, sans-serif;
}
ol, ul {
list-style: none;
}
p.no-margin {
margin-bottom:0;
}
blockquote, q {
quotes: none;
}
/* remember to define focus styles! */
/*
:focus {
border: 1px dotted #000;
}
*/
/* remember to highlight inserts somehow! */
ins {
text-decoration: underline;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
html, body {
height:100%;
}

/***************
 PAGE STRUCTURE
****************/

.header, .content, .footer {
width:944px;
margin:0 auto;
}

/*******
 HEADER
********/

.header {
padding-bottom:6px;
}

.header .logo-bnaq {
float:left;
height:132px;
width:200px;
position:relative;
}

.header .logo-lucchesi {
float:right;
height:132px;
width:200px;
position:relative;
}

.header .logo-bnaq a {
position:absolute;
bottom:8px;
left:0;
}

.header .logo-lucchesi a {
position:absolute;
bottom:0;
right:0;
}

.header-nav {
clear:both;
padding-top:8px;
}

.header-nav a {
display:block;
}

/*******
 FOOTER
********/

.footer {
padding-top:6px;
}

.footer .section {
padding-top:58px;
text-align:center;
background:url('../images/_footer/bg-footer.png') repeat-x;
}

.logo-fcpe, .legal-notice {
display:inline-block;
vertical-align:bottom;
*display:inline;
*zoom:1;
}

.logo-fcpe {
margin-right:20px;
}

.legal-notice {
text-align:left;
font-size:11px;
height:71px;
}

.legal-notice .banq {
color:#c4bda4;
}

.legal-notice .banq a {
color:#c4bda4;
}

.legal-notice .lucchesi {
color:#fff;
margin-bottom:0;
}

/********
 CONTENT
*********/

.content {
color:#b9b299;
font-size:12px;
line-height:18px;
}

.content-body {
background:#277aab url("../images/_general/bg-bleu.jpg") repeat-x;
}

.content-body .decoration {
padding:30px 40px 1em 190px;
}

.liste {
	list-style:disc;
	margin-left:30px;
}

/****************
 STYLES GÉNÉRAUX
*****************/

h1 {
margin-top:2em;
font-size:24px;
font-weight:normal;
}

h2 {
font-size:14px;
font-weight:bold;
}

h2.upper {
text-transform:uppercase;
}

h3, .last-paragraph strong {
font-size:14px;
font-weight:bold;
}

h3 {
margin:2em 0 0.5em 0;
}
