/* www.itelios.com - 2009 - global */

body.notheme
{
	background: #FFFFFF;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: url(images_v2/bg/bg_site.png) repeat-x left top;
}

#v2_container
{
	width: 985px;
	margin: 0 auto;
	background: #FFF url(images_v2/bg/bg_header.png) repeat-x left top;
}
#v2_content
{
	background: url(images_v2/bg/bg_border.png) repeat-x left bottom;
	padding-bottom: 6px;
	position: relative;
}
.clear
{
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 0;
}
/*---------------v2_headerTop-----------*/

.v2_headerTop
{
	width: 100%;
	overflow: hidden;
	height: 27px;
}
.v2_welcomeLabel
{
	float: left;
	color: #CCC;
	font-size: 2em;
}
.v2_welcomeLabel span
{
	color: #FFF;
	padding-left: 3px;
}
.v2_ecoLabel
{
	float: left;
	color: #CCC;
	font-size: 1.3em;
}
.v2_ecoLabel
{
	float: left;
	color: #CCC;
	font-size: 1.3em;
	padding-left: 25px;
}
.v2_ecoLabel span.v2_totalEco
{
	color: #FFF;
	font-size: 1.7em;
	padding: 0 3px;
}
.v2_ecoLabel span
{
	color: #FFF;
	font-size: 1.1em;
}
.v2_loginZone
{
	float: right;
	font-size: 1.1em;
}
.v2_loginZone a:link, .v2_loginZone a:visited
{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	float: left;
}
.v2_loginZone a:hover, .v2_loginZone a:active
{
	text-decoration: underline;
}
.v2_loginZone a.v2_btnDeconnexion:link, .v2_loginZone a.v2_btnDeconnexion:visited
{
	display: block;
	background: url(images_v2/btn/btn_deconnexion.png) no-repeat left bottom;
	width: 21px;
	height: 27px;
	float: left;
	padding: 0;
}
.v2_loginZone a.v2_btnDeconnexion:hover, .v2_loginZone a.v2_btnDeconnexion:active
{
	background: url(images_v2/btn/btn_deconnexion.png) no-repeat left top;
}
/*---------------v2_headerContent-----------*/

.v2_headerContent
{
	width: 100%;
	overflow: hidden;
	padding-top: 5px;
}
.v2_logo
{
	float: left;
	width: 320px;
}
.v2_pushHeader
{
	float: left;
	width: 288px;
	padding-left: 10px;
}
.v2_friendBox
{
	width: 139px;
	height: 75px;
	background: url(images_v2/bg/bg_headerBox.png) no-repeat 20px top;
	float: left;
	padding: 10px 8px 5px 28px;
}
.v2_friendBox p
{
	font-size: 1.3em;
	color: #666666;
	text-align: center;
}
.v2_friendBox p span
{
	color: #CC0000;
	font-weight: bold;
	display: block;
}
.v2_friendBox input
{
	width: 136px;
	border: 1px solid #676767;
	margin-top: 5px;
}
.v2_friendBox a:link, .v2_friendBox a:visited
{
	width: 27px;
	height: 19px;
	background: url(images_v2/btn/bt_ok.gif) no-repeat left top;
	dispaly: block;
	float: right;
	margin-top: 2px;
}
.v2_friendBox a:hover, .v2_friendBox a:active
{
	background: url(images_v2/btn/bt_ok.gif) no-repeat left bottom;
}
.v2_basketBox
{
	width: 155px;
	height: 90px;
	background: url(images_v2/bg/bg_headerBox.png) no-repeat 20px top;
	float: left;
	padding-left: 20px;
	position: relative;
}
.v2_linkBasket
{
	display: block;
	position: absolute;
	left: 20px;
	top: 0;
	width: 155px;
	height: 90px;
	cursor: pointer;
	background: url(images_v2/pictos/picto_basket.png) no-repeat 6px 5px;
}
.v2_basketBox p
{
	font-size: 1.5em;
	text-decoration: underline;
	color: #666;
	padding: 8px 0 0 50px;
}
.v2_basketBox ul
{
    width: 134px;
	padding: 8px 0 0 13px;
	color: #666666;
	font-size: 1.3em;
	line-height: 1.1em;
}
.v2_basketBox ul li 
{
	width:100%;
	overflow:hidden;
}
.v2_basketBox_span_left
{
    display:block;
    float:left;
    overflow:hidden;
    padding-top:1px;
}
.v2_basketBox_span_right
{
    display:block;
    float:right;
    overflow:hidden;
    text-align:right;
    padding-top:1px;
}
.v2_totalBasket
{
	color: #CC0000;
}
/*---------------v2_breadCrumb-----------*/
.v2_topContent
{
	overflow: hidden;
	padding: 3px 5px 5px 5px;
	width: 975px;
}
ul.v2_breadCrumb
{
	float: left;
	width: 700px;
	padding-top: 5px;
}
.v2_breadCrumb li
{
	display: inline;
	color: #999;
}
.v2_breadCrumb a:link, .v2_breadCrumb a:visited
{
	color: #999;
	text-decoration: none;
	font-size: 1.1em;
}
.v2_breadCrumb a:hover, .v2_breadCrumb a:active
{
	text-decoration: underline;
}
/*---------------v2_searchZone-----------*/
.v2_searchZone
{
	float: right;
	width: 170px;
}
.v2_searchZone input
{
	width: 130px;
	border: 1px solid #666;
	color: #999;
	font-size: 1.3em;
	float: left;
}
.v2_searchZone a:link, .v2_searchZone a:visited
{
	width: 27px;
	height: 19px;
	background: url(images_v2/btn/bt_ok.gif) no-repeat left top;
	dispaly: block;
	float: left;
	margin-left: 5px;
}
.v2_searchZone a:hover, .v2_searchZone a:active
{
	background: url(images_v2/btn/bt_ok.gif) no-repeat left bottom;
}
.v2_pushContainer
{
	width: 975px;
	overflow: hidden;
	background: url(images_v2/bg/bg_border.png) repeat-x left bottom;
}
.v2_leftPushContent
{
	float: left;
}
.v2_rightPushContent
{
	float: right;
}
/*---------------v2_nav-----------*/
#v2_nav
{
	width: 985px;
	background: url(images_v2/bg/bg_border.png) repeat-x left bottom;
	height: 21px;
	padding-top: 20px;
	position: relative;
	z-index: 10;
}
#v2_leftNav
{
	float: left;
}
* html #v2_leftNav ul
{
	top: 22px;
}
#v2_leftNav ul
{
	display: none;
	position: absolute;
	left: 0;
	top: 18px;
}
#v2_leftNav li
{
	position: relative;
	float: left;
	height: 18px;
	display: block;
}
#v2_leftNav li ul li
{
	float: none;
	background: none;
	width: 122px;
	height: auto;
	padding: 0;
}

