#glossaire dt, #glossaire dl, #glossaire dd, #glossaire ul, #glossaire li 
{
	list-style-type: none;
	margin: 0 6px 0 0;
	padding: 0;
}

#glossaire
{
	width:600px;
}

.glossCol
{
	width:250px;
	float:left;
}

.glossIndex
{
	clear:both;
	margin-left:25px;
}

#glossaire_mots dt, #glossaire_mots dl, #glossaire_mots dd
{
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
}

#glossaire_mots dd
{
	display:none;
}

#glossaire 
{
	float : left;
	clear : left;
}

#glossaire_mots
{
	clear : left;
	float : left;
	width: 572px;
	display:block;
	border-top: 1px solid gray;
	margin-bottom:8px;
}

#glossaire dt {
	display: inline;
}

#glossaire a 
{
	text-decoration: none;
	color: #FF6501;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
}

#glossaire_mots a 
{
	color: #000;
	font-family:arial;
	text-decoration:none;
	font-size:12px;
	display:inline;
	margin-right:10px;
	white-space:normal;
}

#glossaire_mots a:link { }

#glossaire_mots a:visited 
{
	font-style: italic;
	color: #FF9966; 
}

#glossaire_mots a:hover
{
	color: #FF6501; 
	text-decoration: underline; 
}

#glossaire_mots a:active
{
	color: #FF6501;
	font-weight: bold;
	text-decoration: underline;
}

#cp_ref 
{
	width:100%;
}

#textContainer
{
	width:98%;
	padding:8px;
	float:left;
	clear:left;
}