* {
	margin: 0;
	padding: 0; 
}


#global {
	width: 980px;
	margin: 0 auto 0 auto;
}

body, html {
	font: 10pt Verdana, Arial, Helvetica, "Trebuchet MS", "Bitstream Vera Sans", sans-serif;
	background-color: #FFF;
}

a img {
	border: none;
}


a {
	color: #004B8A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 a, h2 a, h3 a {
	color: #004B8A;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: #000;
	text-decoration:none;
}

#main-part ul {
	list-style-position:inside;
	padding: 0;
	margin: 0;
}

#main-part ul.article-list li{
	color:#333;
	list-style-image:none;
	padding-left: 10px;
}

#main-part ul.article-list ul li{
	list-style-image:none;
	padding-left:10px;
	color:#333;
}


#main-part ul {
	list-style-position:inside;
	padding: 0;
	margin: 0;
}

#main-part ul li{
	color:#333;
	list-style-image:url(/images/bulletlist.jpg);
	padding-left: 10px;
}

#main-part ul ul li{
	list-style-image:url(/images/bulletlist-gray.jpg);
	padding-left:10px;
	color:#333;
}

#separator {
	clear:both;
}

#bar {
	clear:both;
	background: url(/images/bar.png) top repeat-x;
	height: 32px;
	color:#FFF;
}
#bar div{
	display:none;
}
#bar strong { font-size:13pt;}

#bar ul {
	padding-top: 4px;
	list-style: none;
}

#bar ul li {
	float: left;
	padding: 0px 9px;
}

#bar ul li a {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#bar ul li a:hover {
	color: #fc0;
}

#photo {
	display:none;
}

#parts {
	clear: both;
	background: #fff url(/images/colonne.png) left repeat-y;
	width: 980px;
}

#left-part {
   display:none;
}

#main-part {
	float: left;
	width: 100%;
}

#header {
	padding: 15px 14px 5px 14px; 
	background-color: #FFF;
	background-image:none;
	border-bottom: 4px solid #004B8A;
}

#colonne {
	padding: 10px 10px;
}

ul.categories li {
	list-style: none;
	background-color:#A7A7A7;
	background-repeat:no-repeat;
	clear:both;
	font-size:12px;
	margin-bottom:4px;
	margin-top:2px;
	padding: 3px 0px;
	padding-left:10px;
}

.categories a {
	color:#FFFFFF;
	text-decoration: none;
}
.categories a:hover {
	color:#004B8A;
	text-decoration: none;
}

ul.articles li {
	list-style-type:none;
}

ul.article-list li {
	list-style-type:none;
	list-style-image:none;
}

#footer {
	display:none;
}

#content {
	padding: 20px 14px;
}

#content p {
	text-indent: 3em;
}

#left-part h3, #left-part h2 {
	color: #000;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
}

#main-part h3 {
	color: #000;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
}


#main-part h2 {
	color: #000;
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
}

#parts p {
	line-height: 14px;
	line-height: 14px;
	margin: 5px 0px;
	text-align: justify;
	clear: both;
}


ul.actions li{
	list-style-type:none;
}

ul.actions li a:hover {
	text-decoration:none;
	color:#000;
}

a.contact {
	background: url("/images/ico/contact.png") left no-repeat;
	padding-left: 30px;
	line-height: 30px;
	border: none;
	display:block;

}

a.links {
	background: url("/images/ico/web.png") left no-repeat;
	padding-left: 30px;
	line-height: 30px;
	border: none;
	display:block;
}

a.register {
	background: url("/images/ico/join.png") left no-repeat;
	padding-left: 30px;
	line-height: 30px;
	border: none;
	display:block;
}

a.whoarewe {
	background: url("/images/ico/whoarewe.png") left no-repeat;
	padding-left: 30px;
	line-height: 30px;
	border: none;
	display:block;
}


a.login {
	background: url("/images/ico/locked.png") left no-repeat;
	padding-left: 30px;
	line-height: 30px;
	border: none;
	display:block;
}

a.logout {
	background: url("/images/ico/logout.png") left no-repeat;
	padding-left: 30px;
	line-height: 30px;
	border: none;
	display:block;
}

a.print {
	display:none;
}

a.download {
	background: url("/images/ico/download.png") left no-repeat;
	line-height: 30px;
	border: none;
	display:block;
}


div.half-part{
	width:50%;
	float:left;
}

hr {
	background-color:#004B8A ;
	height: 1px;
	border: 0;
	width:60%;
	margin:30px auto 10px auto;
	}

#colonne img{
	border:4px solid #004B8A;
	padding:2px;
	background:#FFF;
}

p.hierarchy{
	display:none;
}


#content img{
	border:1px solid #004B8A;
	padding:3px;
	background:#FFF;
}
