/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}/*
 * Vestel France Public
 * version : 1
*/

/* Custom fonts */

@font-face {
    font-family: 'League Gothic';
    src: url('fonts/League_Gothic.eot');
    src: local('League Gothic Regular'), local('LeagueGothic'), url('fonts/League_Gothic.ttf') format('truetype');
}
@font-face {
    font-family: 'PT Sans';
    src: url('fonts/PT_Sans.eot');
    src: local('PT Sans Regular'), local('PTSans-Regular'), url('fonts/PT_Sans.ttf') format('truetype');
}
@font-face {
    font-family: 'PT Sans';
    font-weight: bold;
    src: url('fonts/PT_Sans_Bold.eot');
    src: local('PT Sans Bold'), local('PTSans-Bold'), url('fonts/PT_Sans_Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    src: url('fonts/PT_Sans_Italic.eot');
    src: local('PT Sans Italic'), local('PTSans-Italic'), url('fonts/PT_Sans_Italic.ttf') format('truetype');
}

/* Common rules */

html {    background-color: transparent }
body {    background: url("images/bg3.jpg") no-repeat scroll left top transparent }
body.produits {    background: url("images/bg4.jpg") no-repeat scroll left top transparent }
.produits #content,
.produits #content h3,
.produits #nav li.current,
.produits #selected {    background-color: rgba(166,192,69,0.9) }
body.a-propos {    background: url("images/bg1.jpg") no-repeat scroll left top transparent }
.a-propos #content,
.a-propos #content h3,
.a-propos #nav li.current,
.a-propos #selected {    background-color: rgba(97,177,210,0.9) }
body.contact {    background: url("images/bg2.jpg") no-repeat scroll left top transparent }
.contact #content,
.contact #content h3,
.contact #nav li.current,
.contact #selected {    background-color: rgba(239,137,0,0.9) }
a {
    text-decoration: none;
    outline: none;
}
h1 {
    background: url("images/logo.png") no-repeat scroll 0 0 transparent;
    height: 58px;
    left: 30px;
    position: absolute;
    text-indent: -9999px;
    top: 30px;
    width: 100px;
}
    h1 a {
        display: block;
        height: 58px;
        left: 30px;
    }
	
/* Navigation */

#nav {
    left: 30px;
    position: absolute;
    top: 130px;
}
    #nav li {
        background-color: rgb(55, 55, 60);
        background-color: rgba(55, 55, 60, 0.9);
        display: block;
        margin-top: 20px;
        padding: 0;
    }
        #nav li a {
            color: #FFFFFF;
            display: block;
            font-family: PT Sans;
            font-size: 13px;
            font-weight: bold;
            height: 100px;
            line-height: 13;
            padding: 0 0 0 10px;
            text-align: left;
            text-transform: uppercase;
            width: 90px;
        }
#produits:hover {    background-color: #A6C045 }
#a-propos:hover {    background-color: #61B1D2 }
#contact:hover {    background-color: #EF8900 }
#selected {
    height: 100px;
    left: 130px;
    position: absolute;
    width: 65px;
}
.produits #selected {    top: 150px }
.a-propos #selected {    top: 270px }
.contact #selected {    top: 390px }

/* Breadcrumbs */

#breadcrumbs {
    left: 195px;
    position: absolute;
    top: 30px;
}
    #breadcrumbs ul { }
    #breadcrumbs li {
        float: left;
        display: block;
        padding-right: 20px;
    }
    #breadcrumbs li.first {    background: url("images/bd-first.png") no-repeat scroll right top transparent }
    #breadcrumbs li.second {    background: url("images/bd-second.png") no-repeat scroll right top transparent }
    #breadcrumbs li a {
        color: #FFFFFF;
        display: block;
        font-family: league gothic;
        font-size: 30px;
		font-weight:normal;
        height: 58px;
        line-height: 2;
        padding: 0 10px 0 20px;
    }
    #breadcrumbs li.first a {    background-color: rgba(166,192,69,0.7) }
    #breadcrumbs li.second a {    background-color: rgba(206,227,128,0.7) }
    #breadcrumbs li.second .rgt {
        background: url("images/bd-second-left.png") no-repeat scroll left top transparent;
        float: left;
        height: 58px;
        width: 20px;
        margin-left: -20px;
    }
	
