html * {
	margin: 0;
	padding: 0;
}

body {
	color: #fff;
	background: url(./images/fond.jpg);
	text-align: center;
	font: 12px/18px Arial,Helvetica,sans-serif;
}

p {
	padding: 5px 0;
}
strong {
	font-size: 1.1em;
}
a {
	outline: none;
	text-decoration: underline;
	color: #0082D1;
}
a:hover {
	color: #7FC0E8;
}
.centrer {
	text-align: center;
}
.droite {
	float: right;
	margin: auto auto auto 5px;
}
.gauche {
	float: left;
	margin: auto 5px auto auto;
}
.mail:before {
	content: "@ ";
}
.mail:after {
	content: " .";
}

/* Info bulle */
a.info {
	position: relative; 
	z-index: 24;
}
a.info:hover {
	z-index: 25;
}
a.info span.legende {
	display: none;
	text-decoration: none;
}
a.info:hover span.legende { 
	display: block;
	position: absolute;
	top: 1.6em;
	left: .3em;
	width: 22em;
	border: 2px solid #142533;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #C7CDD2;
	background: #244159;
	text-align: justify;
	font-weight: none;
	padding: 5px;
	font: 12px/18px Arial,Helvetica,sans-serif;
}
/* Fin */

#ombre {
	background: url(./images/ombre.jpg);
	height: 280px;
}

#header {
	position: absolute;
	left: 50%;
	background: url(./images/header.png);
	width: 917px;
	height: 280px;
	margin: auto;
	margin-left: -458.5px;;
}
#header ul, #header li {
	list-style: none;
}
#header h1 {
	position: absolute;
	top: 200px;
	left: 15px;
	font-size: 3em;
}
#header p {
	position: absolute;
	top: 220px;
	left: 16px;
	font-size: 1.2em;
	font-style: italic;
	color: #ccc;
}

a#logo span {
	display: none;
}
a#logo {
	position: absolute;
	top: 30px;
	left: 50%;
	margin: 0 0 0 -455px;
	display: block;
	width: 280px;
	height: 121px;
	background: url(./images/logo.png) 0 -130px no-repeat;
}
a:hover#logo {
	display: block;
	width: 280px;
	height: 121px;
	background: url(./images/logo.png) 0 0 no-repeat;
}

a#realisations span {
	display: none;
}
a#realisations {
	position: absolute;
	top: 77px;
	left: 50%;
	z-index: 10;
	margin: 0 0 0 -165px;
	display: block;
	width: 160px;
	height: 60px;
	background: url(./images/realisations.png) 0 -63px no-repeat;
}
a:hover#realisations {
	display: block;
	z-index: 20;
	width: 160px;
	height: 60px;
	background: url(./images/realisations.png) 0 0 no-repeat;
}

a#cv span {
	display: none;
}
a#cv {
	position: absolute;
	top: 79px;
	left: 50%;
	z-index: 9;
	margin: 0 0 0 -10px;
	display: block;
	width: 81px;
	height: 55px;
	background: url(./images/cv.png) 0 -60px no-repeat;
}
a:hover#cv {
	display: block;
	z-index: 20;
	width: 81px;
	height: 55px;
	background: url(./images/cv.png) 0 0 no-repeat;
}

a#offres span {
	display: none;
}
a#offres {
	position: absolute;
	top: 79px;
	left: 50%;
	z-index: 9;
	margin: 0 0 0 78px;
	display: block;
	width: 238px;
	height: 55px;
	background: url(./images/offres.png) 0 -65px no-repeat;
}
a:hover#offres {
	display: block;
	z-index: 20;
	width: 238px;
	height: 55px;
	background: url(./images/offres.png) 0 0 no-repeat;
}

a#perso span {
	display: none;
}
a#perso {
	position: absolute;
	top: 35px;
	left: 50%;
	margin: 0 0 0 320px;
	display: block;
	width: 124px;
	height: 125px;
	background: url(./images/perso.png) 0 -136px no-repeat;
}
a:hover#perso {
	display: block;
	width: 124px;
	height: 125px;
	background: url(./images/perso.png) 0 0 no-repeat;
}

