/* CORE CSS - 20060601 */


/* BODY */

body /* These becomes the initial settings for most other elements */
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #535548;
    background-image: url(../images/fond.png);
    background-repeat: repeat-x;
    text-align: center; /* IE method for centering page if it has fixed width */
    margin: 0;
    padding: 0;

}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 /* Set general styles for all headings; some may be overridden later */
{
   
    font-style: normal;
    margin: 0 0 0.5em 0;
    padding: 0;
}

h1
{
    margin-top: 0;
    font-size: 1.5em;
    font-weight: normal;
}



h2 a
{
    font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
	
	
}

h2
{
    font-size: 1.3em;
}
h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: 1em;
}

h6
{
    font-size: 1em;
    font-weight: normal;
}


/* PARAGRAPHS */

p
{
    margin: 0.5em 0.5em 0.5em 0.5em;
    line-height: 1.25em; /* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */
}


/* LINKS */

a
{
    color: #666666;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
    
}

a:hover
{
    color: #FF6600;
   
}

a img
{
    border: none; /* Some browsers may display a border around a linked image without this attribute set to _none_. */
}


/* PRE TEXT */

pre, code
{
    font-family: Arial, Helvetica, sans-serif; /* Usually defaulted to monospaced font anyway, but browwsers may vary which one is used, so giving exact alternatives helps visual consistenct */
    font-size: 1em; /* Setting this exact size may also help visual consistency */
	width:270px;
	overflow:visible;
	height:50px;
}

pre
{
    background-color: #f8f8f8;
    margin: 5px 0 5px 0;
   color:#FFBF01;
   
}

pre.wordwrap /* Style for ensuring long lines in pre field won't break the design; use &nbsp; instead to preserve white-space where desired */
{
    white-space: normal;
}

pre.wordwrap span.line /* Style for tag wrapping around each line of text */
{
    display: block;
}


/* TABLES */

table
{
    font-size: 11px; /* Fix for size "loss" in tables in IE; redundant for most other browsers */
    margin: 0;
    padding: 0;
}

th, td
{
    padding: 0;
}

table.list /* Standard class usable for most regular tables presenting lists, with additional related styles */
{
    
    margin: 1em 0 1em 0;
   
}

table.list th, table.list td
{
    padding: 0.4em;
    border: 1px solid #C00000;
   
   
    vertical-align: top;
}

table.list th
{
    font-weight: normal;
    color: #FFFFFF;
    background-color: #FFBF00;
    white-space: nowrap;
    text-align: left;
    
    background-position: top left;
}

table.list td
{
    
    font-weight: normal;
}

table.list th:first-child, table.list td:first-child
{
   /* border-left: 1px solid #ffffff;*/
}

table.list tr.bglight
{
    background-color: #FFFFFF;
}

table.list tr.bgdark
{
    background-color: #ffffff;
}


table.list a
{
    border-bottom-color: #FF6600;
}

table.list img
{
    vertical-align: middle;
}

th.tight, td.tight
{
    width: 1%;
}

td.nowrap
{
    white-space: nowrap;
}

td.number
{
    text-align: right;
}

/* ORDERED AND UNORDERED LISTS */

ul, ol
{
    margin: 0.75em 0 1em 2.5em;
    padding: 0;
}

ul ul, ol ul
{
    margin: 0.3em 0 0.5em 1.3em;
}

ul ol, ol ol
{
    margin: 0.3em 0 0.5em 1.9em;
}

li
{
    margin: 0 0 0.3em 0;
    padding: 0;
    line-height: 1.25em;
	
}


/* DEFINITION LISTS */

dl
{
    margin: 0.25em 0 0.25em 0;
    padding: 0;
}

dt, dd
{
    font-style: normal;
    margin: 0 0 0.25em 0;
}

dt
{
    font-weight: bold;
}

dd
{
    margin: 0 1em 0.5em 2.5em;
}


/* FORM ELEMENTS */

form
{
    margin: 0;
    padding: 0;
}

label
{
    font-weight: bold;
    padding-right: 0.5em;
    display: block;
    white-space: nowrap;
}

input, select
{
    font-family: Arial, Helvetica, sans-serif; /* Needs to be set for some browsers, to prevent other default font from being used */
}

input.box, input.halfbox
{
    font-size: 1em;
	height:20px;
	
}

textarea
{
    font-family: Arial, Helvetica, sans-serif; /* Usually defaulted to monospaced font; so it needs to be set if to change */
    font-size: 1em; /* Needs to be specified for IE */
}

optgroup
{
    font-weight: bold;
    font-style: normal;
}

input.button, button, input.defaultbutton
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: middle;
    font-size: 0.8em;
    color: #000000;
	width:150px;
height:35px;

}

input.box, textarea.box
{
    width: 100%;
    border: 1px solid #A5ACB2;
    font-size: 1em;
}

