body
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
    font-size: 70%;
    line-height: 1.5;
    background: #dde4f2 url('/images/bg00.gif') repeat-x;
    color: #00147E;
    text-align: center;
}

img
{
    border: none;
}



#wrapper
{
    position: relative;
    width: 835px;
    margin: 0 auto;
    background: #fff url(/images/bg_sub.gif) repeat-y;
    text-align: left;
}


#header
{
    position: absolute;
    top: 0;
    left: 0;
    width: 835px;
    height: 145px;
    margin: 0;
    overflow: hidden;

}



#header span
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background: url(/images/bg1.jpg) top right no-repeat;
}

#main
{
    float: right;
    width: 628px;
    padding: 20px;
    margin-top: 145px;
    background: #fff;
    
}

#wrapper.noSubMenu
{
    background: #fff;
}

.noSubMenu #main
{
    width: 795px;
    padding: 20px;
}


#gohome
{
    width: 240px;
    height: 50px;
    position: absolute;
    top: 40px;
    left: 20px;
}

.clear
{
    clear: both;
}

h1, h2, h3
{
    font-weight: bold;
}

h1
{
    font-size: 140%;
}




h2, h3
{
    font-size: 100%;

}

h2
{
    margin-bottom: 0;
    color: #aa5627;
}

h2.topborder
{
    border-top: 1px solid #aa5627;
}

p
{
    position: relative;
    margin: 0 0 1em 0;
}

.nobottommargin
{
    margin-bottom: 0;
}


#menu
{
    position: absolute;
    top: 119px;
    left: 0;
    list-style: none;
    width: 839px;
    margin: 0;
    padding: 0;
    z-index: 1000;
}

#menu li
{
    display: inline;  
    float: left;
    margin: 0;
    padding: 0;

}

#menu li a, #menu li span
{
    display: block;
    text-decoration: none;
    padding: 4px 20px;
    height: 18px;
    font-weight: bold;
    width: 127px;

}

#menu li a
{
    background: url(/images/nav.png) no-repeat right -52px;
    /*border-right: 1px solid #c3ddff;*/
    color: #fff;
}

#menu li a.last
{
   background-position: left -52px;

}

#menu  li a:hover
{
    background-position: right -26px;
}

#menu  li a.last:hover
{
    background-position: left -26px;
}

#menu li span
{
    background: url(/images/nav.png) no-repeat right 0;
    color: #00147E;
}

#submenu
{
    margin: 180px 0 0 0;
    padding: 0;
    width: 167px;
    list-style: none;
    float: left;
    /*border-top: 1px solid white;*/
}

#submenu li
{
    width: 166px;
    margin: 0;

}


#submenu  li a, #submenu  li span
{
    text-decoration: none;
    display: block;
    width: 127px;
    /*color: #fff;*/
    color: #00147E;
    padding:  2px 20px 4px;
    margin: 0;
    /*border-bottom: 1px solid #fff;*/
}

#submenu li a:hover
{
    /*color: #aa5627;*/
    background: #d9e9ff;
}


#submenu li span
{
    background: #fff;
    /*color: #496730;*/
}

#footer

{
    position: relative;
    z-index: 1000;
    margin: 0 0 0 167px;
    height: 20px;
    padding: 0 0 4px 0;
    list-style: none;
    clear: both;
    background: #fff;
}

#footer li

{
    display: inline;

}



#footer li a, #footer li span

{
    display: block;
    float: right;
    color: #aa5627;
    text-decoration: none;

    padding: 0 20px;


    border-left: 1px solid #aa5627;

}


#footer li a:hover

{
    color: #00f;
    text-decoration: underline;
}


fieldset
{
    position: relative;
    width: 800px;
    float: left;
    clear: left;
    margin: 0 0 1.5em 0;
    padding: 0 0 10px 0;
    background: #ddebf2;
    border: 1px solid #52b1e0;
}

legend
{
    margin: 0;
    color: #006699;

    font-size: 110%;
    padding: 0;
}

