/*******************************************************
TITLE: SHM Metal
DATE: 20-05-2009
AUTHOR: Stéphane Bergero @ PUNKTiTUDE.COM
*******************************************************/


* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #eee;
	color: #000;  
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

a {
	color: rgb(53,90,136);
	text-decoration: none;
}

a:hover {
text-decoration: underline;
}

h1 {font-size: 2em;}
h2 {color: #355A88;font-size: 1.5em;}
h3 {color: #355A88;font-size: 1.25em;}
h4 {color: #555;font-size: 1.15em;}
p,
ul,
ol,
dl,
blockquote,
table {
margin-bottom: 2em;
}
ul ul,
ol ol,
dl dl {
margin-bottom: 0em;
margin-left: 10px;
}
ul,
ol {
margin-left: 15px;
}
ul {
list-style-type: disc;
}
	ul li {
	margin: 5px 0 5px 10px;
	}
	ul li li {
	list-style-type: circle;
	}
ol {
}
	ol li {
	list-style-type: decimal;
	margin: 5px 0 5px 10px;
	}
	ol li li {
	list-style-type: lower-alpha;
	}
blockquote {
padding: 0.5em;
background-color: #eee;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
blockquote p {
margin: 0.25em;
}


hr.divclear {
	border: 0;
	clear: both;
	height: 0px;
	margin: 0;
	visibility: hidden;
}

#container { 	
/*	background: #fff url(../images/shm-bg-01.jpg) no-repeat right top;*/
	background-color: #fff;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 800px;
	text-align: left;
	vertical-align: middle;	
}


/* Header */

#header {
	background: url(../images/shm-header-bg.png) no-repeat 0 0;
	height: 344px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 10;
}
	#header h1 {
	background: url(../images/shm-header-logo.png) no-repeat 0 0;
	color: #fff;
	height: 86px;
	left: 45px;
	position: absolute;
	text-indent: -9999px;
	top: 160px;
	width: 160px;
	}
		#header h1 a {
			display:block;
			height:86px;
			width:160px;
}
	#header h2 {
	color: #eee;
	text-indent: -9999px;
	}



/* Menu */
ul#nav1 {
bottom: 0;
position: absolute;
z-index: 9999;
}
ul#nav2 {
margin-bottom: 1em;
z-index: 0;
}


/* Sidebar */

#sidebar {
float: left;
font-size: 0.85em;
margin: 0;
padding: 0;
width: 155px;
}
	#sidebar h2 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	}
	#sidebar p {
	}
	#sidebar ul {
	margin: 0 0 0 0;
	list-style: none;
	}
	#sidebar li {
	}
	#sidebar a,
	#sidebar a:link {
	color: #fff;
	text-decoration: none;
	}
	#sidebar a:hover{
	text-decoration: underline;
	}
div#validation {
display: visible;
}

#sidebar #menu {
background: url(../images/shm-sidebar-bleu-bg.png) no-repeat 2px bottom;
height: 155px;
}
	#sidebar #menu h2 {
	display: none;
	}
	#sidebar #menu ul.dropdown {
	font-weight: normal;
	}
	#sidebar #menu ul.dropdown-vertical {
	width: 153px;
	}
	#sidebar #menu ul.dropdown li {
	background-color: transparent;
	border-style: dashed;
	border-width: 0 0 1px;
	color: #fff;
	font-family: "impact",arial,helvetica,sans;
	font-size: 1em;
	font-weight: normal;
	margin: 0 15px;
	padding: 3px 0;
	}
	#sidebar #menu ul.dropdown li.last {
	border: 0;
	}
	
	#sidebar #menu #sidebar li a {
	text-decoration: none;
	}
	#sidebar #menu ul.dropdown a:link,
	#sidebar #menu ul.dropdown a:visited {
	color: #fff;
	text-decoration: none;
	}
	#sidebar #menu ul.dropdown a:hover {
	text-decoration: underline;
	}

