#divColumn{
    float : left;  
}

#divColumn p {
    margin-bottom : 5px;
}


p.alignL,p.alignR {
    float: left;

    line-height: 20px;
}
p.alignR{
    text-align:right;
    font-weight:bold;
    margin-right: 5%;
    width: 60%;
}
p.alignL{
    width: 35%;
}
p.alignL2,p.alignR2 {
    float: left;
	line-height: 20px;
}

p.alignR2 {
        width: 50%;
        text-align: right;
        font-weight:bold;
        margin-right: 2%;
}

p.alignL2 {
        width: 48%;
}

@media screen and (min-width: 0px) {
    #fieldset1{
        width: 350px;
        height:170px;
    }
    #fieldset2{
        width: 450px;
        height:170px   
    }
    #fieldset3{
        width:220px;
        height:170px;   
    }
    #fieldset4{
        width:220px;
        height:170px;
    }
    #divColumnCh{
        float : left;  
    }
}

@media screen and (min-width: 1700px) {
    #fieldset1{
        width: 400px;
        height:170px;
    }
    #fieldset2{
        width: 500px;
        height:170px   
    }
    #fieldset3{
        width:220px;
        height:170px;
    }
    #fieldset4{
        width:290px;
        height:170px;   
    }
    #divColumnCh{
        float : left;  
    }

}

#rchFormOf{
	padding:10px;
	margin-right:10px;
	margin-bottom:10px;
	/*float:left;*/
	font:normal 11px/14px Verdana, Arial, sans-serif;
        display: block;
}
#rchFormOf legend{
	font-weight:bold;
	color: #2e6e9e;
	font-size:13px
}

.grid_result_sans_block .grid {
    width:100%;
    /*border-radius: 5px !important;*/
    /*border: 1px solid #4297d7 !important;*/
}
.grid_result_sans_block .grid table{
    width:100%;
    font-size:11px;
}

.grid_result_sans_block .grid .scrollbar-outer{
    border-bottom: solid 1px; 

}

.gridBord  tbody{
	border-top : solid black 1px;
	border-bottom : solid black 1px;
}

/*.grid_result_sans_block .grid table thead{
    background: #5c9ccc url(../../plugins/jquery-ui-1.11.1/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
    border: 1px solid #4297d7;
    border-bottom: 0px;
    overflow: hidden;
}*/
.grid_result_sans_block .grid table thead th{
    font-weight: bold;
    height: 22px;
    
    overflow: hidden;
    /*color: #ffffff !important;*/
    text-transform: uppercase;
    text-align: center;
    /*border-right: 1px solid #ddd;*/
    /*width:100%;*/
    /*width:25px;*/
    padding:5px
}

.grid_result_sans_block .grid table thead th.sortup{
    background-image: url("../../img/new_look/sortup.png");
    background-position: 98% 5px;
    background-repeat: no-repeat;
}

.grid_result_sans_block .grid table thead th.sortdown{
    background-image: url("../../img/new_look/sortdown.png");
    background-position: 98% 5px;
    background-repeat: no-repeat;
}

.grid_result_sans_block .grid table thead th a, .block .grid table thead th a:hover{
    font-weight: bold;
    text-decoration: none;
    
    overflow: hidden;
    color: #ffffff;
}
.grid_result_sans_block .grid table tbody tr.odd {
    background: #fff;
}
.grid_result_sans_block .grid table tbody tr.even {
    background: #f7f7f7;
}

.grid_result_sans_block .grid table tfoot tr.even {
    background: #f7f7f7;
}

.grid_result_sans_block .grid table tbody td button span{
    padding-top: 2px;
    padding-bottom: 2px;
}

.rch_of_form{
    width: 420px;
    display: inline-block;
    position: relative;
    top: -7px;
}

.form_search_petit_ecart{
    height : 20px;
}

.form_search_grand_ecart{
    height : 90px;
}
.pLabel{
    padding-top: 0px;
    /*color: #2e6e9e;*/
    height: 24px;
}

.toolbar_search{
    position: relative;
    top: -5px;
}

.toolbar_search > .clear {
  clear: both;
  height: 0; overflow: hidden; /* Pr�caution pour IE 7 */
}

.invisible > fieldset{
    width: 600px;
}

.choice{
    width: 33%;
    float: left;
}
.form_popin_colis{
    width: 145px;
    text-align  : right;
    display: inline-block;
}