
/* FILE STRUCTURE */

body {
background: #F9F9EA;
margin: 0 0 0 0;
}

#topaccentbar {
width: 100%;
height: 10px;
background: #547285;
}

#topcontent {
width: 100%;
height: 134px;
background: #F9F9EA url("/images-lesetoiles/header-topbar-short.jpg") top center no-repeat;
text-align: right;
}

#middlecontent {
width: 100%;
height: 263px;
background: #F9F9EA;
text-align: center;
}

#maincontent {
background: #F9F9EA;
margin-top: 10px;
padding-top: 10px;
padding-bottom: 1px;
padding-left: 250px;
padding-right: 120px;
font: 10px Lucida Sans Unicode, Verdana, Arial, sans-serif;
}

#bottomcontent {
width: 100%;
background: #F9F9EA;
text-align: center;
font: 10px Verdana, Arial, sans-serif;
}


/* TEXT STYLING */

p, h1, h2, h3, p, pre {
margin: 0px 30px 10px 40px;
text-align: left;
}

hr {
margin: 20px 50px 20px 50px;
}

h1 {
font-size: 24px;
padding-top: 15px;
color: #3B3D3A;
}

h2 {
font-size: 20px;
padding-top: 15px;
color: #3B3D3A;
}

h3 {
font-size: 18px;
padding-top: 15px;
color: #3B3D3A;
}

#maincontent p {
font-size: 12px;
color: #41616F;
line-height: 17px;
text-indent: 0px;
}

#bottomcontent p {
font: Arial, sans-serif;
font-size: 9px;
color: #41616F;
line-height: 11px;
text-align: left;
margin: 0 0 0 50px;
}


/* IMAGE STYLING */

img {
margin: 0px 40px 10px 40px;
padding: 0 0 0 0; /* original: 4px */
/* background: #D8D6C8; */
border: 0px solid #FFFFFF;
}

img.floatright {
float: right;
margin: 20px 20px 15px 20px;
}

a img {
border-color: #FFFFFF;
}

a img:hover {
border-color: #550578;
/* background: #F5F5DC; */
}

img.plain {
margin: 15px 15px 15px 45px;
padding: 0;
border: 0;
}


/* TEXT LINK STYLING */

a {
color: #550578;
text-decoration: none;
}

a:hover {
color: #000000;
text-decoration: underline;
}
