body, TD {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
}

a.lienbleu {
	color: #0800B5;
	text-decoration: none;
	font-weight: bold;
}

a.lienbleu:hover {
	color: #0800B5;
	text-decoration: underline;
}

a.lienbleu:visited {
	color: #0800B5;
	text-decoration: none;
}

a.liengris {
	color: #777777;
	text-decoration: none;
	font-weight: bold;
}

a.liengris:hover {
	color: #777777;
	text-decoration: underline;
		font-weight: bold;
}
a.liengris:visited {	
	color: #777777;
		font-weight: bold;
}

a.lienrouge { color: #9C0000; text-decoration: none; font-weight: bold; }
a.lienrouge:hover {	color: #9C0000;	text-decoration: underline; font-weight: bold; }
a.lienrouge:visited { color: #9C0000; font-weight: bold; }

h2 {
	MARGIN-TOP: 0px; 
	FONT-SIZE: 18px; 
	MARGIN-BOTTOM: 0.25em; 
	COLOR: #0800B5; 
	LINE-HEIGHT: 1.25em; 
	BORDER-BOTTOM: #0800B5 1px solid; 
	TEXT-ALIGN: right
}

h1 {
	MARGIN-TOP: 0px; 
	FONT-SIZE: 22px; 
	MARGIN-BOTTOM: 0.25em; 
	COLOR: #0800B5; 
	LINE-HEIGHT: 1.25em; 
	BORDER-BOTTOM: #0800B5 2px solid; 
	TEXT-ALIGN: right;
	margin-right: 50px;
}

.boite {
	min-width: 300px;
	/*BORDER: navy 1px solid; */
}
.boiteimg {
	margin-left: 5px; 
	float: left; 
	margin-top: 5px;
}

.boitetxt {
	margin-left: 100px;
	/*height: 110px;*/
	text-align: justify;
}

.cadreprincipal {
	margin-top: 10px;
/*	border: solid 1px blue;*/
}

.contenu {
	margin-left: 150px;
}

.colonne1 {
	/*position: absolute;
	width: 39%;
	left: 19%;*/
	/*border-right: dashed 1px gray;	
	padding-right: 1%;*/

/*	border: solid 1px red;*/
}


.colonne2 {
	/*position: absolute;
	width: 39%;
	left: 61%;
	padding-right: 10px;*/

/*	border: solid 1px green; */
}

.colonne3 {
/*	position: absolute;
	width: 1%;
	left: 59%
	border-right: dashed 1px gray;*/
}

.colonne4 {
	/*position: absolute;
	width: 1%;*/
}

a.liennoir {
	color: #222222;
	text-decoration: none;
}

a.liennoir:hover {
	color: #222222;
	text-decoration: underline;
}
a.liennoir:visited {	
	color: #222222;
}

.menugauche {
	width: 140px;
/*	float: left;*/
	border: #0800B5 1px solid;
	background-color: #FFFF99;
}

.menugauchetitre {
	background-color: #0800B5;
	color: white;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.menugaucheitem {
	margin: 10px;
}

ul.liste1 {
	list-style-type: square;
}

ul.liste1 li {
	margin-bottom: 10px;
}

ul.liste2 {
	list-style-image: url("/images/dv/hp2/puce1.gif");
	margin-left: 15px;
	padding-left: 10px;
}


ul.liste3 {
	list-style-image: url("/images/dv/hp2/puce1.gif");
	margin-left: 0px;
	padding-left: 10px;
}

ul.liste3 li {
	margin-bottom: 3px;
}

TABLE.transparent {
	background-color: white;
	padding: 0px;
	margin: 0px;
/*	border: solid 1px blue;*/
}


TD.transparent {
	padding: 10px;
	margin: 0px;
	vertical-align: top;
}

/* masturbation only by ed */
label, input[type='checkbox'] {
	cursor: hand;    /*for IE*/
	cursor: pointer; /*for Geck engine*/
}


