 .results
    {
    }
    .line
    {
        border-bottom: 2px solid #920913;
        clear: both;
        height: 130px;
        padding: 10px 0;
    }
    .line img
    {
        width: 160px;
        height: 130px;
        border: none;
        float: left;
    }
    
    .line object
    {
        width: 160px;
        height: 130px;
        border: none;
        float: left;
    }
    
    .line h3
    {
        float: left;
        padding-top: 5px;
    }
    .line p
    {
        clear: both;
        text-align: justify;
    }
    .line .content
    {
        float: right;
        width: 565px;
    }
    .line span
    {
        padding-left: 25px;
    }
	
	.tourDuChef
    {
        border-bottom: 3px solid #920913;
        clear: both;
        height: 130px;
        padding: 10px 0;
		background-color:#FCE1EC;
    }
    .tourDuChef img
    {
        width: 160px;
        height: 130px;
        border: none;
        float: left;
    }
    
    .tourDuChef object
    {
        width: 160px;
        height: 130px;
        border: none;
        float: left;
    }
    
    .tourDuChef h3
    {
        float: left;
        padding-top: 5px;
    }
    .tourDuChef p
    {
        clear: both;
        text-align: justify;
    }
    .tourDuChef .content
    {
        float: right;
        width: 565px;
    }
    .tourDuChef span
    {
        padding-left: 25px;
    }
	
    .infos
    {
        float: right;
        font-size: 12px;
    }
    .difficulty
    {
        background: url("../Image/icons/asterisk_orange.png") 7px center no-repeat;
        padding-left: 25px;
    }
    .time
    {
        background: url("/Image/icons/time.png") 7px center no-repeat;
        padding-left: 25px;
    }
    .cost
    {
        background: url("/Image/icons/money.png") 7px center no-repeat;
        padding-left: 25px;
    }
    .equipments
    {
    	float: right;
    }
    .image_header
    {
    	float:left;
    	width:300px;
    }
    .titre
    {
    	vertical-align:top;
    }
    .part_Titre
    {
    	float:right;
    }
    .ingredients
    {
    	clear:both;
    }
