/*
Application: LeGuideDuParieur
(c) Benjamin Mayrargue 2008
*/

/*
@font-face 
{
    font-family: "Arabella";
    src: url(/ttf/arabella.ttf);
}
*/
@media print 
{
	.hidePrint { display: none; }
    html, body { margin:0; padding:0; border:0; }
}

body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}

body
{
    /*margin: 0.5em 0;*/
    font-family: Arial, "Monotype Corsiva", Verdana, Tahoma;
    font-style: normal;
    color: #404040;
	font-size:80%;
	background: #4B4B4B url(/a/i/degradH.gif) repeat-x;
}

a
{
	color: #00f;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#pageContent
{
    margin: auto;
    width: 1000px;
    position: relative;
    left:0;
    top:0;
}

.pageContentBody
{
	background: #ffffff;
}

div.clearer {clear: left; line-height: 0; height: 0;}
  
a#top
{
    color: #404040;
    text-decoration: none;
}

table, tr, td
{
	margin: 0; padding: 0; table-layout: auto;
}

td
{
	vertical-align: top;
}

input[type=text], input[type=password], select, textarea
{
    font-family: Verdana, Tahoma;
    font-style: normal;
    font-size: 11px;
}

img
{
    border: 0;
}

/*
ul
{
	margin-top: 0; 
	margin-left: 2em;
}
*/

.title1
{
    font-size: xx-large;
    border-bottom: 1px outset #404040;
}

.title2
{
	font-weight: bold;
	color: #ffffff;
    border-bottom: 1px outset #f8f8f8;
    padding-bottom:.2em;
    margin-bottom:.2em;
}

.codeHighlighted
{
    padding-top: .2em; 
    padding-bottom: .2em; 
    color: #FCE4E4;
}

.warning
{
	color: #F08080;
}

.error
{
	color: #F0C080;
}

.loginText
{
    font-family: Verdana;
    border: 1px inset #c0c0c0;
    font-size: 1em;
    margin: 0;
    padding: 1px;
}

.loginBox
{
	position: relative;
	left: 0;
	top: 0;
	width: 16em; 
}

.loginBoxInside
{
	width: 100%;
	background-color: #BDAB8F; 
	padding: 3px;
}

.loginBoxTitle
{
	text-align: left; 
	border-bottom: 1px inset #536581; 
	color: #ffffff
}

.loginBoxBottom
{
	border-top: 1px solid #536581;
}

.loginBox A
{
	color: #2020F0;
}


.formBlock
{
	border-top: 1px solid #4c4c4c; 
	border-left: 1px solid #4c4c4c; 
	padding: .5em;
	margin-top: .6em;
}

.formBlock .formTitle
{
	position: relative; 
	left:0;
	top: -1.1em; 
	padding: 0 .5em 0 .5em; 
	font-weight: bold;
	background-color: #303030;
}

/* 
http://www.siteuri.ro/developer/CssBrowserDifferences.aspx
<!--[if IE]><style type="text/css">@import "ie_fixes.css";</style><![endif]--> 
*/

/* SHOPPING CART */

.choix TR
{
    height: 5em;
}

.choix TD.item
{
    width: 18em;
    border: 1px solid #000;
    text-align: center;
    vertical-align: bottom;
    padding: 1em 1em .5em 1em;
    background-color: #ddd;
}

.choix TD.item IMG
{
	width: 16em;
}

/* --------- */
/*   ITEM2   */
.choix TD.item2
{
    text-align: center;
    vertical-align: bottom;
}

.choix TD.item2 IMG
{
	width: 16em;
}

.choix TD.item2 .itemTitle
{
	text-align: center; 
	height: 1.5em; 
	line-height: 1.5em;
	color: #908080;
}
/* --------- */

.tableProduct TD.product
{
    height: 28em;
    text-align: center;
    vertical-align: top;
    padding: .5em;
   	background: #EFE7DE url(/img/cendre.png) repeat-x; 
    /* background-color: #ddd; */
}

.productLabel
{
	text-align: center;
}

#theTopTitle a, #theBottomBar a
{
	color: #fff;
	text-decoration: none;
}

#theTopTitle a:hover, #theBottomBar a:hover
{
	text-decoration: underline;
}

.cendre
{
	background: #EFE7DE url(/img/cendre.png) repeat-x; 
}

.cendreH
{
	background: transparent;
	color: #fff;
}

.cendreTitle TD, .siteTitleBar
{
	background: url(/a/i/titleBack-o.gif) repeat-x;
	font-family: "Trebuchet MS", Verdana;
	color: #fff;
}

.siteTitleBar TD
{
	font-family: "Trebuchet MS", Verdana;
	font-size: 1em;
}

.cendreTitle TD h1
{
	color: #fff;
}

.headSmall TD
{
    font-size: 11px;
}

.underTitle
{
	font-family: "Trebuchet MS", Verdana;
    color: #858585;
    text-align: right; 
    padding: .2em .3em; 
    vertical-align: bottom; 
    background-color: #fff;
}

.brousoufAmount
{
    font-size: medium;
    font-weight: bold; 
    color:#D38C20;
}

.commentOfAdmins
{
	color: #F66AC0;
}

a.LinkFFF
{
	color: #fff;
	text-decoration: none;
}

a:hover.LinkFFF
{
	color: #fff;
	text-decoration: underline;
}

.photoTitle
{
    font-size: x-large;
}

/*Modal Popup*/
.modalBackground {
	background-color: #ccc;
	filter:alpha(opacity=50);
	opacity:0.5;
    -moz-opacity:.5;
}

.modalPopup {
    border:1px solid #99bbe8;
	background-color:#fff;
	padding:0;
}

.modalHeader 
{
	cursor: move; 
	border:solid 1px #e0e0e0;
    color:#15428b;
	font:bold 11px tahoma,arial,verdana,sans-serif;
    padding:5px 0 4px 0;
}

/**/
TABLE.itemList TR
{
}

TABLE.itemList TD.cote, TABLE.itemList TH.cote
{
	padding: 0 1em 0 1em;
	text-align: right;
}

TABLE.itemList TH.name
{
	width: 90%;
	text-align: left;
}

TABLE.itemList TH.cote, TABLE.itemList TH.name
{
	font-weight: normal;
	background-color: #669DBB;
	color: #fff;
	padding: 2px .6em;
	font-weight: bold;
}

TABLE.itemList TD
{
    background-color: #fff;
	padding: 2px .6em;
	vertical-align: middle;
}

TABLE.itemList TD.miser
{
    background-color: Transparent;
}

SPAN.external
{
	border-bottom-style: dashed;
	border-bottom: dashed 1px blue;
}

SPAN.external A
{
	text-decoration: none;
}

TABLE.middle TD
{
	vertical-align: middle;
}

/* waitIndicator */
.waitIndicator
{
	position: absolute;
/*
	left: 0;
	top: 0;
*/
	width: 100%;
	height: 100%;
	text-align: center;
	color: Black;
	font-size:x-large;
	z-index: 11000;
	background-color: #d38c20;
	filter:alpha(opacity=60);
	opacity:0.6;
    -moz-opacity:.6;
	vertical-align: top;
	padding-top: 40%;
}

/* Popup */
.popupOuter
{
	/*position: relative*/
}

.popupInnerRight
{
	position: absolute; 
	z-index: 999; 
	/*left: -10px; 
	top: -10px;*/
	margin: -10px 0 0 -10px; 
	border: 2px outset #eee; 
	padding: 8px; 
	width: 400px; 
	height: auto; 
	background-color: #F8F8F8; 
	white-space: normal;
}

.popupInnerLeft
{
	position: absolute; 
	z-index: 999; 
	/*left: -10px; 
	top: -10px;*/
	margin: -10px 0 0 -350px; 
	border: 2px outset #eee; 
	padding: 8px; 
	width: 400px; 
	height: auto; 
	background-color: #F8F8F8; 
	white-space: normal;
}

.HideCheckText label
{
    display: none;
}

.rssDesc
{
    position: absolute; 
    margin-left: 0em;
    margin-top: -1.3em; 
    padding: .1em .5em; 
    background-color: #B4CDAF; 
    white-space: nowrap;
}


.rssDesc2
{
    background-color: #B4CDAF; 
    white-space: nowrap;
}

.SLzoom a .zoomedVersion
{
    display: none;
}

.SLzoom a:hover .zoomedVersion
{
    display: block;
    position: absolute;
    z-index: 999;
    padding:0; 
    background: #EAF7FF; 
    cursor: default; 
    height:auto; 
    width:auto;
    overflow:visible; 
    border:1px solid #C8E4F0;
    margin:-1px 0 0 -1px;
}

.SLzoom .zoomedVersion
{
    text-decoration: none;
    color: #000;
}

.SLzoom .zoomLegend
{
    padding: .2em .5em .4em .5em;
}

input.smallMailLink
{
    font-size: x-small;
    font-family: Arial,sans-serif;
    width: 35em;
}

.thumbs
{
font-weight: normal;
color:#CCCCCC;
}

.thumbs img
{
width:18px;
height:18px;
vertical-align:middle;
}

.thumbs a:hover
{
background-color: #00f;
}

/*
.brousouf
{
    background: url(/a/i/brousouf.png) no-repeat;
    width: 18px;
    height: 19px;
}
*/


/*------------------------------DIALOG-----------------------------*/
.generic_dialog 
{
    height:0;
    left:0;
    overflow:visible;
    position:absolute;
    top:0;
    width:100%;
    z-index:100;

    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    font-size:11px;
    text-align:left;
}

.generic_dialog .generic_dialog_popup 
{
    height:0;
    overflow:visible;
    position:relative;
}

table.pop_dialog_table 
{
    border-collapse:collapse;
    margin:auto;
    table-layout:fixed;
    width:465px;
}

td.pop_topleft 
{
    background-image:url(/a/i/pd/tl.png) !important;
    filter:none !important;
}

td.pop_topright 
{
    background-image:url(/a/i/pd/tr.png) !important;
    filter:none !important;
}

td.pop_border 
{
    background-image:url(/a/i/pd/border.png) !important;
    filter:none !important;
}

td.pop_bottomleft 
{
    background-image:url(/a/i/pd/bl.png) !important;
    filter:none !important;
}

td.pop_bottomright 
{
    background-image:url(/a/i/pd/br.png) !important;
    filter:none !important;
}

td.pop_topleft, td.pop_topright, td.pop_bottomleft, td.pop_bottomright 
{
    height:10px;
    overflow:hidden;
    padding:0 !important;
    width:10px !important;
}

td, td.label 
{
    font-size:11px;
    text-align:left;
}

td.pop_content 
{
    background-color:white;
    padding:0;
}

td.pop_content h2.dialog_title 
{
    background:#6D84B4 none repeat scroll 0 0;
    border:1px solid #3B5998;
    color:white;
    font-size:14px;
    font-weight:bold;
    margin:0;
}

td.pop_content .dialog_body 
{
    border-bottom:1px solid #CCCCCC;
    padding:10px;
}

td.pop_content .dialog_buttons 
{
    background:#F2F2F2 none repeat scroll 0 0;
    padding:8px;
    text-align:right;
}

td.pop_content h2 span 
{
    display:block;
    padding:4px 10px 5px;
}

td.pop_content .dialog_buttons input 
{
    margin-left:5px;
}

.inputbutton, .inputsubmit 
{
    padding:2px 15px 3px;
}

/*
.errorDialog td.pop_content 
{
    border:1px solid #EE7C90;
}

.errorDialog td.pop_content h2 
{
    background:#FFEBE8 none repeat scroll 0 0;
    border-color:-moz-use-text-color -moz-use-text-color #AAAAAA;
    border-style:none none solid;
    border-width:medium medium 1px;
    color:#333333;
}

.errorDialog td.pop_content .dialog_body 
{
    padding:15px;
}
*/

a.noLink, a.noLink:hover
{
    text-decoration: none !important;
    color: #fff;
}


/*--------------FEED-------------*/
.feedTitle
{
    background: #57AEE3 url(/a/i/feedV.png) repeat-x;
    height: 72px;
}

.feedTitleSmall
{
    background: #57AEE3 url(/a/i/feedVs.gif) repeat-x;
    height: 30px;
    line-height: 30px; 
    vertical-align: middle;
    color: #fff; 
    font-size: large; 
    padding-left: 10px;
}

.feedBack
{
    background-color: #F2F2F2;
    /*
    background-color: #F6FBFF;
    border: 1px solid #C9E5F3;
    border-top-width: 0;
    */
}

.tabActu, .tabActuS
{
    margin-left: .7em;
    float: left;
}

.tabActu .tabL
{
    background: url(/a/tab/actu/taL.gif) no-repeat; width: 5px; height: 26px
}

.tabActu .tabR
{
    background: url(/a/tab/actu/taR.gif) no-repeat; width: 5px;
}

.tabActu .tabC
{
    background: url(/a/tab/actu/taM.gif) repeat-x; vertical-align: bottom; font-weight: bold; font-size: medium; padding: 0 .5em 2px .2em;
    cursor: default;
    color: #000;
}

.tabActuS .tabL
{
    background: url(/a/tab/actu/taLs.gif) no-repeat; width: 5px; height: 26px
}

.tabActuS .tabR
{
    background: url(/a/tab/actu/taRs.gif) no-repeat; width: 5px;
}

.tabActuS .tabC
{
    background: url(/a/tab/actu/taMs.gif) repeat-x; vertical-align: bottom; font-weight: bold; font-size: medium; padding: 0 .5em 2px .2em;
    cursor: pointer;
    color: #fff;
}

.tabActuS .tabC a
{
    color: #fff;
}
/*-----------END FEED------------*/


/*-----------CREATE------------*/
.blocGambleTop
{
    background-color: #669DBB;
    border-bottom: 3px solid #517D96;
    color: #fff;
}

.blocGambleTop2
{
    border: 3px solid #517D96;
    border-top: 0;
    background: #D18A1E url(/a/tab/actu/taMs.gif) repeat-x;
    color: #fff;
}

.blocGambleC { height: 4px; background-color: #669DBB }
.blocGambleTL { background-image: url(/a/i/titleTL-b.png); width: 4px; height: 4px; }
.blocGambleTR { background-image: url(/a/i/titleTR-b.png); width: 4px; height: 4px; }
.blocGambleBL { background-image: url(/a/i/titleBL-b.png); width: 4px; height: 4px; }
.blocGambleBR { background-image: url(/a/i/titleBR-b.png); width: 4px; height: 4px; }
.blocGambleTCC, .blocGambleBCC { width: 4px; }

h1
{
    display: inline;
}

h1, h2
{
    font-weight: bold; 
    font-size: medium;
}

h3
{
    font-size: 1.1em;
    font-weight:normal;
}

.blocGambleContent
{
    background-color: #DEECF5;
    color: #696969;
}

.blocGambleBottom
{
    padding: 7px 5px 2px 0; 
    background-color: #A8C4D2; 
}

.blocGambleContent, .blocGambleBottom
{
    border-left: 3px solid #669DBC;
    border-right: 3px solid #669DBC;
}

.blocGambleContent .cTitle
{
    /*font-weight: bold;*/
    /*font-size: 1.1em;*/
    margin-bottom: .4em; 
    padding-left: 28px; 
    line-height: 24px; 
    vertical-align: middle
}

.blocGambleContent .c1 { background: url(/a/i/1.png) no-repeat; }
.blocGambleContent .c2 { background: url(/a/i/2.png) no-repeat; }
.blocGambleContent .c3 { background: url(/a/i/3.png) no-repeat; }
.blocGambleContent .c4 { background: url(/a/i/4.png) no-repeat; }


.blocGambleContent A
{
    color: #0F86CA;
}

.blocGambleContent input[type=text], .blocGambleContent textarea, select
{
    border: 1px solid #CACACA;
    color: #989898;
}

.blocGambleContent .form, .blocGambleBottom .form, .blocForm
{
    background-color: #C0D6E1;
}

/*-----------END CREATE------------*/

/*-----------BUTTON OR------------*/
.btnOr
{
cursor: hand; text-decoration: none; white-space: nowrap; vertical-align: inherit;
}
a:hover .btnOr { text-decoration: none }
.btnOrL
{
display: inline-block; height: 27px; background-image: url(/a/i/btnOrL.png); width: 3px; overflow: hidden;
}
.btnOrM
{
line-height: 27px; vertical-align: top; height: 27px; 
display: inline-block; overflow: hidden; background-image: url(/a/i/btnOrM.png); padding: 0 1em; color: #fff; font-size: 12px; font-weight: bold
}
.btnOrR
{
display: inline-block; height: 27px; background-image: url(/a/i/btnOrR.png); width: 3px; overflow: hidden
}
/*-----------END BUTTON OR------------*/
/*-----------BUTTON GRIS------------*/
.btnGris
{
cursor: hand; text-decoration: none; white-space: nowrap; vertical-align: inherit;
}
a:hover .btnGris { text-decoration: none }
.btnGrisL
{
display: inline-block; height: 15px; background-image: url(/a/i/btnGrisL.png); width: 3px; overflow: hidden;
}
.btnGrisM
{
line-height: 15px; vertical-align: top; height: 15px; 
display: inline-block; overflow: hidden; background-image: url(/a/i/btnGrisM.png); padding: 0 .5em; color: #667; font-size: 9px; font-weight: bold;
}
.btnGrisR
{
display: inline-block; height: 15px; background-image: url(/a/i/btnGrisR.png); width: 3px; overflow: hidden
}
/*-----------END BUTTON GRIS------------*/


/*-----------FORUM------------*/
.quote
{
    margin: .5em 0 .5em 2em;
    padding: .5em;
    background-color: #f9f9f9;
    border: 1px dotted #696969;
}
/*-----------END FORUM------------*/
