
/* Colored panels
 * source: http://www.videolan.org/
 */
.panel {
	width: 100%; margin: 25px;
	/* min-width: 200px;max-width: 600px; */
	width: 600px;
	color:#78520B;
}
.panel .hd .c, .panel .ft .c {
	height: 8px;
	font-size: 1px;
}
.panel .hd {
	background: transparent url(./img/panel/beige/tl.gif) no-repeat 0 0;
	margin-right: 8px; /* space for right corner */
}
.panel .hd .c {
	background: transparent url(./img/panel/beige/tr.gif) no-repeat right;
	margin-right: -8px; /* space for right corner */
}
.panel .bd {
	background: transparent url(./img/panel/beige/ml.gif) repeat-y 0 0;
	margin-right: 8px;
}
.panel .bd .c {
	margin-right: -8px;
	padding: 1px 10px;
	background: transparent url(./img/panel/beige/mr.gif) repeat-y right;
}
 
.panel .ft {
	background: transparent url(./img/panel/beige/bl.gif) no-repeat 0 0;
	margin-right: 8px;
}
.panel .ft .c {
	background: transparent url(./img/panel/beige/br.gif) no-repeat right;
	margin-right: -8px;
}

/* ne pas afficher de bullet*/
.panel ol, ul {list-style-type: none;}

.panel-bullet {
	padding: 0;
	line-height: 19px;
}
.panel-bullet li {
	background: url(./img/panel/beige/bullet.png) 0px 1px no-repeat;
	padding: 0 0 0px 20px;
	margin-bottom: 4px;
}
.panel h1 {
	margin: -8px 0 0;
	padding: 0 0 4px;
	color: #78520B;
	font-size: 17px;
	font-weight: bold; 
}
.panel p {
	margin: 0; 
	padding: 0; 
}
.panel a, .panel a:visited {color: #78520B;}
.panel a:hover, .panel a:active {color: #000;}

