@charset "UTF-8";
 @import url("reset.css");
/* 
www.alterego2.com 2010
CSS Document */

/*= Main
-------------------------------------------------------------------------*/

body {
	color: #333;
	font: 12px/17px Arial, Helvetica, sans-serif;
	background:#241a0f;
}
/*= Lists Fix for IE6
-------------------------------------------------------------------------*/
* html ul li {
	float: left;
}
* html ul li a {
	height: 1%;
}
/*= Main
-------------------------------------------------------------------------*/
table, td {
	font: 11px/14px Arial, Helvetica, sans-serif;
}
p {
	padding:0 0 10px 0;
	margin:0;
}
.clear {
	clear: both;
}
hr {
	color:#ccc;
	height:1px;
	background:#ccc;
	border:0
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}
a.red {
	color:#ba1e00;
	text-decoration:none;
	cursor: pointer;
}
a {
	color:#676051;
	text-decoration:none;
	cursor: pointer;
}
a:hover {
	text-decoration:none;
	color:#996600;
}
a:active, a:visited {
	text-decoration:none;
	color:#785001;
}
/*= Titles
-------------------------------------------------------------------------*/
h1 a {
	display:block;
	width:200px;
	height:90px;
	text-indent:-5000px;
	background: url(../img/logo-bang-management.gif) no-repeat 20px 25px;
}
h2 {
	color:#ba1e00;
	margin:30px 0 20px 0;
	letter-spacing:normal;
	font: italic bold 36px/normal Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
}
h3 {
	margin:0 0 20px 0;
	font: normal 14px/16px Georgia, "Times New Roman", Times, serif;
}
h4 {
	color:#ba1e00;
	margin:20px 0 5px 0;
	letter-spacing:normal;
	font: italic bold 18px/normal Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
}
/*= Navigation
-------------------------------------------------------------------------*/

#page-wrapper-top {
	height:30px;
	margin:0 0 0 20px;
}
ul#flowtabs {
	padding:0;
	margin:0 0 0 20px;
}
ul#flowtabs li {
	float:left;
}
#flowtabs li a {
	float:left;
	background:url(../img/bg-tab-left.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 15px;
	text-decoration:none;
	/**/
	display:none;
}
#flowtabs li a span {
	float:left;
	display:block;
	background:url(../img/bg-tab-right.gif) no-repeat right top;
	color:#fff;
	font-size:12px;
	line-height:1;
	font-weight:bold;
	padding: 10px 15px 8px 0;
	/**/
	display:none;
}
#flowtabs li a.current {
	float:left;
	background:url(../img/bg-tab-left.gif) no-repeat left -30px;
	margin:0 10px 0 0;
	padding:0 0 0 15px;
	text-decoration:none;
	display:block;
}
#flowtabs li a.current span {
	float:left;
	display:block;
	background:url(../img/bg-tab-right.gif) no-repeat right -30px;
	color:#ba1e00;
	font-size:12px;
	line-height:1;
	font-weight:bold;
	padding: 10px 15px 8px 0;
}
/*= Icons
-------------------------------------------------------------------------*/

a.icon-www {
	display:block;
	background: url(../img/icon-www.gif) no-repeat;
	height:22px;
	padding:7px 0 0 30px;
	font-size:12px;
	font-weight:bold;
	color:#241a0f;
	font-style:italic;
	line-height:12px;
}
a.icon-pdf {
	display:block;
	background: url(../img/icon-pdf.gif) no-repeat;
	height:22px;
	padding:7px 0 0 30px;
	font-size:12px;
	font-weight:bold;
	color:#241a0f;
	font-style:italic;
	line-height:12px;
}
a.icon-facebook {
	display:block;
	background: url(../img/icon-facebook.gif) no-repeat;
	height:22px;
	padding:7px 0 0 30px;
	font-size:12px;
	font-weight:bold;
	color:#241a0f;
	font-style:italic;
	line-height:12px;
}
a.icon-youtube {
	display:block;
	background: url(../img/icon-youtube.gif) no-repeat;
	height:22px;
	padding:7px 0 0 30px;
	font-size:12px;
	font-weight:bold;
	color:#241a0f;
	font-style:italic;
	line-height:12px;
}
a.icon-picture {
	display:block;
	background: url(../img/icon-picture.gif) no-repeat;
	height:22px;
	padding:7px 0 0 30px;
	font-size:12px;
	font-weight:bold;
	color:#241a0f;
	font-style:italic;
	line-height:12px;
}
a.icon-twitter {
	display:block;
	background: url(../img/icon-twitter.gif) no-repeat;
	height:22px;
	padding:7px 0 0 30px;
	font-size:12px;
	font-weight:bold;
	color:#241a0f;
	font-style:italic;
	line-height:12px;
}
a.icon-www:hover, a.icon-pdf:hover, a.icon-facebook:hover, a.icon-youtube:hover, a.icon-picture:hover, a.icon-twitter:hover {
	color:#ba1e00;
	text-decoration:none;
}
/*= Page Top
-------------------------------------------------------------------------*/

