/*
 *
 * Fondation Solar Planet
 *
 * Stylesheet (Firefox version)
 *
 * Copyright (c) 2009 Solar Planet, Alexis Domjan <adomjan@planetsolar.org>
 *
 * $Id: main.css,v 1.2 2009-01-14 12:10:35 disco Exp $
 *
 */

body.main {
   margin: 0;
   padding: 0;
   background-color: white; 
   background-image: url(../images/background-body.png);
   background-repeat: repeat-x repeat-y;
   color: #769ec9;
   font-size: 8pt;
   font-family: Verdana, Helvetica, Arial, sans-serif;
}


div.main {
   margin-left: auto;
   margin-right: auto;
   margin-top: 50px;
   width: 900px;
   height: 600px;
   background-image: url(../images/background-page.png);
   background-repeat: no-repeat;
}


a.menu {
   text-transform: uppercase;
   font-size: 8pt;
   color: #769ec9;
   padding: 2px;
   text-decoration: none;
}

a.menu:hover {
   color: #071925;
}




a.link {
   color: #769ec9;
}

a.link:hover {
   color: #071925;
}
   

p.title {
   text-align: right;
   font-size: 10pt;
   font-weight: bold;
   color: #aaa;
   display: block;
   text-transform: uppercase;
   letter-spacing: 4px;
   /*border-bottom: 1px solid #aaa;*/
}


p.text {
   text-align: justify;
}


p.right {
   text-align: right;
}

