p.rintonly {
	display: none;
}

.screenonly {
	display: block;
}


/*  ----------\
	-----------------------------------------------
	Title 		: FigClothing.com CSS Document
	Author 		: Francis Hogue
	Edition 	: Blank
	Version 	: 1.0
	Created 	: 01-09-2007
	Updated 	: 
	Contact 	: francishogue@francishogue.com
	Copyright 	: FigClothing.com (c) 2007
	-----------------------------------------------
	----------/
	
*/


/* --------------------------------------
	
	=reset
	
-------------------------------------- */

:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 100%;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}

/* --------------------------------------
	
	=layout, structure
	
-------------------------------------- */

body { 
	background-color: #fff; 
	color: #000; 
	font: normal small Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#wrapper {
	margin: 0 auto;
	padding-bottom: 20px;
	/*width: 771px;*/
	width: 775px;
}

#masthead {
	border-bottom: 1px solid #000;
	float: left;
	padding-bottom: 11px;
	width: 100%;
}

#navbar {
	/*border-bottom: 1px solid #000;*/
	clear: both;
	float: left;
	width: 100%;
	
}

#headbar { 
	clear: both; 
	float: left;
	width: 100%;


}

#headbar.Basic { background: url(../img/ico-avion.gif) no-repeat 100% 50%; }
#headbar.Voile { background: url(../img/ico-voile.gif) no-repeat 100% 50%; }
#headbar.Chalet { background: url(../img/ico-chalet.gif) no-repeat 100% 50%; }

#main-body {	
	float: left;
}
/***
* attention container, redefinit dans product.css
*/
div.container {
	border-top: 1px solid #000;
	clear: both;
	float: left;
	padding: 16px 0 0 0;
	width: 100%;
	width:771px;
	/*margin-top:8px;*/
}

body#twoCol div.content {
	float: right;
	/*width: 420px;*/
	width:540px;
}

body#twoCol div.sidebar {
	float: left;
	/*width: 351px;*/
	width: 180px;
}

#footer { 
	position:relative;
	clear: both;
	width:771px;
	/*float:right;*/
	text-align:right;
	font-size:10px;
	font-family:Arial,Helvetica,sans-serif;
}
/* --------------------------------------
	
	=nav
	
-------------------------------------- */
ul#mainNav {
	float: left;
	margin: 8px 0 0px 0;
}

ul#mainNav li, ul#subNav li {
	display: inline;
}

ul#mainNav li a {
	font-size: 85%;
	font-weight: bold;
	margin-right: 3px;
}


ul#mainNav li a.lang {
	font-size: 80%;
	font-weight: normal;
}

ul#subNav {
	clear: left;
	float: left;
	font-size: 70%;
	/*display:none;*/
}

ul#subNav li {
	font-weight: normal;
}

ul#subNav li a { margin-right: 3px; }


/* --------------------------------------
	
	=headers
	
-------------------------------------- */
h1#logo, h1#logo a {
	background: url(../img/logo.gif) no-repeat;
	overflow:hidden;
	float: left;
	height: 37px;
	width: 273px;
}
h1#logo {
	margin: 42px 0 0 0;
}
h1#logo a {
	display: block;
	text-indent: -9999px;
}

#ma-valise h3 {
	font-size: 75%;
	font-weight: bold;
	line-height: 90%;
	margin: 5px 0 0 0;
}

/* --------------------------------------
	
	=basic text style
	
-------------------------------------- */
dl,ul,ol,h1,h2,h3,h4,h5,h6,pre,p,blockquote,table,img {
	margin-bottom: 1.0em;
}

strong { font-weight: bold; }

p { 
	font-size: 70%; 
	line-height: 1.2em;
}


#ma-valise p {
	margin: 0;
}

/* --------------------------------------
	
	=links
	
-------------------------------------- */
a:link, a:visited { color: #000; }




#ma-valise a {
	background: url(../img/btn-ma-valise.gif) no-repeat 0 0;
	display:block;
	font-size: 0;
	height: 14px;
	text-align: left;
	text-indent: -9999px;
	width: 110px
}
/* --------------------------------------
	
	=panel
	
-------------------------------------- */

