/*****************************************************/
/*													                         */
/*	Auteur	: Philippe Desautels 	          				 */
/*	Date	: 01 novembre 2008 						             */
/*	Email	: philippe (@) substancecreation (.) ca    */
/*													                         */
/*****************************************************/

.highpass {
	display: none;
}

.clear {
	clear: both;
}
body, html {
	color: #CCC;
	background: #000;
	font-family: "Century Gothic", sans-serif ;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	letter-spacing: -0.05em;
	margin-bottom: 20px;
}

h2 {
	color: #4c0f0f;
	font-size: 3.6em;
	border-bottom: 1px #4c0f0f dashed;
}

h3 {
	color: #666;
	font-size: 2em;
	font-weight: normal;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #777;
}

.info {
	color: #666;
	font-size: 0.9em;
	text-indent: 1em;
	padding-bottom: 40px;
}

.first {
	margin-top: 40px;
	padding-top: 10px;
	border-top: 1px #666 dashed;
}

#header {
	background: url(../images/bg_menu.png) top repeat-x;
	height: 100px;
}

#menu {
	background: url(../images/bg_logo.png) left no-repeat;
	margin: 0 auto;
	width: 920px;
	height: 70px;
}

#menu ul {
	height: 50px;
	line-height: 45px;
	margin-left: 240px;
}

#menu li {
	display: inline;
	float: left;
}

#menu a {
	color: #500;
	text-transform: uppercase;
	font-size: 1.6em;
	line-height: 3.2em;
	margin-right: 30px;
}

#menu a.current {
	color: #BBB;
}

#menu a:hover {
	color: #DDD;
}

#submenu {
	margin: 0 auto;
	padding-top: 10px;
	width: 900px;
	clear: both;
}

#wrap {
	background: #000 url(../images/bg_content.png) repeat-y;
	width: 920px;
	margin: 0 auto;
	clear: both;
}

#content {
	background: url(../images/bg_content.png) repeat-y;
	float: left;
	clear: both;
	width: 700px;
}

#content p {
	margin-bottom: 20px;
	text-align: justify;
}

#content_right {
	width: 220px;
	float: right;
}

#content_right img {
	padding: 6px;
}

#identica{
/* 	background: #666; */
	margin-right: 25px;
	margin-top: 22px;
}

.content_top {
	background: url(../images/bg_content_top.png) top left no-repeat;
	padding: 15px 25px 25px;
	min-height: 210px;
}

.content_top_right {
	background: url(../images/bg_content_top.png) top right no-repeat;
	padding: 18px 20px;
	min-height: 210px;
}

#web {
	background: transparent;
	min-height: 150px;
	padding: 10px;
	margin-bottom: 20px;
}

#web img {
	float: left;
	padding-right: 20px;
	border: -10px #BBB solid;
}

#web:hover {
	background: url(../images/bg_transparent.png);
}

#photo {
	background: transparent;
	min-height: 150px;
	padding: 10px;
	margin-bottom: 20px;
}

#photo img {
	float: left;
	padding-right: 20px;
	border: -10px #BBB solid;
}

#photo:hover {
	background: url(../images/bg_transparent.png);
}

#footer {
	background: #000 url(../images/bg_footer.png) top no-repeat;
	height: 59px;
	margin: 0;
	text-align: center;
	font-size: 0.8em;
	color: #333;
	clear: both;
}


/* FORM */

label {
	width: 150px;
	height: 1.4em;
	line-height: 1.4em;
	float: left;
	clear: both;
}

input {
	color: #FFF;
	background: #000;
	width: 300px;
	height: 1.4em;
}

textarea {
	color: #FFF;
	background: #000;
	width: 670px;
	height: 100px;
}
