@charset "utf-8";
/* CSS Document */
body {
	background-color: #FDD300;
}

a {
	color:#FF0000;

	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	padding:5px;
	margin:0px;
	padding:0px;
	color:#000000;
	font-size:14px;
	background-repeat:no-repeat;

}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	border-bottom: 1px solid #FF0000;
	padding:5px;
	background-color:#FFFFFF;
	margin-top:0px;
}
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

	padding:10px;
	background-image:url(../images/default/head.gif);
	background-repeat:repeat-x;
	margin:0px;
	border: 1px solid #CCCCCC;


}
body,td,p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.bloc{
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding:5px;
	margin:0px;
	background-color:#FFFFFF;

}
.heading{
	color:#00000;
	font-size:10px;
	padding-left:15px;

}
.panier{
	padding:10px;
	margin:0px;
}
.colg{

}
.colc{

}
.cold{
	/*background-image:url(../images/default/cold.jpg);*/
	background-repeat:repeat-y;
	background-position:right;
	background-color:#FFFFFF;
	padding-left: 5px;
	padding-right:10px;
}
input[type="text"]{
	width:100%;
}
input[type="password"]{
	width:100%;
}
.menumn a {

	color:#000000;
	text-decoration:none;
	vertical-align:middle;
	text-align:center;
	font-size:10px;
	/*font-weight:bold;*/


}
.ulmenu {

}

/*.mline{
	padding:3px;
	background-color:#FFFFFF;
	border-left:8px solid #3674a6;
	background-image:url(../images/default/head.gif);
	background-color:#FFFFFF;
	border-right:1px solid #DDDDDD;
	margin-top:0px;
	font-size:11px;

}
.mline:hover {
	padding:3px;
	background-color:#CCCCCC;
	background-image:url(../images/default/bgtabo.gif);
	background-position:bottom center;
	border-left:8px solid #000000;
	border-right:1px solid #000099;
	border-bottom:1px solid #000099;
	border-top:1px solid #000099;
	color:#FFFFFF;
	font-size:11px;

}*/
.menumn {
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	height:30px;
}
.menumn:hover{
	background-image:url(../images/light_burned/bgtab.gif);
	background-position: bottom center;
}
.menumns{
	background-image:url(../images/light_burned/head-over.gif);
	height:30px;
	text-align:center;
	background-position: top center;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	cursor:pointer;
}
.menumns:hover{
	background-image:url(../images/light_burned/bgtab.gif);
	background-position: bottom center;
}
.fbutton{
	background-image:url(../images/default/button.png);
	border: 0px;
	height: 23px;
	width:93px;
	font-size:10px;
	margin:0px;
	background-color:#FFFFFF;
}
.fbutton:hover{
	background-image:url(../images/default/button-over.png);
	border: 0px;
	height: 23px;
	width:93px;
	font-size:10px;
	color:#851DB1;
	background-color:#FFFFFF;

}
.cbutton{
	background-image:url(../images/default/commander.gif);
	border: 0px;
	height: 92px;
	width:150px;
	font-size:10px;
	margin:0px;
	background-color:#FFFFFF;
}
.cbutton:hover{
	background-image:url(../images/default/commander-over.gif);
	border: 0px;
	height: 92px;
	width:150x;
	font-size:10px;
	color:#851DB1;
	background-color:#FFFFFF;
	margin:0px

}
.lbutton{
	width:183px;
	height:37px;
	background-image:url(../images/default/bouton_large.gif);
	color:#000000;
	font-size:12px;
	background-color:#FFFFFF;
	border:0px;
	font-weight:bold;
	margin:0px
}
.lbutton:hover{
	width:183px;
	height:37px;
	background-image:url(../images/default/bouton_large-over.gif);
	color: #851DB1;
	font-size:12px;
	background-color:#FFFFFF;
	border:0px;
	font-weight:bold;
}
#slogan {
	height: 20px;
	width: 100%;
	margin-top:5px;
	line-height: 12px;
	text-indent: 5px;
	overflow: hidden;
	font-size:10px;
}
#texte_defilant { position: relative; }
.alert{
	border: 1px solid #006699;
	font-size:12px;
	width: 98%;
	margin:5px;
	padding:0px;
}
.prix {
	font-size:20px;
	font-weight: bold;
	color:#851DB1;

}
.prix_v {
	font-size:16px;
	font-weight: bold;
	color:#851DB1;
}

.prix_promo {
	font-size:24px;
	font-weight: bold;
	color:#851DB1;
}
.prix_cancel {
	font-size:12px;
	color:#000000;
	text-decoration:line-through;
}
.prix_soldes {
	font-size:24px;
	font-weight: bold;
	color:#851DB1;

}
.prix_ttc {
	font-size:8px;
	color:#851DB1;

}
/* 
================================================
autosuggest, inquisitor style
================================================
*/

body
{
	position: relative;
}


div.autosuggest
{
	position: absolute;
	border: 1px solid #003399;
	background-position: top;
	background-repeat: no-repeat;
	margin-left:-1px;
	margin-top:3px;
}

div.autosuggest div.as_header,div.autosuggest div.as_footer{
	position: relative;
	height: 0px;
	padding: 0px;

	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}

div.autosuggest div.as_header div.as_corner,div.autosuggest div.as_footer div.as_corner{
	position: absolute;

	background-position: top left;
	background-repeat: no-repeat;
}

div.autosuggest div.as_header div.as_bar,div.autosuggest div.as_footer div.as_bar
{
	height: 0px;
	overflow: hidden;
	
}


div.autosuggest ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #FFFFFF;
}

div.autosuggest ul li
{
	color: #003399;
	padding: 0;
	margin: 0px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #003399;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #6597bf;
	color:#000000;

}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #6597bf;
	color:#000000;
	border-top: 1px solid #000099;
	border-bottom: 1px solid #000099;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #003399;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #000000;
}

div.autosuggest ul li.as_highlight a
{
	color: #003399;
	background-color: #6597bf;
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #851DB1;
}
