/* global reset */
* {	padding:0; margin:0; }
img { border: none; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 5%; clear: both;}
h2 {
	background: url(/imgs/icone-vert.gif) no-repeat 0px 70%;
	color: #84BA0A;
	padding-left: 20px;
	font-weight: normal;
	font-size: 16px;
}
#beforeTexte h2 {
	background-image: url(/imgs/carre-noir.png);
	color: black;
}

#header {
	position: absolute;
	top: 0px; left: 0px;
	z-index: 1000;
}
#encartDevisContact h2, .partie h2 {
	background: url(/imgs/carrevert.gif) no-repeat 0px 0px;
	color: #86B918; /* vert du carré 75BA44 */
	margin: 1em 5px;
	padding: 0px 0px 0px 20px;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	border-bottom: silver 1px solid;
}
#encartDevisContact h2 span, .partie h2 span { color: black; }

h3 {
	color: #84BA0A;
	font-size: 12px;
	text-transform: uppercase;
	background: url(/imgs/grdiconefleche.gif) no-repeat left top;
	padding: 0px 0px 0px 18px;
}
.partie h3 {
	cursor: pointer;
	color: black;
	padding: 0px 0px 0px 15px;
}
p { font-size: 12px; }
.partie p {
	margin: 1em 25px;
}
a { color: black; }
a.important { text-decoration: none; color: #85B916;}
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
body {
	font-family: arial, verdana, sans-serif;
	background: white;
	color: black;
	padding: 0px;
	margin: 0px;
}
#englobe {
	position: relative;
	width: 1000px;
	min-height: 800px;
	margin: 10px auto;
}
#h1 {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 42px; width: 1000px;
	background: #3B3D3C;
	color: white;
}
#entete {
	position: absolute;
	top: 0px; left: 0px;
	width: 1000px;
	height: 164px;
	background: white;
	color: black;	
	/*
	border-top: solid 1px #696969;
	border-left: solid 1px #696969;
	border-right: solid 1px #696969;
	*/
	z-index:1;
}
#navBar {
	z-index: 2;
	position: absolute;
	top: 142px; left: 0px;
	width: 1000px; height: 32px;
	/*
	border-left: solid 1px #696969;
	border-right: solid 1px #696969;
	*/
}
#navBar ul {
	margin: 8px 8px 0px 8px;
	padding: 0px;
	width: 100%;
	list-style: none;
}
#navBar ul li {
	margin: 0px 0px 0px 8px;
	float: left;
	width: 157px; height: 32px;
	background: white;
	color: black;
}
#navBar ul li a {
	display: block;
	width: 100%; height: 24px;
	padding: 8px 0px 0px 0px;
	text-align: center;
	font-size: 14px; font-weight: normal;
	letter-spacing : 0.5pt;
	text-decoration: none;
	color: white;
	background: #9BAF3D url(/imgs/navBar/accueil.gif);
}
#navBar ul li.selected a { color: black; background: #9BAF3D url(/imgs/navBar/accueilSelected.gif); }
#navBar ul li.creation a { background: #9BAF3D url(/imgs/navBar/creation.gif); }
#navBar ul li.creation.selected a { color: black; background: #9BAF3D url(/imgs/navBar/creationSelected.gif); }
#navBar ul li.referencement a { background: #9BAF3D url(/imgs/navBar/referencement.gif); }
#navBar ul li.referencement.selected a { color: black; background: #9BAF3D url(/imgs/navBar/referencementSelected.gif); }
#navBar ul li.referencement a { background: #9BAF3D url(/imgs/navBar/referencement.gif); }
#navBar ul li.referencement.selected a { color: black; background: #9BAF3D url(/imgs/navBar/referencementSelected.gif); }
#navBar ul li.hebergement a { background: #9BAF3D url(/imgs/navBar/hebergement.gif); }
#navBar ul li.hebergement.selected a { color: black; background: #9BAF3D url(/imgs/navBar/hebergementSelected.gif); }
#navBar ul li.formation a { background: #9BAF3D url(/imgs/navBar/formation.gif); }
#navBar ul li.formation.selected a { color: black; background: #9BAF3D url(/imgs/navBar/formationSelected.gif); }

