html, body  {
    background:#fff url(../img/html-bg.jpg) repeat-y center;
    font-family:Lucida Grande, sans-serif;
}
/* -- LINKS -- */

a         { text-decoration:none;color:#C02B34; }
a:hover   { text-decoration:underline; }
a:visited { }
a:active  { }

/* -- HEADINGS -- */

h1, h2, h3, h4, h5, h6 { padding:20px 10px; }
h1 { 
    font-size:200%;
    color:#999; 
}
h2 { 
    font-size:140%;
    border-left:20px solid #eee;
    margin-left:10px;
    padding:10px; 
    color:#666;
}
h3 { font-size:130%; color:#444;padding:20px 10px 10px 10px; }
h4 { font-size:140%; }
h5 { font-size:120%; }
h6 { font-size:100%;font-weight:bold; }

/* -- CONTENT BLOCKS -- */

p { 
    padding:10px;
    font-size:90%;
}

blockquote {
    margin:10px;
}

pre {
    margin:10px;
    font-family:monospace fixed;
    font-size:80%;
    padding:10px;
}

code {
    margin:10px;
    font-family:monospace fixed;
    font-size:80%;
    background:#eee;
    padding:10px;
}
address {
    background:#eee;
    padding:20px;
    margin:10px;
}
address small {
    display:block;
    color:#666;
    padding:12px 0 0 0;
}
/* -- LISTS -- */

ul, ol {
    font-size:90%;
    margin:10px 30px 10px 30px
}

ul { list-style:square; }
ul li { margin-left:20px;padding:2px 0; }

ol { list-style:decimal; }
ol li { margin-left:20px;padding:2px 0; }

/* -- TABLE.grid -- */

table.grid {
    border-collapse:collapse;
    margin:10px;
}
table.grid.fill {
    width:100%;
}
table.grid thead {}
table.grid thead tr {}
table.grid thead tr th {
    padding:8px;
    text-align:center;
    font-size:80%;
    color:#666;
    border:1px solid #fff;
    background:#ddd;
}
table.grid thead tr td {
    padding:8px;
    text-align:center;
    font-size:80%;
    color:#111;
    border:1px solid #fff;
}

table.grid tbody {}
table.grid tbody tr {}
table.grid tbody tr th {
    padding:8px;
    text-align:right;
    vertical-align:top;
    font-size:80%;
    color:#666;
    border:1px solid #fff;
    background:#eee;
}
table.grid tbody tr.even th {
}
table.grid tbody tr td {
    padding:8px;
    border:1px solid #fff;
    font-size:85%;
}
table.grid tbody tr.even td {
}

table.grid tfoot {}
table.grid tfoot tr {}
table.grid tfoot tr th {
    padding:8px;
    text-align:right;
    font-size:80%;
    color:#666;
    border:1px solid #fff;
    background:#ddd;
}
table.grid tfoot tr td {
    padding:8px;
    text-align:right;
    font-size:80%;
    color:#111;
    border:1px solid #fff;
}

/* -- FORMS -- */

fieldset { margin:10px; border:1px solid #ccc; padding:0 10px 10px 10px; }
fieldset legend { margin:10px; border:1px solid #ccc; padding:4px; }

/* -- HELPERS -- */

.center,center  { text-align:center!important; }
.left           { text-align:left!important; }
.right          { text-align:right!important; }
.bold,b,strong  { font-weight:bold!important; }
.italic,i       { font-style:italic!important; }
.xsmall         { font-size.70%!important; }
.small,small    { font-size:80%!important; }
.large          { font-size:120%!important; }
.xlarge         { font-size:140%!important; }
.hidden         { display:none!important; }
.block          { display:block!important; }
.inline         { display:inline!important; }
.small-caps     { font-variant:small-caps!important; }
.fleft          { float:left!important; }
.fright         { float:right!important; }
.ileft          { float:left!important;margin:0 10px 10px 10px; }
.iright         { float:right!important;margin:0 10px 10px 10px; }
.border         { border:10px solid #eee; }
.clear          { clear:both!important; }
.fixed,kbd,var  { font-family:fixed monospace sans-serif; }


#doc {
    width:800px;
    margin:0 auto;
    background:#fff;
    border:1px solid #eee;
    border-width:0 10px;
}
#hd {
    background:#fff url(../img/banner-top.png) no-repeat top left;
    height:134px;
}
#hd a {
    display:block;
    width:260px;
    height:120px;
    padding:12px 0 0 0;
    text-align:center;
}
#nb { height:10px; background:#ddd; margin:4px;}
.nav {
    margin:4px;
    padding:0;
    background:#eee;
    height:32px;
}
.nav li {
    float:left;
    list-style:none;
    margin:0;
    padding:0;
}
.nav li a {
    display:block;
    padding:10px;
    font-size:90%;
    border-right:2px solid #fff;
    text-decoration:none;
    color:#666;
}
.nav li a:hover {
    background:#f4f4f4;
    color:#333;
    text-decoration:none;
}
.nav li a.active {
    background:#c02b34 url(../img/li-active-bg.jpg) repeat-x top left;
    color:#fff;
}
.subnav {
    margin:0;
    padding:0;
    font-size:80%;
    background:#ddd;
    height:29px;
    border-bottom:4px solid #fff;
}
.subnav li {
    float:left;
    list-style:none;
    margin:0;
    padding:0;
}
.subnav li a {
    display:block;
    padding:8px;
    border-right:2px solid #fff;
    text-decoration:none;
    color:#666;
}
.subnav li a {
    text-decoration:none!important;
}
.subnav li a.active {
    background:#888;
    color:#fff;
}

#bd {
    background:#fff url(../img/body-bg.jpg) repeat-x top left;
    margin:0 4px;
}

#ft {
    background:#eee;
    text-align:center;
    color:#666;
    font-size:70%;
    padding:8px 0;
}

