/* CSS Document */


/************** LIENS *********************************************/

p.spip{
	margin:0 0 10px 0;

}

a,
a:link,  
a:visited
{
	color:#333;
	text-decoration:underline;
	outline:none;
	
}
a:hover{
	color:#999;
	text-decoration:none;
	outline:none;
}

a.on,
a.on:link,  
a.on:visited
{
	color:#999;
	text-decoration:none;
	outline:none;
}
a.on:hover{
	color:#999;
	text-decoration:underline;
	outline:none;
}




img {
	border:0px;
	/*behavior: url("win_png.htc");*/
}


/* ?L?MENTS GLOBAUX */

#logo{
	position:absolute;
	top:40px;
	left:38px;


}

#menu{
	position:absolute;
	top:210px;
	left:30px;


}

#header{
	position:absolute;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
#header h1{
	font-weight:normal;
	padding:0 0 0 0;
	margin:0 0 10px 0;
	color:#4F4F4F;
	font-size:1.5em;
}

#header h3{
	font-size:1em;
	font-weight:normal;
	color:#4F4F4F;
}


#portfolio{
	position:absolute;
	text-align:left;
	top:185px;
	left:205px;
	padding:0 100px 0 0;

}

#portfolio.accueil{
	position:absolute;
	text-align:left;
	top:215px;
	left:195px;
	padding:0 100px 0 0;

}

#ariane {
  font-size:1.2em;
  padding:0 10px;
}

#portfolio h1{
	font-weight:normal;
	padding:0 0 0 0;
	margin:0 0 20px 0;
}

#portfolio h3{
	font-size:12px;
	line-height:16px;
	font-weight:normal;
}

/* content */
#content h2 {
	font-size: 1.6em;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	margin-bottom: 0.5em;
	clear: both;
}

.ListProd .BlockProd div h3 {
	font-size: 1em;
	font-weight: normal;
}

#SuiteInfos h3 {
	font-size: 1.5em;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	margin-bottom: 0.3em;
}

#ImageFiche {
	margin-left: 1.5em;
}
#ImageFiche #principale {
	padding: 0 0 1.5em 1.5em;
}
#ImageFiche #miniature {

}
#ImageFiche #miniature a {
	margin-left: 0.3em;
}
#content #ImageFiche p {
	/*padding: 0 0.5em 0 0;*/
}
#content #ImageFiche #ZoomImg {
	padding: 0.5em 0 0 0.5em;
  font-size: 1em;
}

#Personnalisation label {
	display: inline;
}

#Personnalisation input {
	width: 20em;
}

/***** Plugin Tooltip Jquery ***********/

#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #4F4F4F;
	color: #fff;
	padding: 5px;
	opacity: 0.85;
	font: 1em "Trebuchet MS", sans-serif;
}
#tooltip h3, #tooltip div { 
font: .9em "Trebuchet MS", sans-serif;
margin: 0; 
color: #fff; 
}

/* MENU JQUERY */

		#menucat {
      margin: 0;
      padding: 0;
      list-style: none;
      color: #4F4F4F;
      width: 200px;
      font: .9em "Trebuchet MS", sans-serif;
    }

		#menucat a, #menucat span {
			display: block;
			padding: 4px 10px;
			color: #4F4F4F;
			text-transform:uppercase;
			text-decoration: none;
      font-weight: bold;
		}

		#menucat .toggleSubMenu a, #menucat .toggleSubMenu span {


			}
		#menucat .open a, #menucat .open span {
			background-image: url(menu_demo/menu-item-enroule.png);


			}
		#menucat a:hover, #menucat a:focus, #menucat a:active {
			text-decoration: underline;
      font-weight: bold;
			}
		#menucat .subMenu {
	font: 1em "Trebuchet MS", sans-serif;
			background: #FFF url(menu_demo/subMenu.png) 0 0 repeat-x;
			text-transform:lowercase;
			margin: 0;
			padding: 0;
			border-bottom: 1px solid #FFF;
			color: #4F4F4F;

			}

     #menucat ul li{
        padding: 0 5px;
}
		#menucat ul li a {
			font: 1em "Trebuchet MS", sans-serif;
		
			background: none;
			padding: 3px 10px;
			text-transform:lowercase;
			color: #6F6F6F;
			}


 /* Partager produit */
