body { 
	background: white url(../images/base-light.png) top center no-repeat fixed; 
	font-size : 12px;
	font-family : arial,helvetica,sans-serif 
}

H1{ 	
	color : #4444AA;
	font-size : 22pt;
	font-family : arial,helvetica,sans-serif;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 50px;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	padding : 2px 2px 2px 2px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	background-color: #DDDDDD;
}

.box {
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	padding : 2px 2px 2px 2px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	background-color: #DDDDDD;
}

H2{ 	
	color : #4444AA;
	font-size : 15pt;
	font-family : arial,helvetica,sans-serif 
}

H3{ 	
	color : #4444AA;
	font-size : 12pt;
	font-family : arial,helvetica,sans-serif 
}

A{
    COLOR: #3333AA;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    TEXT-DECORATION: none
}

p {
//	text-indent: 16px;
	margin-left: 16px;
}

code {
	margin-left: 16px;
	background-color: #EEEEEE;
}

pre {
	margin-left: 16px;
	background-color: #EEEEEE;
	border-width: 2px 2px 2px 2px;
	padding : 2px 2px 2px 2px;
	-moz-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
}

.parution {
	font-size : 8pt;
	font-style: italic;
	background-color: #CCCCCC;
}
.parution-authors {
	font-size : 8pt;
	font-style: normal;
	background-color: #EEEEEE;
}

.article {
	/*//width: 70%;
	//float: right;*/
	position: absolute;
	left: 260px;
	/*width: 65%;*/
	/*margin-right: 20px;*/
}

.notes {
	width: 230px;
	height: 90%;
	position: absolute;
	position: fixed;
	overflow: auto;
	left: 20px;
	top: 40px;
}

.note {
	margin-bottom: 20px;
	width: 100%;
	float: left;
	background-color: #EEEEEE;
}


