@charset "UTF-8";
/* CSS Document */
body{
	font-family: Arial, Helvetica, "Trebuchet MS",Geneva, sans-serif;
	font-size:12pt;
}
#languages,
#menu ul,
#submenu,
#telono_footer,
#__connexion{
	display:none;
}
#menu a img{
	border:none;
	text-decoration:none;
}
#bg,
#article_bg,
#breadcrumbs,
#breadcrumbs li{
	background-image:none;
}
#breadcrumbs{
	list-style-type:none;
	padding:0;
	margin:0;
	font-size:0.8em;
	font-style:italic;
}
#breadcrumbs li{
	display:inline;
	padding-right:6px;
}
#breadcrumbs li a{
	color:#000;
	text-decoration:none;
}
#article a:link:after, #article a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
}
#catarticle ul, /* --- welcome article --- */
#article ul{
	padding-left:15px;
	list-style-image:url(../__layout/_statics/list_level_1.png);
	list-style-position:inside;
}
#catarticle ul ul, /* --- welcome article --- */
#article ul ul{
	list-style-image:url(../__layout/_statics/list_level_2.png);
	padding-left:30px;
}
#article li{
	margin-bottom:10px;
}
#article li li{
	margin-bottom:5px;
}
#catarticle br, /* --- welcome article --- */
#article br{
	margin-bottom:0.7em;
}

/* H sizes */

#catarticle h1, /* --- welcome article --- */
#article h1{
	font-size:1.3em;
	color:#6a7893;
	letter-spacing:0.2em;
	text-transform:uppercase;
	margin-bottom:9px;
	line-height:1.2em;
}
#catarticle h1{
	font-size:1.2em;
	margin-bottom:3px
}

#article fieldset legend,
#catarticle h2, /* --- welcome article --- */
#article h2{
	font-size:1.3em;
	color:#6a7893;
	font-style:normal;
	margin:18px 0 9px;
	line-height:1.1em;
}
#catarticle h2{
	margin-bottom:0;
	font-size:1.2;
}

#catarticle h3, /* --- welcome article --- */
#article h3{
	font-size:1.1em;
	font-weight:normal;
	color:#6a7893;
	margin:15px 0 0;
	font-style:italic;
}

#catarticle h4, /* --- welcome article --- */
#article h4,
#catarticle h5, /* --- welcome article --- */
#article h5,
#catarticle h6, /* --- welcome article --- */
#article h6{
	font-size:1em;
	color:#6a7893;
	font-weight:normal;
	margin:10px 0 0;
	font-style:italic;
}


#catarticle .header, /* --- welcome article --- */
#article .header{
	font-size:10pt;
	font-family: Arial, Helvetica, "Trebuchet MS",Geneva, sans-serif;
	color:#222;
	font-weight:bold;
	border-bottom:2px dotted #b50c00;
	padding-bottom:12px;
	margin-bottom:20px;
}

#catarticle h1, /* --- welcome article --- */
#catarticle h2,
#catarticle h3,
#catarticle h4,
#catarticle h5,
#catarticle h6{
	margin-top:0;
	padding-top:10px;
}
#catarticle h1,
#catarticle h2{
	padding-top:5px;
}
/* --- misc classes --- */
.left{
	float:left;
}
.right{
	float:right;
}
img.left{
	margin:0 9px 5px 0;
}
img.right{
	margin:0 0 5px 9px;
}