@charset "utf-8";
/* CSS Document */

/*---------------- BODY --------------------*/

html, body {
margin-bottom: 0;
margin-top: 0;
padding: 0;
height: 100%;
overflow: visible;
}

body {
background-color: #000000;
}

a {
text-decoration: none;
}

table, #wrapper {
height:100%;
}

/*---------- MINI LOGO HEADER + MENU -----------*/

#mini_logo_head {
float:left;
margin: 20px 0 0 50px;
}

#mini_logo_menu {
float:right;
text-align: right;
margin: 35px 40px 0 0;
width: 300px
}

/*-------------- CELLULE BACKGROUND -----------*/

#border {
background-color: #FFFFFF;
}

#main {
background-color: #1E1E1E;
}

/*-------- PRESENTATION ---------*/

#puces{
float:left;
padding-top: 3px;
}

#content_text {
margin: 0 0 0 40px;
width: 415px;
float: left;
}

#mep_text {
padding: 0 0 0 15px;
margin-bottom: 30px;
text-align: justify;
}

#bigImage{
float: right;
width: 401px;
height: 562px;
margin-right: 40px;
}

/*---------------- CONTACT -----------------*/

#content_contact {
margin: 0 40px 0 230px;
}

#separateur {
float: left;
height: 120px;
width: 1px;
background-color: #E1AE40;
margin-right: 15px;
}

#mep_contact {
float:left;
padding: 0 0 0 15px;
margin-right: 30px;
width: 200px;
}

/*--------------- TEXTES ------------------*/

.text_menu, .text_menu a:link, .text_menu a:visited, .text_menu a:active {
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

.text_menu a:hover {
color: #E6B241;
font-weight: bold;
}

.text, .text a:link, .text a:visited, .text a:active {
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.text a:hover {
color: #E6B241;
font-weight: bold;
}

/*--------------- FOOTER ------------------*/

.footer, .footer a:link, .footer a:visited, .footer a:active {
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
margin: 20px 0 20px 0;
}

.footer a:hover {
text-decoration: underline;
}