/* CSS Dehly.ch */

/* FORMATAGE DES BALISES DE BASE */
body {
background-color: #d6ead3;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 15px;
color: #004319;
margin: 0px;
padding: 0px;
}

a {
color: #d6ead3;
font-weight: bold;
font-size: 11px;
text-decoration: none;
}

.linknow {
color: #8AC796;
}

h3 {
font-size: 14px;
}

/* class pour les infos cachées */

.dontShow {
display: none;
}

#sev {
position: absolute;
left: 77%;
margin-top: 15px;
margin-left: -150px;
width: 300px;
height: 15px;
}

.asev{
font-size: 8px;
letter-spacing: 0.25em;
color: #73A373;
}

/* positionnement dans la fenetre */

#global {
position: absolute;
left: 50%;
margin-left: -400px;
margin-top: 30px;
width: 800px;
height: 600px;
background-color: #ffffff;
}

/* entete, liens de langues, home, et slogan */

#top {
position: absolute;
margin-left: 0px;
margin-top: 123px;
width: 800px;
height: 117px;
}

#langues {
position: absolute;
margin-left: 106px;
margin-top: 382px;
width: 694px;
height: 96px;
}


