/*

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.8em;
	margin: 0;
	padding: 0;
	background-color: #000;
}
#global {
	width:1176px;
	height: 549px;
	margin:auto;
	padding-top: 20px;
}
p {
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #fff;
	line-height: 20px;
}
a {
	color: #fff;
	text-decoration:none;
}
a:hover {
	color: #cc0000;
}
#header {
	height: 303px;
}
#menu {
	margin-top:-75px;
	margin-left: 460px;
}
#center {
	float:left;
	height: 260px;
	width: 1021px;
	overflow: auto;
}
#left {
	float:left;
	height: 204px;
	width: 139px;
	background-color:#000;
}
#right {
	float:right;
	width: 16px;
	height: 204px;
	background-color:#000;
}
#footer {
	clear:both;
	height: 42px;
	background-image: url(visuels/footer.png);
	background-repeat: no-repeat;
	padding-bottom: 50px;
}
.foot1 {
	float:left;
	color: red;
	font-size:0.7em;
	margin-left: 165px;
	padding-top: 32px;
}
.foot2 {
	float:right;
	font-size:0.7em;
	margin-right: 30px;
	padding-top: 34px;
}
.foot2 a {
color: #4d4d4d;
}
.foot2 a:hover {
color: #cc0000;
}
.flash {
	width:442px;
	height:292px;
}
img {
	border: none;
}

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

#nav_acc {
  height: 65px;
}
#nav_acc ul {
  list-style: none;
  margin-left: 0px;
}
#nav_acc li {
  float: left;
  margin: 0px;
}
#nav_acc a * {
  display: none;
}
#nav_acc a,
#nav_acc a .hover {
	height: 65px;
	position: relative;
	display: block;
	background: url("visuels/menu.png") 0 0 no-repeat;
	outline: none;
	cursor:pointer;
}
#nav_acc a.parcours {
  background-position: 0 0;
  width: 118px;
}
#nav_acc .highlight a.parcours:hover,
#nav_acc a.parcours .hover {
  background-position: 0 -65px;
}
#nav_acc a.print {
  background-position: -118px 0;
  width: 159px;
}
#nav_acc .highlight a.print:hover,
#nav_acc a.print .hover {
  background-position: -118px -65px;
}
#nav_acc a.web {
  background-position: -277px 0;
  width: 151px;
}
#nav_acc .highlight a.web:hover,
#nav_acc a.web .hover {
  background-position: -277px -65px;
}
#nav_acc a.devis {
  background-position: -428px 0;
  width: 81px;
}
#nav_acc .highlight a.devis:hover,
#nav_acc a.devis .hover {
  background-position: -428px -65px;
}
#nav_acc a.contact {
  background-position: -509px 0;
  width: 115px;
}
#nav_acc .highlight a.contact:hover,
#nav_acc a.contact .hover {
  background-position: -509px -65px;
}
#nav_acc a .hover {
  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: #555;
	margin-left: 0px;
}

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

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

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

#slideshow {
	width:1021px;
	height:232px;
	position:relative;
	background-color:#000;
	margin: 0;
}
#slideshow #slidesContainer {
	margin:0 auto;
	width:942px;
	height:232px;
	overflow:auto; /* allow scrollbar */
	position:relative;
}
#slideshow #slidesContainer .slide {
	width:1000px; /* 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:1020px;
	height:232px;
	position:relative;
	background-color:#000;
	margin: 0;
}
#slideshow2 #slidesContainer2 {
	margin:0 auto;
	width:942px;
	height:232px;
	overflow:auto; /* allow scrollbar */
	position:relative;
}
#slideshow2 #slidesContainer2 .slide2 {
	width:1000px; /* 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;
}
