/*
Par Steven MOURET

couleurs : 
bleu texte : #05376f;
bleu clair texte : #83d4f6;
bleu bg : #094d97;
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 62.5% Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #03326a url(/assets/templates/pesked1/images/body-bg.jpg) repeat-x top center;
}
a {
	color: #83d4f6;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #fff;
	text-decoration: none;
}
img {
	border: none;
}
p, ul, ol {
  font-size: 1.3em;
}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted;
}
strong {
  font-weight: bold;
}
label {
  cursor: pointer;
}
fieldset {
  border: none;
}

.title1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.4em;
	font-weight: normal;
	margin-bottom: 10px;
}

/* Structure */
#container {
	background: url(/assets/templates/pesked1/images/body-bg2.jpg) no-repeat top left;
	width: 920px;
	margin: 0 auto;
}
#header {
	position: relative;
}
#content {
	padding: 0 30px 10px 30px;
	position: relative;
	overflow: hidden;
	height: 1%;
}
#footer {
	clear: both;
	position: relative;
	background: #103c72;
	border-top: 1px solid #2e70a7;
	padding: 5px 10px;
	margin: 0 30px 20px 30px;
}
#footer a {
	text-decoration: none;
}
#footer p {
	color: #83D4F6;
	padding: 4px 0;
}
#footer p span {
	color: #fff;
}
#footer #cv {
	position: absolute;
	top: 0px;
	right: 10px;
}
/* header */
#header ul {
	position: absolute;
	top: 30px;
	right: 30px;
	list-style: none;
}
#header ul li {
	float: left;
	height: 33px;
	line-height: 33px;
	font-size: 1em;
}
#header ul li a {
	float: left;
	display: block;
	height: 33px;
	color: #fff;
	padding: 0 10px;
	background: url(/assets/templates/pesked1/images/menu-repeat.png) repeat-x 0 0;
	text-decoration: none;
}

#header ul li a:hover, #header ul li a.current {
	background: url(/assets/templates/pesked1/images/menu-repeat.png) repeat-x 0 100%;
	color: #424242;
}
#header ul li.first a {
	background: url(/assets/templates/pesked1/images/menu-left.png) repeat-x 0 0;
}
#header ul li.first a:hover, #header ul li.first a.current {
	background: url(/assets/templates/pesked1/images/menu-left.png) repeat-x 0 100%;
}
#header ul li.end a {
	background: url(/assets/templates/pesked1/images/menu-right.png) repeat-x 100% 0;
}
#header ul li.end a:hover, #header ul li.end a.current {
	background: url(/assets/templates/pesked1/images/menu-right.png) repeat-x 100% 100%;
}

#header #presentation {
	width: 860px;
	height: 146px;
	background: url(/assets/templates/pesked1/images/presentation.gif) no-repeat 0 0;
	margin: 0 0 30px 30px;
}
#header #presentation p {
	position: absolute;
	left: -9000px;
}

/* Accueil */
#seePortfolio {
	background: url(/assets/templates/pesked1/images/arrow-pink.gif) no-repeat 0 4px;
	padding-left: 13px;
	position: absolute;
	top: 10px;
	right: 30px;
}
#gallery {
	list-style: none;
	font-size: 1em;
}
#gallery li {
	width: 410px;
	float: left;
	margin: 0 40px 40px 0;
}
#gallery .end {
	margin-right: 0;
}
#gallery .imgProject {
	display: block;
	width: 410px;
	height: 179px;
}
#gallery .infosProject {
	background: #103c72;
	border-bottom: 1px solid #2e70a7;
	padding: 5px;
	overflow: hidden;
	height: 1%;
}
#gallery .infosProject h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #83d4f6;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#gallery .infosProject p {
	background: url(/assets/templates/pesked1/images/arrow-pink.gif) no-repeat 0 4px;
	padding-left: 13px;
}
#gallery .infosProject .work {
	float: left;
}
#gallery .infosProject .link {
	float: right;
}

/* Services */
#SavoirFaire {
	width: 550px;
	float: left;
}
#outils {
	width: 280px;
	float: right;
}
#SavoirFaire h2, #outils h2 {
	color: #83D4F6;
	font-size: 1.6em;
	font-weight: bold;
}
#SavoirFaire ul, #outils ul {
	list-style: none;
	margin-bottom: 15px;
}
#SavoirFaire ul li, #outils ul li {
	background: url(/assets/templates/pesked1/images/arrow-pink.gif) no-repeat 0 4px;
	padding-left: 13px;
}
#SavoirFaire p, #outils p {
	margin-bottom: 15px;
}
#SavoirFaire strong {
	color: #fff;
}
#outils strong {
	color: #83D4F6;
}

/* Portfolio */
#projets {
	position: relative;
}
#projets #prec {
	background: url(/assets/templates/pesked1/images/arrow-pink-l.gif) no-repeat 0 6px;
	padding-left: 13px;
	position: absolute;
	top: 10px;
	right: 100px;
	font-size: 1.3em;
}
#projets #suiv {
	background: url(/assets/templates/pesked1/images/arrow-pink.gif) no-repeat 100% 6px;
	padding-right: 13px;
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 1.3em;
}

