@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	background-color:#4b0f0f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h2 {
  margin-bottom             : 2px;
}

#container{
	width:900px;
	background-color:#f2eadc;
  margin-left: auto;
  margin-right: auto;

}
#header{
	height:207px;
	background-image: url(../images/HD-roman-personnalise.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header .logo{
	display:block;
	height:120px;
	width:160px;
	text-indent:-6000px;
}
#rubrique{
	height:30px;
	background-image: url(../images/bg-rubrique.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0 59px;
}
#rubrique .rbA, #rubrique .rbB, #rubrique .rbC{
	display:block;
	height:30px;
	float:left;
	margin:0 1px;
	text-indent:-6000px;
}
#rubrique .rbA{
	width:237px;
	background-image: url(../images/RB-album-personnalise.gif);	
}
#rubrique .rbA:hover{
	width:237px;
	background-image: url(../images/RB-album-personnalise-roll.gif);	
}
#rubrique .rbB{
	width:227px;
	background-image: url(../images/RB-making-off.gif);
}
#rubrique .rbB:hover{
	width:227px;
	background-image: url(../images/RB-making-off-roll.gif);
}
#rubrique .rbC{
	width:307px;
	background-image: url(../images/RB-avis-commentaire.gif);
}
#rubrique .rbC:hover{
	width:307px;
	background-image: url(../images/RB-avis-commentaire-roll.gif);
}
#content{
	background-image: url(../images/crayon.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding:0 0 50px 0;
}
#contentHaut{
	height:261px;
	background-image: url(../images/ht-infortune-de-mer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 20px 0 0 0;
}
#contentHaut .text{
	width:460px;
	background-color:#FFF;
	border:2px solid #000;
	margin: 0 0 0 390px;
	padding:15px;
}
#contentBasL{
	height:379px;
	width:649px;
	float:left;
	background-image: url(../images/livre-personnalise.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#contentBasL .text{
	width:250px;
	font-size:18px;
	color:#FFF;
	float:right;
	margin:10px 45px 0 0;
}
.ficheTech{
	display:block;
	width:208px;
	height:30px;
	text-indent:-6000px;
	background-image: url(../images/BT-fiche-technique.gif);
	margin:10px 0 0 0;
}
.ficheTech:hover{
	background-image: url(../images/BT-fiche-technique-roll.gif);
}
#contentBasR{
	height:379px;
	width:251px;
	float:left;
	background-image: url(../images/livre-personnalise-drt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#colmnLeft{
	width:390px;
	height:660px;
	float:left;
	background-image: url(../images/bg-colmn1.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#colmnRight{
	float:left;
	width:480px;
	font-size:11px;
	padding:15px 0 0 0;
	text-align:justify;
}
#colmnRight img{
	margin: 0 10px 10px 0;
}
#footer{
	height:40px;
	padding:10px 0 0 15px;
	background-color:#b92c00;
	color:#FFF;
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
.separateur{
	clear:both;
}
a{
	outline:none;
}
