/* mise en page pour la RJI / LP 20051115*/
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: white;
	background-attachment: fixed;
	background-image: url("http://dokeos.unige.ch/courses/5334/document/images/filigrane.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}
a:link, a:visited {
	color: #a62929;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.header {
	color: #fff;
	text-align: center;
	margin: 0;
	background-color: #3E4973;
	letter-spacing: 2pt;
	padding: 5px;
}
.left {
	float:left;
	padding:10px;
	margin:10px;
	width:40%;
	text-align:justify;
}
.right h2 {
	font-size:14px;
	font-weight:bold;
}
.right
{
	padding:10px;
	margin:10px;
	float: right;
	width: 40%;
	background-color: #E6E6E6;
}
ul {
	list-style-image: url("http://dokeos.unige.ch/courses/5334/document/images/puce.png");
}
dt {
	font-weight:bold;
}
.exemple {
	margin: 0px 20px 0px 20px;
	padding: 2px 5px 2px 22px;
	background-color: #f5f5f5;
	background-image: url("http://dokeos.unige.ch/courses/5334/document/images/info.png");
	background-repeat: no-repeat;
	background-position: 2px 2px;
	font-style: italic;
}
.remarque {
	margin: 0px 20px 0px 20px;
	padding: 2px 5px 2px 22px;
	background-color: #f5f5f5;
	background-image: url("http://dokeos.unige.ch/courses/5334/document/images/warning.png");
	background-repeat: no-repeat;
	background-position: 2px 2px;
	font-style: italic;
}
.picture {
	text-align:center;
}
.legend {
	font-size:10px;
	font-weight:bold;
	margin: 0px;
}
.right ul
{
	list-style-image: url("http://dokeos.unige.ch/courses/5334/document/images/puce_droite.gif");
}
.indication {
	font-weight: bold;
	color:#990000;
}
.explication {
	font-family: "Courier New", Courier, monospace;
}
.img {
  border: 0px;
}
.popup {
	margin: 20px;
}
.popup_header {
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin: 0;
	background-color: #3E4973;
	letter-spacing: 2pt;
	padding: 5px;
}
.popup_close {
	margin: 20px;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #000;
}
