/** styles de base **/ 

*{
	margin: 0px;
	padding: 0px;
}

body, html {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #686868;
	}


p,td{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

h1,h2{
	font-size: 11px;
	font-weight: lighter;
}

.H1{
	width: 140px;
	padding: 3px 0px 0px 8px;
	background: url(images/puce_dernier_client.gif) no-repeat 0px 7px;
}
.H2{
	color: #8bad01;
	width: 140px;
	font-size: 11px;
	font-weight: bolder;
	padding: 12px 0px 6px 8px;
}

a{
	color: #029ee1;
	text-decoration: none;
}

a:hover{
	color: #7cd8ff;
}

a.lienGris {
	color: #686868;
	text-decoration: none;
}

a.lienGris:hover{
	color: #7cd8ff;
}


/** divs plugins **/
.divplugin {
	font-size: 13px;
	line-height: 16px;
	height: 16px;
	display:block;
	color:#000;
	text-decoration: none;
	font-weight: bold;
	border: 1px dotted #a7a7a7;
	background-color: transparent;
	background: url(../web/images/spacer.gif);


}