/* Content */

#content {
    left: 195px;
    padding: 40px;
    position: absolute;
    top: 150px;
    width: 685px;
}
    #content .wrapper {
        -moz-box-shadow: 0 0 20px #707070;
        -webkit-box-shadow: 0 0 20px #707070;
        box-shadow: 0 0 20px #707070;
        background-color: #fff;
        padding: 20px;
    }
    #content .content {    margin-top: 25px }
    #content p {
        font-family: PT Sans;
        line-height: 1.5;
        margin: 10px 0 15px;
        text-align: left;
    }
	#content pre {
		background:none repeat scroll 0 0 #F0F0F0;
		border:1px dotted #CCCCCC;
		color:#464646;
		font-size:12px;
		line-height:1.5;
		padding:20px;
		text-shadow:0 1px 0 #FAFAFA;
		white-space:normal;
    }
    #content span.red {    color: #ED1B24 }
    #content h2 {
        background-color: #CCDF7D;
        color: #FFFFFF;
        font-family: league gothic;
        font-size: 48px;
        padding: 10px 0 10px 20px;
        text-align: left;
        text-transform: uppercase;
		font-weight:normal;
    }
	.contact #content h2{
		background-color: #FFCE8F;
	}
    #content h3 {
        color: #FFFFFF;
        font-family: league gothic;
        font-size: 48px;
        padding: 10px 0 10px 20px;
        text-align: left;
        text-transform: uppercase;
		font-weight:normal;
    }
    #content h4 {
        color: #353740;
        font-family: League Gothic;
        font-size: 30px;
        margin: 0 0 15px;
        text-align: left;
        text-transform: uppercase;
		font-weight:normal;
    }
.home p {
    color: #353740;
    font-family: League Gothic;
    font-size: 50px;
	font-weight:normal;
    left: 200px;
    letter-spacing: -2px;
    line-height: 1;
    position: absolute;
    text-align: left;
    top: 150px;
}
    .home p span {    display: block }
    .home p .red {
        color: #ED1B24;
        font-size: 40px;
        margin-left: 78px;
    }
    .home p .normal {    margin-left: 125px }
    .home p .end {    margin-left: 115px }
        .home p .end .red {    display: inline }
#main {
    text-align: left;
    padding: 20px 0 0;
}
    #main p {
        font-family: PT Sans;
        font-size: 13px;
        margin-bottom: 20px;
    }
	#main p.highlight {
        color:#CF0000;
		font-size:15px;
		text-transform:uppercase;
    }
	
/* Buttons */

a.open {
    color: #555555;
    font-size: 11px;
    font-weight: bold;
    margin: 0 1px;
    padding: 12px;
}
.btn {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorStr='#ffffff', endColorStr='#e5e5e5',GradientType=0 ); /* ie */
    border: 1px solid #CCCCCC;
    cursor: pointer;
    text-shadow: 0 1px 0 #FFFFFF;
    background: #F3F3F3; /* old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* webkit */
}
.btn:hover {
    background: #F0F0F0; /* old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #d5d5d5 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d5d5d5)); /* webkit */
    border: 1px solid #aaa;
}
.btn:active {
    background: #e5e5e5;
    color: #888;
    border: 1px solid #c0c0c0;
}
.icon_btn {
    margin: 0 0 -3px 0;
    padding-right: 8px;
}
.centered{
    margin-top: 25px;
    text-align: center;
}
.square_list { }
    .square_list li {
        border: 1px solid #AAAAAA;
        float: left;
        margin: 1px;
        width: 211px;
    }
    .square_list a {
        border: 1px solid #FFFFFF !important;
        color: #555555;
        display: block;
        font-family: league gothic;
        font-size: 35px;
		font-weight:normal;
        height: 110px;
        padding-top: 70px;
        position: relative;
        text-align: center;
        text-shadow: 0 1px 0 #FFFFFF;
        vertical-align: middle;
    }
        .square_list a span {
            color: #999999;
            font-size: 24px;
            left: 20px;
            position: absolute;
            text-transform: uppercase;
            top: 40px;
        }
		
/* Misc. */

