/* CSS reset
-------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
.clear { 
	clear:  both; 
}

body {
	scrollbar-face-color: #cdcdcf;
	scrollbar-shadow-color: #b5b5b6;
	scrollbar-highlight-color: #e2e2e3;
	scrollbar-3dlight-color: #b5b5b6;
	scrollbar-darkshadow-color: #545866;
	scrollbar-track-color: #7d808b;
	scrollbar-arrow-color: #545866;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 1%;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height:12px;
	margin-bottom: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height:12px;
	margin-bottom: 10px;
}
ul {
	list-style-type: disc;
	margin-bottom: 20px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height:12px;
	margin-left: 10px;
	padding-left: -10px;
	margin-bottom: 7px;
}
.textecourant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.textecourantbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.textecourantboldvert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7c943e;
}
.textecourantitalique {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	font-style: italic;
}
.soustitrebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.titrebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
/* LINK = apspect du lien */
A:link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #7c943e; 
	text-decoration: underline
}	
/* LINK = apspect du lien lorsque MouseOver */
A:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #333333; 
	text-decoration: underline
}
/* ACTIVE = apspect du lien lorsque sélectionné */
A:active {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #7c943e; 
	text-decoration: none
}
/* VISITED = aspect du lien lorsque visité */
A:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #7c943e;
	text-decoration: underline
}
