/* Elements generaux */

* { margin: 0; padding: 0; font: 11px Verdana; }

body {
	text-align: center;
	padding: 1em;
	margin: 0;
	background-color: #333;
}

#wrapper {
	width: 979px;
	height: 599px;
	margin: 0 auto;
	text-align: left;
	background: #FFF url(../img/background.jpg) no-repeat;
	position: relative;
}

body.home #wrapper {
	background: #FFF url(../img/background_home.jpg) no-repeat;
}

body.new_world #wrapper {
	background: #FFF url(../img/background_newworld.jpg) no-repeat;
}

body.new_world #wrapper.accueil {
	background: #FFF url(../img/background_newworld_home.jpg) no-repeat;
}

#banner {
	font-size: 150%;
	position: absolute;
	top: 19px;
	left: 266px;
}

body.home #banner {
	font-size: 130%;
}

ul#menu {
	background-color: #000;
	width: 127px;
	height: 128px;
	position: absolute;
	top: 69px;
}

body.home ul#menu {
	top: 175px;
	left: 2px;
}

body.new_world ul#menu {
	top: 495px;
	left: 0px;
	padding-left: 75px;
	width: 902px;
	height: 37px;
	background-color: transparent;
}

#menu li {
	list-style: none;
	border-top: 1px solid #FFF;
}
#menu li.first {
	border-top: 0;
}

#menu li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 0 2px 12px;
	color: #FFF;
}

* html #menu li a {
	margin-bottom: -14px;
}

#menu li.active a,
#menu li a:hover {
	color: #FD0404;
}

body.new_world ul#menu li {
	display: block;
	height: 37px;
	width: 79px;
	text-align: center;
	float: left;
	border: 0;
	margin-right: 170px;
}

body.new_world ul#menu li a {
	padding: 0;
}

body.new_world ul#menu li a img {
	border: 0;
}

body.new_world ul#menu li.last {
	margin-right: 0;
}

#rub_logo {
	position: absolute;
	top: 197px;
	width: 127px;
	height: 402px;
}

#rub_logo.produits {
	background: url(../img/rub_produits.png) no-repeat 50%;
}
#rub_logo.magasin {
	background: url(../img/rub_magasin.png) no-repeat 50%;
}
#rub_logo.marques {
	background: url(../img/rub_marques.png) no-repeat 50%;
}
#rub_logo.occasions {
	background: url(../img/rub_occasions.png) no-repeat 50%;
}
#rub_logo.aff_saisir {
	background: url(../img/rub_aff_saisir.png) no-repeat 50%;
}
#rub_logo.contact {
	background: url(../img/rub_contact.png) no-repeat 50%;
}
#rub_logo.actualites {
	background: url(../img/rub_news.png) no-repeat 50%;
}

#content {
	background-color: #FFF;
	position: relative;
	top: 206px;
	left: 128px;
	width: 834px;
	height: 375px;
	border: 5px solid #CCC;
}

#content.scrool {
	overflow: scroll;
}

body.new_world #content {
	top: 75px;
	left: 85px;
	width: 800px;
}

/* Contenu particulier */

#diapos_menu {
	width: 333px;
	height: 375px;
	overflow: scroll;
	float: left;
}
#diapos_menu .product_title {
	width: 145px;
	font-size: 80%;
}
#diapos_menu a img,
#product_detail a img {
	border: 0;
}
#diapos_menu a:hover {
	color: #FD0404;
}
#diapos_menu .diapos_row {
	height: 118px;
}
#diapos_menu img {
	width: 145px;
/*	Il faut supprimer la ligne ci-dessous une fois la taille des visuels adaptés */
/*	height: 118px;*/
}

#diapos_menu .diapos_row p.active {
	color: #FD0404;
}

#product_detail {
	padding-top: 5px;
	width: 500px;
	height: 370px;
	float: left;
	overflow: scroll;
}

body.new_world #product_detail {
	width: 464px;
}

#product_detail img#visuel {
	margin-top: 30px;
	width: 200px;
	float: left;
}

body.new_world #product_detail img#visuel {
	width: 185px;
}

body.magasin #product_detail img#visuel {
	margin: 0;
	width: 350px;
	float: none;
}

#product_detail img#magnifier {
	float: left;
	clear: left;
	width: 22px;
	margin: 7px 0 0 89px;
}

#product_detail a.zoom {
	float: left;
	text-align: center;
}

body.magasin #product_detail a.zoom {
	display: block;
	width: 90%;
}

body.magasin #product_detail img#magnifier {
	margin-left: 225px;
}

body.new_world #product_detail a.zoom {
	margin: 0 1em;
}

#diapos_menu img.pdf,
#product_detail img#visuel.pdf {
	width: 100px;
	height: 101px;
}