input.halfbox, textarea.halfbox
{
    width: 90%;
}

div.input, div.textarea
{
    margin: 0.5em 0 0.5em 0;
    padding: 0 0.25em 0 0.25em;
    border: 1px solid;
    border-color: #808080 #e0e0e0 #e0e0e0 #808080;
}

div.textarea
{
    padding-right: 0;
}

div.input input, div.textarea textarea
{
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

fieldset
{
    border: 1px solid #ccccc3;
    padding: 0.5em;
}

legend
{
    font-weight: bold;
    color: #000000;
    padding: 0 0.25em 0 0.25em;
}

fieldset label
{
    color: #000000;
}

fieldset input.button
{
    margin-top: 0.5em;
}

/* HORIZONTAL RULERS */

hr /* General formatting for all horizontal rulers */
{
    color: #ffffff; /* Color must be set to the same as the background color to hide default formatting in IE */
    border: none; /* All borders must be removed as they are default for Opera */
    border-top: 1px solid #e0e0e0; /* This single top border is the one replacing the default look of the ruler */
    height: 1px;
    margin: 0.35em 0 0.35em 0; /* Be aware that these margins may not be calculated consistently across browsers */
}


/* MESSAGES TO THE USER */

div.message-confirmation, div.message-feedback, div.message-warning, div.message-error
{
    margin: 0;
    padding: 0;
    border: 1px thin #808080;
    background-color: #f8f8f8;
	float:right;
	width:700px;
	margin-right:10px;
}

div.warning
{
    
    border: 1px thin #f8f8f8;
  color:#990000;
	 background-color: #f8f8f8;
	width:602px;
	height:30px;
	font-size:14px;
	margin-bottom:20px;
}

div.message-feedback
{
    border-color: #40b040;
}

div.message-warning, div.warning
{
    border-color: #FF6600;
}

div.message-error
{
    border-color: #FF0000;
}

div.feedback h2
{
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#666666;
	
	padding-bottom:12px;
	margin-left:210px;
}
div.feedback 
{
margin-top:15px;
color:#666666;
font-size:12px;
font-weight:bold;
}

/* The remaining styles are important for proper content rendering in eZ publish - Do not remove or alter them without proper knowledge of the possible consequences */

/* POSITION CONTROL */

div.block  /* Used around groups of objects which are connected in some way, and requires extra margins to the surroundings */
{
   margin-bottom:5px;
   margin-top:5px;
    padding: 0;
    clear: both;
}

div.block div.element /* Used if several objects are to be stacked horizontally within the same block */
{
    padding-right: 1em;
    float: left;
}
div.block div.element label, div.block label
{
    color:#C00000;
	
}

h1#longg
{
    color:#C00000;
	font-size:18px;
	  font-weight: bold;
}
div.shop-confirmorder h3, div.shop-orderview h3, div.shop-basket h3
{
    color:#C00000;
	font-size:16px;
	  font-weight: bold;
}

div.shop-confirmorder h4, div.shop-orderview h4
{
    color:#C00000;
	font-size:13px;
	  
}

div#boutique a.lien1
{
    	  color:#C00000;
		font-size:16px;
	  	font-weight: bold;
	  	float:right;
	  	text-decoration:underline;
	  	margin-right:20px;
	  
}

div.block div.left /* Floats elements to the left in a block */
{
    width: 48%;
    float: left;
    clear: left;
}

div.block div.right /* Floats elements to the right in a block */
{
    width: 48%;
    float: right;
    clear: right;
}

div.object-left /* Used for floating images and other content elements to the left inside other content */
{
    margin: 0.0025em 0.0025em 0.0025em 0;
    float: left;
    clear: left;
}

div.object-right /* Used for floating images and other content elements to the right inside other content */
{
    margin: 0.0025em 0 0.0025em 0.0025em;
    float: right;
    clear: right;
}

.float-break
{
    height: 1%; /* Fix for IE */
	
}

.float-break:after /* Terminate floating elements flow */
{
    content: "-";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

div.break /* Old method for terminating floating elements flow; kept for backwards compatibility */
{
    clear: both;
    font-size: 1px; /* Fix for IE */
    height: 1px;
    margin-bottom: -1px;
}


/* MISCELLANEOUS STYLES */

.hide /* Used on elements which should only be visible if CSS in disabled or unavailable */
{
    display: none;
}

.spamfilter /* Simple fix for stopping spambots from getting correct e-mail addresses from a web page: info<span class="spamfilter>SPAMFILTER</span>@ez.no <span class="spamfilter>(Remove SPAMFILTER to reply)</span> */
{
    display: none;
}


/* multioption */
table.multioption, table.multioption table
{
    width: 100%;
    margin: 0;
    border-top: 1px solid #ecece4;
    border-left: 1px solid #ecece4;
}

table.multioption table
{
    margin-top: 0.5em;
}

table.multioption th, table.multioption td
{
    padding: 0.25em;
    border-right: 1px solid #ecece4;
    border-bottom: 1px solid #ecece4;
    vertical-align: top;
    text-align: left;
}

table.multioption th
{
    background-color: #bfbfb7;
}

table.multioption div.controlbar div.block
{
    padding: 0;
}

table.multioption input.box
{
    width: 98%;
	
}

fieldset.multioption label
{
    font-weight: bold;
    margin: 0.5em 0 0.5em 0;
}

option.disabled
{
    color: #a0a0a0;
}    

div.attribute-multioption ul
{
    margin: 0 0 0 1em;
    padding: 0;
}

div.attribute-multioption li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.pRed
{
   
   color:#FF0000;
}   

.pBlue
{
   
   color:#003399;
   
}

.pVert
{
   
   color:#009933;
  
}
.pOrange
{
   
   color:#FF6600;
   
}

.pCentre
{
   
   text-align:center;
   
}

.pCentreOrange
{
   
   text-align:center;
color:#FF6600;
   
}

.pCentreRed
{
   
   text-align:center;
color:#FF0000;
   
}

.pCentreBlue
{
   
   text-align:center;
 color:#003399;
   
}



.headerRed
{
   
   color:#C00000;
  
}

.headerBlue
{
   
   color:#003399;
  

}

.headerVert
{
   
   color:#006666;
  

}
.headerOrange
{
   
   color:#FF6600;
  
}

.linkRed
{
   
    color:#C00000;
   	font-size:14px;
	margin-top:10px;
}


.linkBlue
{
   
   color:#003399;
   font-size:12px;
}

.linkVert
{
   
   color:#009933;
   font-size:12px;
}
.linkOrange
{
   
   color:#FF6600;
   font-size:12px;
}

.tableRed
{
   
    color:#C00000;
   
	
}


.tableGris
{
   
  
   color:#FFBF01;
}

.tableVert
{
   
   color:#009933;
   

}
.tableOrange
{
   
   color:#FF6600;
  
}

.tablefontRed
{
   
    background-color:#C00000;
   	color:#FFFFFF;
	
}


.tablefontGris
{
   
   background-color: #f8f8f8;
   color:#FFFFFF;
}

.tablefontVert
{
   
color:#FFFFFF;
background-color:#009933;
}
.tablefontOrange
{
   
  background-color:#FF6600;
   color:#FFFFFF;
}



.trRed
{
   
    color:#C00000;
   	font-size:12px;
	
}


.trBlue
{
   
   color:#003399;
   font-size:12px;
}

.trVert
{
   
   color:#009933;
   font-size:12px;
}
.trOrange
{
   
   color:#FF6600;
   font-size:12px;
}



.tdRed
{
   
   	 color:#C00000;
   	font-size:12px;
	
}


.tdBlue
{
   
   color:#003399;
   font-size:12px;
}

.tdVert
{
   
   color:#009933;
   font-size:12px;
}
.tdOrange
{
   
   color:#FF6600;
   font-size:12px;
}


.thRed
{
    color:#C00000;
  
}
.thBlue
{
   color:#003399;
  
}

.tdRed
{
   
  color:#C00000;
   	
	
}


.tdBlue
{
   
   color:#003399;
   
}

.tdVert
{
   
   color:#00CC33;
  
}
.tdOrange
{
   
   color:#FF9900;
   
}

.boldRed
{
   
color:#C00000;
  
}
.boldBlue
{
  color:#003399;

  
}

.boldVert
{
   
   color:#009933;
   
}
.boldOrange
{
   
   color:#FF6600;
   
}




.italicBlue
{
  color:#000099;
 
  
}

.italicVert
{
   
   color:#009933;
   
}
.italicOrange
{
   
   color:#FF6600;
  
}   
  


.olRed
{
   color:#C00000;
  
}
.olBlue
{
   
  color:#000099;
}




.ulRed
{
   
  color:#C00000;
}
.ulBlue
{
  color:#000099; 
  
}
input.defaultbutton1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: inherit;
    font-size: 14px;
    color: #FFFFFF;
	width:206px;
	height:28px;
	
	border:none;
	
background-color :#FFBF01;
}

input.button1	
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: inherit;
    font-size: 14px;
	
	width:150px;
	height:25px;
	border:none;
	
	 color: #FFFFFF;
background-color :#FFBF01;
  

}
input.button2	
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: inherit;
    font-size: 14px;
	
	width:160px;
	height:25px;
	border:none;
	
	 color: #FFFFFF;
background-color :#FFBF01;
  

}
input.defaultbutton2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    vertical-align: inherit;
    font-size: 14px;
    color: #FFFFFF;
	width:200px;
	height:28px;
	
	border:none;
	background-color :#FFBF01;



}



div#reserverboutton
{
   clear:both;
  
   margin-bottom:5px;
height:32px;
margin-top:5px;
}
