
/*
	Reset CSS
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
ol, ul, li,
fieldset, form, label, legend, caption { margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent; }

/*
	Global CSS
*/

.float-left		{ float:left; }
.float-right	{ float:right; }


html { overflow:-moz-scrollbars-vertical;overflow-y:scroll;overflow-x:auto;background:#f5f5f5; }

body  {
	font: 12px Arial, Helvetica, sans-serif;
	color: #231f20;
	margin: 0;
	padding: 0;
	text-align: center;
}

img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.img {
	border: #6d6e71 1px solid;
	margin: 0;
	padding: 2px;
}

a, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #6d6e71;
}

a:hover { color:#5d0808; }

h1 {
	font: 16px "Arial Black";
	color: #5d0808;
	margin: 0 0 5px 0;
	padding: 0;
}

h2 {
	font: bold 12px Arial;
	text-transform: uppercase;
	margin: 5px 0;
	padding: 0;
}

h3, .title {
	font: bold 14px Arial;
	color: #231f20;
	margin: 5px 0;
	padding: 0;
}

h4 {
	font: 14px Arial;
	color: #231f20;
	margin: 5px 0;
	padding: 0;
}

p {
	margin: 7px 0;
	padding: 0;
}

ul {
	margin-top: 5px;
}

.twocol #container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/******************** header ************************/

.twocol #header {
	/*background:red;*/
	color: #6d6e71;
	width: 960px;
	/*height: 116px;*/
	/*overflow:hidden;*/
}
/*
.twocol #language {
	float:right;
	margin: 60px 0 0 660px;
	padding: 5px;
}*/

.twocol #language a,
.twocol #language a:visited {
	color: #fff;
	text-decoration: underline;
}

.twocol #language a:hover { color: #5d0808; }

.twocol .basket {
	padding: 50px 0 0 0;
	width: 520px;
	text-align: right;
	text-transform: uppercase;
}

.twocol .basket a{ text-decoration: underline; }

.twocol #search {
	border: #ccc 2px inset;
	margin: 17px 10px 0 0;
	padding: 2px;
}

.twocol #header h1 {
	margin: 0;
	padding: 10px 0;
	color: #6d6e71;
}


/****************** /header ************************/

/****************** left ************************/

.twocol #left {
	float: left;
	text-align: center;
	width: 180px;
	margin: 0;
	padding: 30px 0 0 0;
}
/*
.twocol #left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: bottom;
}
.twocol #left ul li {
	width: 180px;
	height: 33px;
	margin: 0;
	padding: 0;
}
*/
#left ul { margin: 0;padding: 0;list-style: none; }
#left ul li { height:36px; }
#left ul li a { font-size:12px;padding-left:28px;height:36px;display:block;float:left;line-height:24px;color:#606060;cursor:pointer;text-decoration:none; }
#left ul li a span { padding-right:20px;height:36px;display:block;position:relative;float:left;cursor:pointer; }
#left ul li a:hover { background:url(/images/tgi2/menul.gif) no-repeat left top; }
#left ul li a:hover span { background:url(/images/tgi2/menur.gif) no-repeat right top; }
#left ul li a.active { background:url(/images/tgi2/menul.gif) no-repeat left top; }
#left ul li a.active span { background:url(/images/tgi2/menur.gif) no-repeat right top; }

.twocol #bulletin {
	background:url(../interface/global/bg_button.gif) no-repeat;
	width: 140px;
	height: 37px;
	margin: 0;
	padding: 5px 0 0;
}

.twocol #bulletin  a, .twocol #card  a {
	font: 12px/14px "Arial Black";
	text-transform: uppercase;
	color: #fff;
	display:block;
	height:100%;
}
.twocol #bulletin  a:hover {color:#fff;text-decoration:none; }
.twocol #card  a:hover {color:#5d0808;text-decoration:none; }

.twocol #card {
	background:url(/images/submenu_card.png) no-repeat;
	width: 146px;
	height: 29px;
	margin: 5px 0 0 0;
	padding: 7px 0 0;
}

/****************** /left ************************/

/****************** mainContent ************************/

.twocol #mainContent {
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
}

.twocol #filAriane {
	font: bold 11px/30px Arial, Helvetica, sans-serif;
	color:#6d6e71;
}
.twocol #filAriane a {
	font: bold 11px/36px Arial, Helvetica, sans-serif;
	color: #231f20;
}
.twocol #filAriane a:hover {
	color:#5d0808;
}

.twocol #center {
	/*width: 810px;*/
	margin: 0;
	padding: 0;
}

.twocol #form {
	margin: 20px auto 20px 100px;
	width: 80%;
}

