
body {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 9pt;
	color: #ffffff;
	background-color:#ffffff;
}

ul {
	padding-left: 0px;
	margin-left:0px;
	list-style-type: none;
}

li {
	padding-left: 0px;
	margin:0px;
	
}

h1 {
       
	   font-size: 13pt;   
       color: #808080; 
       font-weight: bold;
	   border-bottom:solid;
	   border-bottom-color:#7c8fa4;
	   border-bottom-width:1px;
	   
}

h2 {
	 font-size: 13pt;   
       color: #808080; 
       font-weight: bold;
	margin: 0;	
}

h3 {
	display: block;
	float: left; 
	height: 22px; 
	width: 110px; 
	background-image:url(images/onglet_off.jpg); 
	background-repeat: no-repeat; 
	text-align: center;
	color:#FFFFFF;
	font-size: 10px;
    font-weight: none;
	padding-top: 8px;
}

h3:hover  {
	display: block;
	float: left; 
	height: 22px; 
	width: 110px; 
	background-image:url(images/onglet_on.jpg); 
	background-repeat: no-repeat; 
	text-align: center; 
	color:#FFFFFF;
	font-size: 10px;
    font-weight: bold;
	padding-top: 8px;

}

h4 {
	font-size: 9pt;
		
}

h5 {
	font-size: 7pt;
	font-weight: none;
	
}


a {
	color: #7c8fa4;
	text-decoration: none;
}

a:hover, .a:visited {
	color: #7c8fa4;
	text-decoration: underline;
}

.noborder {
	border: 0;
}

img { 
	border: 0px;
}

/*texte*/

.gras {	
	font-weight:bold;
}

.gros { 
	font-size:14px;
	color: #8f9093;
}

.petit {	
	font-size: 7pt;
	color:#808080;
	
}
.petit:hover, .petit:visited {
	color: #ffffff;
	text-decoration: none;
}

.vert, .vert:hover, .vert:visited {
	color: #7c8fa4;
	text-decoration: none;
}

.blanc, .blanc:hover, .blanc:visited {
	color: #ffffff;
	text-decoration: none;
}

.gris {	
	color:#999999;
	font-size:9px;
	
}
.gris:hover, .gris:visited {
	color: #999999;
	font-size:9px;
	text-decoration: none;
}

.noir {	
	color:#000000;
}
.noir:hover {
	color: #ffffff;
	text-decoration: none;
}

.vert_gros {	
	color:#9ab2cc;
	font-size: 12pt;
}
.vert_gros:hover {
	color: #9ab2cc;
	text-decoration: none;
	font-size: 12pt;
}

/*div*/


/* Formulaire */
input.fields {
	width: 100px;
	border-top: 1px solid #E3E4E9;
	border-left: 1px solid #E3E4E9;
	border-bottom: 1px solid #E3E4E9;
	border-right: 1px solid #E3E4E9;
	height: 18px;
	margin:0;
	padding:0;
}



.submit.button {
	background-color:#FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	height: 18px;
	margin:0;
	padding:0;
}
/* Fin Formulaire */