#slider #listSlider {
	font-size: 1em;
}
#slider #listSlider, #slider .projet {
	margin: 0;
	padding: 0;
	list-style: none;
}
#slider, #slider .projet { 
	width: 860px;
	height: 340px;
	/*overflow: hidden;*/
}
#slider .projet {
	margin-bottom: 20px;
}
.projet .imgProjet {
	padding: 10px;
	background: #fff;
	width: 640px;
	float: left;
}
.projet .imgProjet img {
	border: 1px solid #424242;
}

.projet .infosProjet {
	float: right;
	width: 160px;
	border: 1px solid #2e70a8;
	background: #1f538e;
	min-height: 320px;
 	height: auto !important;
	height: 320px;
	padding: 10px;
}
.projet .infosProjet h2 {
	color: #83D4F6;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.projet .infosProjet h2 a {
  text-decoration: none;
}
.projet .infosProjet em {
	font-size: 1.1em;
	margin-bottom: 10px;
	display: block;
}
.projet .infosProjet dl {
	font-size: 1.3em;
	margin-bottom: 20px;
}
.projet .infosProjet dt {
	font-weight: bold;
	color: #83D4F6;
}
.projet .infosProjet dd {
	background: url(/assets/templates/pesked1/images/arrow-pink.gif) no-repeat 0 4px;
	padding-left: 13px;
}
.projet .infosProjet .linkProjet {
	text-align: right;
}
.projet .infosProjet .linkProjet a {
	background: url(/assets/templates/pesked1/images/arrow-pink.gif) no-repeat 0 4px;
	padding-left: 13px;
}

/* Contact */
#messageOk, #messageKo, #contact .errors {
	background: #1195D9 url(/assets/templates/pesked1/images/contact-bg.gif) no-repeat top right;
	padding: 10px;
	color: #fff;
	margin-bottom: 10px;
}
#contact .errors {
	font-size: 1.3em;
}
#contact label.error, #contact label.required {
	color: red;
}
#contact {
	float: left;
}
#contact fieldset {
	border: 0;
	float: left;
	width: 280px;
	margin-right: 30px;
}
#contact .end {
	margin-right: 0;
}
#contact legend {
	display: none;
}
#contact div {
	margin-bottom: 10px;
}
#contact div label {
	display: block;
	font-size: 1.3em;
	font-weight: bold;
}
#contact div label span {
	font-weight: normal;
	font-style: italic;
}
#contact div label .warning {
	color: #cc0000;
	font-weight: bold;
}
#contact fieldset div input, #contact fieldset div textarea {
	padding: 4px;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	width: 260px;
	background: url(/assets/templates/pesked1/images/input-bg.gif) no-repeat 0 0;
	border: 0;
}
#contact fieldset div input:hover,
#contact fieldset div textarea:hover,
#contact fieldset div input:focus,
#contact fieldset div textarea:focus {
	background: url(/assets/templates/pesked1/images/input-bg.gif) no-repeat 0 -327px;
}
#contact fieldset div textarea {
	height: 180px;
}
#contact #spam {
	display: none;
}
#contact #captcha {
	width: 550px;
	clear: both;
	margin: 0 0 20px 0;
}
#contact #captcha img {
	float: left;
	margin-left: 43px;
	height: 45px;
}
#contact #captcha span {
	float: left;
}

#contact button {
	background: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	overflow: visible;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	margin-left: -3px;
	z-index: 1;
	color: #03326a;
	text-transform: uppercase;
}

#contact button span {
	float: left;
	position: relative;
	vertical-align: middle;
	background: transparent url(/assets/templates/pesked1/images/btn-r.gif) no-repeat 100% 0;
}

#contact button span span {
	font-weight: bold;
	font-size: 1em;
	padding: 0 5px;
	background: url(/assets/templates/pesked1/images/btn-l.gif) no-repeat 0 0;
	height: 26px;
	line-height: 26px;
}
#contact button:hover span {
	background: transparent url(/assets/templates/pesked1/images/btn-r.gif) no-repeat 100% 100%;
}
#contact button:hover span span {
	background: url(/assets/templates/pesked1/images/btn-l.gif) no-repeat 0 100%;
}
#contact #valider {
	clear: both;
}

#infosSteven {
	float: right;
	width: 210px;
	height: 164px;
	background: #1195d9 url(/assets/templates/pesked1/images/contact-bg.gif) no-repeat top right;
	margin-top: 20px;
	padding: 10px;
}
#infosSteven h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.8em;
}
#infosSteven #age {
	font-size: 1.3em;
	margin-bottom: 10px;
	color: #04356d;
	font-style: italic;
}
#infosSteven dl {
	font-size: 1em;
}
#infosSteven dl dt {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
}
#infosSteven dl dd {
	font-size: 1.3em;
	color: #04356d;
	margin-bottom: 10px;
	font-weight: bold;
}

/* Page 404 */
.page404 p {
	margin-bottom: 10px;
}
#topnav404 {
	list-style: none;
}
#topnav404 li {
	background: url(/assets/templates/pesked1/images/arrow-pink.gif) no-repeat 0 4px;
	padding-left: 13px;
}
	
