/* CSS Document */

body
{
	height:100%;
	font-family:Arial, sans-serif;
	font-size:12px;
    color:#717174;

}

#editorbody {
	background-color: #fff;
	background-image: none;
}

/*==================text================*/
p{
	margin-top:20px;
}
h1{
	
}
h2{
	
}
h3{
	
}
h4{
	
}
em, i{
	font-style: italic;
}
strong, b{
	font-weight: bold;
}
a{
	color:#005695;
	text-decoration: none;
}

p.blue
{
    color:#005695;
    white-space:nowrap;
}
.blue
{
    color:#005695;
}
ol,ul{
	list-style: none;
}
.subtitle {
	font-size:14px;
	margin-top:10px;	
}
/* DEFIS*/

#defis-content, #produits-content
{
    padding-right:20px;
}
#lst-defis li{
    clear:both; 
}
#lst-defis li span{
    display:inline-block;
    margin-right:30px;
    float:left;
    padding:7px 0 5px 0;
    color:#005695;
}
#lst-defis li p{
    float:left;
    border-bottom:1px solid #efefef;
    margin-top:0;
    padding:7px 0 5px 0;
    width:760px;
}
#lst-defis li.last span{
    margin-right:24px;
}
#lst-filter{
    margin-left:37px;
    border-bottom:1px solid #efefef;
}
#lst-filter li{
    background:url('../images/puce.gif') no-repeat 0 11px;
    padding:6px 0 4px 10px;
}

#lst-defis{
    margin-top:10px;
}