/* CSS Document 



* body, text, link, li and h formatting properties */body
{
    background-color: #FFFFFF;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    color: #525252;
    width:1024px;
    height:100%;
    position:absolute;
    
}
img
{
    border:hidden;
    border-right-width: 20px;
    border-top-width:5px;
    border-bottom-width: 20px;
    border-left-width: 5px;
    
}
a:link
{
    color: #1E595A;
    TEXT-DECORATION: none;
    font-weight: bold;
    
}
a:visited
{
    COLOR: #163B3C;
    text-decoration:none;
    font-weight:bold;
    
}
a:active
{
    background: #000000;
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
    
}
a:hover
{
    background: #000000;
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
    
}
a:focus
{
    background: #000000;
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
    
}
a.skip
{
    font-size:9px;
    color: #FFFFFF;
    
}
li.hormenu
{
    display: inline;
    list-style-type: none;
    padding-left:9px;
    padding-right:9px;
    font-size: 14px;
    line-height: 40px;
    
}
li.activepage
{
    display: inline;
    list-style-type: none;
    padding-left:12px;
    padding-right:12px;
    font-style:italic;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size:14px;
    background-color:#7BB2B2;
    
}
li.nouvelles
{
    list-style-type: none;
    font-weight:bold;
    padding-bottom: 20px;
    padding-top: 5px;
    font-size:12px;
    margin-left: -40px;
    
}
p.nouvelles
{
    margin-left: 5px;
    font-weight:normal;
    font-size:12px;
    margin-left:35px;
    
}
h1
{
    padding-left: 5px;
    
}
h2
{
    padding-left: 10px;
    
}
h3
{
    padding-left: 20px;
    
}
p
{
    text-align:justify;
    line-height: 20px;
    letter-spacing: 1px;
    font-size: 13.5px;
    padding-left: 5px;
    
}
blockquote
{
    line-height: 20px;
    letter-spacing: 1px;
    font-size: 12px;
    
}
ul
{
    padding-left: 20px;
    
}
li
{
    padding-left: 45px;
    list-style: none;
    line-height: 20px;
    letter-spacing: .5px;
    
}
/* page module styling */

#logo
{
    background-image:url(images/ATparty.jpg);
    background-repeat:no-repeat;
    width: 500px;
    height:150px;
    left:75px;
    position: absolute;
    margin-top:20px;
    
}
#nav
{
    width: 800px;
    height:130px;
    position: absolute;
    top:170px;
    left:75px;
    background-image:url(images/nav_back.jpg);
    background-repeat:no-repeat;
    
}
#mainbody
{
    width: 900px;
    top: 300px;
    left: 30px;
    position: absolute;
    background: url(images/wire_back.jpg) 50% 0px repeat #ffffff;
    
}
#news
{
    width:180px;
    left: 680px;
    top: 0px;
    position: absolute;
    
}
#footer
{
    width: 800px;
    height: 50px;
    position:absolute;
    font-size: 9px;
    left: -620px;
    
}
#mainbodytop
{
    width: 687px;
    height: 23px;
    position: absolute;
    background-image:url(images/maintop.gif);
    background-repeat:no-repeat;
    top: 180px;
    left: 23px;
    
}
#mainbodybottom
{
    width: 687px;
    height: 23px;
    position:absolute;
    background-image:url(images/mainbtm.gif);
    background-repeat:no-repeat;
    right:;
    
}
