/* MISE EN PAGE 2 COLONNES */

#marge {
	width: 180px;
}
#visuelwrap {
	position: relative;
	width: 180px;
}
#visuel1 {
	position: relative;
}
#visuel2 {
	display: none;
	position: absolute;
	top: 0;
	left: 190px;
	width: 360px;
	height: 360px;
	z-index: 10;
	border: 1px solid #999;
}

#visuel1 .loupe {
	position: absolute;
	top: 147px;
	left: 146px;
}
#visuel2 .loupe {
	position: absolute;
	top: 327px;
	left: 326px;
}

#marge #docs {
	margin: 20px 0 0;
}
#marge #docs li {
	font-size: .95em;
	margin: 0 0 1em;
}
/* Hides from IE-mac \*/
* html #marge #docs li {height: 1%;}
/* End hide from IE-mac */
#marge #docs img {
	display: block;
	float: left;
}
#marge #docs div, #marge #docs h3 {
	margin: 0 0 0 40px;
}
#marge #docs a {
	font-weight: bold;
}
#marge #docs .clear {
	clear: left;
}
#marge #docs li ul {
	margin: 0 0 0 40px;
	padding: 0;
}
#marge #docs li ul li {
	margin: .3em 0 0;
	padding: 0;
}
#marge #docs li ul li a {
	font-weight: normal;
}

#texte {
	float: right;
	padding: 0 30px 0 0;
	width: 580px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 550px;
} 
html>body #texte {
	width: 550px;
}