#v2_leftNav li.v2_lastItem
{
	background: none;
}

#v2_leftNav li a img
{
	display: block;
	float: left;
	width: 9px;
	height: 9px;
	margin: 2px 10px 0 0;
}

#v2_leftNav li a
{
	text-decoration: none;
	display: block;
	color: #666666;
	font-size: 1.3em;
	text-align: center;
	padding: 0 0 0 10px;
	background: url(images_v2/btn/leftBtn.gif) no-repeat left top;
	float: left;
}
#v2_leftNav li a span
{
	padding: 3px 15px 0 0;
	height: 15px;
	background: url(images_v2/btn/righBtn.gif) no-repeat right top;
	display: block;
	float: left;
	cursor: pointer;
}

#v2_leftNav li a:hover
{
	color: #CC0000;
}
#v2_leftNav li ul li a
{
	display: block;
	background: #990000;
	color: #CCC;
	font-size: 1.2em;
	padding: 8px 2px;
	font-weight: bold;
	width: 118px;
	float: none;
	overflow: hidden;
	border: 1px solid #FFF;
	text-align: left;
	padding-left: 10px;
}
#v2_leftNav li:hover ul, #v2_leftNav li.sfhover ul
{
	display: block;
}
#v2_leftNav li:hover ul li a, #v2_leftNav li.sfhover ul li a
{
	color: #FFF;
}
#v2_leftNav li:hover ul li a:hover, #v2_leftNav li.sfhover ul li a:hover
{
	background: #FFF;
	color: #CC0000;
}
* html #v2_leftNav li ul li
{
	width: 120px;
	background: #990000;
	border: 1px solid #FFF;
	margin-top: -4px;
}


#v2_rightNav
{
	float: right;
}

#v2_rightNav ul
{
	display: none;
	position: absolute;
	left: 0;
	top: 18px;
}
* html #v2_rightNav ul
{
	top: 22px;
}
#v2_rightNav li
{
	position: relative;
	float: left;
	display: block;
	color: #D42727;
	background: url(images_v2/bg/bg_borderNavRight.png) no-repeat right 3px;
	padding: 2px 0 0 0;
	height: 16px;
}
#v2_rightNav li ul li
{
	float: none;
	background: none;
	width: 122px;
	height: auto;
	padding: 0;
}
#v2_rightNav li.v2_lastItem
{
	background: none;
}

