/***************************************************
	REDEFINITION DE BALISES
***************************************************/

* {
	margin: 0;
	padding: 0;
}

body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}

body { 
	background: url(images/fond_site.gif) #0a0a0a repeat center top; 
	margin: 0 auto;
	width: 1000px;
}

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

:focus {
	-moz-outline-style: none;
}

a:hover {
	color: #666666;
}

img {
	border: 0;
}

p {
	margin-bottom: 20px;
}

ul {
	list-style: none;
}

/***************************************************
	CONTENEURS
***************************************************/

div#conteneur { 
	width: 1000px;
	position: absolute;
	padding-bottom: 40px;
}

div#header {
	overflow: auto;
	height: 106px;
}

div#contenu {
	background: #414141;
	padding: 5px;
}

div.centre {
	background: #e3e3e3 url(images/fond_centre.gif) repeat top center;
	padding: 0 30px 30px 30px;
}

/* Header */

h1#logo {
	display: inline;
	margin: 39px 0 0 29px;
	width: 182px;
	height: 40px;
	float: left;
}

h1#logo a {
	display: block;
	width: 182px;
	height: 40px;
	text-indent: -3000px;
	background: url(images/logo-rsr.gif) no-repeat 0 0;
}
h1#logo a:hover { background-position: 0 -40px; }

a#switch {
	display: block;
	position: absolute;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B8B8B8;
	text-decoration: none;
	top: 85px;
	left: 831px;
	text-align: center;
	width: 164px;
}
a#switch:hover { color: #d8021c; }

/* Bas */

ul#partenaires {
	height: 39px;
	background: url(images/bottom.gif) no-repeat top left;
	text-indent: -3000px;
}

li#partenaire1 a {
	display: block;
	width: 400px;
	height: 39px;
}

div#footer {
	background: #141414;
	clear: both;
	overflow: auto;
	padding: 6px 16px 5px 16px;
	height: 16px;
}

div#footer div {
	float: left;
	width: 50%;
}

div#footer, div#footer a {
	font-size: 10px;
	color: #999999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
div#footer a:hover { color: #FFFFFF; }

div#credits {
	text-align: right;
}

div#credits a {
	padding-left: 21px;
	background: url(images/logo-ailes.gif) no-repeat 0 3px;
}

/***************************************************
	MENU
***************************************************/

ul#menu {
	width: 761px;
	height: 92px;
	text-indent: -3000px;
	background: url(images/menu_droite.gif) no-repeat top right;
	margin: 0 0 14px 0;
	position: absolute;
	left: 239px;
}

ul#menu li { 
	float: left; 
}

ul#menu li a {	
	display: block;
	height: 92px;
	text-indent: -3000px;
}

li#m1 { width: 121px; background: url(images/menu_fr.gif) 0 0; }
li#m2 { width: 112px; background: url(images/menu_fr.gif) -121px 0; }
li#m3 { width: 125px; background: url(images/menu_fr.gif) -233px 0; }
li#m4 { width: 118px; background: url(images/menu_fr.gif) -358px 0; }
li#m5 { width: 112px; background: url(images/menu_fr.gif) -476px 0; }

li#m1on, li#m1 a:hover { width: 121px; background: url(images/menu_fr.gif) 0 -92px; }
li#m2on, li#m2 a:hover { width: 112px; background: url(images/menu_fr.gif) -121px -92px; }
li#m3on, li#m3 a:hover { width: 125px; background: url(images/menu_fr.gif) -233px -92px; }
li#m4on, li#m4 a:hover { width: 118px; background: url(images/menu_fr.gif) -358px -92px; }
li#m5on, li#m5 a:hover { width: 112px; background: url(images/menu_fr.gif) -476px -92px; }

/***************************************************
	ACCUEIL
***************************************************/

div#accueil {
	position: relative; /* nécessaire de placer un positionnement pour placer les sous-blocs en absolute */
	height: 540px;
	padding: 0;
}

div#accueil h1 {
	text-indent: -3000px;
	width: 78px;
	height: 17px;
	background: url(images/titre_actualite_fr.gif) no-repeat top left;
	margin: 7px 0 16px 0;
}

/* Actualités */

div#actualite {
	position: absolute;
	top: 0;
	left: 660px;
	width: 250px;
	height: 420px;
	
}

