﻿/* CSS Document */

body { 
	font-family: Verdana; 
	font-size: 8pt; 
	font-weight: normal; 
	color: #000099; 
	margin-left: 5em; 
	margin-right:5em
}
p {
	font-size: 8pt;
	text-align: justify;
}
p.titre {
	margin-top: 0pt;
}
p.titre-small {
	font-size: 7pt;
	text-align: justify;
	margin-top: 0pt;
}
a:hover {
	text-decoration: underline;
}
a.menu {
	font-size: 8pt; 
	color: #ffffff; 
	text-decoration: none;
}
a.titre {
	text-decoration: none;
	color: #0066cc;
}
h5 {
	font-size: 8pt; 
	color: #0066cc;
}
h5.small {
	font-size: 7pt; 
	margin-bottom: 0pt;
	color: #0066cc;
}
h4 {
	font-size: 9pt; 
	color: #0066cc;
}
h4.news {
	margin-bottom: 0pt;
}
h3 {
	font-size: 10pt; 
	color: #0066cc;
	}
li {
	font-size: 8pt;
	text-align: justify;	
}
ul.titre {
	list-style-image: url(../images/bullet-news.gif);	
	margin-bottom: 0pt;
	
}
li.titre {
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	color: #0066cc;
	margin-left: -18pt;
}
ul.titre-small {
	list-style-image: url(../images/bullet-news-small.gif);	
	margin-bottom: 0pt;
	
}
li.titre-small {
	font-size: 7pt;
	font-weight: bold;
	text-align: left;
	color: #0066cc;
	margin-left: -18pt;
}

input {
	font-size: 8pt;
}
td {
	font-size: 8pt;
}
td.border {
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-top: 1px;
	border-style: solid;
	border-color: #aaddee;	
}
td.border-l {
	border-left: 1px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	border-style: solid;
	border-color: #aaddee;	
}
td.border-r {
	border-left: 0px;
	border-right: 1px;
	border-bottom: 0px;
	border-top: 0px;
	border-style: solid;
	border-color: #aaddee;	
}
td.border-b {
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-top: 0px;
	border-style: solid;
	border-color: #aaddee;
}
td.border-rb {
	border-left: 0px;
	border-right: 1px;
	border-bottom: 1px;
	border-top: 0px;
	border-style: solid;
	border-color: #aaddee;		
}
td.border-lb {
	border-left: 1px;
	border-right: 0px;
	border-bottom: 1px;
	border-top: 0px;
	border-style: solid;
	border-color: #aaddee;
}