button.prev {
	position:absolute;
	top:120px;
	left:0px;
	background:#fff url(../img/arrow-left.png) no-repeat 3px center;
	width:40px;
	height:602px;
	border:none;
	text-indent:-50000px;
	padding:0;
	margin:0;
	opacity:0.3;
	filter: alpha(opacity=30);
	cursor:pointer;
}
button.next {
	position:absolute;
	top:120px;
	right:0px;
	background:#fff url(../img/arrow-right.png) no-repeat 5px center;
	width:40px;
	height:602px;
	border:none;
	text-indent:-50000px;
	padding:0;
	margin:0;
	opacity:0.3;
	filter: alpha(opacity=30);
	cursor:pointer;
}
/* override the root element to enable scrolling */ 
#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
	height:602px;
	width:100%;
	background:#fff;
}
/* override single pane */ 
#flowpanes div {
	float:left;
	display:block;/*cursor:pointer;*/
}
/* our additional wrapper element for the items */ 
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}
#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}
/*= Colum Systems
-------------------------------------------------------------------------*/

ul.cols-sys-2 {
}
ul.cols-sys-2 li {
	float:left;
	display:block;
	width:442px;
	height:600px;
}
ul.cols-sys-2 li.col-sys-2-left {
	margin:0 40px 0 0;
}
ul.cols-sys-2 li.col-sys-2-right {
}
/*= Bg Artistes
-------------------------------------------------------------------------*/

#bg-chick-swell {
	background: url(../img/pic-chick.gif) no-repeat left bottom;
}
#bg-guillaume-wagner {
	background: url(../img/pic-guillaume-wagner.gif) no-repeat left bottom;
}
#bg-guy-bernier {
	background: url(../img/pic-guy-bernier.gif) no-repeat left bottom;
}
#bg-mike-ward {
	background: url(../img/pic-mike-ward.gif) no-repeat left bottom;
}
#bg-pascal-babin {
	background: url(../img/pic-pascal-babin.gif) no-repeat left bottom;
}
#bg-philippe-laprise {
	background: url(../img/pic-philippe-laprise.gif) no-repeat left bottom;
}
#bg-stage-lacroix {
	background: url(../img/pic-stage-lacroix.gif) no-repeat left bottom;
}
#bg-stephane-fallu {
	background: url(../img/pic-stephane-fallu.gif) no-repeat left bottom;
}
/*= Pages 1
-------------------------------------------------------------------------
-------------------------------------------------------------------------*/

div#page-1 {
	width: 924px;
	margin:1px 0px;
}
div#page-2 {
	width: 924px;
	height:600px;
	margin:1px 0px;
	background: url(../img/bg-page-2.jpg) no-repeat;
}
div#page-3 {
	width: 924px;
	height:600px;
	margin:1px 0px;
	background: url(../img/bg-page-3.jpg) no-repeat;
}
div#page-4 {
	width: 924px;
	height:600px;
	margin:1px 0px;
	background: url(../img/bg-page-4.jpg) no-repeat;
}
div#page-5 {
	width: 924px;
	height:600px;
	margin:1px 0px;
	background: url(../img/bg-page-5.jpg) no-repeat;
}
div#page-6 {
	width: 924px;
	height:600px;
	margin:1px 0px;
	background: url(../img/bg-page-4.jpg) no-repeat;
}
div#page-7 {
	width: 924px;
	height:600px;
	margin:1px 0px;
	background: url(../img/bg-page-5.jpg) no-repeat;
}
div#page-8 {
	width: 924px;
	height:600px;
	margin:1px 0px;
	background: url(../img/bg-page-4.jpg) no-repeat;
}
div#page-9 {
	width: 924px;
	height:600px;
	margin:1px 0px;
	background: url(../img/bg-page-5.jpg) no-repeat;
}
div#page-10 {
	width: 924px;
	height:600px;
	margin:1px 0px;
	background: url(../img/bg-page-4.jpg) no-repeat;
}
div#page-11 {
	width: 924px;
	height:600px;
	margin:1px 0px;
	background: url(../img/bg-page-5.jpg) no-repeat;
}
/* ----- */

