/* @group General Styles */

body {
	color: #333;
	font-size: 62.5%;
	line-height: 1.4;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin: 0;
	background-color: #eaeaea;
}

p {
}

b, strong {

}

a:link, a:visited {
	color: #424242;
	text-decoration: none;
}

a:hover, a:active {
	color: #FF2900;
	text-decoration: none;
}

img {
	border: none;
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}
		
/* @end */

/* @group Layout */

#ie7msg{
	color: #000;
	width: 625px;
	margin: 0 auto;
	background: #000 url(images/warning.jpg) no-repeat 0 0;
	height: 100px;
	padding: 25px 25px 0 150px;
	font-size: 11px;
}

#ie7msg a{
	color: #ff2900;
	font-weight: bold;
}

#ie7msg a:hover{
	color: #FF2900;
	font-weight: bold;
}

#container {
	font-size: 1.2em;
	width: 800px;
	background-color: #fff;
	padding: 0;
	margin: 0 auto;
}

.clearer {
	clear: both;
}

#pageHeader {
}

#pageHeader img {
	position: absolute;
	top: 29px;
	margin-left: 28px;
}

#pageHeader h1 {
	display: none;
	margin: 0 0 5px;
	color: #fff;
}

#pageHeader h2 {
	display: none;
	margin: 0;
	color: #fff;

}

#contentContainer {
	width: 800px;
	padding: 0;
	margin: 0;
}

#contentContainer #content {
	padding: 0;
}

#sidebarContainer {
	display: none;
}

#type {
	display: block;
	font-size: 12px;
	padding-left: 15px;
	margin: 0;
	line-height: 24px;
	height: 24px;
	background-color: #ff2900;
	color: #fffeff;
	letter-spacing: 1px;
}

#features {
	display: table-cell;
	text-align: left;
	font-size: 12px;
	padding: 10px;
	margin: 0;
	vertical-align: middle;
	height: 180px;
	line-height: 2;
}

#description1 {
	padding: 10px;
	margin: 0;
 	text-shadow: #fffeff 0 1px 1px;
	text-align: left;

}

#description1 ul {
	list-style-type: square;
	margin: 0 0 10px;
	padding-left: 15px;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}

#description1 a:hover {
	color: #434343;
}

#description2 {
	padding: 10px;
	text-shadow: #fffeff 0 1px 1px;
	color: #000;
	font-size: 11px;	
}

#description2 ul {
	list-style-type: square;
	padding-left: 15px;
	margin: 0;
}

#description2 li {
	margin-bottom: 5px;
	list-style-type: square;
}

#description2 a:hover {
	color: #252525;
}

/* Table Styles */

#tableContainer {
	padding-top: 10px;
	font-size: 10px;
	font-weight: bold;
	height: 510px;
	text-shadow: #e6e6e6 0px 1px 1px;
	background-color: #afafaf;
}

table {
	display: table;
	margin: 0 auto;
	padding: 5px;
	width: 200px;
}

caption {
	display: table-caption;
	
	color: #ff2900;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
	text-shadow: #fffeff 0 1px 1px;
}

tr {
	display: table-row;
	padding: 0;
	margin: 0;
}

tr:hover {
	display: table-row;
	background-color: #ccc;
}

td	{
}

#sidebarContainer #sidebar {
}

#sidebarContainer .sideHeader {
	color: #ff2900;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 16px;
}

#footer {
	margin: 0;
	height: 26px;
	color: #ff2900;
	text-align: center;
	font-size: 11px;
	line-height: 26px;
	background-image: url(images/footer-quartz.jpg);
}

#footer p {
}

#footer a:link {
	color: #ff2900;
}
}

#footer a:hover, #footer a:active {
	color: #fff;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	color: #fff;
	font-size: 9px;
	margin-top: 0px;
}

#breadcrumbcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	color: #FF2900;
	letter-spacing: 2px;
	font-size: 9px;
}

