@charset "utf-8";
/* CSS Document */

html, body{
	margin:0px;
	padding:0px;
	font-family:Tahoma;
}

body{
	text-align:center;
	background-color: #d0d0d0;
	font-family:Tahoma;
}

img{ border:none 0px;}

.rattrape_hauteur{
	clear:both;
	visibility:hidden;
	margin:0px;
	padding:0px;
}

p
{
	margin:0px;
	padding:0px;
}

/* *********** PARTIES *********** */


/* ** HEADER ** */
#header{
	position:relative;
	width:856px;
	height:124px;
	margin:0px auto;
}

#bg_coeur_top{
	position:absolute;
	top:0px;
	left:0px;
	width:303px;
	height:124px;
	background:url(../images/background/bg-coeur-top.jpg) no-repeat;
}

#bg_header{
	position:absolute;
	top:0px;
	left:317px;
	width:339px;
	height:124px;
	background:url(../images/background/bg-header.jpg) no-repeat;
}

#salon_privee{
	position:absolute;
	right:-5px;
}
/* ** FIN ** */


/* ** CONTENU ** */
#page{
	position:relative;
	width:856px;
	margin:0px auto;
	/*border:1px solid yellow;*/
}

#coeur_gauche{
	float:left;
	width:85px;
}

#sspage{
	position:absolute;
	top:0px;
	right:0px;
	width:771px;
	background:url(../images/background/bg-sspage.jpg) repeat-y;
	/*margin-left:85px;*/
	/*border:1px solid green;*/
}


/* MENU */
#bg_menu_right{
	float:left;
	width:48px;
	height:221px;
	background:url(../images/background/bg-menu-right.jpg) no-repeat;
	margin-left:-1px;
	/*border:1px solid black;*/
}
/* ** */

#page_contenu{
	float:left;
	width:512px;
	margin-left:0px;
	background:url(../images/background/bg-sspage-top.jpg) no-repeat;
	background-position:top;
	/*border:1px solid green;*/
}

#page_contenu_txt{
	text-align:left;
	margin:40px 5px 0px 5px;
	/*border:1px dotted black;*/
	
}
/* ** FIN ** */


#top{
	/*margin-left:240px;*/
	margin-right:2px;
	text-align:right;
	clear:both;
	height:20px;
}

#footer{
	text-align:left;
	clear:both;
	height:20px;
	/*margin-left:240px;*/
	margin-right:0px;
	border-top: 1px solid #ff145c;
}

/*** Bas de page commentaire ***/
.bdpComment
{
	border:1px solid #ccc;
	color: #222;
	margin:10px;
	padding:10px;
	font-size:10px;
	float:right;
	width:512px;
	text-align:left;
}
