body {
	font-family:Arial, Helvetica, sans-serif;
}

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

h1, h2 ,h3 {
	margin:0 0 10px 0;
	color:#ed4814;
}

h1 {
	font-size:1.5em;
}

h2 {
	font-size:1.2em;
}

p {
	margin-bottom:15px;
}

a span {
	display:none;
}

p.text {
	line-height:1.4em;
}

p.bold {
	font-weight:bold;
}

a {
	color:#325180;
	text-decoration:underline;
}

a:hover {
	color:#f2a94a;
}

.rouge {
	color:#CC0000;
	}

.sml_title {
	color:#000;
	font-weight:bold;
}

.medium_title {
	color:#6092c8;
	font-weight:bold;
	font-size:1.4em;
}

.conteneur {
	width:1000px;
	margin:0 auto;
	position:relative;
}

/*================= Header =================*/

#header {
	height:296px;
	width:100%;
	position:relative;
	z-index:10;
}


#bck_header_l {
	position:absolute;
	width:50%;
	top:0;
	left:0;
	height:296px;
	z-index:-10;
	background:url(images/bck_header_l.gif) top left repeat-x;
}

#bck_header_r {
	position:absolute;
	width:50%;
	top:0;
	left:50%;
	height:296px;
	z-index:-10;
	background:url(images/bck_header_r.gif) top left repeat-x;
}

#bck_header2 {
	position:absolute;
	width:100%;
	z-index:30;
	height:296px;
	z-index:-5;
	background:url(images/bck_conteneur_head.png) center top no-repeat;
}

#header>.conteneur {
	height:296px;
	padding-top:15px;
}



/*================= Menu outils =================*/

#menu_outils {
	position:absolute;
	top:20px;
	right:80px;
	z-index:120;
}

#menu_outils ul li {
	float:right;
	margin:0 0 0 10px;
	height:42px;
	background:url(images/menu_outils_fle.png) center bottom no-repeat;
}

#menu_outils ul li a {
	display:block;
	padding:9px 15px 7px 15px;
	color:#325180;
	font-size:1em;
	text-decoration:none;
}

#menu_outils ul li a:hover {
	border-color:#f1a84a;
	color:#f1a84a;
}


/*================= Menu =================*/

#menu {
	height:61px;
	width:1000px;
}

#menu #menu_left {
	height:61px;
	background:#f1a84a url(images/menu_left.png) top left no-repeat;
	width:33px;
	float:left;
}

#menu #menu_centre {
	height:61px;
	background:#848484 url(images/menu_bckgrnd.gif) bottom left repeat-x;
	width:956px;
	float:left;
}

#menu #menu_right {
	height:61px;
	background:#c3350a url(images/menu_right.png) top left no-repeat;
	width:11px;
	float:right; 
}

#menu ul {
	position:relative;
	width:auto;
	margin:0 auto;
}

#menu ul li {
	float:left;
	position:relative;
}

#menu ul li.menu_separ {
	height:61px;
	width:14px;
	background:url(images/menu_fle.png) bottom center no-repeat;
}

#menu_item1, #menu_item2, #menu_item3, #menu_item4, #menu_item5, #menu_item6{
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.3em;
	text-decoration:none;
	padding:20px 15px;
	text-align:center;
}
#menu_item1 a.selected, #menu_item2 a.selected, #menu_item3 a.selected, #menu_item4 a.selected, #menu_item5 a.selected, #menu_item6 a.selected{
	color:#f1a84a;
}
#menu_item1:hover, #menu_item2:hover, #menu_item3:hover, #menu_item4:hover, #menu_item5:hover, #menu_item6:hover{
	color:#f1a84a;
}

/*
#menu ul li a {
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.3em;
	text-decoration:none;
	padding:20px 15px;
	text-align:center;
}

#menu_item1 {
	width:123px;
}

#menu_item2 {
	width:147px;
}

#menu_item3 {
	width:189px;
}

#menu_item4 {
	width:140px;
}

#menu_item5 {
	width:149px;
}

#menu ul li a.selected {
	color:#f1a84a;
}

#menu ul li a:hover {
	color:#f1a84a;
}
*/
/*================= Sousmenu ==================*/

#sddm {
	margin:0;
	padding:0;
	z-index:30;
	}

#sddm li {
	}

#sddm li a {
	}

#sddm li a:hover {
	}

#sddm div {
	position:absolute;
	padding:0;
	width:auto;
	margin-top:1px;
	}

#sddm div a {
	position:relative;
	display:block;
	padding:10px 10px;
	white-space:nowrap;
	text-align:center;
	text-decoration:none;
	background-color:#c92e0a;
	color:#FFFFFF;
	margin:0 0 1px 0;
	height:auto;
	font-size:12px;
	}

#sddm div a:hover {
	background-color:#eea649;
	color:#ffffff;
	}

