/* 
    Document   : index_screen
    Created on : 19 oct. 2009, 18:26:47
    Author     : Eric MOLEON
    Description:
*/


/*Position des block spécifique à la page index*/


.siteweb .container{background-image: url(../images/fond_block_bleue.png);background-repeat: repeat-x;background-position: bottom;min-height: 250px;height: 250px}
.ecommerce .container{background-image: url(../images/fond_block_rouge.png);background-repeat: repeat-x;background-position: bottom;min-height: 250px;height: 250px}
.appweb .container{background-image: url(../images/fond_block_vert.png);background-repeat: repeat-x;background-position: bottom;min-height: 250px;height: 250px}


.b0 {position: relative;color:white;}
.b0 .content{font-size: 9pt;padding: 5px}
.b0 .content > p:first-child{margin-top: 0;}
.b0 .content > P:first-child:first-letter{font-size: 12pt;}

.b0 .title h2{font-size: 15pt;font-weight: bold;border-bottom: 1px dotted #fa7a00;padding-left: 5px;padding: 5px 0 3px 5px;margin: 0;background-color: black }

.b0 .footer{font-weight: bold; font-size: 11px;border-top: 0px solid #fa7a00;}
.b0 .footer{text-align: right;padding-bottom: 5px;padding-right: 3px;padding-top: 5px}





