@charset "UTF-8";
	
	body  {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #252e54;
    	margin: 0;
    	padding: 0;
    	text-align: center;
    	color: #FFF;
    }

    .twoColFixLt #container { 
    	width: 919px; 
    	background: #252e54;
    	margin: 0 auto; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
    	text-align: left;
		padding-top:20px;
		padding-bottom:20px; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
    }

    .twoColFixLt #sidebar1 {
    	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
    	width: 140px; 
    	background: #252e54; /* la couleur de l'arrière-plan est affichée sur la largeur du contenu de la colonne, mais pas au-delà */

    }

    .twoColFixLt #mainContent {
		height:1050px; 
    	margin: 0 0 0 140px; 
		background:url(elements/fond.png) no-repeat; 
    }
	
	.twoColFixLt #top {
		padding-left:10px;	
		height:120px;
    } 
	
	.twoColFixLt #main {
	padding: 30px 50px 10px 27px;
	font-size:13px;
	line-height:20px;
	text-align:justify;
    }  

    .fltrt { 
    	float: right;
    	margin-left: 8px;

    }

    .fltlft { 
    	float: left;
    	margin-right: 8px;

    }

    .clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;

    }
	
	.titre {
	font-size:15px;
	line-height:20px;
    } 
	.titre2 {
	font-size:15px;
	line-height:20px;
	text-shadow:#000000;
	text-decoration:underline;
    } 
	
	.legend {
	font-size:11px;
	line-height:20px;
	 } 
	 
	.lettrine {
font-size: 2.5em;

}

