/***  formulaire  **/
@charset "utf-8";


@import 'bootstrap.css';
body,th,td{
	font-family:"Personal police";
	font-size:14px;
}
.help-top {
	background-color:#8892bf;
	min-height:30px;
	padding:12px;
	color:#CCC;
	font-size:12px;
			
}
.help-top .middle {
	float:left;
	width:50%;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;	
}

.help-tree a{
	color:#fcfbfb;
		
}
.help-top a{
	color:#fcfbfb;	
}
.help-tree {
	background-color:#333333;
	color:#fcfbfb;
	font-size:12px;
	min-height:20px;
	clear:both;
	padding:12px;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}
.help-content {
	background-color:#f2f2f2;	
	min-height:20px;
	padding:2px 8px;
	min-height:280px;
}

.help-content img{
	max-width:98%;
	vertical-align:middle;
}

.help-content a {
	text-decoration:underline;
	line-height:150%;
}
.help-content h4 {
	color:#682a80;
	font-size:19px;
	border-bottom:1px dotted #999;
	padding:9px 4px 2px 4px ;
}
.help-content img
{
	border: 1px solid #EEE;
	width: 95%;
	min-width: 400px;
	max-width: 700px;
}
.help-content table {
	max-width:98%;
	line-height: 160%;
	max-width: 700px;
	border: 4px solid red;
}
