/********************* GENERAL ************************/
* {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
html, body {
	background-color: #8d7d7e;
	color: #000000;
}
#page {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 896px;
	margin-right: auto;
	margin-left: auto;
}

input[type=text], input[type=password], select {
	border: 1px solid #999999;
	color: #666666;
	padding: 2px;
}

option {
    padding-right: 10px;
}

input[type=checkbox] {
    height: 20px;
}

input[type=submit], input[type=cancel], input[type=button] {
    background: #E7812F;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px;
    margin: 5px;
}

a {
  color: #000000;
}

.clear {
	clear: both;
}

/********************* TOP ************************/
#top {
	background-image: url(../images/interface/top.jpg);
	height: 80px;
}

#top-logo {
	float: left;
	height: 80px;
	width: 310px;
}

#top-menu {
	float: right;
	text-align:right;
	width: 550px;
	padding-top: 5px;
	padding-right: 10px;
	font-size: 0.8em;
	font-weight: bold;
}

#top-menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
	display: inline;
}

#top-menu li{
	position:relative;
	z-index:100;
	padding-right: 5px;
	padding-left: 5px;
}
#top-menu a {
	color: #444;
}
#top-menu a:hover {
	color: #FFFFFF;
}
/********************* MENU PRINCIPAL ************************/
#menu {
	height: 26px;
	background-image: url(../images/interface/menu-background.gif);
	clear: both;
}

/* remove the bullets, padding and margins from the lists */
#menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
#menu li{
	float:right;
	position:relative;
	z-index:100;
}

/* use the table to position the dropdown list */
#menu table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:34px;
}

/* style all the links */
#menu a, .menu :visited {
	display:block;
	font-size:0.7em;
	font-weight: bold;
	width:127px;
	height: 26px;
	color:#FFFFFF;
	background-image: url(../images/interface/menu-background.gif);
	text-decoration:none;
	text-align:center;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
/* style the links hover */
#menu a:hover{
	color:#444;
	background: url(../images/interface/menu-background-hover.gif);
}

/* hide the sub level links */
#menu ul ul {
	visibility:hidden;
	position:absolute;
	width:165px;
	background: #f3ac86 url(../images/interface/menu-niv2-background.gif);
}

#menu ul li ul li a, #menu ul li ul li  :visited {
	display:block;
	font-size: 0.7em;
	width:140px;
	color:#FFFFFF;
	text-decoration:none;
	text-align: left;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e24c00;
	border-right-width: 0px;
	background-image: url(../images/interface/menu-niv2-puce.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}

#menu ul li ul li a:hover{
	color:#333333;
	background-image: url(../images/interface/menu-niv2-puce.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}

/* make the sub level visible on hover list or link */
#menu ul li:hover ul,
#menu ul a:hover ul{
	visibility:visible;
	z-index: 300;
}

/********************* MARKET MENU ************************/
#market-menu {
	height: 25px;
	background-image: url(../images/interface/market-menu-background.gif);
	text-align: right;
	padding-right: 4px;
	padding-left: 20px;
	font-size: 0.7em;
	padding-top: 6px;
	background-repeat: repeat-x;
	color: #852F4C;
	font-weight: bold;
}

#market-menu a{
	color: #852F4C;
}

#market-menu a:hover{
	color: #FF9900;
}

#market-menu form {
	display: inline;
}
#market-menu form label {
	color: #852F4C;
}


#market-menu form input[type=text]{
	border: 1px solid #999999;
	color: #666666;
	padding: 2px;
	font-size: 0.7em;
}

    #market-menu .cart {
	background-image: url(../images/interface/icons/cart.gif);
	padding-bottom: 3px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 5px;
	padding-top: 3px;
	padding-right: 5px;
}

#market-menu .account {
	background-image: url(../images/interface/icons/account.gif);
	padding-bottom: 3px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 5px;
	padding-top: 3px;
	padding-right: 5px;
}

/********************* CONTENT FULL BODY ************************/
#content-full-body {
    clear: both;
    font-size: 0.8em;
}

/********************* CONTENT BODY ************************/
#content-body {
	float: right;
	width: 670px;
}

/********************* CONTENT FOOTER ************************/
#content-footer {
	clear: both;
	font-size: 0.1em;
}

