body, table, select, option, input, textarea {
font-family: Helvetica, Arial, sans-serif;
}

body {
font-size: 12px;
background-image: url('../imgs/image001.jpg');
background-repeat: no-repeat;
background-position : top right;
}


a {
color: #0000FF;
}
a:visited {
color: #0000FF;
}
a:hover {
color: #009900;
}


/** -----------------------
         LANGUAGES
----------------------- **/
#languages span, #languages a {
float: left;
}

#languages a {
text-align: center;
padding-bottom: 16px;
padding-left: 8px;
background-repeat: no-repeat;
background-position: bottom center;
text-decoration: none;
}

#languages .on a {
color: #000000;
}

#languages .fr {
background-image: url('../imgs/lang/fr.gif');
}
#languages .de {
background-image: url('../imgs/lang/de.gif');
}
#languages .en {
background-image: url('../imgs/lang/en.gif');
}
#languages .it {
background-image: url('../imgs/lang/it.gif');
}


.spacer {
clear: both;
font-size: 1pt;
visibility: hidden;
}




/** -----------------------
           MENU
----------------------- **/
.menu {
margin: 0;
padding: 0;
float: left;
width: 250px;
list-style: none;
border-right: 1px solid #CCCCCC;
position: relative;
z-index: 1;
opacity: 0.8;
filter:alpha(opacity=80);
moz-opacity:.80;
clear: left;
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
}

.menu div {
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
}

.menu li {
padding: 3px 0;
margin-left: 0;
background-color: #333;
color: #888;
}

.menu li a {
text-decoration: none;
font-weight: bold;
color: #888;
padding: 0 10px;
}

.menu li a:hover {
color: #ff8;
}

.menu li.active {
margin-left: 5px;
background-color: #666;
color: #ee6;
}

.menu li.active a {
color: #ee6;
}


/** -----------------------
           TOP
----------------------- **/
h1 {
margin: 0;
padding: 5px 0 10px 250px;
}
h2 {
margin: 0;
padding: 5px 0 10px 250px;
}


/** -----------------------
           CONTENU
----------------------- **/
.bar {
background-color: #FFFFFF;
padding: 10px 20px;
}

#content {
float: left;
width: 750px;
border: 1px solid #999999;
opacity: 0.7;
filter:alpha(opacity=70);
moz-opacity:.70;
background-color: #DDDDDD;
}

h3 {
text-align: left;
margin: 0;
padding: 10px 50px;
border-bottom: 1px solid #9999CC;
}

#content p {
text-align: justify;
}





/** -----------------------
           BAS
----------------------- **/
#bottom {
clear: both;
border-top: 1px solid #9999CC;
font-size: 11px;
}
#bottom p {
margin: 0;
padding: 4px 5px;
}