.job-title {
    display:block;
    padding:0 0 10px 0;
    margin:0 10px;
    font-size:80%;
    color:#666;
}
#pane_equipe h3 {
    clear:both;
    //border-top:1px solid #aaa;
    margin: 10px 0 0 0;
}
#pane_equipe img {
    float:left;
    border:10px solid #eee;
    margin:0 40px 20px 10px;
}

.notice {
    background:#ffc;
    padding:20px;
    margin:30px;
    font-size:100%;
    border:2px solid #ff6;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

#genealogy {
    background:#eee;
    margin:10px auto;padding:0;
    width:770px;
}
#genealogy table {
    width:770px;
}
#genealogy table td {
    padding:0 4px 8px 4px;
    text-align:center;
    font-size:80%;
    color:#555;
    width:25%;
}
#photo-gallery {
    margin:0 auto 20px auto;
    width:700px;
}
#photo-gallery td {
    vertical-align:middle;
    text-align:center;
    padding:10px;
}
#photo-gallery img {
    border:10px solid #eee;
}


.sitemap {
    margin:10px 10px 20px 10px;
}
.sitemap td {
    width:33%;
    border-right:0px solid #ddd;
    padding:0 20px;
}
.sitemap td.no-border {
    border:0;
}
.sitemap strong {
    font-size:70%;
    color:#666;
}
.sitemap ul {
    margin:0;padding:0;
}
.sitemap ul li {
    margin:0;padding:0;
    list-style:none;
}
.sitemap ul li a {
    font-size:80%;
    display:block;
    padding:6px 0;
    border-bottom:1px solid #eee;
}
#contact-building {
    border:10px solid #eee;
    margin:0 10px;
    float:right;
}
#contact-infos td {
    vertical-align:top;
}
iframe {
    float:right;
    margin-right:10px;
}
#id_description {
    width:200px;
}
#quarante-ans {
    color:#666;
    font-size:1.3em;
    font-variant:small-caps;
    text-align:center;
    padding:6px;
    margin:90px 10px;
}
div.pagination {
    margin:20px;
    text-align:center;
}
#send-question {
    margin:20px auto;
    text-align:center;
    font-size:1.6em;
    padding:20px 40px;
}

a.lang-switcher {
    background-color:#fff;
    padding:10px 8px!important;
    color:#C02B34!important;
}
a.lang-switcher:hover {
    background-color:#fff!important;
    text-decoration:underline!important;
}
