@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 11px;
	color: #49494B;
}

.bouquetsBonbons #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
	
/******************************************* header *************************************************/

.bouquetsBonbons #header {
	position: relative;
}

.bouquetsBonbons #menucomp {
	position: absolute;
	z-index: 2;
	left: 15px;
	top: 89px;
	width: 107px;
}

.bouquetsBonbons #menucomp p {
	margin: 0;
	padding: 4px 0;
}

.bouquetsBonbons #menucomp a{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #482622;
}

.bouquetsBonbons #menucomp a:hover{
	color: #C5D835;
}

.bouquetsBonbons #header #menuHorizon {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #EA0D80;
	/*padding: 0 10px 0 20px;*/
}

.bouquetsBonbons #header #menuHorizon p {
	margin: 0;
	padding: 7px 0;
}

.bouquetsBonbons #header #menuHorizon a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 7px 15px 7px 18px;
}

.bouquetsBonbons #header #menuHorizon a:hover {
	background-image: url(../images/menuHoverHor.jpg);
}

/******************************************* menu vertical *******************************************/

.bouquetsBonbons #sidebar1 {
	float: left;
	width: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding: 30px 0;
}

.glossymenu {
	margin: 0;
	padding: 0;
	width: 150px;
}

.glossymenu a.menuitem {
	background-color: #E6E0CE;
	color: #90512F;
	display: block;
	position: relative;
	width: auto;
	padding: 7px 0 7px 18px;
	margin: 0 0 2px 0;
	text-decoration: none;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active {
	color: #90512F;
}

.glossymenu a.menuitem .statusicon { /*CSS for icon image that gets dynamically added to headers*/
	position: absolute; 
	top: 8px;
	right: 4px;
	border: none;
}

.glossymenu a.menuitem:hover {
	background-image: url(../images/menuHover.png);
}

.glossymenu div.submenu { /*DIV that contains each sub menu*/
	background: white;
}

.glossymenu div.submenu ul { /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li a{
	display: block;
	text-decoration: none;
	padding: 3px 0 3px 40px;
	color: #90512F;
}

.glossymenu div.submenu ul li a:hover{
	color: #C5D835;
}


/******************************************* main content *************************************************/

.bouquetsBonbons #mainContent {
	margin: 0 0 0 150px;
	padding: 35px 20px 40px 20px;
	min-height: 430px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #90512F;
}

/* for Internet Explorer */
/*\*/
* html #mainContent{
	height: 430px;
}
/**/

.bouquetsBonbons #mainContent h1 {
	margin: 0;
	padding: 0;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #EA0D80;	
}

.bouquetsBonbons #mainContent h2 {
	margin: 0;
	padding: 0;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #C5D835;	
}

.bouquetsBonbons #mainContent h3 {
	margin: 0;
	padding: 0;
	display: inline;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #C5D835;	
}

.bouquetsBonbons #mainContent h4 {
	margin: 0;
	padding: 0;
	display: inline;
	font-family:  Arial, Verdana,  Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #EA0D80;
}

.bouquetsBonbons #mainContent a {
	color: #EA0D80;
}

.bouquetsBonbons #mainContent a:hover {	
	text-decoration: none;
}

/*********************************************** accueil *********************************************/

.prix {
	font-size: 20px;
	font-weight: bold;
}

.encart_rose {
	 background-color: #EA0D80; 
	 height: 92px; 
	 padding: 20px; 
	 color: #FFFFFF; 
	 font-size: 12px; 
	 overflow: hidden;
}

.encart_rose p {
	margin: 0;
	padding: 0;
}

/*********************************************** catalogue *********************************************/

#thumbart div {
	float: left; 
	margin: 0 12px 10px 0; 
	text-align: center;
}

#thumbart a {
	text-decoration: none;
}

#thumbart img {
	border: 1px solid #E2E2E2;
}

#thumbart img:hover {
	border: 1px solid #EA0D80;
}

#thumbart p {
	padding: 0; 
	margin: 3px 0;
}

/******************************************* fiche détail *************************************************/

#barredet {
	background-image: url(/images/barre.jpg); 
	padding: 3px 0 0 10px; 
	width: 240px; 
	height: 21px; 
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-size: 14px; 
	color: #FFFFFF;
}

.bouton {
	background-image: url(/images/bouton.jpg);
	text-align: center; 
	padding: 3px 0;
	width: 87px; 
	height: 17px; 
}

.bouton_a {
	font-family: Georgia, 'Times New Roman', Times, serif; 
	font-size: 12px; 
	text-decoration: none;
}

/******************************************* connexion *************************************************/

.champs {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #49494B;
	height: 15px;
	width: 120px;
}

.boxind {
	float: left;
	width: 250px;
	margin: 15px 40px 0 0;
}

.errormsg {
	color:#93142E;
	margin: 8px 0;
}

/******************************************* inscription *************************************************/

#forminscri input[type=text], input[type=password], select, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #49494B;
}

.aste {
	color:#93142E;
}

/********************************* mon compte: carnet d'adresses ****************************************/

#cd div {
	float: left; 
	margin: 0 40px 40px 0; 
	/*text-align: left;*/
}

#cd p {
	padding: 0; 
	margin: 3px 0;
}

/********************************* récapitulatif bdc ****************************************/

.bartitre {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px 8px;
	background-color: #F98AC5;
}
.bartd {
	background-color: #EEEEEE;
	padding: 8px;
}
.barother {
	background-color: #EAD8D4;
	padding: 8px;
}

.barfooter {
	background-color: #996666;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px 8px;
}

/**************************************** footer ****************************************************/

.bouquetsBonbons #footer {
	color: #F5F0D5;
	background-color: #93142E;
	padding: 0 10px 0 20px;
}

.bouquetsBonbons #footer p {
	margin: 0;
	padding: 10px 0;
}

.bouquetsBonbons #subfooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #E6E1E0;
	padding: 0 10px 0 20px;
}

.bouquetsBonbons #subfooter p {
	margin: 0;
	padding: 5px 0;
}
.bouquetsBonbons #subfooter a {
	color: #391C1A;
	text-decoration: none;
	margin-right: 30px;
}

.bouquetsBonbons #subfooter a:hover {	
	color: #C5D835;	
}


/********************************************************************************************/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
