body {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-family: Verdana;
	color: #005695;
	background: #edf1c8;
}

a {
	color: #005695;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #005695;
	text-decoration: underline;
}

img {
	border: none;
}

.rubrique_selected {
	list-style-image: url(../img/puce_verte.jpg);
}

.rubrique_selected a{
	color: #abb800;
}


#global_container {
	width: 920px;
	margin:0px auto;
	padding:0px 20px 20px;
	background: #fff;
}

#header {
	width: 920px;
	margin: 0px;
}

#logo {
	margin-top:14px;
	float: right;
}

#menu, #sub_menu{
	float: left;
	margin-top: 40px;
}

#menu ul, #sub_menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px;
}

#menu ul li{
	display: inline;
	margin: 0px 15px 0px 0px;
}

#sub_menu ul li{
	float:left;
	margin: 0px 0px 0px 0px;
}

#global {
	width: 920px;
	margin: 20px 0px;
}

#content {
	position: relative;
	float: left;
	width: 594px;
	padding: 15px;
	background: #c3cf21;
}

#sidebar {
	float: right;
	width: 280px;
	color: #005695;
}

.title_news {
	widows: 415px;
	height: 46px;
	background: transparent url(../img/title_news.jpg) no-repeat;
}

.title_sidebar {
	font-size: 20px;
	text-transform: uppercase;
}

.title_news_desc_content, .prix{
	font-weight: bold;
	text-transform: uppercase;
}

#news_small_pic_container {
	margin: 15px 0 0;
}

#news_small_pic_container img{
	margin: 0px 45px 0 0;
}

#news_pic_content, #news_desc_content {
	float: left;
	margin: 25px 0 0;
}

#news_desc_content {
	margin: 25px 0 0 15px;
	width: 175px;
}

#title_meuble_all {
	position: absolute;
	right: 10px;
	top: 10px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	width: 190px;
}


#footer {
	width: 920px;
	height: 32px;
	margin: 20px 0px 0px;
	padding: 10px 0px 0px;
	text-align: center;
	background: #c3cf21;
}

.box {
	width: 355px;
	margin: 0px auto;
	border: 1px solid #cbcbcb;
	padding: 0px 10px 10px; 
}

.box .title{
	background: #545454;
	padding: 10px 5px 5px;
	margin: 0px 0px 10px 0px;
	color: white;
}

.meubles_all {
	margin: 0;
	padding: 0;
	list-style: none;
}

.meubles_all li{
	float:left;
	margin: 0px 25px 15px 0px;
	text-transform: uppercase;
	width: 125px;
}

.desc_meubles_all {
	margin-top: 2px;
}

#option_meuble_detail_container{
	text-align: right;
	float: right;
}

#option_retour{
	text-align: left;
	float: left;
}

#send_to_friend_container {
	left:135px;
	display: none;
	position:absolute;
	top:25%;
	width:344px;
	background: #fff;
	border: 1px solid #005695;
	padding: 10px;
	z-index:10;
}

#send_to_friend_container label{
	display:block;
	float:left;
	margin:5px 0;
	width:160px;
}

#send_to_friend_container input, #send_to_friend_container textarea{
	width: 160px;
	border: 1px solid #005695;
	margin: 5px 0px;
}

#content_overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	display: none;
}

#send_to_friend_container_border {
	position: relative;
	padding: 10px 10px 5px;
	background: #c3cf21;
}

#send_to_friend_close {
	padding:0 5px 2px 9px;
	position:absolute;
	right:0;
	top:-10px;
	background: #fff;
	cursor: pointer;
}

.btn_send{
	border: 1px solid #fff;
	background: transparent;
	font-weight: bold;
	color: #005695;
	cursor: pointer;
	outline: none;
}

.title_catalogue_content {
	color : #fff;
	font-size: 20px;
}

#global .bg_catalogue_content {
	height: 386px;
	background: transparent url(../img/bg_catalogue_content.jpg) no-repeat;
}

#content_catalogue_main {
	margin: 50px 0px 0px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

#content_catalogue_main select {
	text-transform: none;
	margin: 5px 0px 0px;
}

.href_like_submit {
	float:left;
	color: #fff;
	display: block;
	padding:5px 5px 3px;
	border: 1px solid #fff;
}