#breadcrumbcontainer a:hover {
	color: #fff;
}
	
/* @end */

/* @group Toolbar */

/* @group 1.header menu */

/* Toolbar Styles */

#navcontainer {
	height: 80px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	background: url(images/header.jpg) no-repeat;
}

#navcontainer #current {
	background-image: url(images/header_menu_active.png);
}

#navcontainer #current:hover {
background-image: url(images/header_menu_active.png);
	border-left: 1px solid #5d5d5d;
}

#navcontainer .currentAncestor {
background-image: url(images/header_menu_active.png);
	border-left: 1px solid #5d5d5d;
}

#navcontainer .currentAncestor:hover {
	background-image: url(images/header_menu_active.png);
	border-left: 1px solid #5d5d5d;
}

/* Parent - Level 0 */

#navcontainer ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#navcontainer ul li {
	display: block;
	float: left;
}

#navcontainer ul li a {
	display: block;
	padding: 0 5px;
	text-decoration: none;
	height: 80px;
	width: 90px;
	text-align: center;
	line-height: 120px;
	color: #fff;
	font-size: 10px;
	letter-spacing: 2px;
	border-left: 1px solid #5d5d5d;
}

#navcontainer ul li a:hover {
	background-image: url(images/header_menu_hover.png);
}

#navcontainer ul li a:active {
}

/* Childs */

#navcontainer ul ul, #navcontainer ul ul ul, #navcontainer ul ul ul ul, #navcontainer ul ul ul ul ul, #navcontainer ul ul ul ul ul ul {
	display: none;	
}

/* @end */

	/* @group 2.main submenu */

/* Submenu Styles */

#submenu {
	padding: 0;
	margin: 0;
}

/* Parent - Level 0 */

#submenu ul{
	height: 21px;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
	width: auto;
	margin: 0 auto;
}

#submenu ul li {
	background: #0f1525 url(images/main_submenu.jpg) repeat-x 0 0;
}

#submenu ul li a {
	display: none;
	border-right: 1px solid #fffeff;
	color: #fff;
	text-shadow: #000 0 1px 1px;
	font-weight: bold;

}

#submenu ul li a:hover {
}

#submenu ul li a:active {
}

/* Child - Level 1 */

#submenu ul ul {	
	padding: 0;
	text-align: center;
	list-style-type: none;
	margin: 0 auto;
	display: table;
	letter-spacing: 2px;
	border-left: 1px solid #fffeff;
}

#submenu ul ul li {
	display: block;
	float: left;
}

#submenu ul ul li a {
	display: block;
	width: 200px;
	height: 21px;
	text-align: center;
	font-size: 10px;
	line-height: 21px;
	padding: 0 10px;
}

#submenu ul ul a:hover{
	color: #FF2900;
}

#submenu ul ul #current{
	color: #ff2900;
	text-shadow: #fffeff 0 1px 1px;
	background: #e6e6e6 url(images/main_submenu_hover.jpg) repeat-x 0 0;
}

#submenu ul ul .currentAncestor {
	background: #e6e6e6 url(images/main_submenu_hover.jpg) repeat-x 0 0;
	color: #ff2900;
	text-shadow: #fffeff 0 1px 1px;
}

/* Childs */

#submenu ul ul ul, #submenu ul ul ul ul, #submenu ul ul ul ul ul, #submenu ul ul ul ul ul ul {
	display: none;	
}

/* @end */

/* @group 3.type & name */

/* type_nav Styles */

#type_nav {
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 141px;
	width: 800px;
	height: 50px;
	z-index: 90;
}

/* Main Menu - Level 0 */

#type_nav ul{
	display: block;
	height: 21px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #434343;
	width: auto;
	float: right;
}

#type_nav ul li {
	display: block;
}

#type_nav ul li a {
	display: none;
}

/* Bandeau noir - Level 1 */

