/* Project : Abys Yachting
*  Author  : PL
*  History : 2010-08-31 Original version
*
*  Subject : Front End - Stylesheet
*
*/
html {
	font-size: 100%; /* IE 6-7 compatibility */
}
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #282d2e;
}
p, h1, h2, h3, h4, h5, h6, ul, li, table, form {
	margin: 0;
	padding: 0;
}
img { border: none; vertical-align: middle; }
input, button, select { vertical-align: middle; color: #282d2e; }
:focus { outline: none; }

a { text-decoration: none; }
a:link, a:visited { color: #f26513; }
a:hover, a:active { color: #727375; }

/***** Elements de construction *****/
#body {
	width: 960px;
	min-height: 300px;
	margin: 0 auto;
}

.barmenus {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #727375;
	position: relative;
	border-top: 1px solid #bababa;
}
.barmenus .menu {
	margin: 0 15px;
}
.barmenus .menu A:link, .barmenus .menu A:visited {
	color: #f26513;
}
.barmenus .menu A:active, .barmenus .menu A:hover {
	color: #727375;
}
.underlined {
	border-top: none;
	border-bottom: 1px solid #bababa;
}

#footer {
	border-top: 1px solid #bababa;
	min-height: 40px;
	padding-top: 15px;
}
#footer .logo {
	float: left;
	margin-right: 10px;
}
#footer .menu_off, #flags .menu_off {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	color: #727375;
	letter-spacing: 2px;
}

#copyright {
	height: 18px;
	line-height: 18px;
	font-size: 11px;
	color: #bababa;
}
#copyright A:link, #copyright A:visited {
	color: #bababa;
}
#copyright A:active, #copyright A:hover {
	color: #727375;
}

#flags {
	text-align: right;
	height: 28px;
	line-height: 28px;
	width: 100%;
}

#root {
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	margin-bottom: 10px;
	overflow: hidden;
}
#root #leftside {
	width: 620px;
	min-height: 200px;
	background-color: #fff;
	color: #727375;
	text-align: left;
}
#root #leftside .main-title {
	font-family: "Century Gothic", Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #f26513;
}
#root #leftside .subtitle {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #f26513;
}
#root #leftside .grey {
	color: #727375;
}
#root #leftside .orange {
	color: #f26513;
}
#root #leftside .text {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-align: justify;
	color: #282d2e;
	line-height: 18px;
}
#root #leftside .signature {
	font-style: italic;
	color: #f26513;
}
#root #leftside .button {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #f26513;
}

#root #rightside {
	color: #fff;
	background-color: #282d2e;
	text-align: left;
}
#root #rightside A:link, #root #rightside A:visited {
	color: #bababa;
}
#root #rightside A:active, #root #rightside A:hover {
	color: #fff;
}
#root #rightside .main-title {
	font-family: "Century Gothic", Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #f26513;
}
#root #rightside .subtitle {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
}
#root #rightside .orange A:link, #root #rightside .orange A:visited {
	color: #f26513;
}
#root #rightside .orange A:active, #root #rightside .orange A:hover {
	color: #fff;
}
#root #rightside .white A:link, #root #rightside .white A:visited {
	color: #fff;
}
#root #rightside .white A:active, #root #rightside .white A:hover {
	color: #bababa;
}
#root #rightside .text {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	text-align: left;
	color: #bababa;
	line-height: 18px;
}
#root #rightside .summary {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-align: justify;
	color: #fff;
	line-height: 16px;
}

/***** News *****/
#home_news {
	margin: 30px 90px;
}
#home_news .title {
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #f26513;
}
#home_news .summary {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	color: #727375;
	line-height: 18px;
}

.news {
	border: 1px solid #efefef;
	padding: 5px 8px;
	margin: 10px 30px;
}
.news .date {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	color: #282d2e;
}
.news .title {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #f26513;
}
.news .summary {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	color: #727375;
	line-height: 16px;
}

/***** Cross-linking *****/
.link-wrapper {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}
.link-wrapper .header {
	text-align: left;
	line-height: 16px;
	color: #3093c7;
}

.left {
	float: left;
	clear: left;
	margin-right: 10px;
}
.right {
	float: right;
	clear: right;
	margin-left: 10px;
}

.crosslink {
	width: 110px;
	background-color: #efefef;
	border: 1px solid #ccc;
	text-align: center;
}
.crosslink .typelink {
	color: #cacaca;
	font-style: normal;
	text-transform: uppercase;
	text-align: left;
	line-height: 14px;
	margin-left: 5px;
}
.crosslink .legend {
	color: #999;
	font-style: italic;
	text-transform: none;
	text-align: center;
	line-height: 10px;
	margin: 2px 2px 10px 2px;
}
.crosslink img {
	border: 1px solid #cacaca;
}

