body#home {}

/* =SIDEBAR */
#sidebar{
	padding-left : 0px;
	width: 196px;
	}
.container_cadre_home{
		float: left;
		margin: 0 6px;
		width: 328px;
		}
		.cadre_home_top{
			background: transparent url(../_media/img/fond_cadre_top.png) no-repeat;
			height: 33px;
			overflow: hidden;
			width: 328px;
			}
		.cadre_home_bottom{
			background: transparent url(../_media/img/fond_cadre_bottom.png) no-repeat;
			height: 33px;
			overflow: hidden;
			width: 328px;
			}
		.cadre_home{
			background: transparent url(../_media/img/fond_cadre.png) repeat-y;
			padding: 0 9px 10px 9px;
			width: 310px;
			}
			.cadre_home h2{
				color: #8c8d8e;
				font-family: Century;
				font-size: 33px;
				font-weight: normal;
				text-align: center;
				margin: 0;
				}
			.cadre_home h2 a{
				text-decoration: none;
				}
			.cadre_home h2 a:hover{
				text-decoration: none;
				}
			.cadre_home .visuel_carde{
				display: block;
				padding-top: 50px;
				text-align: center;
				}
			.link_cadre{
				list-style-type: none;
				margin: 0;
				padding: 35px 0 35px 35px;
				}
				.link_cadre li{
					background: url(../_media/img/separateur_item_link_cadre.gif) bottom center no-repeat;
					margin: 0;
					padding: 12px 0;
					list-style-type: none;
					}
				.link_cadre li.escape{
					background: none;
					}
					.link_cadre li a{
						background: url(../_media/img/puce_off.png) 0 0 no-repeat;
						color: #8c8d8e;
						display: block;
						font-family: Century;
						font-size: 18px;
						padding: 2px 0 2px 32px;
						text-decoration: none;
						}
					.link_cadre li a:hover{
						background: url(../_media/img/puce_on.png) 0 0 no-repeat;
						color: #007b69;
						font-family: Century;
						text-decoration: none;						
						}
						
/* =CONTAINER_FOOTER */
#container_footer{
	padding-top: 55px;
	
	}
