/* CSS Document */

/* construction des tableaux  rouge */
#principal_rouge {
		    width:100%;
			background-image: url(../images/cadre/gauche_rouge.png);
			background-repeat: repeat-y;
            
		}
#principal2_rouge {
			height:100%;
			background-image: url(../images/cadre/droit_rouge.png);
			background-repeat: repeat-y;
            background-position: right;
		}
#haut_rouge {
            height:30px;
            background-image: url(../images/cadre/haut_rouge.png);

		}

#haut_rouge img {
		    rougeical-align:top; /* for ie5*/
		}

#coingh_rouge {
                width:30px;
				height:30px;
				background-image: url(../images/cadre/coinhg_rouge.png);
background-repeat:no-repeat;
				float: left;

			}
#coindh_rouge {
                width:30px;
				height:30px;
				background-image: url(../images/cadre/coinhd_rouge.png);
				background-repeat:no-repeat;
				float: right;

			}
#contenu_cadre_rouge {
			padding:0px 0px 5px 5px;
			color: #000000;
			
		}
		
#cadre_menu_rouge {
			padding:5px 5px 5px 5px;
			color: #000000;
			height:145px;
			margin: 10px;
			
}
#cadre_menu_rouge a{
color:#000000;
text-decoration:none;
font-weight:bold;
font-size:12px;



}
#cadre_menu_rouge a:hover
{
color:#FF0000;
}

		
#cadre_index_rouge {
			padding:5px 5px 5px 5px;
			color: #000000;
			height:365px;
			margin:10px;
}	
		
#bas_rouge {
            height:30px;
            background-image: url(../images/cadre/bas_rouge.png);
		}
#coingb_rouge {
                width:30px;
				height:30px;
				background-image: url(../images/cadre/coinbg_rouge.png);
				float: left;
			}
#coindb_rouge {
                width:30px;
				height:30px;
				background-image: url(../images/cadre/coinbd_rouge.png);
			    float:right;
			}