@CHARSET "UTF8";
/*
red CE262B
dark blue 004E97
lite blue 0081C2
*/
.red{
	color: #CE262B;
}

.dark_blue{
	color: #004E97;
}
.lite_blue{
	color: #0081C2;
}
.red_bg{
	background-color: #CE262B;
}

.dark_blue_bg{
	background-color: #004E97;
}
.lite_blue_bg{
	background-color: #0081C2;
}

.citation{
	border-left: 3px solid grey;
	padding: 5px;
	margin: 0 10px 0 10px;
	font-style:italic;
}

html, body, #center{
	min-height: 100%;
}

body {
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	margin: 0;
	font-size: 12px;
	background-color: #fafafa;
}

table{
	width: 100%;
}

td{
	border: 1px solid #004E97;
	padding: 5px;
	vertical-align:top;
	text-align: left;
}

th{
	color: #fff;
	background-color: #004E97;
	padding: 2px;
	text-align: center;
}

hr{
	border:0pt none;
	border-bottom:1px solid #BBBBBB;
	color:#FFFFFF;
	margin:2em 0pt;
	font-size:1em;
}

label {
	display: block;
}

textarea{
	width: 100%;
	height: 500px;
}

.input input, .input{
	width: 100%;
}

img{
	border: none;
}

#center{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 900px;
	background-color: #fff;
	border-left: 1px solid #333366;
	border-right: 1px solid #333366;
}

.info{
	float:right;
	color: #aaa;
	font-size: 10px;
	padding-top:10px;
}

h1 {
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	background:transparent none repeat scroll 0%;
	color:#004E97;
	font-size:28px;
	font-weight:normal;
	margin:0px 0px 20px;
	border-bottom:2px solid #004e97;
	text-align: left;
}
h2, h3, h4 {
	font-family:'Georgia',Sans-Serif;
	text-align:left;
}

h2{
	background:transparent none repeat scroll 0%;
	color:#004E97;
	font-size:18px;
	font-weight:bold;
	margin:20px 0px 10px;

}

h3{
	background:transparent none repeat scroll 0%;
	color:#004E97;
	font-size:15px;
	margin:10px 0px 0px;
}

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

#header{
	width: 100%;
	height: 199px;
	background:transparent url('../img/header.jpg');
}
#top{
	margin-bottom: 20px;
	height: 20px;
}

#top a{
	display: block;
	float: left;
	color: #fff;
	background-color: #004E97;
	width: 150px;
	padding: 2px;
	margin-right: 10px;
}

#top a:hover{
	background-color: #CE262B;
}

div.message {
	color: #CE262B;
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0;
}

#menu {
	width: 280px;
	float: left;
}

#menu .chapter{
	margin: 0px;
}

#menu li{
	list-style-type: none;
	margin-bottom: 0px;
}

.handle{
	width: 16px;
	height: 16px;
	cursor: move;
	float: left;
	margin-left: 10px;
}

.handle:hover{
	background-image: url('../img/reply.png');
}

#menu li a:hover{
	background:#00DD66 none repeat scroll 0%;
}

#menu li a{
	display: block;
	font-size:10px;
	margin:0px 6px 0px 25px;
	padding:0px 3px;
}


.phasenr{
	font-family:'Georgia',Sans-Serif;
	font-size: 40px;
	color: #555;
}

p, ul, li, dt, dd {
	color:#333333;
	font-size:12px;
	line-height:20px;
	margin-bottom: 10px;
}

input, textarea, label, select, option {
	color:#333333;
	font-size: 12px;
}

input, textarea, select{
	margin-bottom: 10px;
}

#adresse {
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	margin:20px 16px 0pt 5px;
	padding:10px 5px 5px 10px;
	font-size: 11px;
}

#adresse p {
	color:#AAAAAA;
	font-size:9px;
	font-weight:bold;
	line-height:14px;
	margin-bottom:10px;
}
#adresse a {
	font-weight:bold;
}

#adresse a:hover{
	text-decoration: underline;
}

#content{
	width: 560px;
	margin-left: 300px;
	padding-top: 10px;
	text-align: justify;
}

#content p{
	margin: 0 0 10px 0;
}

#content ul{
padding: 0;
}

#content li{
	margin: 0;
	list-style-type: none;
	text-align: left;
}

#content a:hover{
	text-decoration:underline;
}

#footer{
	clear:both;
	text-align: center;
	width:100%;
	color: #aaa;
	font-size: 10px;
	padding-top: 50px;
}

.alt{
	background-color: #D3DFEE;
}

table ul{
padding-left: 10px;
}

table li{
	list-style-type: none;
	margin: 0;
}

.l{
	background-color: yellow;
	font-style: italic;
}

.m{
	background-color: orange;
}

.h{
	background-color: red;
	font-weight: bold;
}