/* Feuille de style CSS-public ? stockmilitaire public*/
/*************************GENERAL**********/
html {
	font-size: 100%;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: 'Tahoma', Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
* {
	margin: 0px;
	padding: 0px;
}
h5 {
	margin-top: 100px;
	padding-top: 100px;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: white;
	background-color: #333;
	text-decoration: none;
}
img {
	border: 0px;
}
select {
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
label {
	cursor: pointer;
	text-decoration: underline;
}
.pointer {
	cursor: pointer;
}
.tableau {
	margin: 5px auto;
}
.tableau th {
	text-align: center;
	background: url(images/tabs_fd.jpg) repeat-x left top;
	height: 28px;
	padding: 0 3px;
}
.tableau td {
	vertical-align: top;
	padding: 5px;
}
.td_prix {
	text-align: right;
	padding-right: 5px;
}
.td_text {
	text-align: left;
}
.td_center {
	text-align: center;
}
.formulaire {
	margin: 0 auto;
}
.formulaire th {
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}
.formulaire td {
	text-align: left;
	vertical-align: top;
}
.champs {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.boutons {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
	margin: 4px;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #666;
}
.erreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 5px;
	margin: 0 10px;
}
.result {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #009966;
	padding: 5px;
	margin: 0 10px;
}
.texts {
	text-align: justify;
	padding: 0 10px 10px 10px;
}
.texts a {
	text-decoration: underline;
}
.smalltext {
	font-size: 85%;
}
#content .center .fil {
	background-color: #EFEFEF;
	padding: 5px;
	border-bottom: 1px dotted #666;
}
.fil {
	font-size: 85%;
	text-align: left;
}
.fil a {
	text-decoration: underline;
}
.prix {
	font-size: 150%;
	font-weight: bold;
}
.lined {
	text-decoration: line-through;
}
.remise {
	font-size: 120%;
	font-weight: bold;
	color: #030;
}
.spacer {
	clear: both;
}
.boxes {
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.boxes img {
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:115px;
	height:115px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
/*************************PAGE**********/
#container {
	width: 1000px;
	margin: 0 auto;
}
.top {
	text-align: left;
	height: 36px;
}
/*Headers*/
.directslinks {
	margin: 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: justify;
	line-height: 1.3em;
}
.logo {
	height: 130px;
}
.shadow {
	-moz-box-shadow: #999 5px 5px 5px -2px; 
    -webkit-box-shadow: 3px 3px 3px #999; 
    box-shadow: 5px 5px 5px #999; 
	/*-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	shadow: 0 0 10px #000;*/
}
img.shadow  {
	margin-right: 15px; 
}
#slogan {
	color: white;
	text-align: left;
	padding: 0 10px;
	line-height: 2.0em;
	width: 400px;
	opacity : 0.7; 
    filter : alpha(opacity=70); 
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.slogantitle {
	font-size: 0.9em;
	font-weight: normal;
}
#slogan a, #slogan a:visited, #slogan a:hover {
	color: white;
}
ul.listes {
	list-style-type: none;
}
ul#menuhor {
	clear: both;
	list-style-type: none;
	line-height: 2em;
	padding-left: 189px;
}
#menuhor li {
	float: left;
	margin: 0 1px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
#menuhor li a {
	display: block;
	font-weight: bold;
	padding: 0 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
#menuhor li a:hover {
	display: block;
	font-weight: bold;
	padding: 0 5px;
}
#content {
	clear: both;
}
#content .right .menu_title, #content .left .menu_title { 
	font-size: 150%;
	margin: 0px;
	padding: 3px 0;
	letter-spacing: -1px;
}
#content .center h1, #content .center h4 {
	text-align: left;
	margin: 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}
#content .center h1 {
	letter-spacing: -1px;
}
#content .left {
	float: left;
	width: 180px;
}
ul.menuvert {
	clear: both;
	list-style-type: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
.menuvert a {
	display: block;
	font-size: 110%;
	padding: 2px 5px;
	margin: 1px 0;
	line-height: 1.2em;
}
#content .right {
	float: right;
	width: 200px;
}
#content .right .selection, #content .left .selection {
	margin: 1px 0;
}
#content .right .selection img, #content .left .selection img {
	margin-top: 5px;
	margin-bottom: 2px;
}
#content .right .changedesign {
	margin: 1px 0;
	padding: 3px 0;
}
#content .center {
	min-height: 470px;
	margin-right: 210px;
	margin-left: 190px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#content .center h3 {
	margin: 0px;
	padding: 5px 10px;
	text-align: left;
}
#content .center p {
	text-align: justify;
	padding: 0 5px;
}
.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}
p#footer {
	clear: both;
	font-size: 90%;
	line-height: 1.5em;
}
#phpmv {
	margin: 3px;
	display:none;
}
#validator {
	font-size: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*ARTICLES*/
