#cadre {
	width: 934px;
	height: 300px;
	position: relative;
	margin-left: 8px;
	margin-top: 20px;
}
#body {
	background-color: #c0b5ab;
	background-image: url(../images/fond_page.jpg);
	margin: 0px;
	background-repeat: repeat-x;
}
#conteneur {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#conteneur_top {
	width: 100%;
	height: 120px;
	position: relative;
	background-image: url(../images/logo_clipsonic.gif);
	background-repeat: no-repeat;
	background-position: center 26px;
}
#conteneur_cadre {
	width: 100%;
	height: 350px;
	position: relative;
	background-image: url(../images/cadre_noir.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#conteneur_colonnes {
	width: 100%;
	position: relative;
	background-image: url(../images/fond_colonnes.gif);
	background-repeat: no-repeat;
	padding-bottom: 30px;
	background-position: center bottom;
}
#bottom {
	width: 100%;
	height: 70px;
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
}
#menu {
	width: 100%;
	height: 25px;
	position: relative;
	margin-top: 5px;
}
#colonne_gauche {
	width: 215px;
	position: relative;
	background-color: #b0a49a;
	padding: 10px;
	display: none;
}
#colonne_centre {
	width: 440px;
	position: relative;
}
#colonne_droite {
	width: 240px;
	position: relative;
	border-left: 1px dotted #4e4e43;
	padding-left: 5px;
}
#colonne_gauche_top {
	width: 235px;
	position: relative;
	background-image: url(../images/arrondi_haut.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	display: none;
}
#titre_page {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}
#colonne_gauche_bottom {
	width: 100%;
	position: relative;
	background-image: url(../images/arrondi_bas.gif);
	background-repeat: no-repeat;
	padding-bottom: 7px;
	background-position: bottom;
	display: none;
}
#conteneur_colonnes_droites {
	width: 695px;
	position: relative;
}