.twocol #form div {
	height: 30px;
}


.twocol #form .label {
	float: left;
	text-align: right;
	display: block;
	width: 150px;
	height: 18px;
	padding-right: 10px;
}

.twocol #form .fields {
	border: #6699CC 1px solid;
	width: 200px;
	height: 18px;
}

.textarea {
	width: 357px;
	height: 60px;
	margin-top: 5px;
}

.red_star {
	color: #FF0000;
}

.note {
	font: bold 10px Arial, Helvetica, sans-serif;
}

.promotions_box {
	float: left;
	width: 450px;
	padding: 20px 0 0 20px;

}

#magasins {
	float: left;
	width: 50%;
	font-weight: bold;
}

.titlemagasin, .faq {
	color: #231f20;
	background-color: #edf2fb;
	margin: 5px 5px 0 0;
	padding: 5px;
}

.hidemagasin {
	width: 330px;
	height: auto;
	border: 1px solid #ddd;
	margin: 5px 0;
	padding: 7px;
	display: none;
}

.hidefaq {
	width: 330px;
	height: auto;
	border: 1px solid #ddd;
	margin: 5px 0;
	padding: 7px;
	display: none;
}

.hidemagasin span{
	float: left;
	width: 100px;
}

.hidefaq {
	width: 790px;
}


#panier p {
	background:url(../images/grayline.gif) bottom no-repeat;
	width: 790px;
	height: 50px;
}

/****************** /mainContent ************************/





.twocol #bottom {
	background: url(../interface/global/bg_bottom.jpg) left no-repeat;
	width: 960px;
	height: 250px;
	margin: 0;
	padding: 0;
}

.twocol #circulaire {
	margin: 0;
	padding: 50px 0 0 0;
}



#footer p {
	/*font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #a7a9ac;
	margin: 0;
	padding: 0 0 0 15px;*/
}

#footer a {
	color:#6b6b6b;text-align:right;
	text-transform: none;
	font-size:11px;
}

#footer {
	width: 960px;
	margin: 0 0 60px 0;
	padding: 15px 0;
	font-size:10px;
}
#footer ul { list-style:none;float:right; }
#footer ul li { float:left;margin:0 15px 0 0; }
#footer ul li.sep { border-right:1px solid #000;padding:0 0 0 5px;height:18px; }

.fltrt { float: right; }

.fltlft { float: left; }

.clrflt {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.grayline { margin:10px 0 5px 0; }



.nav2 { margin: 5px 0 }
#nav2 a, #s7 strong { padding: 3px 5px;text-decoration: none; color:#5ca4b4; }
#nav2 a.activeSlide { color:#000;text-decoration: underline; }
#nav2 a:focus { outline: none; }
#output { text-align: left; }
#nav2 { text-align: right;width:517px; }


#contenuepage { margin:30px 0px 10px 20px;width:790px; }

#contenuepage li { margin:0 0 0 30px;padding:0 0 0 5px; }
#piImage { margin:15px 15px 15px 0;border:1px solid #939393;padding:0 !important;background:#fff;text-align:center; }
#piDescription { margin-bottom:15px; }

.boutonSecond { color:#949494 !important; }

dl { margin:0;padding:0; }
dl dt { float:left;width:30px; }
dl dd { margin: 0 0 0 0;padding:0 0 15px 30px; }
dl.sub dt { float:left;width:30px;margin-left:30px; }
dl.sub dd { margin: 0 0 0 0;padding:0 0 15px 60px; }

.fstyle p { margin:0 0 15px 0;padding:0; }
.fstyle h1, .fstyle h2, .fstyle h3, .fstyle h4 { margin:0 0 15px 0;padding:0; }
.fstyle.concours input, .fstyle.concours select { padding:3px;font-size:11px; }

#horiz-menu a.topmenu1 { padding:5px 10px;display:inline-block;background:#9cc5ca;color:#fff !important;/*padding-right:40px;padding-left:40px;*/width:130px;text-decoration:none;text-align:center; }
#horiz-menu a:hover.topmenu1 { background:#fdbc5f;color:#fff; }

#horiz-menu a.topmenu1-account { padding:5px 25px 5px 10px;display:inline-block;background:#61a3ab url(/images/tgi2/account.gif) no-repeat 92% center;color:#fff !important;width:130px;text-align:center;text-decoration:none; }
#horiz-menu a.topmenu1-basket { padding:5px 35px 5px 10px;display:inline-block;background:#61a3ab url(/images/tgi2/basket.gif) no-repeat 92% center;color:#fff !important;width:130px;text-align:center;text-decoration:none; }

.required { color:#CC0000;margin-right:5px; }
.alert { color:#CC0000; }
