﻿@import url("/fonts/styles.css");
@import url(http://fonts.googleapis.com/css?family=PT+Sans);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);

body
{
    background-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    padding: 0px;
    margin: 0px;
}

nav
{
    margin-top: 300px;
}

.txt_acces
{
    float: left;
    margin-left: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    color: #C8C6C7;
    font-size: large;
    font-weight: bold;
    letter-spacing: 0.35em;
}
.admin,.admin a
{
        color: #C8C6C7;
}
.login
{
    float: right;
    padding-top: 8px;
    padding-bottom: 12px;
    display: block;
    color: #C8C6C7;
    margin-right: 5px;
}

form
{
    margin: 0 auto;
    width: 862px;
    padding: 0px 57px 0px 57px;
}

#nav-barre
{
    padding: 2px 2px 0px 2px;
    background-color: #2C2B29;
    height: 45px;
    width: 100%;
}

.AsiBarre
{
    position: relative;
    top: -10px;
}

.btn_valid
{
    cursor: pointer;
    border: thin solid #000000;
    background-color: #30B26A;
    color: #FFFFFF;
    font-family: 'PT Sans' , sans-serif;

    font-weight: bold;
}

.header
{
    text-align: center;
}

.logo
{
    margin-top: 70px;
}

.Jelly
{
    font-family: 'JellykaEstryasHandwriting';
    src: url('/fonts/JellykaEstryasHandwriting.eot?#iefix') format('embedded-opentype'), url('/fonts/JellykaEstryasHandwriting.woff') format('woff'), url('/fonts/JellykaEstryasHandwriting.ttf') format('truetype'), url('/fonts/JellykaEstryasHandwriting.svg#JellykaEstryasHandwriting') format('svg');
    font-weight: normal;
    font-style: normal;
    color: #C8C6C7;
    font-size: 60pt;
}

.img_acc
{
    float: left;
    margin-right: 10px;
}

.txt_acc
{
    font-family: 'PT Sans', sans-serif;
    color: #C8C6C7;
    text-align: justify;
    font-size: 8pt;
    width: 390px;
    line-height: 19px;
    letter-spacing: 0.01em;
}

.div_content
{
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-top-color: #2D2B2C;
    border-bottom-color: #2D2B2C;
    width: 867px;
    margin-bottom: 20px;
    padding-bottom: 3px;
}

.footer
{
    color: #C8C6C7;
    
    text-align: center;
}

.foot_contact
{
    font-family: 'JellykaEstryasHandwriting';
    font-size: 40pt;
    float: left;
    width: 200px;
    margin-top:-15px;
    height:160px;
}

.foot_detail
{
    font-family: 'Open Sans' , sans-serif;
    text-align: left;
    font-size: 12pt;
    font-weight: lighter;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    color: black;
}
.accordionContent a
{
    color: black;
}