#sousmenu_1 {
	width:153px;
	}

#sousmenu_2 {
	width:177px;
	}

#sousmenu_3 {
	width:219px;
	}

/*
.sousmenu {
	position:absolute;
	display:none;
}

.sousmenu a:hover {
	background-color:#eea649;
	color:#ffffff;
}

.sousmenu ul li {
	margin-bottom:2px;
}

.sousmenu a {
	display:block;
	padding:10px 10px;
	background-color:#c92e0a;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	width: 180px;
}
*/
/*================= Contenu ==================*/

#contenu {
	width:100%;
	position:relative;
	background-color:#eaeaea;
}

#contenu .conteneur {
	width:1000px;
	margin:0 auto;
	background-color:#eaeaea;
}

#contenu_top {
	height:37px;
	background:#FFF url(images/contenu_top.png) top left no-repeat;
}

#contenu_centre {
	background:#FFF url(images/contenu_bckgrnd.gif) top left repeat-y;
	padding:0 30px;
}

#contenu_bas {
	background:#FFF url(images/contenu_bas.png) top left no-repeat;
	height:37px;
}

.catalogue #contenu_top {
	height:37px;
	background:#FFF url(images/contenu_top_cat.png) top left no-repeat;
}

.catalogue #contenu_centre {
	background:#FFF url(images/contenu_bckgrnd_cat.gif) top left repeat-y;
	padding:0 30px;
}

.catalogue #contenu_bas {
	background:#FFF url(images/contenu_bas_cat.png) top left no-repeat;
	height:37px;
}

#col_l {
	width:200px;
	padding-right:20px;
	float:left;
	margin-right:1px;
}

#col_centre {
	width:412px;
	padding:0 20px;
	float:left;
	margin-right:1px;
}

.catalogue #col_centre {
	width:678px;
	padding:0 20px;
	float:left;
}

#col_r {
	width:226px;
	padding-left:20px;
	float:left;
}

.ariane {
	color:#999;
	font-size:0.8em;
}


/*================= Catalogue ==================*/

#catalogue {
	border:#CCCCCC solid 1px;
	padding-bottom:50px;
	}

#catalogue #menu_categorie {
	border-bottom:#CCCCCC solid 1px;
	height:40px;
	}

#catalogue #menu_categorie a {
	font-size:1.3em;
	color:#666666;
	display:block;
	float:left;
	width:193px;
	text-align:center;
	padding:10px 0;
	text-decoration:none;
	font-weight:bold;
	}

#catalogue #menu_categorie a.selected {
	color:#31baec;
	background:url(images/fle_bas.jpg) center top no-repeat;
	}

#catalogue #menu_categorie a:hover {
	color:#31baec;
	background:url(images/fle_bas.jpg) center top no-repeat;
	}

#modeles {
	padding:0 20px 20px 0;
	}

#catalogue #selecteur {
	position:relative;
	float:left;
	background:url(images/fle_selecteur.jpg) 30px top no-repeat;
	height:auto;
	padding-top:30px;
	}

#catalogue #selecteur a {
	width:200px;
	background:left top no-repeat;
	display:block;
	text-decoration:none;
	color:#333333;
	position:relative;
	margin-bottom:1px;
	}

#catalogue #selecteur a span {
	display:none;
	float:right;
	font-size:1.1em;
	font-weight:bold;
	width:85px;
	}

#catalogue #selecteur a.selected {
	background: -30px top no-repeat;
	}

#catalogue #selecteur a:hover {
	background: -30px top no-repeat;
	}

#catalogue #selecteur a:hover span {
	display:block;
	}

#catalogue #selecteur a#pneu1 {
	background-image: url(../images/pneu1_v.jpg);
	height:50px;
	padding-top:32px;
	}

#catalogue #selecteur a#pneu2 {
	background-image: url(../images/pneu2_v.jpg);
	height:48px;
	padding-top:30px;
	}

#catalogue #selecteur a#pneu3 {
	background-image: url(../images/pneu3_v.jpg);
	height:51px;
	padding-top:30px;
	}

#catalogue #selecteur a#pneu4 {
	background-image: url(../images/pneu4_v.jpg);
	height:56px;
	padding-top:33px;
	}

#catalogue #selecteur a#pneu5 {
	background-image: url(../images/pneu5_v.jpg);
	height:60px;
	padding-top:10px;
	}

#catalogue #selecteur a#pneu6 {
	background-image: url(../images/pneu6_v.jpg);
	height:50px;
	padding-top:20px;
	}

#catalogue #selecteur a#pneu7 {
	background-image: url(../images/pneu7_v.jpg);
	height:70px;
	padding-top:10px;
	}

#catalogue #selecteur a#pneu8 {
	background-image: url(../images/pneu8_v.jpg);
	height:47px;
	padding-top:30px;
	}