/********************* CONTENT ************************/
#content {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#content p {
    margin-top: 10px;
    text-align: justify;
}

#content .texte_option {
    margin-top: -10px;
    text-align: justify;
	line-height:14px;
	font-size:11px;
}

#content .valeur_option {
    font-size:12px;
}

#content h1{
	font-size: 0.9em;
	color: #FFFFFF;
	background-image: url(../images/interface/h1-background.gif);
	height: 19px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-top: 3px;
	background-repeat: no-repeat;
}
/*ajouté pour le titre des options*/
#content .titre_option{
	font-size: 12px;
	font-weight:bold;
	color: #A31A0E;
	padding:1px;
	line-height:40px;
}

#content h2{
	font-size: 0.9em;
	color: #FFFFFF;
	background-image: url(../images/interface/h1-background.gif);
	height: 19px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-top: 3px;
	background-repeat: no-repeat;
}

#content .text {
	font-size: 0.8em;
	clear: both;
	padding: 10px;
}

#content ul {
	margin: 20px;
}

#content table {
	border-width: 1px;
	border-style: solid;
	border-color: #AA3700;
	text-align: center;
	border-collapse:collapse;
	border-spacing: 0px;
	margin: auto;
}

#content thead tr th {
	background-color: #E24C00;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #AA3700;
}

#content tbody tr th {
	background-color: #91AFD5;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #AA3700;
}

#content tbody tr td {
	background-color: #FFFFFF;
	color: #000000;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #AA3700;
}

#content tfoot tr td {
	background-color: #FFCFB9;
	color: #000000;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #AA3700;
	font-weight: bold;
}

/********************* CONTENT SUBMENU ************************/
#content-submenu {
	float: left;
	width: 170px;
	padding-right: 10px;
}

#content-submenu h3{
	background: none;
	font-weight: bold;
	color: #E24C00;
	border-top-width: 2px;
	border-top-style: hidden;
	border-top-color: #E24C00;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E24C00;
	padding: 2px;
	margin-bottom: 10px;
}

#content-submenu ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#content-submenu li{
	float: left;
	margin: 0px;
}

#content-submenu a{
	width: 160px;
	display: block;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 0.8em;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-decoration: none;
	background-image: url(../images/interface/submenu-background.gif);
	background-position: 2px;
	background-repeat: no-repeat;
}

#content-submenu a.here{
     background-color: #E5E5E5;
}

#content-submenu a:hover{
	background-color: #E5E5E5;
}
#newsletter {
	clear: both;
	padding-top: 20px;
	width: 170px;
}
#newsletter fieldset {
	border: 1px dotted #E24C00;
	padding: 4px;
}

#newsletter legend {
	font-size: 0.7em;
	font-weight: bold;
	color: #E24C00;
	text-align: left;
	background-color: #FFFFFF;
	margin-left: 10px;
}

#newsletter input[type=text]{
	border: 1px solid #999999;
	color: #666666;
	padding: 2px;
	font-size: 0.7em;
}

#newsletter input[type=submit]{
	border: 1px solid #E24C00;
	color: #E24C00;
	padding: 1px;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #FFFFFF;
}
/********************* FOOTER MENU ************************/
#keywords {
	font-size: 0.6em;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 5px;
}

#keywords ul{
	list-style-type:none;
	padding:0;
	margin:0;
	display: inline;
}

#keywords li{
	float:Aucune;
	position:relative;
	z-index:100;
	padding-right: 10px;
	padding-left: 10px;
	display: inline;
}
#keywords a {
	color: #999999;
}
#keywords a:hover {
	color: #FF9900;
}
/********************* KEYWORDS ************************/
#footer-menu {
	font-size: 0.6em;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #AA3700;
	border-bottom-color: #AA3700;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	background-color: #E24C00;
}

#footer-menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	display: inline;
}

#footer-menu li{
	float:Aucune;
	position:relative;
	z-index:100;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	display: inline;
}

#footer-menu a {
	color: #FFFFFF;
}

#footer-menu a:hover {
	color: #FF9900;
}
/********************* FOOTER ************************/
#footer {
	font-size: 0.6em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 70px;
	background-image: url(../images/interface/footer-background.gif);
	background-repeat: no-repeat;
}
.msgErreur{
	font-weight: bold;
	color: #FF0000;
}