div#actuFond {
	position: absolute;
	width: 100%;
	height: 420px;
	background: #FFFFFF;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	z-index: 1;
}

div#actus {
	position: absolute;
	z-index: 2;
	margin: 18px;
	line-height: 14px;
	width: 214px;
}

div#actus img {
	float: left;
	border: 1px solid #FFFFFF;
	margin: 0 6px 0 0;
}

/* Trouver revendeur */

div#trouverRevendeur {
	position: absolute;
	top: 420px;
	left: 10px;
}

div#trouverRevendeur a {
	display: block;
	background: url(images/revendeur.png) no-repeat top left;
	width: 261px;
	height: 106px;
	border: 2px solid #cccccc;
	text-indent: -3000px;
}
div#trouverRevendeur a:hover { border: 2px solid #FFFFFF; }

/* Gamme produits */

div#accueil div#gamme {
	position: absolute;
	top: 420px;
	left: 280px;
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	width: 696px;
	height: 106px; 
}

div#accueil h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #323232;
	font-weight: bold;
	background: #CCCCCC url(images/fleches.gif) no-repeat 10px 7px;
	padding: 1px 0 2px 20px;
}

div#gamme dl {
	float: left;
	width: 116px;
	margin-top: 6px;
}

div#gamme dl dt {
	height: 65px;
}

div#gamme dl dt a:hover {
	/*filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;*/
}

div#gamme dl dd {
	width: 116px;
	line-height: 12px;
	text-align: center;
}

div#gamme dl dd a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #323232;
	text-decoration: none;
}
div#gamme dl dd a:hover { color: #999999; }

/***************************************************
	CONTENU COMMUN A TOUTES LES PAGES INTERNES
***************************************************/

div.centre h1 {
	text-indent: -3000px;
	width: 930px;
	height: 75px;
	margin-bottom: 14px;
}

dl.cadre {
	background: #FFFFFF;
	padding: 5px;
	height: 90px;
	margin-bottom: 5px;
}

dl.cadre dt.vignette {
	float: left;
	width: 157px;
	height: 90px;
}

dl.cadre dt table {
	padding: 0;
	border-spacing: 0px;
	border-collapse: collapse;
}

dl.cadre dt.vignette td {
	width: 147px;
	height: 90px;
	padding-top: 2px;
	vertical-align: middle;
	text-align: center;
}

dl.cadre dt.titre {
	float: left;
	width: 187px;
	height: 85px;
	margin: 0 5px 0 0;
	padding-top: 4px;
}

dl.cadre dd {
	height: 85px;
	padding-top: 4px;
}

/***************************************************
	PRODUITS
***************************************************/

div#produits h1 {
	background: url(images/titre_produits_fr.gif) no-repeat top left;
}

div#produits em {
	color: #666666;
}

/***************************************************
	PILOTES
***************************************************/

div#pilotes h1 {
	background: url(images/titre_pilotes_fr.gif) no-repeat top left;
}

div#pilotes dt.vignette {
	width: 135px;
	margin-right: 22px;
}

div#pilotes dt.vignette td {
	padding: 0;
}


/***************************************************
	FEEDBACK
***************************************************/

div#avis h1 {
	background: url(images/titre_avis_fr.gif) no-repeat top left;
}

form#questionnaire {
	padding: 0 150px;
}

div.contour {
	background: #cccccc;
	border: 10px solid #cccccc;
}

form#questionnaire fieldset {
	padding: 0px 12px 0px 12px; 
	margin: 1px 0;
	border-color: #BBBBBB;
	border-style: solid;
	border-width: 0px;
	background: #fefefe;
}

form#questionnaire fieldset.pair {
	background: #F0F0F0;
}

form#questionnaire legend {
	padding: 0 6px;
	font-weight: bold;
	font-size: 11px;
	display: none;
}

div.forminfo {
	padding: 0px 12px 0px 12px;
}

div.infldset {
	padding: 12px 10px 18px 10px;/*6px 0px 9px 0;*/ 
	overflow: auto;
} 

div.infldset h3 {
	color: #2a80b1;
	font-size: 11px;
	margin: 2px 0 3px 0;
}

div.infldset div {
	margin: 7px 10px 0 0;
	float: left;
}

div.infldset p {
	margin: 0 0 5px 0;
}

