/* 
    Document   : styles
    Created on : 14-d�c.-2008, 0:25:08
    Author     : Ludovic Evrard (Web-Creator.be)
    Description:
        Purpose of the stylesheet follows.
*/

@import 'menu.css';


body, html{
    margin: 0;
    padding: 0;
}

body{
    color: #000;
    background: #002450 url('../images/design/background_page.jpg') top center no-repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

div#wrap{
    position: relative;
    /*background: #19225b;*/
    width: 770px;
    margin: auto;
    left: -2px;
}

div#header{
    display: none;
}

/* menu style */

div#menu{
    position: absolute;
    top: 166px;
    height: 53px;
    text-align: center;
}

div#menu a{
    color: #3d3d3d;
    text-decoration: none;
}

div#menu ul, div#menu li{
    margin: 0;
    padding: 0;
}

div#menu li{
    display: block;
    float: left;
    margin-right: 10px;
    padding: 3px;
    height: 36px;
}

div#page{
    background: #fff;
    position: relative;
    top: 205px;
    margin: 0px;
    padding: 15px;
    min-height: 400px;
	height: auto !important;
	height: 400px;
}

div#page h1, div#page h2{
    color: #061c58;
    border-bottom: 1px #fe930d solid;
    font-size: 24px;
}

div#page h2{
    font-size: 16px;
}

div#footer{
    text-align: center;
    padding-top: 10px;
}

/* general style */

a{
    color: #d55c00;
    outline: none;
}

/* form */

form#contact label {
	clear: both;
	float: left;
	margin-bottom: 3px;
	width: 150px;
}

form#inscription label {
	clear: both;
	float: left;
	margin-bottom: 3px;
	width: 220px;
}

div.complet{
    color: #061c58;
    border: 1px #fe930d solid;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

/* avantage */

span.avantage{
    color: #d55c00;
    font-weight: bold;
}

