/* 
    Document   : cartouche
    Created on : 19 janv. 2010, 10:36:23
    Author     : aida
    Description:
        Purpose of the stylesheet follows.
*/

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

.cartouche_btnOK{
                position:relative;
                left:260px;
                top:3px;
                cursor:pointer;
                width:34px;
                height:33px;
                background-image: url("../img/cartouche/btnOK.png");
            }
            .cartouche_btnOK:hover{
                background-image: url("../img/cartouche/btnOK_on.png");
            }

            .cartouche_top{
                width:616px;
                height:59px;
                padding-top:20px;
                padding-right:100px;
                padding-left:10px;
            }

            .cartouche_top h1{
                color:#bedbe9;
                font-size:15pt;
            }
            .cartouche_main{
                width:716px;
                background-color: #e8edef;
                padding:5px;
            }

            .cartouche_main p{
                padding:0px;
                margin:0px;
            }

            .cartouche_bottom{
                width:726px;
                height:45px;
                
            }

            #cartouche_bottom_AO{
                background-image:url('../img/cartouche/AO_03.jpg');
            }

             #cartouche_bottom_AJL{
                background-image:url('../img/cartouche/AJL_03.jpg');
            }

             #cartouche_bottom_ALRSS{
                background-image:url('../img/cartouche/ALRSS_b.jpg');
            }


            #cartouche_top_AO{
                background-image:url('../img/cartouche/AO_R.jpg');
            }

             #cartouche_top_AO_A{
                background-image:url('../img/cartouche/AO_A.jpg');
            }

             #cartouche_top_ALRSS{
                background-image:url('../img/cartouche/ALRSS.jpg');
            }

             #cartouche_top_AJL{
                background-image:url('../img/cartouche/AO_R.jpg');
            }


          