#catalogue #selecteur a#pneu9 {
	background-image: url(../images/pneu9_c.jpg);
	height:51px;
	padding-top:20px;
	}

#catalogue #selecteur a#pneu10 {
	background-image: url(../images/pneu10_c.jpg);
	height:42px;
	padding-top:25px;
	}

#catalogue #selecteur a#pneu11 {
	background-image: url(../images/pneu11_c.jpg);
	height:54px;
	padding-top:23px;
	}

#catalogue #selecteur a#pneu12 {
	background-image: url(../images/pneu12_c.jpg);
	height:54px;
	padding-top:23px;
	}

#catalogue #selecteur a#pneu13 {
	background-image: url(../images/pneu13_c.jpg);
	height:54px;
	padding-top:23px;
	}

#catalogue #selecteur a#pneu14 {
	background-image: url(../images/pneu14_c.jpg);
	height:47px;
	padding-top:30px;
	}

#catalogue #selecteur a#pneu15 {
	background-image: url(../images/pneu15_c.jpg);
	height:53px;
	padding-top:30px;
	}

#catalogue #selecteur a#pneu16 {
	background-image: url(../images/pneu16_t.jpg);
	height:54px;
	padding-top:20px;
	}

#catalogue #selecteur a#pneu17 {
	background-image: url(../images/pneu17_t.jpg);
	height:53px;
	padding-top:34px;
	}

#catalogue #selecteur a#pneu18 {
	background-image: url(../images/pneu17_t.jpg);
	height:53px;
	padding-top:34px;
	}

.infos_modele {
	margin-left:225px;
	padding-top:30px;
	}

.infos_modele .slideshow {
	width:268px;
	padding-top:20px;
	}

.infos_modele .slideshow a {
	margin-right:10px;
	}

.infos_modele .slideshow a:hover img {
	border:#31baec solid 1px;
	}

.infos_modele .slideshow a img {
	width:55px;
	border:#666666 solid 1px;
	}

.infos_modele .slideshow img {
	border:#666666 solid 1px;
	margin-top:10px;
	}


/*================= Listes ==================*/

ul#articles li {
	margin-bottom:15px;
	}

ul#articles li a.title {
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:7px;
	display:block;
	}

ul.liste {
	margin-bottom:15px;
	padding-left:15px;
	list-style-type:square;
	color:#325180;
}

ul.liste li {
	margin-bottom:7px;
}

ol {
	margin-bottom:15px;
	padding-left:15px;
	list-style-type:decimal;
	font-size:1.1em;
	font-weight:bold;
}

ol li {
	margin-bottom:7px;
}

ul.liens_rapides {
	margin-bottom:15px;
	padding:0;
	list-style-type:none;
}

ul.liens_rapides li {
	padding-left:15px;
	behavior: url(iepngfix.htc);
	background:url(images/fle_d.png) left center no-repeat;
	margin-bottom:7px;
}


/*================= Tableaux ==================*/

#contenu table {
	border:#666666 solid 1px;
	margin-bottom:20px;
	}

#contenu table.manuf {
	border:none;
	}

#contenu table.manuf td {
	vertical-align:middle;
	border:none;
	padding:15px 15px;
	}

#contenu table th {
	text-align:center;
	padding:5px;
	background-color:#325180;
	color:#FFFFFF;
	}

#contenu table td {
	border:#666666 solid 1px;
	padding:5px;
	}

#contenu table tr.border_bottom {
	border-bottom:#666666 solid 2px;
	}

#contenu table.border_left tr td:nth-child(2), #contenu table.border_left tr td:nth-child(4) {
	border-right:#666666 solid 2px;
	}

#contenu table tr.bold td {
	font-weight:bold;
	}

#contenu table.bold_left tr td:first-child {
	font-weight:bold;
	}


/*================= Footer ==================*/

#footer {
	height:61px;
	position:relative;
	z-index:10;
	width:100%;
	background:#d2d2d2 url(images/footer_bckgrnd.png) top left repeat-x;
}

#footer .conteneur {
	width:1000px;
	margin:0 auto;
}

#footer #footer_left {
	height:61px;
	background:#f1a84a url(images/menu_left.png) top left no-repeat;
	width:33px;
	float:left;
}

#footer #footer_centre {
	height:61px;
	background:#848484 url(images/footer_bck.gif) bottom left repeat-x;
	width:856px;
	float:left;
	padding:0 50px;
	}

#footer #foot_l {
	float:left;
	}

#footer #foot_r {
	float:right;
	}

#footer p {
	color:#FFF;
	font-size:0.9em;
	padding-top:25px;
	}

#footer p a {
	color:#FFF;
}

#footer a:hover {
	color:#C00;
}

#footer #footer_right {
	height:61px;
	background:#c3350a url(images/menu_right.png) top left no-repeat;
	width:11px;
	float:right;
}



