body {
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    background-color:#A3ADBD;
    margin: 0px;
    padding: 0px; /* for Opera */
    cursor: url('/i/exo.cur'), default; 
}

a:link {
    color:navy;
    background-color:transparent;
    text-decoration:none;
}
a:visited {
    color:navy;
    background-color:transparent;
    text-decoration:none;
/*border-style:outset;border-width:2px;border-color:silver; aspect 'bouton'*/
}
a:hover {
    color:white;
    /*font-weight: bold;*/
    background-color:#A3ADBD;
    text-decoration:none;
}

img {
    cursor: auto; 
    border: none;
}

table {
    padding:0px;
    border-color:red;
    border-style:dashed;
    border-width:0px; /* debug tables */
}
td {
    font-family:arial, sans-serif;
    font-size:80%;
    color:black;
    border-color:yellow;
    border-style:solid;
    border-width:0px; /* debug tables */
}


.drapeau a{
position:relative;
overflow:hidden;
width:30px;
height:20px;
background:no-repeat;
text-indent:-10000;
}


.drapeau a : hover{
background-position: 0 -22px;
}
 
#drapeau_fr a{
background:url(i/drapeau_fr.gif);
}
 
#drapeau_uk a{
background:url(i/drapeau_uk.gif);
}
 
#drapeau_nl a{
background:url(i/drapeau_nl.gif);
}



/* -- main menu -- */
.main_menu ul {
    margin: 0;
    padding-left: 1px;
    list-style: none;
    width: 132px;
    }
.main_menu ul li {
    padding-left: 5px;
    }
.main_menu ul li a {
    /*display: block;*/
    }
    
/* -- end main menu --*/

.titremenu {
    font-family:arial, sans-serif;
    font-size:100%;
    color:white;
}
.selectmenu {
    margin-right:5px;
}
.selectmenu a{
    color:white;
    font-weight:bold;
}
.modmenu {
    margin-left:5px;
    font-size:100%;
    font-weight:bold;
}
.smodmenu {
    margin-left:12px;
    padding-left:3px;
    font-size:96%;
    border-left: 1px solid silver;
}
.diversmenu {
    margin-left:5px;
    font-size:96%;
}

.rightpanel { /* le panneau(en fait un TD) de droite: titre + module */
    background-color: #BFC9E4;
}
.module {
    font-family:arial, sans-serif;
    font-size:10pt;
    /*background:#d7dee0;/*#d5e0e2;/*#d3e1e5;/*#c9dfe5;/*#bccbe2;/*#A3ADBD;/*#ADACB6;*/ /* original */
    background-color: #BFC9E4;
    width:100%;
    padding:2px;
}
.module div.grand {
    clear: both;
}

.module table {
    height: 100%;
}
.module h1 {
    font-size:120%;
    color:navy;
    text-align:center;
    text-decoration:underline;
}
.module h2 {
    font-size:110%;
    color:navy;
    text-align:left;
}
.module h3 {
    font-size:105%;
    color:navy;
    text-align:left;
}
.module p {
    font-size:100%;
    color:black;
    text-align:left;
    margin-left:0px;
    margin-right:0px;
}

.module li {
    font-family:verdana, sans-serif;
    font-size:80%;
    color:black;
    background-color:transparent;
    text-align:left;
    margin-left:0px;
    margin-right:0px;
}

.module ul.habco {
    list-style-type: none;
    padding: 0px;
} 

.module li.habco {
    float:left; 
    margin: 1px;
    padding-left: 17px;
    padding-right: 2px;
    font-size: 100%;
    background-image:url(i/hab_ico.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.module li.col1 { background-color:#DDDDDD; }
.module li.col2 { background-color:#CCCCCC; }

.lignepaire {
    background-color:#dddddd;
    text-align:left;
}
.ligneimpaire {
    background-color:#CCCCCC;
    text-align:left;
}
.ligneentete {
    background-color:#AAAAAA;
    text-align:left;
}
.ligneselect {
    background-color:#FFAAAA;
    text-align:left;
}
.objo {
    background-color:#AAFFAA;
    text-align:center;
}
.objn {
    background-color:#FFAAAA;
    text-align:center;
}

.footer {
    font-size:8pt;
    text-align:right;
}

/* ----- forum interne -------*/
.forum hr {
	border            : none;
	background        : black;
	height            : 1px;
}

/* Listage des sujets de la page d'accueil */

.forum {
    margin-left: 2px; 
    margin-right: 2px;
}

.forum .liens {
        margin-top: 5px;
        margin-bottom: 5px;
        border: 1px solid black;
        background:silver;
}
.forum .liens .admin {
        font-size: 8pt;
}

.forum .sujets {
	width             : auto;
	border-bottom     : 1px solid black;
	border-collapse   : collapse;
	text-align        : center;
}
.forum .sujets td { padding : 4px; /* width : 5%; /*white-space : nowrap;*/}
.forum .sujets .colonne-sujet {text-align : left; /*white-space: nowrap; /*width : 80%;*/}

.forum .sujets .titre{
	font-weight       : bold;
	background-color  : #EEEEEE;
	border-top        : 1px solid black;
	border-bottom     : 1px solid black;
}
.forum .couleur1 { background-color : #CCCCCC;}
.forum .couleur0 { background-color : #DDDDDD;}

.forum .pages-haut { background : #EEEEEE; border: 1px dashed silver; float: right; text-align: right; }
.forum .aller-a-la-discussion { text-align : right;}

/* Formulaire */

.forum .formulaire {
	width             : 100%;
	text-align        : left;
	border-top        : 1px dashed navy;
	border-bottom     : 1px dashed navy;
	margin-top        : 15px;
}

.forum .formulaire .titre {
	font-weight       : bold;
	background-color  : transparent;
	margin-bottom     : 5px;
	font-size         : 100%;
}

.forum .formulaire .champ-titre { 
        border: 1px solid navy;
        width : 100%;
        }

.forum .formulaire .champ-texte {
        border: 1px solid navy;
	width             : 100%;
	height            : 100px;
}

.forum .memo {
	margin-left       : auto;
	margin-right      : auto;
        list-style: none;
        font-size: 150%;
}
.forum .memo pre { display: inline; }

/* Affichage du sujet et des messages*/

.forum .detail-des-messages h2, h3 {
	display : block;
	padding : 2px;
	border-bottom : 1px solid black;
}

.forum .detail-des-messages .sujet, .message {
	padding : 5px;
	text-align : justify;
	margin : 10px;
}

.forum .detail-des-messages .sujet { background : #E0E0E0; border: 1px dashed silver; }
.forum .detail-des-messages .message { background : #EEEEEE; border: 1px dashed silver; }
.forum .detail-des-messages hr {display : none;}
.forum .detail-des-messages .ligne-auteur{ font-weight : bold; margin-bottom : 3px;}
.forum .detail-des-messages .texte{ margin : 10px;}

.forum .navigation-par-page {
	text-align : right;
	background : #EEEEEE;
	border-bottom : 1px solid black;
}

.forum .footer { text-align : right; font-size : 8pt;}

.forum .information {
    padding : 5px;
    border-top : 2px dotted red;
    border-bottom : 2px dotted red;
}

/* bbcode */

.quotebox  { border: 1px dashed black; padding-left: 10px; }

.scrollbox { width: 100%; overflow: auto;}

/* easybbcode */

#easybbcode_buttons img {
    border: none;
}

/* logo flottant */
.logofloat {
    color: black;
    background-color: white;
    position: fixed;
    top: 0px;
    right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    z-index:15;
}

/* bulle OverLib */

#overDiv {
    position:absolute;
    visibility:hidden;
    z-index:1000;
}


