<?
header("Content-Type: text/css");

$ie6 = false;	
if (stristr($_SERVER['HTTP_USER_AGENT'],'msie 6')) $ie6 = true;

$ie = false;	
if (stristr($_SERVER['HTTP_USER_AGENT'],'msie')) $ie = true;

?>

/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Helvetica, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Helvetica, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Helvetica, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Helvetica, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #000000;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.kinfoBox {
  background: #5F6779;
  width:127px;
}
.infoBox {
  background: #5F6779;
}

.kinfoBoxContents {
  background: #F4FBFB;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #315497;
}
.infoBoxContents {
  background: #F4FBFB;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #315497;
}

.infoBoxContents A {
  color: #315497;
}

.infoBoxContents A:hover {
  color: #315497;
}

.infoBoxContents A:visited {
  color: #315497;
}


.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #F4FBFB;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #F4FBFB;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #5F6779;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  background: #8FA2BE;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Helvetica, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Helvetica, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Helvetica, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Helvetica, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Helvetica, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Helvetica, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Helvetica, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Helvetica, Arial, sans-serif; font-size: 10px; color: #ff0000; }



/***************** PERSO *******************/


#menu2
{
	position: relative;
	z-index: 99;
	top: 60px;
	left: 200px;  /*280px;*/
	font-family: Helvetica, Tahoma, Arial;
	font-size : 12px;
	font-weight: bold;
	color: #315497;
	width:516px;
}

.titremenu
{

	font-family: Helvetica, Tahoma, Arial;
	font-size : 13px;
	font-weight: bold;
	color: #315497;
}

.menu2txt
{

	font-family: Helvetica, Tahoma, Arial;
	font-size : 12px;
	font-weight: bold;
	color: #315497;
}

#menu2 A
{
	font-family: Helvetica, Tahoma, Arial;
	font-size : 12px;
	font-weight: bold;
	color: #315497;
}

#menu2 A:hover
{
	font-family: Helvetica, Tahoma, Arial;
	font-size : 12px;
	font-weight: bold;
	color: #315497;
	text-decoration: underline;
}

#menu2 A:visited
{
	font-family: Helvetica, Tahoma, Arial;
	font-size : 12px;
	font-weight: bold;
	color: #315497;
}

#conseil1
{
	font-family: Helvetica, Tahoma, Arial;
	font-size : 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 0px 15px 0px;
}

#conseil2
{
	font-family: Helvetica, Tahoma, Arial;
	font-size : 12px;
	color: #FFFFFF;
	margin: 2px;
	padding: 3px 15px 10px 10px;
	line-height: 18px;
	<?
	if ($ie6)
	{
		?>
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/fond_50.png', sizingMethod='scale');
		<?
	}
	else
	{
		?>
		background: url(images/fond_20b.png);	
		<?
	}
	
	?>	
}

.texte
{
	font-family: Helvetica, Tahoma, Arial;
	font-size : 12px;
	color: #000000;	
}

.texte14
{
	font-family: Helvetica, Tahoma, Arial;
	font-size : 14px;
	color: #000000;	
}

.titre1
{
	font-family: Helvetica, Tahoma, Arial;
	font-size : 16px;
	font-weight: bold;
	color: #315497;

}

.titre2
{
	font-family: Helvetica, Tahoma, Arial;
	font-size : 14px;
	font-weight: bold;
	color: #315497;

}

.A2:link      { color : #FFF; text-decoration : underline;  } 
.A2:visited  { color : #FFF; text-decoration : underline;  } 
.A2:active   { color : #FFF; text-decoration : underline;} 
.A2:hover   { color : #FFF; text-decoration : none;}

.A3:link      { color : #FFF;  text-decoration : none;  } 
.A3:visited  { color : #FFF; text-decoration : none;  } 
.A3:active   { color : #FFF; text-decoration : none;} 
.A3:hover   { color : #FFF; text-decoration : underline;}

.A4:link      {  color : #FFF; text-decoration : none;  } 
.A4:visited  { color : #FFF; text-decoration : none;  } 
.A4:active   { color : #FFF; text-decoration : none;} 
.A4:hover   { color : #FFF; text-decoration : none;}



.A5:link      {  color : #8FA2BE; text-decoration : none;  } 
.A5:visited  { color : #8FA2BE; text-decoration : none;  } 
.A5:active   { color : #8FA2BE; text-decoration : none;} 
.A5:hover   { color : #8FA2BE; text-decoration : underline;}

.A6:link      {  color : #000; text-decoration : underline;  font-weight: bold;} 
.A6:visited  { color : #000; text-decoration : underline;  font-weight: bold;} 
.A6:active   { color : #000; text-decoration : underline;font-weight: bold;} 
.A6:hover   { color : #000; text-decoration : none;font-weight: bold;}


/*
kris 
ajout pour web_radio insertion
*/

@charset "utf-8";
/* CSS Document */

div#home-web-radio
{
	font-family: Helvetica, Arial, sans-serif;
	color: #315497;
	width:500px;
}
div#home-web-radio p
{
	font-size:15px;
	font-weight:bold;
	margin:3px 0;
}
div#home-web-radio form
{
	
}
div#home-web-radio form table
{
	background: #bbc3d3;
	text-align:left;
	margin-bottom:7px;
	width:100%;
}
div#home-web-radio form table th
{
	padding:2px 10px;
	font-size:12px;
	border-top:2px solid #FFFFFF;
}
div#home-web-radio form table td
{
	font-size:11px;
	font-weight:bold;
	background-color:#F4FBFB;
	padding:2px 5px;
	color: #315497;
}
div#home-web-radio form th a
{
	color:#FFFFFF;
}


.text_container
{
	font-family: Helvetica, Arial, sans-serif;
	color:#000000;
	width:490px;
	font-size:12px;
	font-weight:bold;
	border:1px solid #315497;
	padding:5px;
	background-color:#F4FBFB;
}
.text_container a
{
	text-decoration:none;
	color:#333333;
}
.text_container .blue
{
	color:#315497;
}
.text_container p
{
	margin:5px 0;
}

.text_container strong
{
	color:#315497;
}
.text_container h1
{
	font-size:14px;
	margin:0;
	padding:0;
}
.text_container ul
{
	list-style-type:square;
	padding:10px;
	margin:0;
	background-color:#bbc3d3;
	padding-left:20px;
}
.text_container ul li
{
	margin:10px 0;
	color:#000000;
	font-size:11px;
	text-align:justify;
}
.text_container ul li strong
{
	font-size:13px;
	color:#000000;
}
.text_container ul li a
{
	color:#FFFFFF;
}


.blue
{
	color:#315497;
}

dl.avecbordures
{
margin: 2em 0;
padding: 0;
width: 36em;
border-bottom: 1px solid #131210;
}

.avecbordures dt
{
background-color:#c2d2d9;
color: #000000;
padding: .5em .5em;
font-weight: bold;
text-align: center;
text-transform: uppercase;
border-left: 1px solid #131210;
border-right: 1px solid #131210;
border-top: 1px solid #131210;
}

.avecbordures dd
{
margin: 0 0 0 0;
background: #f4fbfb;
text-align: center;
padding: 1em .5em;
height:50px;
font-style: italic;
border-left: 1px solid #131210;
border-right: 1px solid #131210;
/*border-bottom: 1px solid #131210;*/
}

.formbody fieldset {
width:708px;
}