form#questionnaire label {
	margin: 3px 2px 2px 0;
	display: block;
}

form#questionnaire .radio label {
	width: 160px;
	float: left;
}

form#questionnaire .radio input {
	vertical-align: -20%;
}

form#questionnaire input, form#questionnaire select {
	margin-right: 5px;
}

/***************************************************
	DETAIL PRODUIT
***************************************************/

div#produit {
	padding: 0;
}

div#produit h1 {
	display: none;
}

/* Photo + bloc gamme */

div#photo {
	width: 990px;
	height: 420px;
	position: relative;
}

div#infos {
	position: absolute;
	width: 240px;
	height: 385px;
	border: 5px solid #ebebeb;
	top: 26px;
	left: 710px;
	background: #FFFFFF;
}

div#gamme {
	overflow: hidden;
}

div#infos div#gamme h2 {
	margin-bottom: 6px;
}

div#infos h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #323232;
	background: #ebebeb;
	padding-left: 11px;
	height: 20px;
}

div#infos h2 span {
	font-weight: normal;
	padding-left: 5px;
}

div#liens h2 {
	height: 25px;
	line-height: 24px;
	margin-top: 21px;
}

div#infos dl, div#infos dt, div#infos dd {
	width: 120px;
	text-align: center;
}

div#liens ul {
	margin-top: 8px;
}

div#liens li {
	padding-left: 22px;
	background: url(images/fleches.gif) no-repeat 11px 7px;
}

div#liens li a {
	text-decoration: none;
	color: #323232;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div#liens li a:hover { color: #999999 }

/* Fiche produit */

div#fiche {
	background: url(images/fond_produit.gif) repeat-x top center;
	padding: 0 30px 5px 30px;
}

div#fiche h2 {
	width: 930px;
	height: 71px;
	background: url(images/titre_fiche_fr.gif) no-repeat top left;
	text-indent: -3000px;
}

div#fiche p {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

/***************************************************
	FICHE PRODUIT (TABLEAU)
***************************************************/

table.tableau {
	padding: 0;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 6px;
}

.tableau td {
	height: 27px;
	background: #FFFFFF;
	border-bottom: 1px solid #e6e6e6;
	vertical-align: center;
	padding-left: 15px;
}

/* Cellules des sections moteur et partie cycle */
.tableau tr.section td {
	background: none;
	height: 46px;
	border: none;
}

/* Images sections */
.tableau td#moteur { text-indent: -3000px; background: url(images/fiche_moteur_fr.gif) no-repeat 13px 26px; }
.tableau td#cycle {  text-indent: -3000px; background: url(images/fiche_cycle_fr.gif) no-repeat 13px 26px; }

/* Cellule à gauche */
.tableau td.celluleGauche {
	width: 164px;
	border-right: 1px solid #e6e6e6;
	font-weight: bold;
	text-transform: uppercase;
}

/* Cellules à mettre en gris une cellule sur deux */
.tableau tr.gris td {
	background: #f7f7f7;
}

/* Titre produit */
.tableau h3 {
	font-weight: bold;
	font-size: 10px;
	padding-top: 16px;	
}

/* Prix produit */
.tableau td span {
	color: #666666;
	font-style: italic;
	font-weight: normal;
	padding-left: 10px;
}

/* Largeur de la colonne du produit 1 pour les tableaux bi-produit */
.tableau td.colonne1 {
	width: 345px;
}

/***************************************************
	REVENDEURS
***************************************************/

div#revendeurs {
	padding-bottom: 40px;
}

div#revendeurs h1 {
	background: url(images/titre_revendeurs_fr.gif) no-repeat top left;
}

div#autres {
	position: absolute;
	top: 155px;
	left: 660px;
	width: 300px;
	text-align: center;
}

div#revendeurs .tableau {
	margin-top: 15px;
}

.tableau .pays td {
	color: #d8021c;
	text-transform: uppercase;
	font-weight: bold;
	background: none;
	border: none;
	height: 20px;
	vertical-align: bottom;
}

.tableau .legende td {
	color: #666666;
	font-weight: bold;
	background: none;
	border: none;
}

