/** Général **/

body {
background-color: #fff;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 25px;
padding: 0px 0px 0px 0px;
font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
font-size: 0.8em;
color:#000;
}

h2 {
font-size: 1.1em;
line-height: 1.8em;
color: #000;
text-align: justify;
}

h3 {
font-size: 1em;
line-height: 1.5em;
color: #000;
margin-left: 15px;
}

q {
font-style: italic;
quotes: none;
}

.img-shadow {
float:left;
background: url(images/shadowAlpha.png) no-repeat bottom right !important;
background: url(images/shadow.gif) no-repeat bottom right;
margin: 10px 5px 0 10px !important;
margin: 10px 5px 0 5px;
clear: left;
}

.img-shadow img {
display: block;
position: relative;
background-color: #fff;
border: 1px solid #a9a9a9;
margin: -6px 6px 6px -6px;
padding: 4px;
}

.note {
font-style: italic;
}

.liste_traductions {
list-style-type: none;
}

.nb {
font-size: 0.9em;
font-weight: bold;
position: relative;
bottom: 0.5em;
}

	/** Liens **/

a {
color: #999;
text-decoration: none;
}

a:link {
color: #999;
}

a:visited {
color: #999;
}

a:active {
color: #ff0000;
}

a:hover {
color: #ff0000;
}

/** Contenu **/

#contenu {
float: left;
padding-top: 30px;
padding-right: 25px;
padding-left: 10px;
padding-bottom: 20px;
margin-top: 50px;
margin-left: 50px;
border-right: 1px solid #ddd;
width: 480px;
text-align: justify;
line-height: 1.5em;
/* ie5win fudge begins */
voice-family: "\"}\"";
voice-family:inherit;
width: 480px;
}

html>body #contenu {
width: 480px;
/* ie5win fudge ends */
}

/** Menu **/

#menu {
float: left;
padding: 10px;
margin-top: 40px;
width: 164px;
line-height: 1.5em;
/* ie5win fudge begins */
voice-family: "\"}\"";
voice-family:inherit;
width: 164px;
}

html>body #menu {
width: 164px;
/* ie5win fudge ends */
}

/*#menu h1 {
margin: 0;
}*/

#menu h2 {
font-size: 1em;
line-height: 1.5em;
color: #999;
text-align: left;
}

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

.pdfhtml {
background: url("images/livre.png") no-repeat;
}

.sep_menu {
border-top: 1px solid #ddd;
margin: 1em 0;
}

.encadre {
	border: 1px solid #DDD;
	background-color: #FAFAFA;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	font-style: italic;
}

.encadre a {
	font-weight: bold;
}