/********************* MODIFIER PROPRIETE TABLE **********/
#content table.perTable {
	background-image: url(../images/interface/products-background-table.gif);
	border-width: 0px;
/*	border-style: solid;
	text-align: center;
	border-collapse:collapse;
	border-spacing: 0px;
	margin: auto;
*/}

#content thead tr th.perTh1  {
/*	background-color: #E24C00;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #AA3700;
*/}

#content tbody tr th.perTh2  {
/*	background-color: #91AFD5;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #AA3700;
*/}

#content tbody tr td.perTd1 {
	background-image: url(../images/interface/products-background-table.gif);	
	border-width: 0px;
/*	background-color: #FFFFFF;
	color: #000000;
	padding: 2px;
	border-style: solid;
	border-color: #AA3700;
*/}

#content tfoot tr td.perTd2 {
/*	background-color: #FFCFB9;
	color: #000000;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #AA3700;
	font-weight: bold;
*/}
/********************* /MODIFIER PROPRIETE TABLE **********/


/*page referencement */
.page_ref h4
{
	font-size: 0.9em;
	color: #FFFFFF;
	background-image: url(../images/interface/h1-background.gif);
	height: 19px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-top: 3px;
	background-repeat: no-repeat;
}
.page_ref h1
{
	font-size:1.1em !important;
	font-weight:bold;
	color:#FF6600 !important;
	background-image:url(/images/transparent.gif) !important;
	height:inherit;
	margin-top:inherit !important;
	margin-bottom:inherit !important;
	padding-left:inherit !important;
	padding-top:15px !important;
	background-repeat:inherit !important;
	text-align:center;
}
.page_ref h2
{
	font-size:0.8em !important;
	color:#000000 !important;
	background-image:url(/images/transparent.gif) !important;
	height:auto !important;
	margin-bottom:inherit !important;
	padding-left:0px !important;
	padding-top:40px !important;
	background-repeat:inherit !important;
	
	display:blo !important;
	font-weight:normal !important;
}
.text_page 
{
	font-size: 0.8em;
	clear: both;
	padding-top:10px;
	padding-bottom:15px;
}
.sitemap ul
{
	font-size:12px;
	margin-top:5px !important;
	margin-bottom:5px !important;
}
.sitemap li
{
	margin-bottom:5px !important;
}
.sitemap a
{
	text-decoration:none;
	color:#000000;
}
.sitemap a:hover
{
	text-decoration:underline;
	color:#BD411B;
}

/*vignettes*/
.global_vignette
{
	background-color:#FFFFFF;
	width:874px !important;
}
.vignette_1
{
	width:856px;
	height:226px;
	position:relative;
	margin-top:18px;
	font-size:30pt !important;
	
	background-color:#CCCC66;
}
.v_left_top
{
	position:absolute;
	left:0;
	top:0;
}
.v_left_bottom
{
	position:absolute;
	left:0;
	bottom:0;
}
.v_right_top
{
	position:absolute;
	right:0;
	top:0;
}
.v_right_bottom
{
	position:absolute;
	right:0;
	bottom:0;
}
.content_vignette
{
	padding:5px;
	position:absolute;
	bottom:0;
	
}
.global_vignette a
{
	text-decoration:none !important;
	display:block !important;
	width:100% !important;
	height: !important;
}
.vignette_2
{
	float:left;
	width:273px;
	height:226px;
	position:relative;
	margin-top:18px;
	margin-right:18px;
	font-size:20pt !important;
	
	background-color:#CCCC66;
}
.no_margin_right
{
	margin-right:0px;
}
.vignette_3
{
	width:564px;
	height:226px;
	position:relative;
	margin-top:18px;
	margin-right:18px;
	
	font-size:23.81pt !important;
	
	background-color:#CCCC66;
	float:left;
}
.col_right_vignette
{
	float:right;
	width:273px;
	
	margin-left:18px;
}
.col_left_vignette
{
	float:left;
	width:273px;
	height:244px;
	
	margin-right:18px;
}
.vignette_4
{
	width:273px;
	height:103px;
	position:relative;
	margin-top:18px;
	font-size:17.67pt !important;
	
	background-color:#CCCC66;
}
.no_margin_right
{
	margin-right:0px !important;
}
/*vignettes*/
