/*
	import des feuilles de styles
*/
@import 'reset.css';

/*Début de la feuillle de style*/
body {
	font-size:62.5%; /* 10px */
	width:985px;
	background-color:#434348;
	font-family:Arial, Helvetica, sans-serif;
	margin:auto;
}
.txt_commentaire{
	width:985px;
	color:#838391;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin:auto;
}
.clear {
	clear:both;
}
.submit {
	background:#fff;
	cursor:pointer;
	border:0;
	border-bottom:1px solid #838391;
}
a {
	color:#838391;
	text-decoration:none;
}
a:hover {
	/*font-weight:bold;*/
}
#header_pub {
	margin:10px 0 0 0;
}
#conteneur {
	background:#fff;
	margin:10px 0 0 0;
	position:relative;
}
#header {
	position:relative;
	height:110px;
}
#header_menu {
	position:relative;
	margin:0 0 0 318px;
}
#logo {
	position:absolute;
	width:267px;
	height:104px;
	left:20px;
}
#selects  {
	background:url(../images/1.png) no-repeat left center;
	padding:0 0 0 60px;
	float:left;
}
#selects select {
	background:#80808c;
	color:#fff;
	border:1px solid #aeaea5;
}
#selects select.width {
	width:170px;
}
#menu li {
	float:left;
	text-transform:uppercase;
}
#menu li.newsletter {
	float:right;
}
#menu li.newsletter #Str_Newsletter {
	background:#d4d4d9;
}
#menu li a {
	display:block;
	font-weight:bold;
	background:url(/media/images/menu-fond.png) no-repeat;
	width:79px;
	height:22px;
	margin-right:10px;
	text-align:center;
}
#menu li a:hover {
	color:#fff;
}
#menu li a.on {
	color:#fff;
}
#menu label {
	color:#838391;
	border-bottom:1px solid #838391;
	font-weight:bold;
}
#flash {
	position:relative;
}
#footer {
	height:27px;
	background:url(/media/images/footer_fond.png) repeat-x;
	margin:5px 0 0 0;
	color:#838391;
	text-transform:uppercase;
}
#footer #gauche {
	float:left;
	background:url(/media/images/footer_gauche.png) no-repeat left;
	padding:7px 0 0 10px;
	height:20px;
}
#footer #droite {
	float:right;
	background:url(/media/images/footer_droit.png) no-repeat right;
	padding:7px 10px 0 0;
	height:20px;
}
#new_img {
	margin:2px 0 2px 0;
}
#fine-tune {
	background:url(/media/images/fine-tune.png) no-repeat left center;
	height:20px;
	float:right;
	width:136px;
	margin:0 10px 0 0;
}
#parfumrating {
	margin-left:40px;
}
#parfumrating .rate_haut {
	background:url(/media/images/rate_haut.png) no-repeat;
	width:608px;
	height:9px;
	overflow:hidden;
}
#parfumrating .rate_centre {
	background:url(/media/images/rate_centre.png) repeat-y;
	width:608px;
	/*margin-right:20px;*/
}
#parfumrating .rate_bas {
	background:url(/media/images/rate_bas.png) no-repeat;
	width:608px;
	height:9px;
}
#liste_comment{
	padding:5px 0 5px 15px;
	height:400px;
	width:580px;
	overflow:auto;
}
#haut_vignette img {
	float:left;
	margin-right:70px;
}
#haut_vignette a {
	display:block;
	float:left;
	background:url(/media/images/fond_rate.png) no-repeat;
	text-align:center;
	text-transform:uppercase;
	width:109px;
	height:21px;
	font-size:9px;
	color:#fff;
	padding:4px 0 0 0;
}
#vignette {
	background:url(/media/images/font_vignette.png) no-repeat;
	width:554px;
	height:130px;
}
#vignette img.visu_vignette {
	margin:10px 20px 0 70px;
	float:left;
}
#vignette p {
	font-size:14px;
	font-weight:bold;
	color:#3e3d43;
	float:left;
	padding:5px 0 0 0;
}
#liste_comment .comment {
	margin:20px 0 0 0;
	border-bottom:1px solid #d9d9d9;
	padding-bottom:10px;
	width:554px;
}
#liste_comment .comment img.photo_comment {
	float:left;
	margin:0 15px 0 65px;	
}
#liste_comment .comment ul {
	float:left;
}
#liste_comment .comment ul li {
	background:url(/media/images/fleche_comment.png) no-repeat left 3px;
	color:#777686;
}
#liste_comment .comment ul li p {
	float:left;
	width:280px;
} 
#liste_comment .comment p.bold {
	width:80px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 0 0 8px;
}
#registered {
	width:227px;
	float:left;
	padding:0 0 0 65px;
	margin-top:20px;
}
#form-registered p {
	font-size:12px;
	margin:2px 0 2px 0;
	padding:5px 0 0 0;
}
/*
#form-registered input {
	width:155px;
}*/
#registered p.registre, #liste_comment p.register {
	background:url(/media/images/fond_registre.png) no-repeat;
	width:227px;
	height:20px;
	color:#fff;
	padding:2px 0 0 10px;
	text-transform:uppercase;
	font-weight:bold;
}
#liste_comment p.register {
	float:left;
	margin:20px 0 0 20px;
}
#liste_comment p.register a {
	color:#fff;
}
#form-registered .forget {
	font-size:10px;
	text-decoration:underline;
	color:black;
}
.submit_registered {
	text-align:right;
}
.submit_registered  input, #modal_register .submit_register{
	background:url(/media/images/fond_validate.png) no-repeat;
	width:99px;
	height:20px;
	color:#fff;
	border:0;
	cursor:pointer;
	font-weight:bold;
	font-size:10px;
}
#modal_register .submit_register {
	/*margin-left:50px;*/
}
#modal_register {
	background:#fff;
	border:1px solid #8f8e93;
	width:340px;
	padding:0 0 0 10px;
}
#modal_register p {
	text-align:right;
	width:227px;
	margin:10px 0 0 0;
}
#modal_register p label {
	text-align:left;
	font-size:12px;
	float:left;
}
#modal_register p.modal_register {
	background:url(/media/images/fond_register.png) no-repeat;
	width:227px;
	height:20px;
	color:#fff;
	padding:2px 0 0 10px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
}
#modal_register p select {
	width:150px
}
.validation-advice {
	color:red;
}
#control_overlay {
	background:#fff;
}
#form-registered .input-registered {
	text-align:right;
}
#form-registered .input-registered label {
	text-align:left;
	display:block;
	float:left;
}
#forget-pass {
	border:1px solid #8f8e93;
	background:#fff;
}
#forget-pass form {
	padding:10px;
	margin:auto;
}
#forget-pass p {
	text-align:center;
	margin-bottom:10px
}
#conteneur_centre {
	float:left;
}
img.remote {
	float:left;
	padding:5px 0 0 22px;
}
#alphaB {
	width:555px;
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
}
#alphaB li {
	float:left;
	width:20px;
}
#alphaB a {
	text-align:center;
}
#liste {
	background:url(/media/images/titre_siteMap.png) no-repeat left bottom;
	padding:10px 0 0 10px; 
	list-style:none;
	font-size:12px;
}
#plan-site {
	height:400px;
	overflow:auto;
	padding:5px 0 5px 15px;
	width:580px;
}
.comingSoon {
	text-align:center;
	font-size:40px;
	color:#434343;
}

/*Page fiche des parfums*/
#fiche_detaille {
	width:310px;
	height:388px;
	background:url(/media/images/fond_descriptif3.png) no-repeat;
	float:left;
	margin-top:10px;
}
#fiche_detaille.francais {
	background:url(/media/images/fond_descriptif3_fr.png) no-repeat;
}
#titre p.image {
	float:left;
	padding:5px 5px 5px 10px;
}
#titre div.titrage {
	margin:20px 0 0 0;
	float:left;
	color:#fff;
}
#titre div.titrage h2 {
	font-size:15px;
}
ul.describ {
	margin:5px 5px 20px 10px;
	font-weight:bold;
}
ul.ingredient {
	margin:0 5px 0 10px;
	font-weight:bold;
}
ul.ingredient, ul.describ {
	color:#fff;
}
ul.ingredient span, ul.describ span {
	color:#434348;
}

div.meta p {
	font-size:10px;
	text-align:center;
	color:#838391;
}
div.meta p a {
	text-decoration:underline;
}
div.meta p a:hover {
	font-weight:bold;
}