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

html {
	background: #bbb /* #7ba1c9 */ url(../images/body_bg.png) repeat;
}

body {
	font-family: "Gill Sans", sans-serif;
}

#wrap {
	width: 940px;
	margin: 0 auto;
}

a {
	color: #0c599c; /* 567; */
	text-decoration: none;
}

a:hover {
	color: #7ba1c9; /* #748d94; */
}

p {
	color: #000;
	font-size: 1.2em;
	padding: 10px 0 15px;
	text-align: justify;
}

h1, h2, h3, h4 {
	color: #0c599c;
/* 	text-transform: uppercase; */
}

h1 {
	text-transform: capitalize;
	font-size: 1.5em;
	letter-spacing: 5px;
	padding: 8px 50px 5px;
	margin-bottom: 30px;
	background: transparent url(../images/logo_casque.png) no-repeat;
	background-position: 15px 11px;
	border/* -bottom */: 3px #7ba1c9 double;	
/* 	background: #ddd; */
}

h3 {
	text-align: center;
	font-size: 0.9em;
}

h4 {
	height: 1.6em;
	line-height: 1.6em;
	font-size: 1.4em;
/* 	text-transform: capitalize; */
/* 	border-left: 4px #7ba1c9 solid; */
/* 	padding-left: 0.4em; */
/* 	background: #eee; */
}

.produitwrap {
	margin-top: 25px;
	margin-bottom: 25px;
}

.produitwrap img {
/* 	float: left; */
	padding: 5px;
	width: 128px;
	height: 128px;
	float: left;
}

.produit {
	width: 600px;
	min-height: 118px;
	background: #ddd;
	border: 2px #7ba1c9 solid;
	padding: 10px;
	margin-left: 20px;
	float: right;
	border-left: 20px #7ba1c9 solid;
}

.produit:hover {
	background: #e4e4e4;
	border-color: #8cb2da;
}

.clear {
	clear: both;
}


/* HEADER */

#header {
	width: 940px;
	height: 130px;
	background: transparent url(../images/header_bg.png) repeat-y;
}

#header .logo {
	padding: 15px 15px 15px 55px;
	width: 400px;
	height: 100px;
	float: left;
}

#header .other {
	width: 470px;
	height: 130px;
	float: right;
}



/* MENU */

#menu {
	padding: 0 60px;
	width: 820px;
	height: 90px;
	background: transparent url(../images/menu_bg.png) no-repeat;
}

#menu ul {
}

#menu li {
	line-height: 6em;
	float: left;
}

#menu li:hover {
	background: url(../images/menu_hover_right.png) right no-repeat;
}

#menu li.current {
	background: url(../images/menu_hover_right.png) right no-repeat;
}

#menu a {
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
	line-height: 80px;
	padding-left: 22px;
	padding-right: 19px;
	height: 90px;
	display: block;
	color: #fff;
}

#menu a:hover {
	color: #222;
	background: url(../images/menu_hover_left.png) left no-repeat;
}

#menu a.current {
	color: #eee;
	background: url(../images/menu_hover_left.png) left no-repeat;
}



/* CONTENT */

#content {
	padding: 10px 70px;
	width: 800px;
	background: transparent url(../images/content_bg.png) repeat-y;
}

#content p {
}

#content ul {
	background: #e1e1e1;
	margin: 1em;
	padding: 0.8em;
	margin-bottom: 30px;
}

#content li {
	height: 2em;
	line-height: 2em;
	font-size: 1.2em;
}

/* FOOTER */

#footer {
	width: 940px;
	height: 90px;
	background: transparent url(../images/footer_bg.png)
}

#footer p {
	padding: 0;
	text-align: center;
	font-size: 0.8em;
	color: #666;
	line-height: 90px;
}

/* FORM */

form {
	background: #e1e1e1;
	margin: 1em;
	padding: 0.8em;
	margin-bottom: 30px;
	line-height: 2em;
	font-size: 1.2em;
}

.buttonSubmit {
	
}

.textarea {
	width: 740px;
	height: 100px;
}
