body {
	font-family: Verdana;
	font-size: 12px;
        color: #666666;
        background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
        color: #D7D7D7;
        font-size: 20px;
        font-family: Verdana;
}

p {
	margin: 0;
	padding: 0;
        color: #666666;
        font-size: 12px;
}

form {
	margin: 0;
	padding: 0;
}

div {
	margin: 0;
	padding: 0;
}

td, th, p, div, span {
	font-family: Verdana;
	font-size: 12px;
}

.listEntry {
	margin-bottom: 10px;
}

a, a:link, a:visited, a:active, a:focus {
	color: #AAAF7F;
	text-decoration: none;
}
a:hover {
	color: #AAAF7F;
	text-decoration: underline;
}

.articleText { 
	margin-bottom: 3px;
	text-align: justify;
}

.articleCode {
	margin-bottom: 3px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

.articleSummary {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	line-height: 135%;
}

.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #777777;
	font-weight: normal;
	text-decoration: none;
}
.nav_table a:hover {
	text-decoration: none;
}

.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #FEFEFE;
	font-weight: normal;
	text-decoration: none;
}

.nav_row, .nav_row a, .nav_row a:link, .nav_row a:active, .nav_row a:visited, .nav_row a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.nav_row a:hover {
	text-decoration: underline;
        color: #FFFFFF;
}

.articleList_toptext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.articleList_listhead {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


/* CSS for the top level list */
ul.list_top, ul.list_level {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #5E747F;
	font: bold 12px Verdana, sans-serif;
}
ul.list_top li, ul.list_level li {
	list-style: none;
	margin: 0;
	display: inline;
	padding: 0;
}
ul.list_top li a, ul.list_level li a {
	padding: 3px 0.5em;
	margin: 0px;
	border: 1px solid #778;
	border-bottom: none;
	background: #D7DEE5;
	text-decoration: none;
}
ul.list_top li a:link, ul.list_level li a:link { color: #5E747F; }
ul.list_top li a:visited, ul.list_level li a:visited { color: #5E747F; }
ul.list_top li a:hover, ul.list_level li a:hover {
	color: Black;
	background: #92A1AF;;
	border-color: #227;
}
ul.list_top li.active a, ul.list_level li.active a {
	background: white;
	border-bottom: 1px solid white;
}



/** 
 * Sample CSS for DIV pagelayout 
 */
#container {
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#headerBlock {
	padding: 5px;
	margin-bottom: 5px;
	background-color: rgb(213, 219, 225);
}

#mainBlock {
	padding: 5px;
	margin-left: 215px;
	margin-right: 215px;
	background-color: gray;
}

#leftBlock {
	float: left;
	width: 200px;
	\width: 210px;
	w\idth: 200px;
	margin: 0;
	margin-right: 5px;
	padding: 5px;
	background-color: rgb(235, 235, 235);
}

#rightBlock {
	float: right;
	width: 200px;
	\width: 210px;
	w\idth: 200px;
	margin: 0;
	margin-left: 5px;
	padding: 5px;
	background-color: rgb(235, 235, 235);
}

#footerBlock {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	background-color: rgb(213, 219, 225);
}

.imgDIVinTextLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0;
}
.imgDIVinTextRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 0;
} 
.imgDIVtopLeft { 
	margin:8px 10px 5px 20px; 
	padding:0px; 
	border:0; 
} 
.imgDIVtopCenter { 
	margin:8px -50% 5px -50%; 
	padding:0px; 
	border:0; 
}

.imgDIVblockImgLeft { 
	margin-right: 10px;
}
.imgDIVblockImgRight {
	margin-left: 10px; 
} 

.phpwcmsImgListRight {
	text-align: right;
	margin: 0;
	padding: 0;
}
.phpwcmsImgListLeft {
	text-align: right;
	margin: 0;
	padding: 0;
}


.phpwcmsSearchResult {
	margin: 15px 0 15px 0;
}
.phpwcmsSearchResult h3 {
	margin: 10px 0 1px 0;
	font-size: 12px;
	font-weight: bold;
}
.phpwcmsSearchResult p {
	margin: 0;
}
.phpwcmsSearchResult em.highlight, em.highlight {
	background-color: #FFFF00;
	font-style:inherit;
}


#VisualModeIndicator {
	position:absolute;
	left:5px;
	bottom:5px;
	padding:5px;
	z-index:10000;
	background-color:#FF3300;
	color:#FFFFFF;
	border:1px solid #000000;
}

.phpwcmsArticleListEntry {
	clear: both;
}
.phpwcmsArticleListImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
}
.phpwcmsArticleListImageCaption {
	padding-top: 5px;
}

a.link:link, a.link:visited {color: #6B6B6B; font-size: 11px; font-family: Verdana; font-weight: none; text-decoration: underline;}
a.link:hover {text-decoration: underline; color: #6B6B6B;}

.link2 { font-size: 12px; font-family: Arial; font-weight: none;}
a.link2:active,
a.link2:hover,
a.link2:visited,
a.link2:link 
{color: #7E1E0C; text-decoration: none;}


.copyright {
         font-family: Verdana;
         color: #666666;
         font-size: 10px;
}

.country {
         font-family: Verdana;
         color: #666666;
         font-size: 10px;
}

.white {
         font-family: Verdana;
         color: #FFFFFF;
         font-size: 13px;
         font-weight: bold;
}

.error {
         font-family: Verdana;
         color: #AD1220;
         font-size: 12px;
         font-weight: bold;
}

.table_news_header {
	
        background-color: #999999;	
	border-left-width : 1px;
	border-left-color : #999999;
	
	border-top-width : 1px;
	border-top-color : #999999;
	
	border-bottom-width : 1px;
	border-bottom-color : #999999;
	
        border-right-width : 1px;
	border-right-color : #999999;
	
	border-top-style : solid;		
	border-bottom-style : solid;		
	border-right-style : solid;				
	border-left-style : solid;	
	font-size:8pt;
	font-family: Verdana;
        background-image: url(../../art/box_bg.gif);
}

.table_news_body {
	
        background-color: #F5F5F5;	
	border-left-width : 1px;
	border-left-color : #E5E5E5;
	
	border-top-width : 1px;
	border-top-color : #E5E5E5;
	
	border-bottom-width : 1px;
	border-bottom-color : #E5E5E5;
	
        border-right-width : 1px;
	border-right-color : #E5E5E5;
	
	border-top-style : solid;		
	border-bottom-style : solid;		
	border-right-style : solid;				
	border-left-style : solid;	
	font-size:8pt;
	font-family: Verdana;
}

.text_news {

        font-family: Verdana;
        color: #666666;
        font-size: 11px;
        line-height: 18px;
}

.table_welcome {
	
        background-color: #FFFFFF;	
	border-left-width : 1px;
	border-left-color : #FFFFFF;
	
	border-top-width : 1px;
	border-top-color : #FFFFFF;
	
	border-bottom-width : 1px;
	border-bottom-color : #FFFFFF;
	
        border-right-width : 1px;
	border-right-color : #FFFFFF;
	
	border-top-style : solid;		
	border-bottom-style : solid;		
	border-right-style : solid;				
	border-left-style : solid;	
	font-size:8pt;
	font-family: Verdana;
}.symbole-left {	padding-top:50px;	}
