body {
	background-color: #fff;
	padding: 0;
	margin: 0 auto;
	width: 740px;
	font: 0.8em/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

p {
	margin: 10px 0;
}

a, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr { 
	clear: both;
	display:block;
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0;
	border-bottom: 1px dashed #D6D6D6;
	height: 1px;
}

/*-- bannière --*/

#dashed-line-banner{
	border-right: 1px dashed #D6D6D6;
	width: 270px;
	height: 30px;
}

#surgenerateur{
	background: url(../images/surgenerateur-blue-wt-01.jpg) no-repeat;
	width: 100%;
	height: 90px;
	position: relative;
}

#menu {
   width: 100%;
   height: 71px;
   background: url(../images/menu.jpg);
   margin: 0;
   padding: 0;
   position: relative;
}

#menu li {
   margin: 0;
   padding: 0;
   list-style: none;
   position: absolute;
   top: 0;
}

#menu li, #menu a {
   height: 71px;
   display: block;
}

#menu span {
	display: none;
}

#home { left: 0; width: 270px; }
#expertise { left: 271px; width: 157px; }
#portfolio { left: 427px; width: 156px; }
#team { left: 583px; width: 157px; }

#expertise a:hover, #expertise.on { background: transparent url(../images/menu.jpg) -271px -71px no-repeat; }
#portfolio a:hover, #portfolio.on { background: transparent url(../images/menu.jpg) -427px -71px no-repeat; }
#team a:hover, #team.on { background: transparent url(../images/menu.jpg) -583px -71px no-repeat; }

/*-- Boites --*/
.box-d {
	border-left: 1px dashed #D6D6D6;
	width: 470px;
	float: right;
}

.box-g {
	width: 269px;
	float: left;
}

.box-text-g {
	padding: 30px 0 0 60px;
}

ul#box-text-portfolio {
	float: left;
	width: 249px;
	margin: 10px 0 10px 10px;
	padding: 0;
	list-style: none;
}

#box-text-portfolio li {
	float: left;
	width: 124px;
	margin: 0;
	padding: 2px 0;
} 

.box-d05 {
	padding: 5px 0 0 10px;
}

.box-d20 {
	padding: 20px 0 20px 10px;
}

.box-d30 {
	padding: 30px 0 30px 10px;
}

#box-accroche-accueil, #box-accroche-metier, #box-accroche-portfolio, #box-accroche-contact {
	background-repeat: no-repeat;
	width: 269px;
	height: 195px;
	float: left;
}

#box-accroche-accueil {
	background-image: url(../images/visuel-accueil.gif);
}

#box-accroche-metier {
	background-image: url(../images/visuel-metier.gif);
}

#box-accroche-portfolio {
	background-image: url(../images/visuel-portfolio.gif);
	height: 67px;
}

#box-accroche-contact {
	background-image: url(../images/visuel-contact.gif);
}

#box-d-green, #box-d-blue {
	border-left: 1px dashed #D6D6D6;
	background-repeat: repeat-x;
	background-position: bottom;
	width: 470px;
	height: 195px;
	float: right;
}

#box-d-green {
	background-image: url(../images/line-verte.gif);
}

#box-d-blue, #box-d-blue-small {
	background-image: url(../images/line-bleue.gif);
}

#box-d-blue-small {
	border-left: 1px dashed #D6D6D6;
	background-repeat: repeat-x;
	background-position: bottom;
	width: 467px;
	height: 67px;
	float: left;
}

.box-bas {
	width: 470px;
	height: 17px;
	float: right;
}

.b-blue {
	background-color: #336699;
}

/*-- Portfolio --*/
#shoot table{
	width: 400px;
	border: none;
	border-collapse: collapse;
}

#shoot td{
	padding: 5px 0 10px 10px;
	text-align: left;
	width:50%;
}

#prev, #next, #web, #prev-off, #next-off, #web-off {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/navigation-portfolio.gif);
	background-repeat: no-repeat;
}

#prev { background: transparent url(../images/navigation-portfolio.gif) 0 -16px no-repeat; }
#next { background-position: 0 0 }

/*-- Textes --*/
.gras {
	font-weight: bold;
}

.gras a{
	color: #CC0099;
	font-weight: bold;
}

.contacts, .contacts a, .contacts a:visited {
	color: #006699;
}

.contacts a:hover {
	color: #FF9933;
}

.titre {
	font-size: 18px;
	color: #CC0099;
	padding-bottom: 10px;
}

#box-text-portfolio, #box-text-portfolio a, #box-text-portfolio a:visited{
	color: #CC0099;
}

/*-- Pied de page --*/
#pied {
	clear: both;
	display: block;
	text-align: center;
	padding-top: 20px;
	font-size: .9em;
}

#pied img {
	padding: 0 10px;
	border: none;
	vertical-align: top;
}