.href_like_submit:hover {
	text-decoration: none;
	color: #fff;
}

.choix_catalogue {
	margin: 25px 0px;
}

.catalogue_sidebar_img_left {
	float:left;
	margin: 10px 25px 10px 0px;
}

.catalogue_sidebar_img {
	float:left;
	margin: 10px 0px;
}

.concept_container_left {
	float: left;
	width: 290px;
}

.concept_container_right {
	float: right;
	width: 290px;
}

.container_content_title {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

.container_concept {
	background: #c3cf21;
	padding: 10px;
}

.container_concept ul li{
	margin: 10px 0px;
}

.container_concept ol{
	padding: 0px;
	margin: 0 0 0 20px;
}

.container_concept ol ul{
	padding: 0px;
	margin: 0 0 0 15px;
	list-style-type: disc;
}

.container_concept ol li{
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	margin: 10px 0px;
}

.container_concept ol ul li{
	color: #005695;
	text-transform: none;
	font-size: 12px;
	font-weight:normal;
}

.list_none ol{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.list_none ol li{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.list_none ol ul{
	padding: 0px;
	margin: 0px 0px 10px;
	list-style-type: none;
}

.concept_color_white {
	color: #fff;
	font-weight: bold;
}

#vendeur_container {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

#vendeur_container label{
	display:block;
	float:left;
	width:150px;
}

#vendeur_container input{
	float: left;
	width:435px;
	border: 1px solid #005695;
}

#vendeur_container .spacer{
	padding: 5px 0px;
}

#sidebar_follow {
	
}

#navigation_next_prev {
	float:left;
	position:relative;
	padding: 10px 0 0;
	width:624px;
	text-transform: uppercase;
}

#upload_button {
	border: 1px solid #fff;
	float:left;
	padding: 0px 20px;
	cursor: pointer;
}

.files {
	font-size: 12px;
	margin:0;
	padding-left:170px;
}

.emploi_container {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #fff;
}

.postuler {
	border:1px solid #FFFFFF;
	cursor:pointer;
	color: #fff;
	padding:0 20px;
	text-transform: uppercase;
	font-weight: bold;
}

#slideshow {
	height:301px;
}

#slideshow img{
	width:324px;
	height:301px;
}

/*preload classes*/ 
.svw {width: 400px; height: 100px; text-align: center; padding-top: 100px;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;    
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
margin:0 0 10px;
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #005695; 
color: #fff; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #fff; 
color: #005695; 
}

.spacer {clear:both;}



.homenameproduct p{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#septjours{
	background-color: #C3CF21;
	width: 280px;
}


#defiler{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*width: 400px;*/
	width: 593px;
	height: 288px;
	position: relative;
	/*overflow: hidden;*/
	/*border: 2px solid #1C6987;*/
}

#defiler div.defiler_element{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 400px;
	/*width: 593px;*/
	height: 288px;
	position: absolute;
	top: 0px;
	left: 0px;
	
}

#defiler div.defiler_element a{
	display: block;
	width: 100%;
	height: 100%;
	
}

#defiler div.box_information{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	/*top: 305px;
	left: 0px;
	width: 250px;*/
	width: 180px;
	top: 0px;
	right: -193px;
	background-color: #C3CF21;
	display: block;
}


div.separator{
	margin: 8px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	overflow: hidden;
	/*width: 400px;*/
	width: 593px;
	height: 2px;
}

div.defiler_fleches{
	position: absolute;
	bottom: 10px;
	right: 0px;
	/*float: right;*/
}

#btn_fleche_droite, #btn_fleche_gauche{
	cursor: pointer;
}

#btn_fleche_droite:hover, #btn_fleche_gauche:hover{
	text-decoration: underline;
}


div.small_defil{
	width: 593px;
}

div.small_defil div.tbl_element{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 197px;
}

div.defiler_fleches_2{
	width: 593px;
}

#btn_fleche_gauche_2{
	float: left;
	cursor: pointer;
}

#btn_fleche_droite_2{
	float: right;
	cursor: pointer;
}

#btn_fleche_gauche_2:hover{
	text-decoration: underline;
}

#btn_fleche_droite_2:hover{
	text-decoration: underline;
}

#video_accueil{
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	width: 280px;
	height: 180px;
	background-color: #005695;
}

label.invalid{
	color: red !important;
}