.familieslink {
	font-size: 10px;
	font-style: italic;
}
.articles {
	font-family: 'Tahoma',Arial, Helvetica, sans-serif;
	margin: auto auto 10px auto;
	width: 96%;
}
.articles .back {
	min-height: 150px;
}
p.articles_text_famille {
	text-align: justify;
	margin: 0 10px;
	padding: 10px 0;
	font-size: 85%;
}
.familles {
	margin: 0 auto;
}
.familles td {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.familles .link {
	text-align: center;
	min-height: 32px;
	padding: 3px;
	border-bottom: 1px solid #CCC;
	font-size: 85%;
}
.familles .link a {
	color: white;
}
.familles .link a:visited {
	color: white;
}
.familles .link a:hover {
	color: black;
}
.articles td {
	margin:0;
	padding:0;
}
.articles th {
	font-weight: bold;
}
.articles h2 {
	font-size: 1em;
}
.articles a {
	/*text-decoration: none;*/
	color: #333;
}
.articles a:visited {
	color: #666;
}
.articles_show {
	position:relative;
	padding:5px;
}
.articles_new, .articles_promo, .articles_soldes, .articles_dumois, .articles_vente {
	position:absolute;
	top:0;
	left:0;
	width:105px;
	height:105px;
	z-index:800;
}
.articles_new {
	background: url(images/article-new.png) no-repeat top left;
}
.articles_promo {
	background: url(images/article-promo.png) no-repeat top left;
}
.articles_soldes {
	background: url(images/article-soldes.png) no-repeat top left;
}
.articles_dumois {
	background: url(images/article-dumois.png) no-repeat top left;
}
.articles_vente {
	background: url(images/article-vente.png) no-repeat top left;
}
ul.navigation-articles {
	list-style-type: none;
}
.article, .nav_tris {
	padding: 10px;
}
a.lien_navigation {
	color: black;
	text-decoration: underline;
}
a.lien_navigation:visited {
	color: gray;
}
.navigation-articles {
	height: 20px;
	font-size: 85%;
}
.navigation-articles li {
	float: left;
	padding: 0 5px;
}
.navigation-articles li a {
	color: #333;
}
.navigation-articles li a:visited {
	color: #666;
}
.navigation-articles li a:hover {
	color: white;
	background-color: #333;
}
#content .center .partenaires {
	margin: 0 auto;
}
#content .center .partenaires img {
	margin: 10px;
	border: 0px;
}
#content .center .partenaires td {
	margin: 10px;
	vertical-align: middle;
	text-align: left;
}
.dumois {
	background-color: #FFFFFF;
}
ul {
	text-align: left;
}
/*TABS****************/
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding-left: 15px;
	height: 26px;
	z-index: 30;
	text-align: center;
}
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin-right:1px !important;
	list-style-image:none !important; 
}
ul.tabs a {
	display: block;
	height: 25px;
	line-height: 25px;
	width: 110px;
	text-align: center;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
ul.tabs a:active {
	outline: none;
}
ul.tabs a:hover {
	background-position: -652px -31px;	
	color: white;
}

ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	cursor:default !important;
	border-bottom: 1px solid white;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
div.panes div.pane {
	display:none;
			
}
div.panes div {
	margin-left: 15px;
	display:none;
	padding: 15px 10px;
	width: 90%;
	height:350px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
div.panes div a {
	text-decoration: underline;
}
/**SEARCHS************/
.recherche0 { font-weight: normal; background:#FF0; }
.recherche1 { font-weight: normal; background:#6CF; }
.recherche2 { font-weight: normal; background:#CFC; }
.recherche3 { font-weight: normal; background:#C9F; }
.recherche4 { font-weight: normal; background:#FCF; }
/**TOOLTIPS***********/
.tooltiptop {
	display: none;
	text-align: left;
	font-size: 90%;
	min-height: 50px;
	color:#fff;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow: 0 0 10px #000; 
	box-shadow: 0 0 10px #000;
	z-index: 800;
}
.tooltiptop a {
	color: #FFF;
	height: 15px;
	line-height: 15px;
	width: auto;
	text-decoration: none;
}
.show {
	display: block;
}
.tooltipneo {
	display: none;
	padding: 10px;
	width: 170px;
	border: 4px double #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-box-shadow: 0 0 10px #000; 
    -webkit-box-shadow: 0 0 10px #000; 
	box-shadow: 0 0 10px #000;
	color: white;
}
.tooltipneo .label {
	color:yellow;
	width:35px;
}
.tooltipneo a {
	color: #FFF;
	font-size:11px;
	font-weight:bold;
}
.tooltipplan {
	display: none;
	text-align: left;
	font-size: 80%;
	width: 350px;
	min-height: 50px;
	color:#fff;
	padding: 8px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow: 0 0 10px #000; 
	box-shadow: 0 0 10px #000;
	z-index: 800;
}
.tooltipplan a {
	color: #FFF;
	height: 15px;
	line-height: 15px;
	width: auto;
	text-decoration: none;
}
.facebo {
	display: none;
}
.faceb {
	margin-bottom: 5px; 
	padding: 3px;  
	text-align: left;
}
ul.bookmarks  {
	list-style-type: none;
}
.bookmarks li {
	float: left;
}
.bookmarks li img{
	margin-top: 2px;
}

