/*****************************************************/
/*                                                   */
/*	Auteur	: Philippe Desautels                     */
/*	Date	: 13 juillet 2009                        */
/*	Email	: philippe (@) substancecreation (.) ca  */
/*                                                   */
/*****************************************************/

html {
	background: url(images/page_pattern.gif);
}

body {
	width: 100%;
	font-family: Helvetica, "Helvetica Neue", "Helvetica CY", Arial, sans-serif; 
}

#wrap {
	background: url(images/bg_body.png) repeat-y;
	width: 940px;
	margin: 0 auto;
	padding-bottom: -1px;
}

#page {
	margin: 0 auto;
	background: #035;
	width: 900px;
	border-left: 1px #fff solid; 
	border-right: 1px #fff solid;
}

.logo {
	position: relative;
	top: -240px;
	left: 15px;
	display: inline;
}

#menu {
	height: 50px;
	background: url(images/bg_menu.png) no-repeat;
}

#menu ul {
	padding-right: 4px;
	float: right;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	line-height: 24px;
	text-align: center;
	color: #999;
	font-size: 14px;
	font-weight: bold;
	width: 135px;
	background: url(images/bg_li.png) no-repeat;
	display: block;
	padding: 16px 0px;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #333;
	background: url(images/bg_li_hover.png) no-repeat;
}

#menu ul li .current {
	color: #333;
	background: url(images/bg_li_hover.png) no-repeat;
}

#header {
	width: 900px;
	height: 189px;
	background: #fff;
	padding: 10px 0;
}

#content {
	color: #fff;
	font-size: 1.1em;
	text-align: justify;
	line-height: 1.2em;
	padding: 15px 15px 1px 15px;
	background: #003355 url(images/bg_content.png) top left no-repeat;
	min-height: 340px;
}

#content p {
	text-align: justify;
	padding-bottom: 15px;
}

#content h2 {
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	background: url(images/bg_h2.png) no-repeat;
	padding: 0 65px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 15px;
}

#content h2 span {
	font-weight: bold;
}

#content ul {
	background: #002f4d;
	padding: 10px;
	margin: 0px 15px 30px 15px;
	width: 605px;
	border: 1px #00273d solid;
}

#content ul:hover {
	background: #00273d;
}

#content .images {
	width: 200px;
	float: right;
	margin-left: 15px;
}

#content .images img {
	border: 10px #fff solid;
	margin-bottom: 15px;
}

#wrapfooter {
	margin: 0 auto;
	padding: 0;
	background: url(images/bg_wrap_footer.png) top no-repeat;
	height: 90px;
	width: 940px;
}

#footer {
	margin: 0 auto;
	background: #035;
	width: 900px;
	height: 50px;
	color: #00273d;
	line-height: 50px;
	text-align: center;
	border-left: 1px #fff solid; 
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid; 
}

#footer a {
	text-decoration: none;
	color: #146;
}

#footer a:hover {
	text-decoration: underline;
	color: #268;
}

.clear {
	clear: both;
}

