/* --------------

Debut Composite

-------------- */

  div.col1 {
    width : 227px;
    width : 30%;
    float : left;
    border-top : none;
    border-bottom : none;
    font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-weight : normal;
		color : #000000;
}
  div.col2 {
    width : 492px;
    width : 65%;
    float : right;
    border-top : none;
    border-bottom : none;
    font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-weight : normal;
		color : #000000;
}
  div.col1Ligne1 {
    width : 100%;
}
  div.col1Ligne2 {
    width : 100%;
}
  div.col2Ligne1 {
    width : 100%;
}
	.compoCellTitre {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-weight : normal;
		color : #FFFFFF;
		margin-bottom : 5px;
		padding : 2px;
		padding-left : 5px;
		padding-right : 5px;
		background : #7D5C00;
}
	.cellule1 {
}
	.cellule2 {
}
	.cellule3 {
}
	.cellule3 a{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-weight : normal;
		color : #D97B00;
		padding-left : 15px;
		background-image : url(/images/cuisine_puce.gif);
		background-repeat : no-repeat;
		background-position : 0px 4px;
}
	.cellule3 div.overflow {

    max-height : 320px;
    overflow : auto;
    
    scrollbar-face-color:#FFFFFF;
    scrollbar-arrow-color:#000000;
    scrollbar-track-color:#EEEEEE;
    scrollbar-shadow-color:#FFFFFF;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-3dlight-color:#CCCCCC;
    scrollbar-darkshadow-Color:#CCCCCC;
}