#contenu {
	background: url(./images/bg.png);
	width: 887px;
	margin: auto;
	padding: 0 15px;
	text-align: justify;
}
#contenu h2 {
	padding: 15px 0 5px 0;
}
#contenu img {
	border: 2px solid #fff;
	padding: 1px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#contenu li {
	text-indent: 15px;
	list-style: none;
}
#contenu img.noBorder {
	border: 0;
	padding: 0;
}
#contenu .vide {
	clear: both;
}
#contenu .externe:after {
	content: "\0000a0[\2197]";
}

#contenu #projet ul, #contenu  #projet li, #contenu #professionnel ul, #contenu  #professionnel li, #contenu #personnel ul, #contenu  #personnel li {
	list-style: none;
	text-indent: 0px;
}
#contenu #projet ul, #contenu #professionnel ul, #contenu #personnel ul {
	margin: 10px 0 0 0;
}
#contenu #projet li, #contenu #professionnel li, #contenu #personnel li {
	margin: 7px 0 0 0;
}

#contenu #projet ul, #contenu #projet li {
	display: inline;
}
#contenu #projet a {
	display: block;
	width: 420px;
	height: 225px;
	color: #ccc;
	border: 1px solid #142533;
	background: #223D54;
	padding: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	position: relative;
	float: left;
	margin: 6px;
}
#contenu #projet a:hover {
	color: #fff;
	border: 1px solid #294A66;
	background: #244159;
	padding: 4px;
}
#contenu #projet a h3 {
	color: #479673;
	text-decoration: none;
}
#contenu #projet a:hover h3 {
	color: #5EC998;
	text-decoration: underline;
}
#contenu #projet img {
	float: left;
	margin: 6px 5px 5px 0;
	padding: 0;
	border: 0;
}
#contenu #projet ul li img.prix {
	float: right;
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 15px;
	right: 35px;
}

#contenu #professionnel {
	width: 440px;
	float: left;
}
#contenu #professionnel a {
	display: block;
	height: 120px;
	color: #ccc;
	border: 1px solid #142533;
	background: #223D54;
	padding: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}
#contenu #professionnel a:hover {
	height: 120px;
	color: #fff;
	border: 1px solid #294A66;
	background: #244159;
	padding: 4px;
}
#contenu #professionnel a h3 {
	color: #479673;
	text-decoration: none;
}
#contenu #professionnel a:hover h3 {
	color: #5EC998;
	text-decoration: underline;
}
#contenu #professionnel img {
	float: left;
	margin: 6px 5px 5px 0;
	padding: 0;
	border: 0;
	width: 120px;
	height: 90px;
}

#contenu #personnel {
	width: 440px;
	float: right;
}
#contenu #personnel a {
	display: block;
	height: 120px;
	color: #ccc;
	border: 1px solid #142533;
	background: #223D54;
	padding: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}
#contenu #personnel a:hover {
	height: 120px;
	color: #fff;
	border: 1px solid #294A66;
	background: #244159;
	padding: 4px;
}
#contenu #personnel a h3 {
	color: #479673;
	text-decoration: none;
}
#contenu #personnel a:hover h3 {
	color: #5EC998;
	text-decoration: underline;
}
#contenu #personnel img {
	float: left;
	margin: 6px 5px 5px 0;
	padding: 0;
	border: 0;
	width: 120px;
	height: 90px;
}

#contenu #cvContenu .teteGauche {
	float: left;
	width: 440px;
}
#contenu #cvContenu .teteGauche h2 {
	text-align: left;
	margin: 0;
	padding: 0;
	background: none;
	width: auto;
	height: auto;
	line-height: auto;
	font-family: sans-serif;
}
#contenu #cvContenu .teteDroite {
	float: right;
	width: 440px;
	text-align: right;
}
#contenu #cvContenu h2 {
	clear: both;
	text-align: center;
	margin-top: 20px;
	background: url(./images/titre.png) center;
	width: 885px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family: Georgia, serif;
}
#contenu #cvContenu h3 {
	font-weight: normal;
	margin-top: 10px;
}
#contenu #cvContenu .date {
	display: block;
	float: left;
	width: 100px;
}
#contenu #cvContenu .competence {
	display: block;
	float: left;
	width: 140px;
	text-align: right;
	margin-right: 4px;
}

