/* 
    Document   : tiny
    Created on : 1 août 2012, 17:45:44
    Author     : Romain
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

h2
{
	font-family: verdana,arial,sans-serif;
	font-size: 16px;
	background: url("./../img/fleche_slider_d.png") no-repeat scroll left center transparent;
	color: red;
	padding-left: 20px;
}

.lien_type
{
    float: right;
    color: red;
    font-weight: bold;
    padding-left: 25px;
    margin-left: 15px;
    background: url("./../img/fleche_lien_type.png") no-repeat left;
    font-size: 11px;
    text-decoration: underline;
}



.clear{ clear: both;}

.texte_article_type img.barre_type
{
    float: none;
    padding-left: 15px;
    padding-bottom: 15px; 
}

.texte_article_type .titre_1_article_type
{
    background: url("./../img/fleche_bloc.png") no-repeat left;
    padding-left: 20px;
    margin-top: 20px;
}
.texte_article_type .titre_1_article_type h1
{
    font-family: verdana, arial, sans-serif;
    font-size: 18px
}


.texte_article_type .texte_1_article_type
{
    padding-left: 15px;
    font-size: 11px;
}

.texte_article_type .titre_2_article_type
{
    //background: url("./../img/fleche_slider_d.png") no-repeat left;
    color: red;
    //padding-left: 20px;
}

.texte_article_type .titre_2_article_type h2
{
    padding-top: 4px;
    font-family: verdana, arial, sans-serif;
    font-size: 16px
}

.texte_article_type .texte_2_article_type
{
    padding-left: 15px;
    font-size: 11px;
}
ul
{
    list-style: none;
}
ul li.puce_tiny
{
    background: url("./../img/puce_tiny.png") no-repeat left;
    padding-left: 10px;
    margin-left: 40px;
}

.texte_article_type .image_article_type
{
    float: left;
    width: 240px;
    
}

.image_article_type img.image_article
{
    width: 230px;
    
    padding-right: 10px;
}

.texte_article_type .texte_1
{
    float: left;
    width: 390px;
}


.div_desc_technique .titre_desc_technique
{
    color: red;
    font-family: verdana, arial, sans-serif;
    font-size: 16px;
}

.div_desc_technique .ul_desc_technique
{
   list-style: none;
}

.div_desc_technique .ul_desc_technique .li_desc_technique
{
    background: url("./../img/fleche_more_info.png") no-repeat left;
    padding-left: 15px;
}