/* CSS Document */

/* construction des tableaux  bleu */
#principal_gris {
		    width:100%;
			background-image: url(../images/cadre/gauche.png);
			background-repeat: repeat-y;
            
		}
#principal2_gris {
			height:100%;
			background-image: url(../images/cadre/droit.png);
			background-repeat: repeat-y;
            background-position: right;
		}
#haut_gris {
            height:20px;
            background-image: url(../images/cadre/haut.png);
			

		}

#haut_gris img {
		    vertical-align:top; /* for ie5*/
		}

#coingh_gris {
                width:20px;
				height:20px;
				background-image: url(../images/cadre/coinghe.png);

				
				float: left;

			}
#coindh_gris {
                width:20px;
				height:20px;
				background-image: url(../images/cadre/coindhd.png);
				background-repeat:no-repeat;
				float: right;

			}
#contenu_cadre_gris {
			padding:0px 0px 5px 5px;
			color: #000000;
			
		}
		
#cadre_menu_gris {
			padding:5px 5px 5px 5px;
			color: #000000;
			height:145px;
			margin: 10px;
			
}
#cadre_menu_gris a{
color:#000000;
text-decoration:none;
font-weight:bold;
font-size:12px;



}
#cadre_menu_gris a:hover
{
color:#3D3D3D;
}

		
#cadre_index_gris {
			padding:5px 5px 5px 5px;
			color: #000000;
			height:365px;
			margin:10px;
}	
		
#bas_gris {
            height:20px;
            background-image: url(../images/cadre/basd.png);
	
		}
#coingb_gris {
                width:20px;
				height:20px;
				background-image: url(../images/cadre/coingb.png);
				float: left;
			}
#coindb_gris {
                width:20px;
				height:20px;
				background-image: url(../images/cadre/coindb.png);
				background-repeat:no-repeat;
			    float:right;
			}
