/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar @amended by Maud Hamelin 12/10/2012 a 
*/

* 
{margin: 0;
padding: 3px 0 0 0;}

body {
	font-size: 11px;
	font-family: Swiss721 BT, Verdana;
	background: #fff; 
	background-color: White;
	padding: 0.5em;}

body.section-1 {
	font-size: 11px;
	font-color: grey;
	padding: 0.5em;
	margin-left: 1em;
	}
body.section-2 { }
body.section-3 { }

li.active a { color: #999900; background-color: beige; }
a:link { text-decoration: none; color: #686800; padding-top: 5px;}
a:active {}
a:visited { text-decoration: none; color: #686800; }
a:hover { text-decoration:none; color: #999900; }

a img { border: none; }

#menu {
    width: 280px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 60px;
    position: fixed;
    height: 100%;
	background-color: white; }

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

#menu ul li.section-title {
	color: #999900;
	font-weight: bold; 
	font-size: 14px;
	border-bottom: dotted 1px #686800;
	cursor: pointer;
	text-transform: lowercase;}

#content {
    height: 100%;
    margin: 0 0 0 255px;
    top: 0; }

.container {
    padding: 20px 5px 25px 5px; }

#content p { margin-bottom: 6px; margin-top: 6px; }

p { font-family: Swiss721 BT, Verdana;
	margin: 0 0 6px 0;
	color: black;
	font-size: 11px;
	line-height: 20px;
	}

BLOCKQUOTE {
	color: #999900;
	font-weight: bold;}

I {	color: black;
	font-weight: bold;
	font-style: normal;}
	
ol {
	color: #686800;
	font-family: Swiss721 LtBT, Verdana;
	font-size: 10px;
	font-weight: normal;}

h1 { color: #999900;
	font-family: Swiss721 BT, arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 0px;
	text-transform: lowercase;}
	
h2 { color: black;
	font-family: Swiss721 BT, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 6px;}

h3 { color: black;
	font-family: Swiss721 BT, Arial, Verdana;
	font-size: 10px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 0px;}

h4{ color: grey;
	font-family: Swiss721 LtBT, Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 0px;}	
	
h6 { color: grey;
	font-family: Swiss721 BT, Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;}

ul { color: DimGrey;
	font-family: Swiss721 BT, arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	}

p.subtitulo {
	color: grey;
	font-family: Swiss721 BT, Arial, Verdana;
	font-size: 10px;
	font-weight: bold;}

#img-container	{ margin: 0; padding: 0; }

#img-container p	{ width: 400px; margin: 0; padding: 0 0 1px 0; }

#once { clear: left; }