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


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

body{
    color: #000;
    background: #0b4864 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: 784px;
    margin: auto;
    left: -2px;
}

div#header{
    display: none;
}

/* menu style */

div#menu{
    position: absolute;
    top: 125px;
    right: 30px;
    text-align: center;
}

div#menu a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    padding: 45px 10px 0px 10px;
    height: 35px;
    margin-left: 3px;
}

div#menu a:hover, div#menu a.selected{
    background: url('../images/design/menu_hover.jpg');
}

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

div#menu li{
    display: block;
    float: left;
}

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

div#page ul{
    padding-left: 20px;
}

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

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

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;
}

div.gallery div.picture{
    float: left;
    margin: 3px 7px;
}

div#footer{
    clear: both;
}

/* form */

div#formError{
    margin: 5px;
    padding: 5px;
    border: 1px #d40606 solid;
    background: #f8ce8d;
}

div#formSuccess{
    margin: 5px;
    padding: 5px;
    border: 1px #4a9838 solid;
    background: #a9e5fd;
}

form input, form textarea{
    border: 1px #013342 solid;
    margin-bottom: 3px;
    background: #fff;
    color: #000;
}

form input:hover, form textarea:hover,
form input:focus, form textarea:focus{
    border: 1px #fb9b09 solid;
}

form input#submit:hover{
    cursor: pointer;
}
