/* layout
----------------------------------------------- */

*{
	margin: 0;
	padding:0;
	}

/* body{
	color: #eee;
	font: 76% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	word-wrap: break-word;	/* IE */
/*	background-color: #333333;
	}
*/

/* modif pour le menu */
body {
	margin:0;
	padding:0;
	font: 11px/1.5em Verdana;
	background-color: #333333;
}
/* fin modif menu */

/* divs */
#divWarning {
	border: 1px solid red;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	color: red;
	font: 9pt verdana, arial, helvetica, sans-serif;
}
#divcontainer {
	margin-left: 50px;
	padding-top: 50px;
	margin-bottom: 20px;
}
#divliens {
}
#imageAccueil {
	vertical-align: top;
	height: 370px;
	width: 250px;
	float: right;
	margin-top: 2px;
	margin-left: 25px;
	background-image: url(/images/accueil.jpg);
	background-repeat: no-repeat;
}

#divmemo {
	width: 95%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #484848;
	padding-top: 10px;
	color: #999999;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #484848;
	text-align: justify;
}

#divmemo a:link{
	border-bottom: 1px dotted;
	color: #999999;
}
#divmemo a:hover{
	border-bottom: 1px dotted;
	color: #CCCCCC;
}
#divmemo a:visited{

	border-bottom: 1px dotted;
	
}

#vignetteContainer {
	z-index: 1;
	width: 426px;
	margin: 2px;
	padding: 2px;
	height: 80px;
}

#vignetteImage {
	height: 100px;
	left: 200px;
	top: 75px;
	width: 100px;
	z-index: 2;
	float: left;
	padding: 5px;
}
#vignetteSerie {
	height: 80px;
	left: 200px;
	top: 75px;
	width: 100px;
	z-index: 2;
	float: left;
}

#vignetteTexte {
	height: 80px;
	left: 300px;
	width: 285px;
	z-index: 3;
	float: left;
	text-align: left;
	background-color: #232323;
	padding-left: 8px;
}


#topborder{	
	position: fixed;
	top: 5px;
	left: 0px;
	width: 100%;
	height: 1em;
	background-color: #c0dB5A;
	}

#footer {
	position: absolute;
	bottom: 0;
	padding: 10px;
	width: 88%;
	margin-left: 50px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	text-align: center;
	color: #666666;
	font-size: 0.9em;
}

#clear {
	clear: both;
}
/*- Menu Tabs E--------------------------- */

    #tabsE {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	background-color: #000000;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 0px;
      }
    #tabsE ul {
        margin:0;
        padding:18px 10px 0 50px;
        list-style:none;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
      float:left;
      background:url("/css/tableftE.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsE a span {
      float:left;
      display:block;
      background:url("/css/tabrightE.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#FFF;
      }
    #tabsE a:hover {
      background-position:0% -42px;
      }
    #tabsE a:hover span {
      background-position:100% -42px;
      }

        #tabsE #current a {
                background-position:0% -42px;
        }
        #tabsE #current a span {
                background-position:100% -42px;
        }
		

/* typo
----------------------------------------------- */

p {	line-height: 1.5em;	margin-bottom: 1.0em; font-size: 0.9em;}
p.lead { font-size: 1.0em; }

