/*

Création graphique : visual injuries

visual.injuries@hotmail.fr
www.visualinjuries.com

////////////////////////////////////////

Création de sites internet : yank.fr

contact@yank.fr
www.yank.fr

*/

body {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#global {
	width:1200px;
	height: 798px;
	padding-bottom:50px;
	margin:auto;
}
p {
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 50px;
	color: #000;
	line-height: 20px;
}
a {
	color: #000;
	text-decoration:none;
}
a:hover {
	color: red;
}
#header {
	height: 464px;
	background-image: url(visuels/header.png);
	background-repeat: no-repeat;
	background-position: 29px 265px;
}
#menu {
	margin-top:25px;
	margin-left: 780px;
}
#center {
	float:left;
	height: 232px;
	width: 964px;
	overflow: auto;
}
#left {
	float:left;
	height: 232px;
	width: 203px;
	background-image: url(visuels/left.png);
	background-repeat: no-repeat;
}
#right {
	float:right;
	width: 33px;
	height: 232px;
	background-image: url(visuels/right.png);
	background-repeat: no-repeat;
}
#footer {
	clear:both;
	height: 105px;
	background-image: url(visuels/footer.png);
	background-repeat: no-repeat;
}
.foot1 {
	float:left;
	color: red;
	font-size:0.9em;
	margin-left: 370px;
	padding-top: 20px;
}
.injuries {
	width:14px;
	height:21px;
	background-image: url(visuels/injuries.png);
	background-repeat: no-repeat;
	margin-top:-13px;
	margin-left: 150px;
}
.foot2 {
	float:right;
	color: red;
	font-size:0.8em;
	margin-right: 50px;
	padding-top: 20px;
}
.flash {
	width:460px;
	height:370px;
}
img {
	border: none;
}

/******* Menu *******/

ul#menuback {
	list-style: none;
	background: url(visuels/menu.png) no-repeat;
	width: 421px;
	overflow: hidden;
	padding:0;
	margin:0;
}
ul#menuback li.lien {
	height: 21px;
	display: block;
	float: left;
	background:no-repeat;
}
ul#menuback li#lien1 {
	background: url(images/accueil.png) no-repeat; 
	width: 71px;
}
ul#menuback li#lien2 {
	background: url(images/portfolio.png) no-repeat; 
	width: 94px;
}
ul#menuback li#lien3 {
	background: url(images/artworks.png) no-repeat; 
	width: 97px;
}
ul#menuback li#lien4 {
	background: url(images/contact.png) no-repeat;
	width: 78px; 
}
a.link {
	width: 100px;
	height: 21px;
	display: block;  
	text-indent: -9999px;
	background:no-repeat;
	cursor:pointer;
}

span.menu{visibility:hidden;}

/******* Texte *******/

h1 {
	font-size: 1em;
	font-weight: bold;
	visibility: hidden;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	color: #333;
	margin-left: 10px;
}

/******* Slider *******/

#slider {
    width: 964px;
    margin: 0 auto;
}
.scroll {
    height: 232px;
    width: 964px;
    overflow: auto;
	position: relative;
    clear: left;
}
.scrollContainer div.panel {
    height: 232px;
    width: 964px;
	overflow:auto;
}

/******* Slideshow *******/

#slideshow {
	width:920px;
	height:232px;
	position:relative;
	background-color:#fff;
	margin: 0;
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:842px;
	height:232px;
	overflow:auto; /* allow scrollbar */
	position:relative;

}
#slideshow #slidesContainer .slide {
	width:900px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:232px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;  
}
.control {
	display:block;
	width:39px;
	height:232px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#leftControl {
	top:0;
	left:0;
	background:transparent url(img/control_left.png) no-repeat 0 0;
	cursor:pointer;
}
#rightControl {
	top:0;
	right:0;
	background:transparent url(img/control_right.png) no-repeat 0 0;
	cursor:pointer;
}

/******* Slideshow 2 *******/

#slideshow2 {
	width:920px;
	height:232px;
	position:relative;
	background-color:#fff;
	margin: 0;
}
#slideshow2 #slidesContainer2 {
	margin:0 auto;
	width:842px;
	height:232px;
	overflow:auto; /* allow scrollbar */
	position:relative;
}
#slideshow2 #slidesContainer2 .slide2 {
	width:900px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:232px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;  
}
.control2 {
	display:block;
	width:39px;
	height:232px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#leftControl2 {
	top:0;
	left:0;
	background:transparent url(img/control_left.png) no-repeat 0 0;
	cursor:pointer;
}
#rightControl2 {
	top:0;
	right:0;
	background:transparent url(img/control_right.png) no-repeat 0 0;
	cursor:pointer;
}