/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	font-color: #000;
background-image: url(http://www.lamaisonrouge.org/faceb/files/backgralfull.jpg);
}

body.section-6 { background-image: url(http://www.lamaisonrouge.org/faceb/files/backgralfull2.jpg); }
body.section-7 { background-image: url(http://www.lamaisonrouge.org/faceb/files/backgralfull3.jpg); }
body.section-8 { background-image: url(http://www.lamaisonrouge.org/faceb/files/backgralfull4.jpg); }

a:link { color: #000; text-decoration: none; font-color: #000; }
a:active { color: #000;text-decoration: none; font-color: #000; }
a:visited { color: #000; text-decoration: none; font-color: #000; }
a:hover { text-decoration: none; }

a img { border: none; }

#menu {
    width: 145px;
    margin: 30px 0 0 25px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 55%;
    background-color: #fff;
	
}


#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul a  {text-decoration: none; font-weight: bold; font-size: 10px; font-color: #fff; text-align:center;}

#menu ul a:visited { font-size: 10px; font-weight: bold; font-color: #fff;   text-align:center; text-decoration: none;
}

#menu ul li.section-title {
color:#fff;

text-decoration: none;
}

#content {
width: 610px;
    height: 100%;
    margin: 35px 0px 70px 230px;
    top: 60px;
    
    p align: justify;
}

.container {
    padding: 15px 5px 5px 15px;
}



#content p { width: 350px; margin-top: 0px; margin-bottom: 0px; margin-left: 200px;
background-color: #fff; align: justify; 
}

.container p {
    padding: 9px 5px 0px 9px;
}

p {
    margin: 10px 10px 9px 40px;
}

 h1 { color: #ff0000; text-decoration: none; font-size: 14px; }
 h1 a:link { color:#ff0000; text-decoration: none; }
 h1 a:active { text-decoration: none; font-color: #FF0000;}
 h1 a:visited { text-decoration: none; font-color: #FF0000;}

h2 { color: #000; font-weight: normal; text-decoration: none;  font-size: 10px; }
  h2 a:link { color:#000; text-decoration: none; }
 h2 a:active { text-decoration: none; font-color: #000;}
 h2 a:visited { text-decoration: none; font-color: #000;}
 
h3 { color: #000; font-weight: bold; text-decoration: none; font-size: 10px; }
  h3 a:link { color:#000; text-decoration: none; }
 h3 a:active { text-decoration: none; font-color: #000;}
 h3 a:visited { text-decoration: none; font-color: #000;}

h4 { color: #000; font-weight: normal; text-align:center; text-decoration: none;  font-size: 11px; }
  h4 a:link { color:#000; text-decoration: none; }
 h4 a:active { text-decoration: none; font-color: #000;}
 h4 a:visited { text-decoration: none; font-color: #000;}

#img-container	{ margin: 0; padding: 15px 10px 12px 10px; }
#img-container p	{ width: 610px; margin: 0; padding: 15px 10px 12px 10px; }


#once { clear: left; }