div#page-12 {
	width: 1419px;
	height:600px;
	margin:1px 0px;
	background: url(../img/bg-page-10.jpg) no-repeat;
}
/*= Footer
-------------------------------------------------------------------------*/


#footer {
	position:relative;
}
#footer #copy {
	float:left;
	font-size:11px;
	color:#71583d;
	margin:20px 0 0 30px;
}
#footer ul#nav-bottom {
	float:right;
	margin:20px 30px 0 0
}
#footer ul#nav-bottom li {
	display:block;
	float:left;
	margin:0 1px 0 5px;
	font-size:11px;
	color:#422f1a;
}
#footer ul#nav-bottom li a {
	color:#71583d;
}
#footer ul#nav-bottom li a:hover {
	color:#fff;
}
a#altertego {
	position:absolute;
	right:0;
	top:50px;
	color:#53412e;
	height:37px;
	background: url(../img/logo-alterego.gif) no-repeat;
	padding:0 0 0 113px;
	margin:0 20px 0 0;
	font-size:11px;
	line-height:11px;
}
/*= Drop-Down Menu
-------------------------------------------------------------------------*/   
	
a#drop-down {
	float:left;
	background:url(../img/bg-tab-left-2.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 15px;
	text-decoration:none;
}
a#drop-down span {
	float:left;
	display:block;
	background:url(../img/bg-tab-right-2.gif) no-repeat right top;
	color:#fff;
	font-size:12px;
	line-height:1;
	font-weight:bold;
	padding: 10px 15px 8px 0;
	width:140px;
}
/* menu */

#menu {
	margin:0;
	padding:0;
	list-style:none;
	color:#fff;
	line-height:30px;
	display:inline-block;
	float:left;
	z-index:1000;
	position:relative;
}
#menu a {
	color:#fff;
	text-decoration:none;
}
#menu > li {
	cursor:pointer;
	float:left;
	position:relative;
	padding:0px 10px;
}
#menu > li a:hover {
	color:#B0D730;
}
#menu .logo {
	background:transparent none repeat scroll 0% 0%;
	padding:0px;
	background-color:Transparent;
}
/* sub-menus*/

#menu ul {
	padding:0px;
	margin:0px;
	display:block;
	display:inline;
}
#menu li ul {
	position:absolute;
	left:-10px;
	top:0px;
	margin-top:30px;
	margin-left: 30px;
	width:150px;
	line-height:14px;
	background-color:#ba1e00;
	color:#fff; /* for IE */
	display:none;
}
#menu li:hover ul {
	display:block;
}
#menu li ul li {
	display:block;
	margin:5px 20px;
	padding: 5px 0px 0 5px;
	border-top: dotted 1px #c54229;
	list-style-type:none;
}
#menu li ul li:first-child {
	border-top: none;
}
#menu li ul li a {
	display:block;
	color:#fff;
}
#menu li ul li a:hover {
	color:#FC0;
}
/* main submenu */

#menu #main {
	left:0px;
	top:-20px;
	padding-top:20px;
	background-color:#7cb7e3;
	color:#fff;
	z-index:999;
}
/* corners*/

#menu .corner_inset_left {
	position:absolute;
	top:0px;
	left:-12px;
}
#menu .corner_inset_right {
	position:absolute;
	top:0px;
	left:150px;
}
#menu .last {
	background:transparent none repeat scroll 0% 0%;
	margin:0px;
	padding:0px;
	border:none;
	position:relative;
	border:none;
	height:0px;
}
#menu .corner_left {
	position:absolute;
	left:0px;
	top:0px;
}
#menu .corner_right {
	position:absolute;
	left:138px;
	top:0px;
}
#menu .middle {
	position:absolute;
	left:10px;
	height: 10px;
	width: 130px;
	top:0px;
}
#text-historique {
	position:relative;
	width: 924px;
	height:600px;
}
#text-historique #text-historique-position {
	position:absolute;
	top:0px;
	right:50px;
	width:300px;
}
/*= END
-------------------------------------------------------------------------*/

