/*
** style.css for style css yfu in /home/mancer_u/web/template/yfu
** 
** Made by Ulysse Manceron
** Login   <mancer_u@epitech.net>
** 
** Started on  Fri Sep  2 11:37:08 2011 Ulysse Manceron
** Last update Fri Sep 23 20:07:59 2011 Ulysse Manceron
*/

a img {
    border: none;
}

body {
    padding: 0;
    font-family:national, sans-serif;
    margin: 0;
    color: #555555;
    /* background-color: #642869; */
}

#header {
    background: url('logo.jpg') no-repeat 5% 50%;
    height: 130px;
    text-align: right;
    vertical-align: middle;
    width: 100%;
    margin: auto;
    border-bottom: #642869 solid 3px;
}

#menu-bar {
    padding: 5px;
    margin: 0;
    background: #eee;
    text-align: center;
}

#menu-bar ul {
    padding: 0;
    margin: 0;
    text-align: center;
    display: inline;
}

#menu-bar ul li {
    background: #eee;
    border: 1px solid #eee;
    margin: 1px;
    padding: 1px;
    display: inline-block;
    list-style-type: none;
}

#menu-bar li:hover {
    background: #eee;
}

#webpage {
    background: #fff;
    width: 100%;
    height: 100vh;
    margin: auto;
    /* border-radius: 25px 25px 0 0 / 20px 20px 0 0; */
    display: grid;
    grid-template-rows: auto 1fr auto;
}

#default {
    margin: auto;
    background: #eee;
}

#footer {
    background-color: #642869;
    width: 100%;
    text-align: center;
    font-size : larger;
    color: #fff;
}

#default td {
    width: 300px;
    text-align: center;
}

#default td:hover {
    background: #eee;
}

#content {
    /* border-radius: 10px; */
    margin: auto;
    width: 768px;
    /* background: #aa6cac; */
    text-align : center;
    font-size: large;
}

#content strong {
    color: #642869;
}

.missingField {
    color: #f00;
}