#sidebar #actu {
background: url(../images/shm-sidebar-orange-bg.png) no-repeat 2px 0;
color: #fff;
margin: 1px 0 0;
padding: 15px 0 0;

}
	#sidebar #actu h2 {
		font-size: 0.75em;
		padding: 0 15px;
	}
	#sidebar #actu h3 {
		font-size: 1.5em;
		margin: 0;
	}
	#sidebar #actu p {
		font-size: 0.75em;
	}
	#sidebar #actu span.more,
	#sidebar #actu span.more a {
	color: #555;
	}
	#sidebar #actu .newslist_item {
		border: 0;
		padding: 0 15px;
		margin: 0;
	}
	#sidebar #actu .allnews-link {
		background: url(../images/shm-sidebar-orange-bg-bottom.png) no-repeat 2px bottom;
		font-size: 0.85em;
		padding: 0 15px 15px 0;
		text-align: right;
	}
#realisations {
	float: left;
	font-size: 0.75em;
	margin: 60px 0 0;
	padding-left: 10px;
	width: 233px;
}
	#realisations p {
	}
	#realisations img.newsthumbnail {
		float: left;
		margin: 0 5px 5px 0;
	}
	#realisations .last,
	#content .last {
		border: 0;
	}


/* Content */

#content { 	
/*background-color: #fff;*/
float: left;
margin: 60px 0 0;
overflow: hidden;
padding: 0 15px 50px;
width: 368px;
}

/* css hack for Safari 3 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#content {
	margin: 0 0 0 0px;
	overflow: hidden;
	}
}
	#content h1,
	#content h2,
	#content h3,
	#content h4 {
		clear: both;
		margin: 0 0 0.5em;
	}
	#content h2 {
	color: #355A88;
	}
	#content p.newsdate {
	color: #777;
	font-size: 0.75em;
	}
	#content div.newsheader {
	}
	#content img {
		float: left;
		height: auto;
		margin: 0 5px 5px 0;
		max-width: 368px;
	}
	#content div.backlink {
	font-size: 0.75em;
	text-align: right;
	}

.newslist_item {
border-bottom: 1px solid #CCC;
margin-bottom: 2em;
}

table, td, th {
	border-collapse: collapse;
	border: 1px solid #355A88;
}
table {
	background-color: #6D9ECA;/*#355A88*/
	color: #FFF;
}
th, td {
	margin: 0;
	padding: 5px;
}
th {
	text-align: center;
}
caption {
	color: #355A88;
}

form {
}
form label {
	display: block;
}
input,
textarea {
	font-family: courier,monospace;
	font-size: 1em;
	width:358px;
}
input#id_name,
input#id_email {
	border: 1px solid #355A88;
	color: #355A88;
	padding: 5px;
}
textarea#id_msg {
	border: 1px solid #355A88;
	color: #355A88;
	padding: 5px;
}
input#id_submit {
	background-color: #6D9ECA;
	border: 1px solid #355A88;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	padding: 2px;
	width: auto;
}


/* Footer */

#footer {
background: url(../images/shm-footer-bg.png) repeat-x 0 0;
bottom: 0;
font-size: .6em;
height: 50px;
line-height: 20px;
margin: 0 auto;
padding: 15px 0 0;
position: relative;
text-align: center;
width: 800px;
}
	#footer p {
	margin: 0;
	}
	ul#navfooter {
	margin: 0;
	padding: 0;
	}
		ul#navfooter li {
		display:inline;
		font-weight:bold;
		list-style: none;
		margin: 0 1em;
		padding: 0;
		}
	

/* Galeries photos */

div.photo_item {
	float: left;
	margin: 0;
	text-align: center;
}
#content div.photo_item img {
	float: none;
	margin: 0;
}


/* Menus */

ul#nav1 li,
ul#nav1 li a {
	background-color: #2c2c2c;
	border: 0px;
	color: #eee;
}
ul#nav1 li a:hover {
	text-decoration: underline;
}


/* extra div pour le header */
#extra {
	position: absolute;
	left: 252px;
	top: 0;
	z-index: 0;
}
ul.crossfade {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
position:relative;
}
	ul.crossfade img {
		width: 548px;
	}

#fade li {
height: 341px;
left: 0;
margin: 0;
position: absolute;
top: 0;
visibility: hidden;
width: 548px;
}