@font-face {
    font-family: 'PTS55F';
    src: url('PTS55F-webfont.eot');
    src: url('PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('PTS55F-webfont.woff') format('woff'),
         url('PTS55F-webfont.ttf') format('truetype'),
         url('PTS55F-webfont.svg#PTS55F') format('svg');
}

#layout {margin: 0px auto 0; padding: 0 10px; width: 950px; background: #fefefe;}

body
{
    background:#f4f4f4 url(images/background-light.jpg) top center no-repeat;
    font-family: 'PTS55F', Arial, serif;
    font-size: medium;
    background-color: #f4f4f4;
    color: #4a4948;
    text-align: justify;
}

h1
{
    font-size: large;
    font-weight: bold;
    border: 3px #800000 solid;
    border-radius: 20px 20px 0px 0px;
    background-color: #800000;
    text-align: center;
    color: #f29b11;
}

a /* Liens par défaut (non survolés) */
{
   text-decoration: none;
   color: #4862a3;
}

a:hover /* Apparence au survol des liens */
{
   text-decoration: none;
}

a:active /* Quand le visiteur clique sur le lien */
{
   text-decoration: none;
   background-color: #f29b11;
}

a:visited /* Quand le visiteur a déjà vu la page concernée */
{
   text-decoration: none;
   color: #4862a3;
}

section
{
    margin-left: 0px;
}

footer
{
    border: 3px #800000 solid;
    border-radius: 0px 0px 20px 20px;
    background-color: #800000;
    color: #f29b11;
    text-align: right;
    font-size: small;
}

.contact
{
    border: 3px #f29b11 solid;
    color: #4a4948;
    background-color: #f29b11;
}

.migration
{
    border: 3px #800000 solid;
    color: #f29b11;
    background-color: #800000;
    text-align: center; 
    font-weight: bold;
}

.miseenvaleuraccueil
{
    border: 20px #4a4948 solid;
    border-radius: 20px 20px 20px 20px;
    color: #f29b11;
    background-color: #4a4948;
    text-align: center;
}

.fauxlien
{
   text-decoration: none;
   color: #800000;
}

.fauxlien:hover
{
   text-decoration: none;
   font-weight: bold;
}

.fauxlien:active
{
   text-decoration: none;
   background-color: #f29b11;
   font-weight: bold;
}

.fauxlien:visited 
{
   text-decoration: none;
   color: #800000;
}

.retour
{
    border: 3px #f29b11 solid;
    background-color: #f29b11;
    color: #4a4948;
}

ul
{
    text-align: left;
}

#active {
    background-color: #800000;
    color: #f29b11;
}

#nav 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-left: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
}
 
#nav li 
{
    float: left;
    background-color: #f3f3f3;
    border-left: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

#nav li:last-child {
    border-right: 1px solid #e7e7e7;
}

#nav a:link, #nav a:visited 
{
    display: block;
    text-align: center;
    padding: 6px 52px;
    text-decoration: none;
}

#nav a:hover:not(#active)
{
    background-color: #f29b11;
    color: #4a4948;
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}