input.check, input.radio{
	border: none;
	background-color: transparent;
}

input.check{
	vertical-align : middle;
}
label.check{
	margin-left: 20px;
}

textarea{
	color: #000066;
	background-color: white;
	border-color: #7F9DB9;
}

.lien{
	cursor : pointer;	
}
.lien:hover{
	color : red;	
	border : 1px solid red;
}

#conteneur_diag {
	position : relative ;
	width : 770px;
	margin : 0 auto;
	text-align : left;
}

#diagnostic {
	width : 770px;
	position : absolute;
	text-align : left;
}

a#dg_1 {
	background : url("img/diagnostic.png") top left no-repeat;
	height : 200px;
	width : 730px;
	display : block;
	text-decoration : none;
	position : absolute;
	left : 20px;
	z-index: 3;
}
a#dg_2 {
	background : url("img/diag_bloc.png") top left no-repeat;
	height : 200px;
	width : 300px;
	display : block;
	text-decoration : none;
	position : absolute;
	top : 0px;
	left : 450px;
	z-index: 5;
}
a#dg_2:hover {
	background : url("img/diag_bloc.png") top right no-repeat;
	position : absolute;
	top : 0px;
	left : 450px;
	z-index: 5;
}
#bouchon_diag{
	width : 390px;
	height : 80px;
}
#bloc_txt_diag {
	text-align : left;
}

#contenu_diag {
	position : relative;	
	text-align : left;
	left : 0px;
	padding-left: 40px;
	padding-right: 40px;
	z-index: 4;
}
#masque {
	position : relative;
	float : right;
	height : 170px;	
	width : 340px;
}

#id {
	font-size: 16;
	font-weight: bold;
}

#languette_diag {
	position : absolute;
	background : url("img/languette_diag.png") bottom left no-repeat;
	top : 200px;
	left : 500px;
	width : 200px;
	height : 33px;
	z-index: 5;
}
#ldg_0{
	position : absolute;
	height : 33px;
	width : 200px;
	display : block;
	text-decoration : none;
}
a#ldg_0 {
	background : url("img/obligations_legales.png") top left no-repeat;
}
a#ldg_0:hover {
	background : url("img/obligations_legales.png") top right no-repeat;
}
#ldg_1{
	position : absolute;
	top : 0;
	height : 33px;
	width : 200px;
	text-decoration : none;
}
a#ldg_1 {
	background : url("img/vente_bien.png") top left no-repeat;
}
a#ldg_1:hover {
	background : url("img/vente_bien.png") top right no-repeat;
}
#ldg_2{
	position : absolute;
	top : 33px;
	height : 33px;
	width : 200px;
	text-decoration : none;
}
a#ldg_2 {
	background : url("img/loca_bien.png") top left no-repeat;
}
a#ldg_2:hover {
	background : url("img/loca_bien.png") top right no-repeat;
}

#ldg_3{
	position : absolute;
	top : 66px;
	height : 66px;
	width : 200px;
	text-decoration : none;
}
a#ldg_3 {
	background : url("img/inv_loi_robien.png") top left no-repeat;
}
a#ldg_3:hover {
	background : url("img/inv_loi_robien.png") top right no-repeat;
}
