


body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.6em;
}

h6 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	color: #000000;
}

a:hover {
	background: none;
}

/* Header */ /* ok*/

#wrapper_header {
	width: 100%;
	height: 107px;
	background: url(/im/48/header.png) repeat left top;
}

/* Logo */

#logo {
	width: 970px;
	height:104px;
	padding: 0px 0px 0px 10px;
	margin:0px auto;

	vertical-align:bottom;
}
#logo a{
	text-decoration: none;
	border-bottom: 1px solid #000000;
	color: #000000;
}




#logo h1, #logo p {
}

#logo h1 {
	
	padding: 0;
	margin-right: 10px;
	letter-spacing: -1px;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 2.8em;
	font-style: italic;
	color: #FFFFFF;

}


#logo p {
	margin: 0;
	padding: 0;
	font: normal 13px Arial, Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#lang {
	float: right;
	width: 50px;
	padding: 8px 0px;
	border: 2px #00ff00 solid;
}

/* Menu */

#wrapper_menu {
	width: 100%;
	height: 42px;
	margin: 0;
	padding: 0;
	background: url(/im/48/menu_bar.png) repeat left top;
}

#menu_div {
	width: 980px;
	height: 42px;
	margin: 0px auto;
	padding: 0;
}

#menu_menu {
	float: left;
	width: 750px;
	padding: 8px 0px;
	border: 0px #00ff00 solid;
}

#menu_login {
	float: right;
	margin: 12px auto;
	width: 200px;
	text-align:right;
	color: #FFFFFF;
	font-weight:bold;
}

#menu_login a{
	font-weight:bold;
	text-decoration:underline;
	color: #FFFFFF;
}

#wrapper-top {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(/im/48/wrapper_top.png) repeat-x left top;
}

#wrapper-page {
	width: 1000px;
	margin: 0 auto;	
}


/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding-top: 0px;
}

/* Content */

#content {
	float: right;
	width: 805px;
	margin: 0;
	padding: 0;
	padding-top: 15px;
}

.post {
}

.post .title {
	border-bottom: 1px #989898 dashed;
}


.post .title a {
	background: none;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .entry {
	padding: 10px 0 5px 0;
	text-align: justify;
}

.link_price {
	
}

.link_price a {
	text-decoration: underline;
}

/* affichage produit */

.flottante {
	background-color: #00ff00;
	margin: 10px;
	float: left;
	width: 45%;
	text-align: left;
}
.conteneur {
	width: 100%;
}
.spacer {
	clear: both;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 125px;
	height:100%;
	margin: 0px 10px;
	padding: 10px 7px 10px 7px;
	background-color:#F08E43;
	
}

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

#sidebar li {
	margin: 0;
	padding: 2px 0px;
}

#sidebar li ul {
	padding-top: 10px;
}

#sidebar li li {
	padding-left: 10px;	
	border-bottom: 0px;
	border-top: 1px dashed #CC6600;
}

#sidebar h2 {
	letter-spacing: -.5px;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 980px;
	margin: 15px auto;
	padding: 15px 0 10px 0;
	background: #CF4E2D;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	margin: 4px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #000000;
	border-bottom: 1px #000000 dotted;
}

/* Price Tabs*/

.price_tab th{
	text-align:center;
	font-weight:bold;
	min-width:70px;
	color:#000000;
	width:70px;
	padding: 0 5px;
	background-color:#CF4E2D;
}

.tdp{
	padding-right:10px;	
	text-align:right;
	font-weight:bold;
	color:#000000;
	background-color:#F08E43;	
}

.tda {
	text-align:center;
	font-weight:bold;
	border-bottom: 0px dotted #000000;
}

.tda a{
	text-decoration:underline;
	border-bottom: 0px dotted #000000;
}

.price_tab_option th{
	text-align:center;
	font-weight:bold;
	color:#000000;
	width:75px;
	padding: 0 5px;	
	background-color:#CF4E2D;	
}

.price_tab_option td{
	padding-right:10px;	
	text-align:right;
	font-weight:bold;
	color:#000000;
	background-color:#F08E43;	
}

.red{
	color:#FF0000;
}

/* Pannier Tabs*/

.cart_tab{
	margin-left: 0px;
	margin-right: auto;
	width:95%;
}
	

.cart_tab th{
	text-align:center;
	font-weight:bold;
	color:#000000;
	padding: 0 5px;
	background-color:#CF4E2D;
}

.cart_tab td{
	text-align:left;
	color:#000000;
	padding: 5px 5px;
	background-color:#F08E43;
}

td.align_center{
	text-align:center;
}

td.align_right{
	text-align:right;
}

td.align_left{
	text-align:right;
}

td.null_right{
	text-align:right;
	background: #FFFFFF;
}

td.null_left{
	text-align:right;
	background: #FFFFFF;
}

td.tab_cart_del a{
	text-decoration:none;
}

td.tab_pay,td.tab_pay a{
	border:0;
	text-decoration:none;
	text-align:center;
}

/* Forms */
.part_perc {
	display:inline;
}



/* Search */

#search {
	float: right;
	width: 230px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 70px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	border: none;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}
 /*border:0px solid #FF0000;*/
 
.border_red {
	border: 2px solid #FF0000;
	color: #FF0000;
}
