@charset:'utf-8';
/* Feuille de beta */

/* Variables globales */
body {
margin : 0;
font-family:Tahoma, Arial, Helvetica, sans-serif;
border:none;
}


/* Gestion des liens */ 
a{ 
color : #BBB;
border:0px;
text-decoration:none;
}

a img {
border : 0px;
text-decoration:none
}

a:hover {
color : #666;
}


/* fond */

#fond {
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
min-height:100%;
_height:100%;
}

#fleches{
position:absolute;
top:100%;
left:100%;
margin-top:-267px;
margin-left:-216px;
width:216px;
height:267px;
min-height:267px;
_height:267px;
background:#5C5A5B url(../img/accueil_bas_droite.png) bottom right no-repeat;
}

/* Container */

#container {
position:absolute;
left:50%;
margin-left:-490px;
width:980px;
background:#fff;
top:20%;
min-height:200px;
_height:200px;
}

.modules {
position:relative;
float:left;
margin-left:20px;
width:300px;
padding-top:10px;
min-height:400px;
height:400px;
_height:400px;
background:white url(../img/modules-h.png) top center no-repeat;
}

.modules:hover {
background:url(../img/modules-h.png) top center no-repeat #5C5A5B ;
}

/* Conseils */
.conseils {
font-size:0.78em;
color:#5C5A5B;
}

.conseils ul{
margin:0px;
padding:0 17px;
list-style-position:inside;
list-style:url(../img/c_fleches.png);
}


.conseils ul li {
margin:0;
padding:0px;
line-height:1em;
border:0;
}

/* Visuels */ 
.visuels{
margin-top:4px;
background:#5C5A5B;
}

.visuels img {
height:186px;
_height:186px;
width:300px;
}

/* Details */

.details ul{
margin:0px;
padding:0 17px;
list-style-position:inside;
font-size:1.1em;
}

#d_lux li{
list-style:url(../img/d_lux_fleches.png);
margin-bottom:10px;
line-height:1.2em;
}

#d_paris li{
list-style:url(../img/d_paris_fleches.png);
margin-bottom:10px;
line-height:1.2em;
}

#d_ste li{
list-style:url(../img/d_ste_fleches.png);
margin-bottom:10px;
line-height:1.2em;
}