legend span
{
    position: absolute;
    display: inline;
    top: 0.5em;
    left: 9px;
}


fieldset ul
{
    padding: 0 10px;
    margin: 3em 0 0 0;
    list-style: none;
    
}

fieldset li
{
    float: left;
    clear: left;
    width: 100%;
    padding: 0 0 0.4em 0;
    margin: 0;
    position: relative;
    z-index: 100;
}

fieldset li.submit input
{
    cursor: pointer;
    margin-left: 136px;
}

input, label
{
    vertical-align: middle;

}


input.text, select, textarea
{
    border: 1px solid #52b1e0;
    margin-right: 10px;
    padding: 2px;

}




label
{
    line-height: 2;
    display: inline;
    margin: 0;
    padding: 0 12px 0 0;
    
}

.firstcol
{
    float: left;
    width: 124px;
    text-align: right;
    
}

.req
{
    background: url(/images/star.gif) no-repeat right center;
}

textarea
{
    width: 600px;
}

.noedit
{
    background-color: #ccc;

}

.alarm
{
    float: right;
    background: #f99;
}

.alarm:hover
{
    background: #f00;
}

.error
{
    background: #f99;
}

.errormessage
{
    color: #f00;
    font-weight: bold;
}

#errorMessage
{
    color: #f00;
    border: 1px solid #f00;
    padding: 10px;
    float: left;
    margin-bottom: 1em;
}

table
{
    border-collapse: collapse;
}

th
{
    font-weight: bold;
}

table.data
{
    margin-bottom: 16px;
    background: white;
    width: 100%;
}

table.data th, table.data td
{
    padding: 2px 4px;
    border: 1px solid #b6c8eb;
    text-align: left;
}

table.data th.noborder, table.data td.noborder
{
    border: none;
    background-color: white;
}

table.data th
{
    background: #dde4f2;
    white-space: nowrap;
}

table.data th.center, table.data td.center
{
    text-align: center;
}

table.links a
{
    text-decoration: none;
    display: block;

}

table.links a:hover
{
    text-decoration: none;
    display: block;
    background: pink;
}

.selected
{
    background: yellow;
    border: 1px solid red;
}

.arrow
{
    background: url(/images/arr_d.gif) no-repeat;
    width: 30px;
}

.nowrap
{
    white-space: nowrap;
}

ul.adresse
{
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0 0 1.5em 0;
    border-left: 1px solid #496730;
}

ul.linklist
{
    list-style: none;
    padding: 0;
    margin: 0 0 0 12px;
}

ul.linklist li a
{
    text-decoration: none;

}

ul.linklist li a:hover
{
    text-decoration: underline;
    color: blue;
}

.listicons img
{
    margin-right: 20px;
}

.imgright
{
    float: right;
    margin: 0 -20px 1em 10px;
}



#navback 
{
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: bold;
}

#navback li a
{
    color: blue;
}

#navback  li
{
    line-height: 16px; 
}

#navback li.L1, #navback li.L2
{
    padding-left: 12px;
    background: url(/images/lastnode.png) no-repeat; 
}

#navback li.L1
{
    margin-left: 16px;
}

#navback li.L2
{
    margin-left: 44px;
    font-weight: bold;
}

.contact
{
    margin-bottom: 1em;
}

.contact  th, .contact td
{
    padding: 0 6px 1em 0;
    text-align: left;
}

.label
{
    width: 26em;
    padding: 8px;
    margin: 0 0 1em 20px;
    border: 1px solid #aa5627;
}

.newwin
{
    padding-right: 16px;
    background: url(/images/newwin.gif) no-repeat right;
}

.tooltip
{
    padding-left: 12px;
    position: relative;
    top: 2px;
}

.mailto a
{
	color: blue;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid blue;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #00147E;
	background-color: #ff9;
	padding: 5px;
    text-align: left;
}
#tooltip h3, #tooltip div { margin: 0; }