#product_detail.center {
	text-align: center;
}

#product_short_description {
	float: right;
	width: 270px;
	padding: 10px 0 0 10px;
}
#product_short_description .product_title {
	font-weight: bold;
	font-size: 175%;
}

#product_short_description .product_price {
	margin: 1.5em 0;
	font-weight: bold;
	font-size: 125%;
}

#product_short_description .product_title {
	font-weight: bold;
	font-size: 175%;
}

.box_with_title {
	clear: both;
	padding: 15px 10px 5px;
}

.box_with_title .box_title {
	font-weight: bold;
	color: #F22;
	font-size: 125%;
	margin-bottom: .5em;
}

.box_with_title .box_content {
	padding: 0.2em;
	border: 1px solid #999;
}

table.diaporama tr {
	height: 130px;
}

table.diaporama td a {
	display: block;
	text-decoration: none;
/*	border: 1px solid #999;*/
	padding: 4px;
}

table.diaporama td {
	text-align: center;
	vertical-align: top;
	border: 2px solid #EEE;
	overflow: hidden;
}

table.diaporama td a {
	cursor: pointer;
	
}

table.diaporama td p.product_title {
	font-weight: bold;
}
table.diaporama td span.product_image {
	display: block;
	height: 90px;
	vertical-align: middle;
}

table.diaporama td span img {
	vertical-align: middle;
}

table.diaporama td:hover,
table.diaporama td.active {
	border: 2px solid #000;
}

div#product_categories {
	margin-top: -5px;
	position : absolute;
	left: -129px;
}

div#product_categories h2 {
	text-align: center;
	width: 116px;
	background-color: #CCC;
	font-size: 125%;
	font-weight: bold;
	padding: 0.2em;
}

div#product_categories select {
	width: 122px;
}

body.home #home_magasin {
	position: absolute;
	top: 353px;
	left: 153px;
}

body.home #home_newworld {
	position: absolute;
	top: 353px;
	left: 570px;
}

body.home a #home_newworld,
body.home a #home_magasin {
	border: 0;
}

#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 0 0 0.5em 0.5em;
	text-align: center;
}

#footer p {
	font-size: 75%;
	display: inline;
	color: #FFF;
	margin: 0 4.2em;
	text-align: center;
}

#footer p a {
	text-decoration: none;
	color: #FFF;
}

#footer p#tivoli a,
#footer p a:hover {
	color: #FD0404;
}

#footer p a.no_color:hover {
	color: #FFF;
}

#footer p#tivoli {
	text-transform: uppercase;
}

#footer p#tivoli a {
	font-weight: bold;
}

#footer p#tivoli a:hover {
	border: 2px solid #FD0404;
}

p.nouveaumonde_title,
p.nouveaumonde_accueil {
	text-align: center;
	color: #FFF;
}

p.nouveaumonde_title {
	padding: 75px 0;
	font-size: 250%;
	text-transform: uppercase;
	letter-spacing: -3px;
}

p.nouveaumonde_accueil {
	padding: 0 90px;
	font-size: 125%;
	margin: 0 0 1em;
}

body.new_world #main img#cinefeel {
	position: absolute;
	top: 287px;
	left: 223px;
}

img.galerie {
	width: 237px;
}

body.new_world iframe {
/*	position: absolute;
	top: 75px;
	left: 275px;
*/
	float:left;
}

body.new_world a#contact_link {
	display: block;
	width: 6em;
	position: absolute;
	top: 453px;
	left: 530px;
	text-decoration: none;
}

body.new_world #diapos_menu.videos table.diaporama td {
	vertical-align: middle;
	background-color: #000;
}

body.new_world #diapos_menu.videos table.diaporama td a {
	color: #FFF;
	font-size: 140%;
}

body.new_world #diapos_menu.videos table.diaporama td.active {
	border: 2px solid #FD0404;
}

body.new_world #diapos_menu.videos table.diaporama td p.product_title {
	
}

form p {
	margin: 1em;
	font-size: 125%;
}

form p b {
	font-weight: bold;
	font-size: 150%;
}

input.checkbox {
	margin-right: 5px;
}

div#mail_result {
	padding: 1em;
	text-align: center;
	width: 70%;
	margin: 2em auto;
}

div#mail_result.ok {
	border: 2px solid green;
}

div#mail_result.ko {
	border: 2px solid red;
}

body.email div#content {
	text-align: center;
}

body.new_world div#product_detail {
}

body.new_world div#product_detail p.installation_introduction {
	font-style: italic;
	font-size: 125%;
	padding: 0.5em;
	border: 1px dashed #999;
	width: 80%;
	margin: 0 auto;
}