#contenu #news {
	width: 849px;
	margin: auto;
	color: #000;
	background: url(./images/news-bg.jpg);
	font-family: "Courier New", serif;
	font-size: 1.2em;
}
#contenu #news-header {
	margin: auto;
	width: 849px;
	height: 40px;
	background: url(./images/news-top.jpg);
}
#contenu #news p {
	text-align: justify;
	padding: 5px 20px;
}
#contenu #news h2 {
	text-align: justify;
	padding: 20px 20px 10px 20px;
}
#contenu #news a:hover {
	color: #385466;
}
#contenu #news-footer {
	margin: auto;
	width: 849px;
	height: 20px;
	background: url(./images/news-bottom.jpg);
}

#contenu .titre {
	padding: 30px 0;
	text-align: center;
	font-size: 30px;
}

#contenu #avertissement {
	margin-top: 25px;
	padding: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #142533;
	background: #244159;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#contenu #particulier {
	width: 440px;
	margin: auto;
	text-align: left;
	float: right;
}
#contenu #entreprise {
	width: 440px;
	margin: auto;
	text-align: left;
	float: left;
	border-right: 1px dotted #aaa;
}
#contenu .coordonnees label {
	display: block;
	margin: 0 5px 0 0;
	float: left;
	width: 155px;
	line-height: 1.7em;
	text-align: right;
}
#contenu .coordonnees label.sans {
	display: block;
	margin: 0 5px 0 0;
	float: left;
	width: 44px;
	line-height: 1.7em;
	text-align: right;
}
#contenu .coordonnees input.champ {
	padding: 1px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 2px solid #ddd;
}
#contenu .coordonnees input.champPostal, #contenu .coordonnees input.champVille {
	float: left;
	padding: 1px;
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 2px solid #ddd;
}
#contenu .coordonnees input.champVille {
	width: 125px;
}
#contenu .coordonnees input.champ:hover, #contenu .coordonnees input.champPostal:hover, #contenu .coordonnees input.champVille:hover {
	border-color: #ccc;
}
#contenu .coordonnees input.champ:focus, #contenu .coordonnees input.champPostal:focus, #contenu .coordonnees input.champVille:focus {
	border-color: #aaa;
}
#contenu .coordonnees #submit {
	text-align: center;
}
#contenu .coordonnees .vide {
	padding-top: 10px;
}
#contenu .coordonnees h4 {
	padding: 5px 0 15px 0;
	text-align: center;
	font-size: 20px;
}

#contenu #details {
	width: 882px;
	height: 300px;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 2px solid #ddd;
}
#contenu #details:hover {
	border-color: #ccc;
}
#contenu #details:focus {
	border-color: #aaa;
}

#contenu #resume {
	border: 1px solid #142533;
	background: #223D54;
	-moz-border-radius: 6px 6px 0 6px;
	-khtml-border-radius: 6px 6px 0 6px;
	-webkit-border-radius: 6px 6px 0 6px;
	border-radius: 6px 6px 0 6px;
}
#contenu #resume p#adresseResume {
	height: 55px;
}
#contenu #resume .label {
	float: left;
	text-align: right;
	width: 200px;
	margin-right: 4px;
	font-weight: bold;
	line-height: 18px;
}
#contenu #resume p#adresseResume .label {
	height: 55px;
}
#contenu #resume #titreResume {
	padding: 5px;
	text-align: center;
	font-size: 20px;
	border-bottom: 1px solid #142533;
	background: #244159;
	-moz-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
#contenu #resume #detailsResume {
	float: right;
	width: 450px;
	padding-right: 5px;
}
#contenu #payer {
	text-align: right;
	position: relative;
	bottom: 1px;
	padding: 5px;
	width: 175px;
	float: right;
	border: 1px solid #142533;
	background: #223D54;
	-moz-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	margin: 0;
}
#contenu #cgv {
	padding-top: 15px;
	clear: both;
	text-align: center;
	font-weight: bold;
}

#contenu #definition label {
	margin-right: 10px;
}
#contenu #definition label#labelNdd {
	display: block;
	margin: 0 5px 0 0;
	float: left;
	line-height: 1.7em;
	text-align: right;
}
#contenu #definition input.champ {
	padding: 1px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 2px solid #ddd;
}
#contenu #definition input.champ:hover {
	border-color: #ccc;
}
#contenu #definition input.champ:focus {
	border-color: #aaa;
}

#footer {
	background: url(./images/footer.png);
	width: 917px;
	height: 102px;
	margin: auto;
	clear: both;
}