/*
	Specific CSS by jfp. 2010 06 07
*/

/* `Navigation
----------------------------------------------------------------------------------------------------*/

#menu { list-style:none; z-index: 500;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 0.15em;
	width: 960px;
	position: relative;
	line-height: 20px;
	padding-top: 5px;
	text-shadow: #000000 0 0 0;
	height: 30px;
	margin: -15px auto -30px;
	padding-left: 20px;
}

#menu li { float:left;
	height: auto;
	padding-bottom: 0;
	width: auto;
	margin-left: 0;
}

#menu li a {
	display:block;
	float: left;
	line-height:40px;
	color: #cc9;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	clear: none;
	padding: 0 20px 0 5px;
}

#menu table {
	border-collapse:collapse;
	left:0;
	position: relative;
}

/* comment: List styled OR link hover. Browser dependent */

#menu li a:hover {
	z-index:200;
	position:relative;color: #cc9;
	background-color: #514540;
}

#menu li:hover {
	position:relative;
	z-index:200;
	height: 30px;
	background-color: #cc9;
	color: #534741;
	margin-bottom: -5px;
	padding-bottom: 10px;
}

#menu li:hover > a { color: #cc9;
}

#menu li:hover > a.sub { color: #cc9;
	background-color: #514540;
	margin-bottom: -5px;
	padding-bottom: 10px;
}

#menu li.current a {
	color: #534741;
	background: #cc9;
	width: auto;
	height: 30px;
	margin-bottom: -5px;
	padding-bottom: 10px;
}

#menu li a.sub { background: url(down-arrow.gif) no-repeat right center;
	height: inherit;
}

#menu li.current a.sub { color: #534741; background: #cc9 url(down-arrow.gif) no-repeat right center;
	height: 30px;
	clear: none;
	width: auto;
	margin-bottom: -5px;
	padding-bottom: 10px;
}

#menu :hover ul {
	left:0;
	top: 40px;
	background-color: #cc9;
}

/* comment: "Next" level invisible by positionning it off screen. */

#menu ul, 

#menu :hover ul ul {
	left:-9999px;
	top:-9999px;
	width: 200px;
	list-style:none;
	position: absolute;
	float: none;
	text-indent: 5px;
	line-height: 20px;
	height: 20px;
}

#menu :hover ul :hover ul {
	left: 200px;
	top:-1px;
	white-space:nowrap;
	width: 200px;
	color: white;
}

#menu :hover ul li {
	margin:0;
	border-top:1px solid #666;
	background-color: #534741;
	width: 200px;
	height: 20px;
}

#menu :hover ul li a {
	width: 200px;
	padding:0;
	background: #534741;
	color: #cc9;
	line-height: 20px;
	height: 20px;
}

#menu :hover ul li a.fly { background: #534741 url(right-arrow.gif) no-repeat right center;
	width: 200px;
	height: 20px;
}

#menu :hover ul :hover {
	background-color: #f00;
	color: white;
	line-height: 20px;
	height: 20px;
	width: 200px;
	padding: 0;
}

#menu :hover ul :hover a.fly {
	background-color: #f00;
	color: white;
	height: 20px;
}

#menu :hover ul li.currentsub a {
	background: #534741;
	color:#fff;
	height: 20px;
}

#menu :hover ul li.currentsub a.fly {
	background: #534741 url(right-arrow.gif) no-repeat right center;
	color:#fff;
	width: 200px;
	height: 20px;
}

#menu :hover ul :hover ul li a {
	width: 200px;
	padding:0;
	text-indent:10px;
	background: #534741;
	color: #cc9;
}

#menu :hover ul :hover ul :hover {
	background-color: #f00;
	color: white;
	height: 20px;
}

#menu :hover ul :hover ul li.currentfly a,

#menu :hover ul :hover ul li.currentfly a:hover {
	background: #f00;
	color:#fff;
	height: 20px;
}





/* `Content
----------------------------------------------------------------------------------------------------*/

body
{
	background: #534741;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	color: #333;
}

a {
	color: #FF0000;
	text-decoration: none;
}
	a:visited { color: #910a08; }


a:hover {
	color: #90916b;

}
A img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

A:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}


p
{
	overflow: hidden;
	padding: 2px 0;
	text-align: left;
	color: #534741;
}

.container_12
{
	background: #fff;
	margin: 30px auto auto;
}

.grid_3
{
	border-top: 1px solid #666;
}

.colophon
{
	color: #cc9;
	text-align: center;
	padding: 5px 0;
	width: 960px;
	float: none;
	clear: none;
	z-index: inherit;
	margin-right: auto;
	margin-left: auto;
}

/* `Contact
----------------------------------------------------------------------------------------------------*/

.contact{
	padding-left: 120px;
	float: left;
}

h3#formulaire{
	color: #FF0000;
}
.zemTextarea {
	font: 11px 'Lucida Grande', 'Lucida Sans', 'Corbel', 'Trebuchet MS', 'Candara', verdana, 'Verdana', sans-serif;
	width: 100%;
	background: #FFFEED;
}
.zemText {
	background: #FFFEED;
}
.zemRequired, .zemSelect {
	font-weight: bold;
}
.zemSubmit {
	background: #FFF url(/images/17.gif) repeat-x;
	border-color: #C0C0C0;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	margin-bottom: 60px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	width: auto;
	float: right;
}

.zemSubmit a:hover {
	background-position: left bottom; color: #FF0000;
}



/* `Image
----------------------------------------------------------------------------------------------------*/

img {
	color: #534741;
}

img.imagetetiere {
	background: #fff;
	position: relative; 
  	width: 940px;
	height: 150px;
}
img.imagebox { 
	background: #cc9;
	overflow: hidden;
	margin-top: -6px;
	border-right-color: #cc9;
	border-right-width: 2px;
	border-left-color: #cc9;
	border-left-width: 2px;
}

/* `Slimbox
----------------------------------------------------------------------------------------------------*/

li.cell {
	float: none;
	display: inline-block;
	height: inherit;
	width: inherit;
	clear: none;
	margin-top: 5px;
	margin-left: 5px;
}


.smd_slimbox li {
	width:150px;
	height:150px;
	float:left;
	margin:1em auto;
	text-align:center;
}
.smd_slimbox img {
	margin:10 auto;
	padding: 1px;
}
.smd_slimbox span {
	float:left;
	width:140px;
	padding:2px 0 0 5px;
}
.smd_slimbox_nav {
	clear:both;
	width:500px;
	padding:20px;
}
.smd_slimbox_prev {
	float:left;
}
.smd_slimbox_next {
	float:right;
}

* {
	
}


li.typofonderie-com {
	font-size: inherit;
	text-indent: inherit;
	list-style-type: none;
	margin-bottom: 20px;
}



li.typofonderie-com  hr {
	border-top: 1px solid #534741;
}