.tabbar {
    background-color: #CCDF7D;
    float: left;
    margin: -20px 0 0 -20px;
    padding: 20px 20px 0;
    width: 645px;
}
    .tabbar ul {    background-color: #AFC657 }
    .tabbar li {
        background-color: #6B7F17;
        float: left;
        display: block;
        margin-right: 10px;
    }
        .tabbar li a {
            color: #fff;
            display: block;
            font-family: League Gothic;
            font-size: 22px;
			font-weight:normal;
            line-height: 1;
            padding: 20px;
            text-transform: uppercase;
        }
    .tabbar li:hover {    background-color: #899F31 }
    .tabbar li.current {    background-color: #FFFFFF }
        .tabbar li.current a {    color: #565656 }
.tabs .panel {    margin-top: 20px }
.specs,
.ibs {
    background-color: #E6EFD0;
    border: 1px solid #BFBFBF;
    font-size: 12px;
    margin: 0 auto 20px;
    text-align: left;
}
#content .specs h4 {
    background-color: #FFFFFF;
    color: #6B7F17;
    font-family: PT Sans;
    font-size: 15px;
    font-weight: bold;
    margin: 8px 8px 0;
    padding: 20px 10px;
    text-align: center;
    text-transform: uppercase;
}
.specs ul {
    background-color: transparent;
    border-top: 1px solid #CFCFCF;
    margin-bottom: 8px;
}
    .specs ul li {
        border-bottom: 1px solid #CFCFCF;
        border-top: 1px solid #FFFFFF;
        color: #888888;
        font-size: 14px;
        font-weight: bold;
        line-height: 2.2;
        padding: 0 8px;
    }
    .specs ul li:last-child {    border-bottom: 0 none }
    .specs ul li .wrap {
        background-color: #FFFFFF;
        padding-left: 10px;
    }
    .specs ul li .value {
        border-left: 1px dotted #E0E0E0;
        color: #999999;
        display: inline;
        float: right;
        font-weight: normal;
        text-align: center;
        width: 40%;
    }
        .specs ul li .value em {
            color: #BFBFBF;
            font-style: italic;
        }
    .specs ul li .tick em {
        background: url("images/tick.png") no-repeat scroll left top transparent;
        padding-left: 25px;
    }
    .specs ul li .tick .empty {    background: url("images/tick.png") no-repeat scroll center center transparent }
.ibs ul {
    background-color: transparent;
    margin: 8px 0;
}
    .ibs ul li {
        color: #888888;
        font-size: 14px;
        font-weight: bold;
        line-height: 2.2;
        padding: 0 8px;
    }
        .ibs ul li .wrap {
            background-color: #FFFFFF;
            margin: 0;
            padding: 15px 0 20px 10px;
            width: 617px;
        }
.ibs .wrap em {
    background-color: #E6EFD0;
    border: 1px solid #D3DFB5;
    color: #6B7F17;
    font-size: 11px;
    padding: 6px 11px;
}
.tabs ul li .value {
    float: right;
    margin-right: 10px;
}

/* Quicksearch form */
 
form.q{
	text-align:center;
}
#q{
	font-family:PT Sans;
	font-size:15px;
	font-weight:bold;
	margin:0 auto 20px;
	padding:8px;
	text-transform:uppercase;
	width:250px;
}
#noresult, #noresult p{
	text-align: center;
}

/* Form */

#ask label{
	color:#363636;
	display:block;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	margin:0 0 8px;
	text-transform:uppercase;
}
#ask input[type=text], #ask textarea{
	font-size:15px;
	margin:0 0 25px;
	padding:5px;
	border:1px solid #C0C0C0;
}
#ask input[type=text]{
	width:250px;
}
#ask textarea{
	width:630px;
}
#ask input[type=submit]{
	color:#464646;
	font-weight:bold;
	margin:20px 0 0;
	padding:8px 10px;
}

/* Error page */

#pagenotfound{
	position:relative;
	text-align:center;
	width:100%;
}

#pagenotfound h2 span{
	color:#CCDF7D;
	font-size:150px;
	position:absolute;
	right:0;
	top:40px;
}

#pagenotfound p{
	color:#464646;
	font-size:15px;
	font-weight:bold;
	margin:55px 0 30px 20px;
	text-transform:uppercase;
	
}


/* Common override - Keep at end */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