#partage {
	overflow: hidden;
	height: 1%;
}
#partage input {
	width: 240px;
  font-size:1em;
}
#partage label {
	width: 200px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 5px;
  font-size:1em;
}
#partage div {
	margin: 5px;
  font-size:1em;
}
#partage button {
	margin-left: 205px;
}
#partage #partageNewsletter label {
	display: inline;
	float: none;
	vertical-align: middle;
	text-align: left;
  font-size:1em;
}
#partage #partageNewsletter input {
	width: auto;
	vertical-align: middle;
  font-size:1em;
}

#partage #infoEnvoyerAmi, #partage #partageTwit {
	margin-bottom: 20px;
  font-size:1em;
}
#partage #partageOk {
	color: #fff;
	background-color: #666;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
  font-size:1em;
}

#partage .tellFriendInfoPerso label {
	float: none;
	text-align: left;
	margin: 0;
	width: auto;
  font-size:1em;
}
#partage .tellFriendInfoPerso textarea {
	width: 500px;
	height: 250px;
}
#partage .tellFriendInfoPerso button {
	float: left;
	margin: 0 10px 0 0;
}

#partage .tellFriendsNavigation {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 4px solid #fff;
	padding-left: 10px;
	margin-bottom: 20px;
  font-size:1em;
}

#partage .tellFriendsNavigation li {
	display: block;
	float: left;
	margin-right: 5px;
  font-size:1em;
}

#partage .tellFriendsNavigation li.current{
	-moz-border-radius: 2px;
	border: none;
	padding: 0.2em;
	background: #DDD;
	vertical-align: middle;
}

#partage .tellFriendsNavigation li a {
	float: left;
	height: 30px;
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
  font-size:1em;
}
#partage .tellFriendsNavigation li #twitter {
	background: url(../images/twitter.gif) no-repeat 5px 50%;
	padding-left: 26px;
  font-size:1em;
}
#partage .tellFriendsNavigation li #facebook {
	background: url(../images/facebook.gif) no-repeat 5px 50%;
	padding-left: 26px;
  font-size:1em;
}
#partage .tellFriendsNavigation li #sendFriend {
	background: url(../images/sendfriend.gif) no-repeat 5px 50%;
	padding-left: 26px;
  font-size:1em;
}
#partage .tellFriendsNavigation .current a {
	background: #fff;
	color: #000;
  font-size:1em;
}
#partage .tellFriendsNavigation .current #twitter {
	background: #fff url(../images/twitter.gif) no-repeat 5px 50%;
  font-size:1em;
}
#partage .tellFriendsNavigation .current #facebook {
	background: #fff url(../images/facebook.gif) no-repeat 5px 50%;
  font-size:1em;
}
#partage .tellFriendsNavigation .current #sendFriend {
	background: #fff url(../images/sendfriend.gif) no-repeat 5px 50%;
  font-size:1em;
}

#partage #partageFacebook p {
	background: url(../images/facebook.gif) no-repeat 0 50%;
	padding-left: 22px;
  font-size:1em;
}

#partage .errorPartage {
	color: #C4243B;
	text-align: center;
  font-size:1em;
}


#SuiteInfos #Personnalisation h3 #PrixPerso {
	color: #000;
	font-weight: normal;
	font-size: 0.6em;
}

#compte1 label, #minscrire label, #Contact label, #cardsoff label {
	padding-right: 0.5em;
	width: 190px;
	line-height: 1.7em;
  font-size: 1.0em;
}

#footer {
	margin: 0 50px 0 250px;
	padding: 0.2em 0 0 0;
	clear: both;
	text-align: center;
	margin-bottom: 2em;
}

#LinkFooter {
  font-size: 1em;
}

#compte1 .erreur, #minscrire .erreur {
	text-align: center;
	margin-bottom: 1em;
  float: right;
}

#variations .comboBox {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #5D5D5D;
clear:none !important;
display:block;
font-size:1.3em;
height:22px;
overflow:hidden;
padding:0;
position:relative;
width:250px !important;
}