/*-Section Article-*/

.zone_article {
	width: 50px;	
}


.article_titre{
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-bottom-style: solid; 
    border-width:1px; 
    border-color:#000080; 
    background-color:#d6e0ed;
    font-size: 10pt;
    color: #000080;
    font-family: Arial;
    text-align:center; 
}

.article_prix{
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    border-bottom-style: none; 
    border-width:1px; 
    border-color:#000080; 
    background-color:#FFFFFF;
    font-size: 10pt;
    color: #000080;
    font-family: Arial;
    text-align:center; 
}

.zone_horiz_article {
	width: 200px;	
}

.article_horiz_titre{
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-bottom-style: solid; 
    border-width:1px; 
    border-color:#000080; 
    background-color:#d6e0ed;
    font-size: 10pt;
    color: #000080;
    font-family: Arial;
    text-align:center; 
}

.article_horiz_prix{
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    border-bottom-style: none; 
    border-width:1px; 
    border-color:#000080; 
    background-color:#FFFFFF;
    font-size: 10pt;
    color: #000080;
    font-family: Arial;
    text-align:center; 
}