.tableau .code { width: 115px; font-weight: bold; border-right: 1px solid #e6e6e6; }
.tableau .nom { width: 415px; border-right: 1px solid #e6e6e6; }
.tableau .ville { width: 205px; border-right: 1px solid #e6e6e6; }

/***************************************************
	GOODIES
***************************************************/

div#goodies h1 {
	background: url(images/titre_goodies.gif) no-repeat top left;
}

div.wallpapers {
	padding: 0px 1px 0px 4px;
	height: 220px;
	background: url(images/fond_wallpapers.gif) repeat-y top left;
}

dl.wallpaper {
	padding: 4px 4px 4px 0;
	width: 304px;
	height: 212px;
	float: left;
	background: #242424;
}

dl.wallpaper img {
	border: 1px solid #666666;
}

dl.wallpaper dt {
	width: 304px;
	height: 191px;
}

dl.wallpaper dt a:hover img {
	border: 1px solid #FFFFFF;
}

dl.wallpaper dd {
	width: 304px;
	display: block;
	height: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
}

dl.wallpaper a {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}
dl.wallpaper a:hover {
	color: #CC0000;
}

/***************************************************
	CONTACT
***************************************************/

div#contact h1 {
	background: url(images/titre_contact_fr.gif) no-repeat top left;
}

form#contactForm fieldset  { 
	border: none;
}

form#contactForm legend { 
	display: none;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}

form#contactForm {
	margin: 25px 0 0 195px;
}

form#contactForm p {
	margin: 8px;
}

form#contactForm label {
 	float: left;
	width: 85px;
	text-align: right;
	margin-right: 5px;
	line-height: 23px;
	color: #666666;
}

form#contactForm label#message-label {
	display: none;
}

form#contactForm input, form#contactForm select, form#contactForm textarea {
	background: #dcdcdc;
	border: 1px solid #909090;
	color: #333333;
	margin: 1px 0;
}

form#contactForm input { 
	width: 150px; 
	height: 14px; 
}

form#contactForm select {
	width: 200px;
	height: 20px;
}

form#contactForm textarea {
	width: 460px;
	height: 140px;
	margin-top: 15px;
	padding: 5px;
}

form#contactForm input:focus, form#contactForm select:focus, form#contactForm textarea:focus, form#contactForm .focus {
	background-color: #eeeeee;
}

form#contactForm input#valid {
	width: 65px;
	height: 23px;
	margin-left: 200px;
}

form#contactForm input#sujet {
	width: 355px;
}

/***************************************************
	PHOTOS
***************************************************/

div#photos h1, div#galerie h1 {
	background: url(images/titre_photos_fr.gif) no-repeat top left;
	/*margin-bottom: 0;*/
}

div#photos div.wallpapers {
	height: 149px;
}

div#photos dl.wallpaper {
	height: 141px;
}

div#photos dl.wallpaper dt {
	height: 120px;
}

/*div#photos {
	padding-bottom: 15px;
	height: 543px;
}

div#flash {
	width: 638px;
	height: 463px;
	background: url(images/fond_photos.gif) no-repeat top center;
	margin: 0;
	position: absolute;
	top: 192px;
	left: 50%;
	margin-left: -319px;
}

div#flash div#flash2 {
	width: 602px;
	height: 427px;
	background: #555555;
	margin: 18px 0 0 18px;
}*/

/***************************************************
	GALERIE PHOTOS
***************************************************/

div#galerie {
	overflow: auto;
	height: 1%;
	padding-bottom: 20px;
}

div#retour {
	position: absolute;
	top: 155px;
	left: 750px;
	width: 200px;
	text-align: center;
}

div#photoBig {
	float: left;
	width: 682px;
}

div#photoBig table {
	width: 682px;
	padding: 0;
	border-spacing: 0px;
	border-collapse: collapse;
}

div#photoBig td {
	width: 682px;
	text-align: center;
}

div#photoBig img {
	padding: 8px;
	background: #e6e6e6;
	border: 1px solid #969696;
}

div#droite {
	width: 240px;
	float: right;
}

div#galerie h2 {
	width: 237px;
	height: 32px;
	padding-top: 12px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

ul#vignettes a {
	display: block;
	text-indent: -3000px;
	width: 65px;
	height: 65px;
	border: 4px solid #292929;
}
ul#vignettes a:hover, ul#vignettes li.on a { border: 4px solid #CC0000; }

ul#vignettes li {
	margin: 3px;
	float: left;
}