@charset "utf-8";

*{
position:relative;
}
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\//////////////////////////////////////////////////	*/
/* 												MISE EN PAGE FF											*/
/* //////////////////////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

HTML{
width:100%;
height:99%;
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
}

#table{
display:table;
width:98%;
height:96%;

}

#cell{
display:table-cell;
vertical-align:middle;
text-align:center;
width:100%;
height:100%;
}

#content{
text-align:left;
width:900px;
height:485px;
background-color:#8c0000;
margin-left:auto;
margin-right:auto;
border:1px solid #B6614C;
}


/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\//////////////////////////////////////////////////	*/
/* 												STRUCTURE DE CONTENT									*/
/* //////////////////////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */


#top{
height:180px;

}

#top IMG{
position:absolute;
top:68px;
left:466px;
}
#middle{
height:130px;
background:#8f1b1c url(../_images/HP_midle_bg.gif);
}

#middle DIV.rounded{
background:url(../_images/HP_middle_courbe.gif) top right no-repeat;
height:130px;
width:58px;
position:absolute;
right:0px;
}

#liens_1{
position:absolute;
left:290px;
top:30px;
width:200px;
text-align:right;
}

#liens_2{
position:absolute;
left:690px;
top:30px;
width:200px;
text-align:left;
}

#suggestions{
height:130px;
width:180px;
background:#731012 url(../_images/HP_middle_suggestions.gif) top right no-repeat;
position:absolute;
left:500px;
top:0px;
}

#bottom{
height:175px;
background:#731012 url(../_images/HP_bottom_courbe.gif) top right no-repeat;

}

.encart{
padding:20px 35px 15px 50px;
width:203px;
height:113px;
position:absolute;
top:25px;

}

.normal{
background-image:url(../_images/HP_bottom_encart.gif);
background-repeat:no-repeat;
left:140px;
}

.new{
background-image:url(../_images/HP_bottom_encart_new.gif);
background-repeat:no-repeat;
left:440px;
}

#flash{
position:absolute;
top:0px;
left:0px;
}


#langues{
position:absolute;
bottom:4px;
left:4px;
with:200px;
}
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\//////////////////////////////////////////////////	*/
/* 												TEXTES									*/
/* //////////////////////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

#liens_1 A, #liens_2 A{
display:block;
color:#e1a6a6;
font-size:12px;
font-weight:bold;
text-decoration:none;
height:25px;
}
#liens_1 A:hover, #liens_2 A:hover{
color:white;
}

.titre{
color:#e1a6a6;
font-size:13px;
font-weight:bold;
margin-bottom:10px;
}

.encart{
color:#a84c4d;
font-size:11px;
font-weight:bold;
}

.encart A{
color:#a84c4d;
text-decoration:none;
}
.encart A:hover{
color:white;
}