#main {
	position: absolute;
	width: 1000px;
	top: 204px;	left: 0px;
	padding: 0px 0px 0px 0px;
	/*
	border-left: solid 1px #696969;
	border-right: solid 1px #696969;
	border-bottom: solid 1px #696969;
	*/
}
#contenu {
	width: 1000px;
}
.page #texte {
	width: 795px;
}
#encartDevisContact {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 150px;
	background: white;
}
#encartDevisContact div {
	width: 178px; height: 150px; /* hauteur totale: 160px ; largeur 194px */
	padding: 10px 6px 0px 10px;
	margin-bottom: 20px;
}
#demandeDevis { background: url(/imgs/blocDevis.gif); }
#demandeContact { background: url(/imgs/blocContact.gif); }

#beforeTexte {
	background: url(/imgs/fruits.gif) no-repeat 20px 0px;
	padding: 0px 0px 0px 60px;
	min-height: 94px;
	font-size: 12px;
}
#webmarketing #beforeTexte { background-image: url(/imgs/sucette.gif); }
#creation-site-web #beforeTexte { background-image: url(/imgs/pomme-coupee.gif); }
#moreInfo { display: none ;}
#moreInfo ul {
	z-index: 100;
	font-size: 15px;
	position: absolute;
	top: 195px; left: 12px;
	margin: 0px; padding: 0px;
	list-style: none;
}
#moreInfo li {
	position: absolute;
	width: 6px; height: 19px;
	background: #464A53;
	top: 0px; left: 0px;
}
#moreInfo li a {
	position: absolute; left: 12px; bottom: 0px;
	text-decoration: none;
	color: #393D3C;
	font-size: 20px;
	width: 200px; height: 20px;
}
#moreInfo li#nousContacter {
	background: #86B918;  /* vert */
	left: 0px;
}
#moreInfo li#demandeDeDevis {
	left: 200px;
}
#navMenu {
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 250px;
}
#navMenu h3 {
	color: white; background: #C80A1E;
	font-size: 12px; font-weight: normal;
	margin: 32px 0px 0px 20px;
}
#navMenu div {
	position: absolute;
}

#navMenu a {
	text-decoration: none;
	color: black;
}
#navMenu a:hover {
	text-decoration: underline;
}
#navMenu #menuProjet {
	top: 0px;
	left: 70px;
}
#menuProjet form dt{
	float: left;
	clear: left;
}
#menuProjet form dd {
	float: left;
	width: 60px;
	font-size: 10px;
}
#menuProjet form input {
	width: 50px;
	height: 10px;
}

#navMenu #menuRecherche {
	display: none;
}
#navMenu #menuEstimation {
	top: 160px;
	left: 70px;
}
#navMenu #menuServices {
	top: 208px;
	left: 30px;
}
#menuServices h3 {
	margin-left: 60px;
}
#navMenu #menuOutils {
	top: 302px;
	left: 20px;
}
#menuOutils h3 {
	margin-left: 60px;
}
#navMenu #menuActu {
	top: 400px;
	left: 30px;
}

div.partie {
	float: left; margin: 0px 0px 30px 16px;
	width: 208px;
	background: #F6F7F7 url(/imgs/creation-haut.gif) no-repeat 100% 0%;
}
div.partie.un {
	margin-left: 50px;
}
div.partie.un.triple {
	margin-left: 120px;
}
div.partie .bottom {
	background: transparent url(/imgs/creation-bas.gif) no-repeat 100% 100%;
	padding-bottom: 10px;
	 min-height: 300px;
}
div.partie.deux {
	background-image: url(/imgs/referencement-haut.gif);
}
div.partie.deux .bottom, div.bottom.deux {
	background-image: url(/imgs/referencement-bas.gif);
}
div.partie.trois {
	background-image: url(/imgs/marketing-haut.gif);
}
div.partie.trois .bottom, div.bottom.trois {
	background-image: url(/imgs/marketing-bas.gif);
}
div.partie.quatre {
	background-image: url(/imgs/hebergement-haut.gif);
}
div.partie.quatre .bottom, div.bottom.quatre {
	background-image: url(/imgs/hebergement-bas.gif);
}

#pied {
	text-align: center;
	font-size: 12px;
	clear: both;
	border-bottom: solid 10px silver;
	margin: 0px 0px 10px 0px;
	padding: 50px 0px 10px 0px;
	background: white url(/imgs/morceauPomme.gif) no-repeat 100% 0px;
}
#pied a {
	text-decoration: none;
}