#v2_rightNav li a
{
	text-decoration: none;
	display: block;
	color: #666666;
	font-size: 1.3em;
	text-align: center;
	padding: 0 20px;
	float: left;
}
#v2_rightNav li:hover ul, #v2_rightNav li.sfhover ul
{
	display: block;
}
#v2_rightNav li:hover ul li a:hover, #v2_rightNav li.sfhover ul li a:hover
{
	background: #FFF;
	color: #CC0000;
}
#v2_rightNav li ul li a
{
	display: block;
	background: #990000;
	color: #CCC;
	font-size: 1.2em;
	padding: 8px 2px 0px 5px;
	font-weight: bold;
	width: 116px;
	float: none;
	overflow: hidden;
	text-align: left;
}

#v2_rightNav li ul
{
	background: none;
}
#v2_rightNav li ul li
{
	width: 120px;
	background: #990000;
	border: 1px solid #FFF;
}
* html #v2_rightNav li ul li
{
	width: 120px;
	background: #990000;
	border: 1px solid #FFF;
	margin-top: -4px;
}

.v2_rightNav a:link, .v2_rightNav a:visited
{
	color: #666666;
	text-decoration: none;
	font-size: 1.3em;
}
.v2_rightNav a:hover, .v2_rightNav a:active
{
	text-decoration: underline;
}

/*---------------v2_footer----------------*/


#v2_footer
{
	color: #999999;
	font-size: 1.1em;
	width: 985px;
	overflow: hidden;
	margin: 0 auto;
}
#v2_footer ul
{
	width: 695px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 30px 0;
	line-height: 1.2em;
}
#v2_footer ul li
{
	display: inline;
	background: url(images_v2/bg/sepFooter.png) no-repeat right 2px;
	padding: 0 4px 0 3px;
}
#v2_footer ul li a:link, #v2_footer ul li a:visited
{
	color: #999999;
	text-decoration: none;
	padding-right: 2px;
}
#v2_footer ul li a:hover, #v2_footer ul li a:active
{
	text-decoration: underline;
}

.v2_headerSearchResult
{
	width: 985px;
	min-height: 50px;
}

/*--------------------ie6 temp-------*/


* html .v2_actionExpand
{
	width: 38px;
	display: block;
	height: 500px;
	background: url(images_v2/bg/bg_btnEpand.gif) no-repeat left top;
	float: right;
	position: relative;
}
* html .v2_expandBox
{
	width: 455px;
	padding-left: 5px;
	height: 500px;
	background: url(images_v2/bg/bg_expand.gif) repeat-x center top;
	float: right;
}

* html .v2_expandContainer
{
	right: -1px;
}


/************ Vignettes  ******************/

.v2_texteVignetteHPInterne
{
	height: 25px;
	text-align: center;
	vertical-align: middle;
	color: #666666;
	font-size: 1.3em;
	margin: 0 auto;
}

