﻿.CadreOr
{
    width: 100%;
    font-family: Verdana;
    color: Black;
}

/* header styles */
.CadreOr .header
{
}
.CadreOr .header .right
{
    background-image: url(Images/Or/FT--x2.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 20px;
    min-height: 20px;
    max-height: 40px;
}
.CadreOr .header .left
{
    background-image: url(Images/Or/FTx2--.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 20px;
    min-height: 20px;
    max-height: 40px;
}
.CadreOr .header .middle
{
    background-image: url(Images/Or/FT-x2-.png);
    background-repeat: repeat-x;
    background-position: center top;
    font-size: 10pt;
    font-weight: bold;
    min-height: 20px;
    max-height: 40px;
}
.CadreOr .header .middle H2
{
    font-size: 10pt;
    font-weight: bold;
    color: #fff;
    padding-top: 6px;
    margin: 0;
    text-align: center;
}


/* dialog body styles */
.CadreOr .body
{
}
.CadreOr .body .right
{
    background: url(Images/Or/FM--x.png) right repeat-y;
    padding-right: 10px;
}
.CadreOr .body .left
{
    background: url(Images/Or/FMx--.png) left repeat-y;
    padding-left: 10px;
}
.CadreOr .body .middle
{
    background-color: Transparent;
}
.CadreOr .body .middle H2
{
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 11pt;
    color: #222222;
    font-weight: normal;
}

/* dialog footer styles */
.CadreOr .footer
{
}

.CadreOr .footer .right
{
    background-image: url(Images/Or/FB--x2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-right: 20px;
    height: 40px; /*min-height: 20px;     max-height: 40px;*/
}

.CadreOr .footer .left
{
    background-image: url(Images/Or/FBx2--.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 20px;
    height: 40px; /*min-height: 20px;     max-height: 40px;*/
}

.CadreOr .footer .middle
{
    background-image: url(Images/Or/FB-x2-.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    color: Black;
    text-decoration: none;
    font-size: 8pt;
    text-align: center;
    font-weight: bold;
    height: 40px;
    min-height: 20px;
    max-height: 40px;
}

.CadreOr .footer .middle a
{
    color: Black;
    text-decoration: none;
}

.CadreOr .footer .middle H2
{
    background-image: url(Images/Or/FB-x2-.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    font-size: 8pt;
    color: Black;
    text-decoration: none; /*font-weight: bold;     text-align: center;*/
    height: 40px; /*min-height: 20px;     max-height: 40px;*/
}

.RowPanier
{
    background: url(Images/Or/PanierSub.png);
    font-size: xx-small;
    font-family: Verdana;
    text-decoration: none;
    text-align: center;
    max-width: 170px;
    min-width: 170px;
    max-height: 35px;
    min-height: 20px;
    vertical-align: middle;
}

.RowPanier a
{
    font-size: xx-small;
    font-family: Verdana;
    text-decoration: none;
    color: Black;
}
.RowPanier:hover
{
    background: url(Images/Or/PanierHover.png);
}

.CadreOr .Pager
{
    background-image: url(Images/Or/Pager.png);
    background-position: center center;
    background-repeat: repeat-x;
    height: 20px;
    font-size: small;
    font-family: Verdana;
    text-decoration: none;
    color: Black;
}
.CadreOr .Titre
{
    background-image: url(Images/Or/Titre.png);
    background-repeat: repeat-x;
    background-position: center center;
    height: 20px;
}



/*
.CadreOr .Row
{
    background-image: url(Images/Or/Row.png);
    background-repeat: repeat-x;
    background-position: center center;
    height:20px;
    cursor:pointer;
}
.CadreOr .Row:hover
{
    background-image: url(Images/Or/RowHover.png);
    background-repeat: repeat-x;
    background-position: center center;
    height:20px;
    cursor:pointer;
}
*/