#type_nav ul ul {	
	padding: 0;
	letter-spacing: 2px;
}

#type_nav ul ul li {
	display: block;
	}

#type_nav ul ul li a {
	display: none;
}

/* Bandeau Gris - Level 2 */

#type_nav ul ul ul {
	display: block;
	padding: 0 25px 0 0;
	background-color: #d4d4d4;
	text-shadow: #fffeff 0 1px 1px;
	font-weight: bold;
	overflow: hidden;
}

#type_nav ul ul ul li { 
	display: block;
	float: left;
}

#type_nav ul ul ul a {
	display: block;
	width: 100px;
	height: 21px;
	text-align: center;
	font-size: 10px;
	line-height: 21px;
	padding: 0;
	border-right: 1px solid #fffeff;
}

#type_nav ul ul ul a:hover{
	background-color: #eaeaea;

}

#type_nav ul ul ul #current{
	background-color: #eaeaea;

}

#type_nav ul ul ul .currentAncestor {
	background-color: #eaeaea;
}

/* Bandeau gris clair - Level 3 */

#type_nav ul ul ul ul {
	position: absolute;
	top: 22px;
	right: 15px;
	display: block;
	height: 21px;
	width: auto;
	padding: 0;
	background-color: transparent;
}

#type_nav ul ul ul ul li { 
	display: block;
	float: left;
}

#type_nav ul ul ul ul a {
	display: block;
	width: auto;
	height: 21px;
	text-align: center;
	color: #424242;
	font-size: 10px;
	line-height: 21px;
	padding: 0 10px;
	border: none;
	letter-spacing: 0;
}

#type_nav ul ul ul ul a:hover{
	color: #ff2900;
	background-color: transparent;
	text-decoration: overline;
}

#type_nav ul ul ul ul #current{
	color: #ff2900;
	background-color: transparent;
	text-decoration: overline;
}

#type_nav ul ul ul ul .currentAncestor {
	color: #ff2900;
	background-color: transparent;
	text-decoration: overline;
}

/* Childs */

#type_nav ul ul ul ul ul, #type_nav ul ul ul ul ul ul {
	display: none;	
}

/* @end */

/* @group 4.power_nav */

/* power_nav Styles */

#power_nav {
	height: 40px;
	width: 800px;
	padding: 0;
	margin: 0;
}

/* Main Menu - Level 0 */

#power_nav ul{
	display: block;
	padding: 0;
	margin: 0;

}

#power_nav ul li {
	display: block;
}

#power_nav ul li a {
	display: none;
}

/* Bandeau noir - Level 1 */

#power_nav ul ul {	
}

#power_nav ul ul li {
	display: block;
	}

#power_nav ul ul li a {
	display: none;
}

/* Bandeau Gris - Level 2 */

#power_nav ul ul ul {
	display: block;

}

#power_nav ul ul ul li { 
	display: block;
}

#power_nav ul ul ul a {
	display: none;

}

#power_nav ul ul ul a:hover{
}

#power_nav ul ul ul #current{
}

#power_nav ul ul ul .currentAncestor {
}

/* Bandeau gris clair - Level 3 */

#power_nav ul ul ul ul {
	display: block;
}

#power_nav ul ul ul ul li { 
	display: block;
}

#power_nav ul ul ul ul a {
	display: none;

}

#power_nav ul ul ul ul a:hover{
}

#power_nav ul ul ul ul #current{
}

#power_nav ul ul ul ul .currentAncestor {
}

/* Power nav - Level 4 */

#power_nav ul ul ul ul ul {
	display: table;
	margin: 0 auto;
	background: url(images/fond2.jpg) no-repeat 0 0;
	border-left: 1px solid #d4d4d4;
}

#power_nav ul ul ul ul ul li { 
	display: block;
	padding: 0;
	float: left;
}