ol, ul{ margin: 0.5em 0 1.2em 2em; }	
ol, ul, dl { line-height: 1.5em; }
ol li{ margin-bottom: 0.2em; }
li{ font-size: 0.9em; }
li strong {color: #999;}
dl{ margin: 0.5em 0 1.2em 0; }
dt{
	font-size: 0.9em;
	font-weight: bold; color: #999;
	padding-top: 0.4em;
	}
dd{	
	font-size: 0.9em;
	margin-bottom: 1.0em;
	padding-bottom: 0.9em;
	border-bottom: 1px dashed #3d3d33;
	}


h1, h2, h3{ font-family: Georgia, "Times New Roman", Times, serif;}

h1 {
	font: 1.6em/1em Georgia, "Times New Roman", Times, serif;
	color: #999999;
	line-height: 1.2em;
}
h1 em{ color: #D0EB6A; font-style: normal; }

h2 {
	font-size: 1.6em;
	letter-spacing: 0.4pt;
	text-transform: uppercase;
	padding-top: 0.5em;
	}
h3 {
	font-size: 1.0em;
	letter-spacing: 0.2pt;
	color: #c0dB5A;
	text-transform: uppercase;
	padding-top: 0.5em;
	}

a{
		color: #999999;	
	}
a:visited{
	text-decoration: none;	
}

p a:hover {
	border-bottom: 1px dotted;
	color: #FFFFFF;
}
a img{ 	border: none;}

small{ font-size: 0.8em; }

pre{
	display: block;
	margin: 1.0em 0;
	padding-left: 0.8em;
	border-left: 1px solid #222;
	background-color: #000;
	overflow: auto;
	}

code{
	font-size: 11px;
	font-family: Verdana,Sans-Serif;
	background-color: #000;
	color: #aaa;
	}
pre code{ line-height: 1.1em;}
kbd{
	color: #555;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}

fieldset{ border: none; }
.vendu{ 
text-decoration: line-through;
}

/* misc
----------------------------------------------- */

.section{ border-top: 1px solid #3d3d33;  padding: 1.5em 0; }
.first{ border-top: none; }

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}


/* lightshow
----------------------------------------------- */
#imageData{ color: #666;}

/* clearing
----------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
/* tables
------------------------------------------------- */
.norm { background-color: #2C2C2C}
.over { background-color: #4E4E4E} 

.titre { /* le titre de la catgorie */
	font-weight: bolder;
	text-transform: lowercase;
	color: #666666;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 1.3em;
}
.titreVert {

	font-weight: bolder;
	text-transform: lowercase;
	color: #8ad459;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 1.3em;
}

/*  admin */
.adminMenu {
	color: #00CC33;
}
a:link {
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}

.TitreH1 {
	font-size: 4.1em;
	color: #535353;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 3px;
	font-weight: normal;
}
.TitreH2 {
	color: #949494;
	margin-top: 5px;
	font: normal 1.6em/1em Georgia, "Times New Roman", Times, serif;
}
.TitreH3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #999999;
}
.TexteKeywords {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	font-size: 10px;
}
.TexteGris {
	color: #CCCCCC;
}



/*             styles for the star rater                */
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 100px;
	height: 20px;
	position: relative;
	background: url(star_rating.gif) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(/images/star_rating.gif) left bottom;
	z-index: 1;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:20px;
}
.star-rating a.two-stars{
	left:20px;
}
.star-rating a.two-stars:hover{
	width: 40px;
}
.star-rating a.three-stars:hover{
	width: 60px;
}
.star-rating a.three-stars{
	left: 40px;
}
.star-rating a.four-stars{
	left: 60px;
}	
.star-rating a.four-stars:hover{
	width: 80px;
}
.star-rating a.five-stars{
	left: 80px;
}
.star-rating a.five-stars:hover{
	width: 100px;
}

/* Transparence */	

div.transOFF {
	width: 100%;
	background-color: #333333;
	color: #999999;
	text-align: left;
}
div.transON  {
	width: 90%;
	background-color: #333333;
	opacity:.50;
	filter: alpha(opacity=50);


-moz-opacity: 0.5; 
	color: #666666;
 }
div.trans25   {
width: 100%; 
background-color: black;
opacity:.25;
filter: alpha(opacity=25); 
-moz-opacity: 0.25;
border:1px solid black; 
}
div.trans75   {
	opacity:.75;
	filter: alpha(opacity=75);

-moz-opacity: 0.75; 
	width: 90%;
}
a.linkopacity img {
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;
}
a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;}	


/*  Formulaires */

label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
	/*width: 280px;*/
	margin-bottom: 5px;
	background-color: #414141;
	border: 1px solid #666666;
	color: #CCCCCC;
}
textarea{
	width: 280px;
	height: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.boxes{width: 1em;}

#submitbutton{margin-left: 120px;	margin-top: 5px;width: 90px;border: 1px solid #666666;}
#submitbutton2{width: 90px;border: 1px solid #666666;}
br{}
.TexteKeywordsGrisClair {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #999999;
	font-size: 10px;
}
.titreBlanc {

	font-weight: bolder;
	text-transform: lowercase;
	color: #FFFFFF;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 1.3em;
}
#divmemo img {
	margin: 0px 0px 1px 5px;
	padding: 0px 0px 1px 5px;
}
.transONFonce {
	color: #333333;
}
.inputCaptcha {
	width: 280px;
	margin-bottom: 5px;
	background-color: #414141;
	border: 1px solid #666666;
	color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
}
.TexteKeywordsGris {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666666;
	font-size: 10px;
}