.v2_texteVignetteHPBoutique
{
	color: #FFF;
	font-weight:bold;
	font-size: 1.3em;
	background-color: #AAA;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

.v2_texteVignetteHPBoutique img
{
	float:left;
	display:block;
	width:25px;
	height:25px;
}
.v2_texteVignetteHPBoutique span
{
	float:right;
	display:block;
	width:180px;
	padding-top:4px;
}

.v2_ImageVitrineBoutique
{
	widows:220px;
	height:128px;
	margin:0;
	padding:0;
	display:block;
}

.v2_ImageVitrineBoutique img
{
	widows:220px;
	height:128px;
	margin:0;
	padding:0;
	display:block;
}

.test
{
	border: solid 1px #999999;
}
.test td
{
	padding:0;
	margin:0;

}
/**** Checkout ****/
.fixBugBtnReflet a
{
	color: White !important;
	text-decoration: none !important;
}

.fixBugBtnReflet a:hover
{
	color:#999999 !important;
}

/******* HomePagev2 ************/
#b-HomePagev2-header{position:relative;width:990px;height:100px;margin:0 auto;}
#b-HomePagev2-header h1{background:url(images_v2/logo/logo.png) no-repeat 0 0;width:320px;height:69px;text-indent:-9999px;position:absolute;margin:10px 0px 0px 10px;}
#b-HomePagev2-header .AuthenticationForm{width:600px;float:right;margin-top:5px;color:#666666;font-size:13px;}
#b-HomePagev2-header .AuthenticationForm ul{float:right;margin:5px 80px 0px 0px;}
#b-HomePagev2-header .AuthenticationForm ul a{text-decoration:none;padding-left:15px;background:url(images_v2/btn/arrow.png) no-repeat 0 3px;line-height:20px;color:#cc0001;}
#b-HomePagev2-header .AuthenticationForm ul a:hover{text-decoration:underline;}
#b-HomePagev2-header .AuthenticationForm p{font-size:13px;padding-bottom:10px;font-weight:bold;}
#b-HomePagev2-header .AuthenticationForm label{font-weight:bold;}
#b-HomePagev2-header .AuthenticationForm input[type='text']{margin-right:20px;}
#b-HomePagev2-header .AuthenticationForm input[type='submit']{border:none;background:url(images_v2/btn/bt_ok.gif) no-repeat 0 0;width:27px;height:19px;text-indent:-9999px;outline:0;}
#b-HomePagev2-header .AuthenticationForm input[type='submit']:hover{background:url(images_v2/btn/bt_ok.gif) no-repeat 0 -19px;}

.billBtn{background:url(images_v2/btn/print.png) no-repeat 0 0;width:60px;height:60px;float:right;margin:-70px 50px 0px 0px;display:block;text-indent:-9999px;}
.mailRecovery{margin-right:0px;width:300px;}

/******* Sondages ************/
ul.sondageList
{
	width:600px;
	display:block;	
	margin-top:10px;
}

ul.sondageList li
{
	margin-bottom:10px;
}

ul.sondageList li a
{
	text-decoration:none;
	padding-left:20px;
	background:url('images_v2/pictos/bullet_arrow_right_opaque.png') no-repeat 0 0;
}

ul.sondageList li a:hover
{
	background:url('images_v2/pictos/bullet_arrow_right.png') no-repeat 0 0;
	text-decoration:underline;
}

div.sondageContainer
{
	min-height:600px;
	background-position:left top;
	background-repeat:no-repeat;
	font-size:1.3em;
}

div.sondageContainer div.content
{
	background-image:url('images_v2/bg/bg-sondage-content.png');
	width:700px;
	margin:20px 20px 20px 0px;
	float:right;
	padding:30px 10px 20px 10px;
}

div.sondageContainer div.content div.sondageSendButton
{
	margin-top:10px;
}

div.sondageContainer div.content a.btnValidateSondage
{
	display:block;
	width:150px;
	height:35px;
	background:url('images_v2/bg/bg-btn-sondage-validate.png') no-repeat 0 0;
	margin:0 auto;
	line-height:35px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	color:#666666;
	font-size:0.9em;
	letter-spacing:2px;
}

div.sondageContainer div.content h2.sondageTitre
{
	margin-bottom:20px;	
}

div.sondageContainer div.content li.sondageQuestion>p:first-child, div.sondageContainer div.content p.sondageCommentaire
{
	font-weight:bold;	
}

div.sondageContainer div.content li.sondageQuestion ul li
{
	display:inline;
}

div.sondageContainer div.content textarea.sondageCommentaire_textarea
{
	width:99%;	
	margin:5px auto 0px auto;
	height:100px;
}

.sondagecourt_titre
{
    text-align: justify;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    padding-bottom: 10px;
}

.sondagecourt_question
{
    text-align: justify;
    font-size: 12px;
    color: #666666;
    padding-bottom: 5px;
}

.sondagecourt_answersList
{
    padding-bottom: 5px;
}

.sondagecourt_answeritem
{
    text-align: left;
    display: table;
    margin: 5px 0;
}

.sondagecourt_answertext
{
    margin-left: 23px;
}

.sondagecourt_alert
{
    color: Red;
    font-size: 9px;
    font-style: italic;
    display: none;
}

.selectionControl
{
    width: 20px;
    float:left;
    height: 100%;
}

.sondagecourt_button
{
    padding: 3px 20px;
    text-decoration: none;
    background-color: #990000;
    color: #CCCCCC;
    font-size: 12px;
    font-weight: bold;
}

.sondagecourt_remerciement_td
{
    vertical-align: middle;
    text-align: center;
    height: 100%;
    text-align: justify;
    font-size: 12px;
    color: #666666;
    padding: 0 10px;
}

.margintop
{
    margin-top: 10px;
}

.sondagecourt_viewresults_div
{
    width: 100%;
    text-align:center;
    padding: 20px 0;    
}

.sondagecourt_results_answeritem
{
    padding: 5px 0 5px 5px;
    text-align: left;
    width: 260px;
}

.sondagecourt_results_answertext
{
    width: 100%;
    color: #666666;
    font-size: 11px;
}

.sondagecourt_results_bar
{
    display: table;
    width: 260px;
}

.divVotesBar
{
    margin: 1px 5px 1px 0;
    height: 13px;
    background-color: #990000;
    float:left;
}


.sondageItem
{
    

}