#power_nav ul ul ul ul ul a {
	display: block;
	width: 100px;
	height: 40px;
	text-align: center;
	color: #424242;
	font-size: 10px;
	line-height: 40px;
	padding: 0;
	border-left: none;
	border-right: 1px solid #d4d4d4;
	font-weight: bold;
	text-shadow: #fffeff 0 1px 1px;
}

#power_nav ul ul ul ul ul a:hover{
	color: #ff2900;
}

#power_nav ul ul ul ul ul #current{
	color: #ff2900;
}

#power_nav ul ul ul ul ul .currentAncestor {		color: #ff2900;

}

/* Childs */

#power_nav ul ul ul ul ul ul {
	display: none;	
}

/* @end */

/* @end */

/* @group Global Classes */

blockquote, .standout {
}

h1 /* grand titre produit > page produit */ {
	color: #ff2900;
	text-align: center;
	font-size: 24px;
}

h2 {
}

h3 /* QSS */ {
	display: block;
	color: #ff2600;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

h4 /* titre gamme > page gamme */{
	color: #ff2900;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

h5 /* titre "available version" > page produit */ {	
	display: block;
	color: #ff2900;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	margin: 0 0 18px;	
	text-shadow: #fffeff 0 1px 1px;
}

h6 /* titre produit "description" > page produit*/ {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-shadow: #fffeff 0 1px 1px;

}

.imageStyle {
}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-latin;
}

ol.lower-alpha {
	list-style-type: upper-latin;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}

/* @end */

/* @group Blog */

/* @group Tag Cloud */


ul.blog-tag-cloud {

}

ul.blog-tag-cloud li {
	display: inline;
}

#sidebarContainer #sidebar ul.blog-tag-cloud li a {
}

#sidebarContainer #sidebar ul.blog-tag-cloud li a:hover {
	text-decoration: underline;
}

.blog-tag-size-1 {	
	font-size: 0.8em;
}

.blog-tag-size-2 {	
	font-size: 0.85em;
}

.blog-tag-size-3 {	
	font-size: 0.9em;
}

.blog-tag-size-4 {	
	font-size: 0.95em;
}

.blog-tag-size-5 {	
	font-size: 1em;
}

.blog-tag-size-6 {	
	font-size: 1.05em;
}

.blog-tag-size-7 {	
	font-size: 1.1em;
}

.blog-tag-size-8 {	
	font-size: 1.15em;
}

.blog-tag-size-9 {	
	font-size: 1.2em;
}

.blog-tag-size-10 {	
	font-size: 1.25em;
}

.blog-tag-size-11 {	
	font-size: 1.3em;
}

.blog-tag-size-12 {	
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {	
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {	
	font-size: 1.55em;
}

.blog-tag-size-17 {	
	font-size: 1.6em;
}

.blog-tag-size-18 {	
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {	
	font-size: 1.75em;
}
/* @end */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
}
.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}.blog-archive-month {
}

.blog-archive-link {
}.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

.blog-entry {
}

h1.blog-entry-title {
}


h1.blog-entry-title a {
}

.blog-entry-date {
}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

.blog-read-more {
}

.blog-entry-body {
}

.blog-entry-comments {
}

p.blog-entry-tags {
}

/* styles the archives in the blog sidebar */
#blog-archives {
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
}

.blog-rss-link {
}

.blog-comments-rss-link {
}

/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
}

.album-description {
}


.album-wrapper {
}

.thumbnail-wrap {
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

.thumbnail-caption {
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
}

.photo-navigation {
}

.photo-links {
}

.photo-navigation a:link, .photo-navigation a:visited {
}

.photo-navigation a:hover {
}

.photo-frame{
}

.photo-title {
}

.photo-caption {
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
}

.exif-data p {
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-pixel-x-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}
/* @end */

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
}.movie-page-description {
}.movie-thumbnail-frame {
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
}

.movie-title {
}

.movie-frame {
}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text {
	color: #ff2900;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #e6e6e6;
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button {
} 
/* @end */