#ma-valise {
	background: url(../img/ico-valise.gif) no-repeat 0 0;
	float: right;
	height: 43px;
	margin: 36px 0 0 0;
	text-align: right;
	width: 110px;
}

/* --------------------------------------
	
	=list
	
-------------------------------------- */

#headbar ul {
	float: left;
	font-size: 70%;
	margin: 0;
	padding: 0 0 16px 0;
}

#headbar ul li { 
	float: left; 
	/*padding-top: 31px;*/
}
#headbar ul li a { 
	margin: 0 3px 0 3px; 
}
#headbar ul li a.first { 
	margin-left: 0;
}


ul#contentNav li { 
	/*margin-bottom: 2px;*/
	font-size:11px;
	font-weight: bold;
}

/*ul#contentNav li a {
	font-size: 80%
}*/



ul#contentSubNav li a {
	font-size:10px;
	
}

ul#contentSubNav li a.ordinary {
	border-bottom: 0px;
	font-size: 60%;
}


/* --------------------------------------
	
	=form
	
-------------------------------------- */
form#search {
	float: right;
	margin: 11px 0 10px 0;
	width: 110px;
}
form#search label {
	display: none;
}
input#search-str {
	border: 1px solid #ddd;
	border-top: 1px solid #7c7c7c;
	float: left;
	height: 16px;
	width: 75px;
}

input#search-btn {
	display: block;
	float: right;
	height: 14px;
	margin-top: 2px;
	width: 25px;
}

/* --------------------------------------
	
	=trick
	
-------------------------------------- */

div.clear {clear:both; line-height:0.0; height:0; padding:0; margin:0;}



/*----------------------------------------

  Icones

-------------------------------------------*/

.btn_voyage:hover{
	background:url("../img/icone_avion.gif") left bottom no-repeat;
	height:35px;
	width:35px;
}

.btn_voyage{
	background:url("../img/icone_avion.gif") left top no-repeat;
	height:35px;
	width:35px;
}

.btn_soleil:hover{
	background:url("../img/icone_soleil.gif") left bottom no-repeat;
	height:35px;
	width:35px;
}

.btn_soleil{
	background:url("../img/icone_soleil.gif") left top no-repeat;
	height:35px;
	width:35px;
}

.btn_chalet:hover{
	background:url("../img/icone_chalet.gif") left bottom no-repeat;
	height:35px;
	width:35px;
}

.btn_chalet{
	background:url("../img/icone_chalet.gif") left top no-repeat;
	height:35px;
	width:35px;
}

.btn_ocean:hover{
	background:url("../img/icone_ocean.gif") bottom left no-repeat;
	height:35px;
	width:35px;
}

.btn_ocean{
	background:url("../img/icone_ocean.gif") top left no-repeat;
	height:35px;
	width:35px;
}

#bgForm {
	background: url(http://demo.k3media.com/fig/ui/img/map.gif) top right no-repeat;
	width:700px;
	height:300px;
}

#newsletterForm td{
	font-size:10px;
	font-weight:bold
}

#btsubscribe{
	font-size:10px;
	padding:1px;
}

#un{font-size:12px; font-weight:bold;}
#deux{font-size:10px;}


#detaillant_main{margin:5px 0px 15px 15px;}
.detaillant_titre{font-weight:bold; margin-bottom:0px; clear:both; border-bottom:#000000 solid 1px; padding-bottom:5px;}
.nom{font-weight:bold; font-size:11px;}
.detaillant_adresse{margin:0px 10px 10px 20px; /*border-left:solid 1px #000000; padding-left:8px;*/ float:left; width:200px}
.groupe{margin-right:85px;clear:both;}

#select-size{
	text-transform:uppercase;
	font-size:10px;
	width:100px;
	background-color:#FFFFFF;
}

#select-color{
	text-transform:uppercase;
	font-size:10px;
	width:100px;
	background-color:#FFFFFF;
}

.black { color:#000000;}
