/* CSS Document */

body, html {
	background:#FFF;
	margin:0px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000;
}

A {  
	color: #111;
}
A:hover { 
	color: #aaa;
}
A:active { 
	color: #aaa;
	text-decoration: none;
}
.titreEpais {
	font-size:18px; 
	font-weight:bold;
}
.italique {
	font-style: italic;
}
.texte_sans {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.smallCaps {
	font-size: 13px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
div.news_title {
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #FFF;
	background:#000;
	padding:3px;
}
div.news_content {
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	color: #000;
	margin-bottom:30px;
}
div.cache {
	font-size: 8px;
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	cursor: default;	
}

.englishGrey {
	color: #58585A; /* d'apres pdf */
}
.container {
	margin-left:40px;
}
.separateur {
	height:20px;
	border-bottom:1px solid #000; 
	margin-bottom:20px;
}
div.s0 {
	line-height:15px;
}
td.s1 {
	width:77px;
	height:20px;
	white-space: nowrap;
}
td.s2 {
	width:130px;
	height:20px;
	white-space: nowrap;
}
.selecters {
	width:115px;
	height:18px;
	font-family: "Courier New", Courier, monospace;
}

a.add_item:link, a.add_item:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	background-color:#000000;
	color: #FFFFFF;
	text-decoration: none;
}
a.add_item:hover {
	color: #BBB;
	text-decoration: none;
}
#previewer {
	position:absolute;
	z-index:10;
	border:0px solid #ccc;
	background:#000;
	color:#fff;
}