.top-decalage {
	width:0px;
	height: 0px;
}

/***** sitemap *****/
.sitemap-n1 {
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	line-height: 24px;
	padding-left: 30px;
}
.sitemap-n2 {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	line-height: 22px;
	padding-left: 30px;
}
.sitemap-n3 {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	line-height: 18px;
	padding-left: 30px;
}
.sitemap-n4 {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	line-height: 15px;
	padding-left: 30px;
}

/***** Vignettes *****/
.vignette {
	height: 175px;
	border: 1px solid #efefef;
	padding: 5px 0;
}
.vignette .title {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}
.vignette .legend {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}
.pager {
	text-align: center;
	line-height: 16px;
	padding-top: 5px;
}
.pager .listbox-pager {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #4a4a4a;
	background-color: #fff;
   border: solid 1px #757575;
	padding: 1px;
}

/***** Elements divers, titres et textes *****/
.endofline {
	clear: both;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
.bullet {
	font-size: 24px;
	float: left;
	margin-right: 8px;
}

.scroll {
	width: 340px;
	height: 236px;
	overflow: auto;
	position: absolute;
	display: block;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
	margin-left: 10px;
	border: 1px solid #3f4648;
}

.carousel {
	width: 960px;
	min-height: 50px;
	background-color: #dbdedd;
	padding: 10px 0;
}
.info {
	width: 160px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	position: absolute;
	float: right;
	margin-left: 105px;
	margin-top: 10px;
}

/***** Forms *****/
.form .required {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #f26513;
}
.form p {
	padding-bottom: 4px;
	overflow: hidden;
	width: 100%; /* (IE6 compatibility) */
}

.form .cadre {
	border: 1px solid #dbdedd;
	padding: 5px 8px;
	width: 85%;
}

.form .minititle {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

.frm-label {
	float: left;
	width: 120px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #bababa;
	text-align: left;
	padding: 0;
	margin: 0 2px 0 15px;
	line-height: 18px;
}
.frm-textbox {
	font-family: Arila, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #282d2e;
	background-color: #fff;
   border: solid 1px #dbdedd;
	padding: 1px 2px;
}
.frm-listbox {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #282d2e;
	background-color: #fff;
   border: solid 1px #dbdedd;
	padding: 1px 2px 1px 1px;
}
.frm-minilistbox {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #282d2e;
	background-color: #fff;
   border: solid 1px #dbdedd;
	padding: 0;
}
.frm-button {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #282d2e;
	text-transform: uppercase;
	width: 80px;
	line-height: 18px;
	vertical-align: middle;
}
.frm-button img {
	width: 16px;
	height: 16px;
	margin: 0 5px 2px 0;
}

/***** Errors & notices *****/
#error {
	width: 380px;
	background-color: #fbe0e0;
	background-image: url(../dlxmanager/images/error.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, Sans-Serif;
	color: #d93535;
	font-size: 10px;
	text-align: left;
	border: 1px solid #edb0b0;
	margin: 10px auto;
}
#error #title {
	font-family: "Century Gothic", Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 13px;
	font-style: italic;
	margin: 3px 5px 0 22px;
}
#error #msg {
	margin: 0 5px 3px 22px;
}

/***** Fiches-produits *****/
.search-topic {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	color: #bababa;
	line-height: 18px;
}
.search-item {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	color: #fff;
	line-height: 16px;
	margin-left: 20px;
}

.list {
	margin: 10px 0;
	padding: 5px;
	background-color: #bababa;
	overflow: hidden;
}
.list .thumb {
	border: 1px solid #fff;
	float: left;
}
.list .item {
	margin-left: 150px;
}
.list .item .title {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
}
.list .item A:link, .list .item A:visited {
	color: #fff;
}
.list .item A:active, .list .item A:hover {
	color: #f26513;
}
.list .item .summary {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	color: #282d2e;
}
.list .item .specs {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: normal;
	text-align: right;
	color: #fff;
}

.tabsystem {
	position: absolute;
	margin-top: 321px;
	padding: 0 35px;
	width: 575px;
	height: 32px;
	text-align: center;
}
.tab {
	float: left;
	width: 120px;
	height: 32px;
	background-image: url(../images/tab.png);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0 3px;
	padding-top: 4px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #989a99;
	cursor: pointer;
}
A:link .tab, A:visited .tab {
	color: #f26513;
}
A:active .tab, A:hover .tab {
	color: #989a99;
}