body {
    background-color: #000000;
    color: white;
    text-align: center;
    width: 1280px;
    margin: 0 auto;
}

@font-face {
    /* Font at http://www.fontsquirrel.com/fonts/felipa /
    /* Copyright (c) 2011 Fontstage (info@fontstage.com) */
    /* Font licensed under the SIL Open Font License, Version 1.1 */
    /* http://scripts.sil.org/OFL */
    font-family: 'FelipaRegular';
    src: url('fonts/Felipa-Regular-webfont.eot');
    src: url('fonts/Felipa-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Felipa-Regular-webfont.woff') format('woff'),
         url('fonts/Felipa-Regular-webfont.ttf') format('truetype'),
         url('fonts/Felipa-Regular-webfont.svg#FelipaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}

h1 {
    font-family: "FelipaRegular";
}


header {
    background: url("../nours/images/nours-g.png") left top no-repeat, url("../nours/images/nours-d.png") right top no-repeat;
    height: 134px;
}

header h1 {
    font-size: 55px;
    color: #e2a51d;
}


nav {
    width: 200px;
    float: left;
    font-family: "FelipaRegular";
    color: #e2a51d;
    text-align: right;
}

nav > ul {
    list-style: none;
    padding: 0;
    border-top: 1px #e2a51d solid;
}

nav > ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #e2a51d solid;
}

nav a {
    text-decoration:none;
    font-weight: bold;
    color: #e2a51d;
    display: block;
}

aside {
    width: 200px;
    float: right;
    font-family: "FelipaRegular";
    color: #e2a51d;
    text-align: left;
}

aside > ul {
    list-style: none;
    padding: 0;
    border-top: 1px #e2a51d solid;
}

aside > ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #e2a51d solid;
}

aside a {
    text-decoration:none;
    font-weight:bold;
    color: #e2a51d;
    display: block;
}

body > div {
    margin: 20px 200px;
    text-align: center;
}

body > div h1 {
    color: #e2a51d;
}

div #container {
    width: 480px;
    margin-left: 280px;
    margin-right: 250px;
} 
 
div #b-left {
    margin-top: 5px;
    width: 240px;
    float: left;
} 
 
div #b-right {
    width: 240px;
    float: left;
    margin-bottom: 20px;
}  

div #b-center {
    width: 750px;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: 130px;
}  

div #container2 {
    width: 750px;
    margin-left: 100px;
    margin-right: 50px;
} 
 
div #b2-left {
    width: 250px;
    float: left;
} 
 
div #b2-right {
    width: 500px;
    float: left;
    margin-bottom: 20px;
}  

div #container3 {
    width: 750px;
    margin-left: 50px;
    margin-right: 50px;
} 
 
div #b3-top {
    width: 700px;
    float: left;
} 
 
div #b3-left {
    width: 400px;
    float: left;
} 
 
div #b3-right {
    width: 350px;
    float: left;
    margin-bottom: 20px;
}  

div #container4 {
    width: 600px;
    margin-left: 50px;
    margin-right: 50px;
} 
 
div #b4-left {
    width: 100px;
    float: left;
} 
 
div #b4-middle {
    width: 150px;
    float: left;
} 
 
div #b4-center {
    width: 200px;
    float: left;
} 
 
div #b4-right {
    width: 100px;
    float: left;
    margin-bottom: 20px;
}  
 
div #b4-bottom {
    width: 600px;
    float: left;
} 

div > p {
    text-align: left;
    font-size: 13px;
    margin-left: 30px;
}


p1 {
    float: center;
    font-family: "FelipaRegular";
    color: #e2a51d;
    text-align: center;
    font-size: 30px;
    margin-top: 40px;}

p1 a {
    font-weight: bold;
    color: #e2a51d;
}

table {
    border-color: white;
}

table > p {
    text-align: justify;
    font-size: 1;
}


footer {
    clear: left;
}

footer span {
    margin: 0 2em;
    color: #ffffff;
    font-size: small;
}

#liens {
    margin-left: 200px
}

footer span:before, footer span:after {
    content: " | ";
}

footer a {
    color: white;
}

footer a:hover {
    color: #FFD700;
}

/* popup stuff */

#popup-container a.popup-close
{
    background: url(../nours/images/x.png) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline;
    height: 29px;
    width: 25px;
    position: absolute;
    right: -18px;
    top: -15px;
    z-index: 3200;
}

#popup-container figure 
{
    width: auto;
    border: #ffffff solid 2px;
    padding: 15px;
}

#popup-overlay
{
    background-color: #333333;
}

#ajax-indicator
{
    display: none;
    position: fixed; 
    top: 35%;
    left: 40%;
    width: 15%;
    height: 55px;
    font-weight: bold;
    text-align: center;
    z-index: 100;
    background: #333333 url(../nours/images/loading.gif) no-repeat center bottom;
    opacity: 0.7;
    vertical-align: bottom;
}
