/************************************
*               GENERAL             *
************************************/
html body
{
background-color: #000121;
margin: 0px 0px 0px 0px;
height: 100%;
}
.horizontal
{
background-image: url("images/horizontal.jpg");
background-repeat: repeat-x;
}
.vertical
{
background-image: url("images/vertical.jpg");
background-repeat: repeat-y;
}
.haut
{
background-image: url("images/haut.jpg");
background-repeat: no-repeat;
width: 935px;
/*padding-top: 151px;*/
padding-top: 102px;
padding-left: 30px;
}
.bas
{
position: relative;
top: 0px;
left: 0px;
background-image: url("images/bas.jpg");
background-repeat: no-repeat;
background-color: #000121;
height: 96px;
}

.texte
{
font-family: Arial;
font-size: 12px;
color: #1D4067;
}

.cadre
{
border: 1px solid #1D4067;
}

.contenu
{
width: 880px;
padding-left: 10px;
padding-right: 10px;
}

.important
{
font-family: Arial;
font-size: 14px;
font-weight: bold;
}

.fondpage
{
background-image: url('images/fond_page.jpg');
background-position: top;
background-repeat: repeat-y;
}
/************************************
*              BTN LOGOS            *
************************************/
.btn_logo_fxv
{
position: absolute;
/*top: 125px;*/
top: 0px;
left: 10px;
}
.btn_logo_summit
{
position: absolute;
/*top: 125px;*/
top: 3px;
left: 670px;
}
/************************************
*             BTN LANGUES           *
************************************/
.btnlangfr
{
position: absolute;
/*top: 125px;*/
top: 75px;
left: 850px;
}
.btnlangen
{
position: absolute;
/*top: 110px;*/
top: 60px;
left: 850px;
}
.btnintro
{
position: absolute;
/*top: 110px;*/
top: 45px;
left: 850px;
}

/************************************
*            BTN MENU BAS           *
************************************/
.btnmenubas
{
position: absolute;
font-weight: bold;
top: 13px;
left: 40px;
color: #1D4067; 
}
a.lienmenubas
{
font-family: Arial;
font-size: 12px;
color: #1D4067;
text-decoration: none;
}
a.lienmenubas:hover
{
color: #7175a2;
}

/************************************
*             D I V E R S           *
************************************/

a.liens
{
font-family: Arial;
font-size: 16px;
font-weight: bold;
color: #14306a;
text-decoration: none;
}
a.liens:hover
{
font-family: Arial;
font-size: 16px;
font-weight: bold;
color: #2c71aa;
text-decoration: underline;
}
