.glossaire{
position:					relative;
font-family:				century gothic;
display:					table;
border-collapse:			separate;
border-spacing:				20px;
width:						840px;
left:						-20px;
}

.glossaire .row{
display:					table-row;
}

.glossaire .cell-titre{
position:					relative;
display:					table-cell;
box-shadow:					0px 0px 100px white;
width:						400px;
height:						170px;
padding-left:				20px;
padding-right:				20px;
}

.glossaire h3{

}

.glossaire img{
float:						left;
width:						100px;
height:						100px;
margin:						0px 20px 20px 0px;
}

.glossaire p{
text-align:					justify;
font-size:					10pt;
}