@font-face {
font-family: 'Amethyst';
src: url('Amethyst.eot');
src: url('Amethyst.ttf') format('truetype'),
     url('Amethyst.woff') format('woff'),
     url('Amethyst.eot?#iefix') format('embedded-opentype'),
     url('Amethyst.svg#QuadrantaBold') format('svg');
font-weight: normal;
font-style: normal;
}

html
{
    height: 100%;
}
    
body
{
    margin: 0;
    padding: 0;
    width: 100%;
    background: url("../images/header.png") repeat-x top/*,
    url("../images/footer.png") repeat-x bottom*/ #FFEFD5;
}

#conteneur
{
    width: 1200px;
    margin: auto;
    min-height: 100%;
    position: relative;
}

#header
{
	margin: 0;
    padding: 0;
	width: auto;
	height: 250px; 
}

#header h1
{
    margin: 30px 0 0 0;
    text-transform: uppercase;
    text-decoration: none;
    color: #84CECC;
    display: block;
    font-family: 'Amethyst', 'Verdana', 'Arial', sans-serif;
    font-weight: 500;
    font-size: 60px;
    text-align: left;
    padding-top: 20px;
    padding-left: 20px;
}

#header h1 a:link, #header h1 a:visited
{
    text-decoration: none;
    color: #84CECC;
}

#header h1 a:hover
{
    text-decoration: none;
    color: #FFEFD5;
}

#header h1 a:focus
{
    text-decoration: none;
    color: #FFEFD5;
}

#header h2
{
    margin: 0;
    color: #FFEFD5;
    display: block;
    font-size: 25px;
    padding-left: 150px;
}

#nav
{
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 12px;
    font-weight: 600;
    float: right;
    font-family: 'Verdana', 'Arial', sans-serif;
}

#nav li
{
    display: inline;
}

#nav a
{
    color: #090;
    text-decoration: none; /* pas de souligner */
    display: inline-block;
    background: #FFEFD5;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
    margin: 0 -4px ; /* -3px pour coller les blocs entre eux */
    padding: 10px 25px;
}

#nav a:hover /* Changement quand on psse la souris dessus */
{
    color: #FFEFD5;
    background: #005000;
}

#nav a:focus /*Pendant le clic*/
{
    color: #FFEFD5;
    background: #008000;
}

#nav a.thispage
{
    color: #FFEFD5;
    background: #84CECC;
}

ul
{
    margin: 0;
    padding: 0;
}

#img
{
    border-radius: 50%;
    overflow: hidden;
    width: 45%;
    float: left;
}

#bienvenue
{
    margin: 0;
    padding-top: 70px;
    width: 50%;
    display: block;
    float: right;
    font-size: 50px;
    font-weight: 800; 
    color: #C9001A;
}

#texte
{
    margin: 0;
    padding-top: 50px;
    text-align: justify;
    font-size: 20px;
    width: 50%;
    display: block;
    float: right;
}

/*#footer
{
    bottom: 0;
    left: 0;
    height: 150px;
    width: 100%;
    margin-top: 100px;
    background: #005000;
}*/

#formation
{
    display: block;
    float: left;
    width: 30%;
    margin: 45px 100px 0 0;
    padding: 145px 0 160px 0;
    font-size: 35px;
    font-weight: 600;
    color: #005000;
    text-align: center;
    background-color: #84CECC;
    border-radius: 50%;
    border: 5px solid #005000;
}

#cursus
{
    width: 60%;
    display: block;
    float: right;
    margin: 30px 0 0 0;
    text-align: justify;
    font-size: 20px;
    border-bottom: 2px solid #005000;
}

#cursus2
{
    width: 60%;
    display: block;
    float: right;
    margin: 30px 0 0 0;
    text-align: justify;
    font-size: 20px;
}

tr
{
    text-align: left;
}

#contact
{
    display: block;
    float: left;
}