/* sliding show/hide */
.dhtmlgoodies_question{	/* Styling question */
	color:#0000;
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
	width:499px;
	height:37px;
	text-align:center;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	padding-top:10px;
	background-image:url(images/h4.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	text-align:center;
	visibility:hidden;
	overflow:hidden;
	position:relative;
	width:499px;
}

.dhtmlgoodies_question2{	/* Styling question */
	color:#000000;
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
	width:499px;
	height:37px;
	text-align:center;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	padding-top:10px;
	background-image:url(images/h4.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer2{	/* Parent box of slide down content */
	color:#000000;
	text-align:center;
	visibility:hidden;
	overflow:hidden;
	position:relative;
	border-width: 2px;
}

div#cadre
{/* conteneur global et arrière-plan du titre du cadre */
	width: 226px;
	padding-top: 10px;
	background: url(./images/haut.gif) top left no-repeat;
}
div#bloccadre
{/* arrière-plan bas et sur l'ensemble du cadre */
	background: url(./images/bas.gif) bottom left no-repeat;
	padding-bottom: 5px;
	text-align:center;
}
div#bloccadre p
{
	margin: 0 30px 0 20px;
}

div#cadre_screen
{/* conteneur global et arrière-plan du titre du cadre */
	width: 226px;
	padding-top: 15px;
	background: url(./images/haut_screen.gif) top left no-repeat;
}
div#bloccadre_screen
{/* arrière-plan bas et sur l'ensemble du cadre */
	background: url(./images/bas_screen.gif) bottom left no-repeat;
	padding-bottom: 15px;
	text-align:center;
}
div#bloccadre_screen p
{
	margin: 0 5px 0 5px;
}

.boxpc
{
	background-color:#ffffff;
	COLOR: #f95f00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	border:1px solid;
}


