/* Design du menu */
html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #F6FBFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
}
abbr {
	cursor:help;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: relative;
	z-index:100;
	width: 420px;
	font-size:9px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	top:13px;
	left:311px;
}
#professionnel {
	position:absolute;
	left: 86px;
	top: 37px;
	width: 79px;
	z-index: 2;
}
#domestique {
	position:absolute;
	width: 79px;
	left: 5px;
	top: 55px;
	z-index: 2;
}
#concept {
	position: absolute;
	width: 79px;
	left: 167px;
	top: 27px;
	z-index: 2;
}
#societe {
	position: absolute;
	width: 79px;
	z-index: 2;
	left: 248px;
	top: 27px;
}
#contact {
	position: absolute;
	width: 79px;
	left: 329px;
	top: 45px;
	z-index: 2;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: transparent;
}
#menu dd {
display: none;
z-index: 2;
}
#menu li {
text-align: center;
background-image: url(../images/FondMenu.png);
background-repeat: repeat-y;
line-height: 20px;
z-index: 2;
}
#societe li {
text-align: center;
background-image: url(../images/societe3.png);
background-repeat: repeat-y;
line-height: 18px;
z-index: 2;
}
#contact li {
text-align: center;
background-image: url(../images/FondMenu4.png);
background-repeat: repeat-y;
line-height: 18px;
z-index: 2;
}
#menu li a, #menu dt a {
color: #666;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
width: 78px;
z-index: 2;
}
#menu ul {
z-index: 2;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background-image:url(../images/FondMenu3.png);
width:78px;
color: #006699;
z-index: 2;
}
#contact li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background-image:url(../images/FondMenu32.png);
width:78px;
color: #006699;
z-index: 2;
}
#societe li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background-image:url(../images/FondMenu33.png);
width:78px;
color: #006699;
z-index: 2;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}
#footer p, #footerpart p {
	margin: 0;
	padding: 0;
}
#Liens a {
	margin-left:8px;
}
#Liens a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCC;
	text-decoration: none;
}
#Liens a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCC;
	text-decoration: none;
}
#Liens a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}
#Liens a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
#Liens {
	position:absolute;
	bottom:3px;
	color:#CCC;
}
#copyright {
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#006699;
	top:65px;
	left:565px;
}
img {
	border:0px;
}
h1, h2 {
	text-indent:-50000px;
	padding:0px;
	margin:0px;
}
.retouraccueil{
	display:block;
	width:100%;
	height:100%;
}
.menu_rouge {
	color:#CC0000;
}
.center {
	text-align:center;
}
a.LienMenu:link, a.LienMenu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #009966;
	text-decoration:none;
}
a.LienMenu:hover, a.LienMenu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #009966;
	text-decoration:underline;
}
/* Design Général, commun toutes les pages */

#header {
	width:800px;
	height:160px;
	background-image: url(../images/HeaderFond.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#headerpart {
	width:800px;
	height:160px;
	background-image: url(../images/HeaderPart.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#headerpro {
	width:800px;
	height:160px;
	background-image: url(../images/pro_head.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#content {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#footer {
	background-image: url(../images/Footer.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#footerpart {
	width:800px;
	height:100px;
	position: relative;
	background-image: url(../images/FooterPart.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#validation {
	position:absolute;
	left:450px;
	bottom:5px;
}
#validation a {
	margin-right:0.4em;
	color:#006699;
	text-decoration:none;
}
#validation a:hover {
	color:#004080;
	text-decoration:none;
}
/* Page d'accueil */
#accueil {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background: url(../images/accueil_fond.png) 50% 50% no-repeat;
}
#accueil p {
	margin-left:40px;
	line-height:1.7em;
	color:#006699;
}
.paragraphe_gauche {
	float:left;
}
a.acces_part {
	display:block;
	float:left;
	width:223px;
	height:192px;
	background:url(../images/Test_coulissantes1.jpg) no-repeat 0 0;
	margin-left:50px;
	margin-right:100px;
}
a.acces_part:hover {
	background-position:0 -192px;
}
a.acces_pro {
	display:block;
	float:right;
	width:223px;
	height:192px;
	background-image:url(../images/UsagePro1.jpg);
	background-repeat:no-repeat;
	margin-right:90px;
	margin-left:40px;
}
a.acces_pro:hover {
	background-image:url(../images/UsagePro2.jpg);
	background-repeat:no-repeat;
}
a span {
	position:absolute;
	top:-5000px;
	left:-5000px;
	text-indent:-5000px;
}
#texte1, #texte2 {
	margin-top:30px;
}
#citation {
	font-size:10px;
}



/* Page des particuliers */

#headpart1 {
background-image:url(../images/HeadPart1.png);
width:800px;
height:90px;
}
#contentpart1 {
	position: relative;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	background-color:#DEFBE3;
	border-left: solid 1px #D4F2D8;
	border-right: solid 1px #D4F2D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
#TitreContent1 {
	background-image:url(../images/titre_particuliers1.png);
	width:576px;
	height:68px;
	margin-left:40px;
}
.accroche_left {
	float: left;
	margin-left:20px;
	margin-right:30px;
}
.accroche_right {
	float: right;
	margin-left:20px;
	margin-right:30px;
}
#contentpart1 li {
	list-style-image:url(../images/puce.png);
	margin-left:40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height: 1.5em;
}
#contentpart1 p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height: 1.7em;
	margin-right:40px;
	padding-left:40px;
}
#contentpart1 h5 {
	margin-left:280px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}
#footerpart1 {
	background-image:url(../images/FooterPart1.png);
	width:800px;
	height:90px;
}
.horizontal {
	display: inline;
	background-image: url(../images/Plus.png);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 35px;
	margin-right: 40px;
	height: 40px;
}


/* __________ Page Matériel des particuliers __________ */


/* _____ Global _______________________________________ */

.part_content {
	position:relative;
	width:800px;
	background-image:url(../images/PartContent1.png);
	background-repeat:repeat-y;
	padding-bottom:30px;
}
.part_menu {
	float: right;
	height: 112px;
	width: 212px;
	background-image:url(../images/FondMenuPart.png);
	position: absolute;
	padding-top: 11px;
	line-height: 25px;
	text-align: right;
	padding-right: 6px;
	right:-80px;
	top:-10px;
}
.presentation_partie {
	margin-left:40px;
	margin-right: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.titre_partie {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 12px;
	color: #006699;
}
.explication_droite {
	margin-right: 40px;
	margin-left: 20px;
	margin-top:40px;
	font-size: 10px;
	line-height: 20px;
	text-align:justify;
	position:relative;
	z-index:10;
}
.explication_droite img {
	float:left;
	margin-top:-20px;
	margin-right:40px;
}
.explication_gauche {
	position:relative;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 40px;
	margin-top:70px;
	line-height: 20px;
	font-size: 10px;
	text-align:justify;
	z-index:10;
}
.explication_gauche img {
	float:right;
	padding-left:40px;
	margin-top:-20px;
} 
.avantage1 {
	position:relative;
	list-style-position: outside;
	margin-top: 30px;
	margin-left: 280px;
	z-index:10;
}
.avantage1 li {
	background-image:url(../images/Plus.png);
	background-repeat:no-repeat;
	padding-left:35px;
	padding-top:7px;
	height:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #096040;
}
.avantage2 {
	margin-top:30px;
	margin-left:120px;
}
.part_pdf {
	position: absolute;
	height: 60px;
	width: 120px;
	text-align: center;
	z-index:50;
}
.deco_partie {
	position:absolute;
	width:355px;
	height:236px;
	background: url(../images/DecoCuve1.png) no-repeat;
	right:2px;
	bottom:-30px;
	z-index:5;
}
.deco_partie2 {
	position:absolute;
	width:355px;
	height:236px;
	background: url(../images/DecoCuve1b.png) no-repeat;
	left:2px;
	top:90px;
	z-index:5;
}
.footerpartinter {
	background-image:url(../images/MaterielPartFooter.png);
	width:800px;
	height:90px;
	margin-left:auto;
	margin-right:auto;
	z-index:10;
}
.pieddepage {
	position:relative;
	height: 53px;
	width: 650px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009966;
	z-index:10;
}
.pieddepage a {
	position: absolute;
	min-width: 100px;
}
.hautdepage {
	text-align:right;
	width:95px;
	margin-left:88%;
	padding-top:20px;
}


/* _____ Cuves Béton ___________________________________ */

#part_header_stockage {
	background-image: url(../images/HeadPart2.png);
	background-repeat: no-repeat;
	height: 140px;
	width: 800px;
}
#titre_beton {
	margin-left:50px;
}
#part_pdf_beton {
	left: 65px;
	bottom: 60px;
}
#pieddepage_beton {
	background: url(../images/TitreStockage2.png) no-repeat;
	background-position: 40%;
	margin-left: 20px;
	text-align:right;
}
#pieddepage_beton a {
	right: -86px;
	bottom: -1px;
}


/* _____ Cuves pehd ___________________________________ */


#titre_pehd {
	margin-top: 50px;
	margin-left: 300px;
	margin-bottom: 30px;
}
#presentation_pehd {
	margin-left:40px;
	margin-right: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.avantage2 li {
	background:url(../images/Plus.png) no-repeat;
	padding: 7px 60px 11px 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #096040;
	display:inline;
}
#explication_gauche_list {
	font-size:10px;
	line-height: 20px;
	margin-left: 30px;
	margin-right: 20px;
}
#explication_gauche_list li {
	list-style-image:url(../images/puce.png);
	margin-left:40px;
	line-height: 1.5em;
}
#txt2_pehd {
	font-weight: normal;
	margin-left: 40px;
	margin-top:20px;
	line-height: 20px;
	font-size: 10px;
	text-align:justify;
}
#part_pdf_pehd {
	left: 610px;
	bottom: 50px;
}
#pieddepage_pehd {
	background:url(../images/TitreStockage3.png) no-repeat;
	background-position: 40%;
	margin-left: 130px;
	margin-top:60px;
}
#pieddepage_pehd a {
	left:-86px;
	bottom:-1px;
}


/* _____ Cuves aériennes ___________________________________ */

#titre_aerienne {
	margin-left:450px;
}
#part_pdf_aerienne {
	left: 65px;
	bottom: 60px;
}
#pieddepage_aerienne {
	height: 53px;
	width: 650px;
	background:url(../images/TitreStockage21.png) no-repeat;
	background-position: 40%;
	margin-left: 30px;
}


/* _____ Pre filtration ___________________________________ */


#titre_filtration {
	margin-left:50px;
}
#part_header_filtration {
	height: 140px;
	width: 800px;
	background:url(../images/HeadPart3.png) no-repeat;
}
#part_pdf_filtration {
	right: 65px;
	bottom: 60px;
}

/* _____ Pompe ___________________________________ */

#part_header_pompe {
	background:url(../images/HeadPart4.png) no-repeat;
	height: 140px;
	width: 800px;
}
#titre_pompe {
	margin-left:150px;
}
#part_pompe_list {
	position:relative;
	list-style-position: outside;
	margin-top: 30px;
	margin-left: 80px;
	z-index:10;
}
#part_pompe_list li {
	background-image:url(../images/Plus.png);
	background-repeat:no-repeat;
	padding-left:35px;
	padding-top:7px;
	height:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #096040;
}
#part_pdf_pompe {
	left: 585px;
	bottom: 20px;
}


/* _____ Traitement ___________________________________ */

#part_header_traitement {
	background:url(../images/HeadPart5.png) no-repeat;
	height: 140px;
	width: 800px;
}
#titre_traitement {
	margin-left:300px;
}
#part_pdf_traitement {
	left: 65px;
	bottom: 20px;
}


/* _____ Conseils ___________________________________ */

#conseils {
	background-image:url(../images/FondInfos.png);
	background-repeat:no-repeat;
	width:590px;
	height:440px;
	margin: 40px auto 30px auto;
	padding: 20px 30px 40px 30px;
}
#conseils h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#009966;
	text-indent:20px;
}
#conseils img {
	float:right;
}
#conseils p {
	line-height:1.7em;
}


/* __________ Page Les Packs __________ */

#materiel_packs_head {
	background: url(../images/HeadPart6.png) no-repeat;
	width:800px;
	height:140px;
}
.txt_packs {
	position:relative;
	margin: 30px 40px 20px 30px;
	line-height:1.7em;
	z-index:10;
}
#illu_packs {
	margin-top:30px;
}
#illu_packs a {
	margin-left:50px;
}
#illu_packs2 a {
	display:block;
	float:left;
	margin-left:90px;
	margin-right:50px;
	width:113px;
}
.bas_de_page {
	clear:both;
	visibility:hidden;
	margin:0px;
}
#materiel_packs_footer, #services_part_footer {
	width:800px;
	height:140px;
	background-image:url(../images/MaterielPartFooter.png);
	background-repeat:no-repeat;
}
#deco_packs {
	position:absolute;
	width:355px;
	height:236px;
	background: url(../images/DecoCuve1.png) no-repeat;
	right:2px;
	top:0px;
	z-index:5;
}


/* __________ La page des services particuliers __________ */

#services_part_head {
	width:800px;
	height:140px;
	background-image:url(../images/HeadPartServices.png);
}
#services_part_txt {
	background-image:url(../images/ServicesFond.png);
	background-repeat:no-repeat;
	background-position: 100% 100%;
}
#titre_installation {
	background-image:url(../images/ServicesInstallation.png);
	background-repeat:no-repeat;
	width:298px;
	height:68px;
	margin-left:400px;
}
#titre_maintenance {
	background-image:url(../images/ServicesMaintenance.png);
	background-repeat:no-repeat;
	width:398px;
	height:68px;
	margin-left:50px;
}
#service1 {
	background-image:url(../images/ServiceEncart1.png);
	background-repeat:no-repeat;
	width:550px;
	height:100px;
	margin-left:70px;
	padding-left:150px;
	padding-top:80px;
}
#service1 span {
	color:#009966;
	margin-left:250px;
	font-weight:bold;
}
#service2 {
	background-image:url(../images/ServiceEncart2.png);
	background-repeat:no-repeat;
	width:450px;
	height:120px;
	margin-left:40px;
	padding-left:150px;
	padding-right:100px;
	padding-top:60px;
}
#service3 {
	background-image:url(../images/ServiceEncart3.png);
	background-repeat:no-repeat;
	text-align:center;
	width:550px;
	height:110px;
	margin-left:20px;
	padding-left:70px;
	padding-right:80px;
	padding-top:70px;
}


/* __________ Page Matériel des professionnels __________ */


/* _____ Global _______________________________________ */

#pro_header {
	position:relative;
	background: transparent url(../images/pro_head.jpg) top left no-repeat;
	width:800px;
	height:160px;
	margin-left:auto;
	margin-right:auto;
}
.pro_content {
	position:relative;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/pro_content.png);
	background-repeat:repeat-y;
	z-index:2;
}
.pro_content h2 {
	background: transparent url(../images/pro_head_solution.png) no-repeat;
	width:576px;
	height:68px;
	margin-left:30px;
	margin-top:0px;
	margin-bottom:30px;
}
.pro_content h4 {
	color:#666666;
	margin-left:50px;
}
.pro_content p {
	line-height:1.7em;
	margin-left:40px;
	margin-right:50px;
	margin-top:0px;
}
.pro_footer {
	position:relative;
	background: transparent url(../images/pro_footer.png) top left no-repeat;
	width:800px;
	height:140px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}
.pro_footer p {
	position:absolute;
	text-align:right;
	right:0px;
	bottom:15px;
	min-width:100px;
}
a.LienMenu_pro:link, a.LienMenu_pro:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #006699;
	text-decoration:none;
}
a.LienMenu_pro:hover, a.LienMenu_pro:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #006699;
	text-decoration:underline;
}
.pro_presentation {
	padding-top:30px;
	margin-left:30px;
	width:500px;
	padding-bottom:40px;
}
.pro_menu {
	width:216px;
	padding-top:13px;
	background: transparent url(../images/pro_menu_head.png) top left no-repeat;
	position:absolute;
	right:-110px;
}
.pro_menu ul {
	background-color: white;
	width:214px;
	margin:0px;
	border-left: 1px solid #035D8A;
	border-right: 1px solid #035D8A;
}
.pro_menu li {
	text-align:right;
	margin-right:10px;
	line-height:1.8em;
}
.pro_menu_footer {
	width:216px;
	height:13px;
	background: transparent url(../images/pro_menu_footer.png) no-repeat;
}
.pro_materiel_titre {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 12px;
	color: #009966;
}
.pro_pdf {
	position:absolute;
	width:120px;
	text-align:center;
	z-index:10;
}
.photo_droite {
	float:right;
	margin-right:40px;
	margin-left:30px;
}
.photo_gauche {
	margin-right:40px;
	float:left;
	margin-left:40px;
}
.txt_droite {
	font-size:10px;
	text-align:justify;
	margin-right:50px;
}
.txt_gauche {
	font-size:10px;
	text-align:justify;
	margin-left:40px;
	margin-right:300px;
}
.pro_avantages {
	position:relative;
	margin-top:30px;
	margin-left:350px;
	z-index:10;
}
.pro_avantages li {
	display:block;
	height:30px;
	width:400px;
	background: transparent url(../images/Plusbleu.png) center left no-repeat;
	padding-left:35px;
	padding-top:10px;
}


/* _____ Page Industrie/Collectivité _______________________________________ */

#industrie {
	background: transparent url(../images/pro_head_industrie.png) no-repeat;
	width:800px;
	height:90px;
	margin-left:auto;
	margin-right:auto;
}
#collectivite {
	background: transparent url(../images/pro_head_collectivite.png) no-repeat;
	width:800px;
	height:140px;
	margin-left:auto;
	margin-right:auto;
}


/* _____ Le stockage _______________________________________ */
			
#pro_header_stockage {
	width:800px;
	height:140px;
	margin-left:auto;
	margin-right:auto;
	background: transparent url(../images/pro_head_stockage.png) top left no-repeat;
	margin-top:0px;
}
#pro_content_stockage h3 {
	margin-left:200px;
}
#pro_pdf_cuve {
	left:40px;
	top:380px;
}
#deco_cuve {
	position:absolute;
	left:10px;
	top:470px;
	background: transparent url(../images/FondProCuve.png) top left no-repeat;
	width:358px;
	height:53px;
	z-index:5;
}


/* _____ La pre filtration _______________________________________ */

#pro_header_filtration {
	width:800px;
	height:140px;
	margin-left:auto;
	margin-right:auto;
	background: transparent url(../images/pro_head_filtration.png) top left no-repeat;
	margin-top:0px;
}
#pro_content_filtration h3 {
	margin-left:200px;
}
#pro_pdf_filtration {
	left:200px;
	top:250px;
}
#deco_filtration {
	position:absolute;
	left:50%;
	top:350px;
	background: transparent url(../images/FondProFiltration.png) no-repeat;
	width:358px;
	height:53px;
	z-index:50;
}


/* _____ Le pompage _______________________________________ */
			
#pro_header_pompage {
	width:800px;
	height:140px;
	margin-left:auto;
	margin-right:auto;
	background: transparent url(../images/pro_head_pompage.png) top left no-repeat;
	margin-top:0px;
}
#pro_content_pompage {
	min-height:450px;
}
#pro_content_pompage h3 {
	margin-left:200px;
}
#deco_pompage {
	position:absolute;
	left:10px;
	bottom:-20px;
	background: transparent url(../images/FondPropompage.png) top left no-repeat;
	width:358px;
	height:53px;
	z-index:5;
}
#pro_pdf_pompe1 {
	left:40px;
	top:380px;
}
#pro_content_pompage2 {
	min-height:380px;
	padding-top:20px;
}
#pro_pdf_pompe2 {
	right:40px;
}
#deco_pompage2 {
	position:absolute;
	left:120px;
	bottom:-20px;
	background: transparent url(../images/FondPropompage.png) top left no-repeat;
	width:358px;
	height:53px;
	z-index:5;
}


/* _____ Le traitement _______________________________________ */

#pro_header_traitement {
	width:800px;
	height:140px;
	margin-left:auto;
	margin-right:auto;
	background: transparent url(../images/pro_head_traitement.png) top left no-repeat;
	margin-top:0px;
}
#pro_content_traitement h3 {
	margin-left:350px;
}
#deco_traitement {
	position:absolute;
	left:380px;
	bottom:-20px;
	background: transparent url(../images/FondProTraitment.png) top left no-repeat;
	width:358px;
	height:53px;
	z-index:5;
}
#pro_list_traitement {
	Margin-top:50px;
}
#pro_pdf_traitement {
	right: 40px;
	top:250px;
}
#pro_list_traitement li {
	display:block;
	height:35px;
	width:400px;
	background: transparent url(../images/puce2.png) top left no-repeat;
	padding-left:35px;
}


/* _______________________ Le concept _______________________ */

#pro_header_services {
	background: transparent url(../images/pro_head_services.png) top left no-repeat;
	width:800px;
	height:140px;
	margin-left:auto;
	margin-right:auto;
}
#pro_content_services {
	background-image: url(../images/ServicesFond2.png);
	background-position:top left;
	background-repeat:no-repeat;	
	width:798px;
	margin-left:auto;
	margin-right:auto;
	background-color:#DEE3F9;
	border-style:solid;
	border-width:0 1px;
	border-color:#006699;
}
#pro_content_services p {
	line-height:1.7;
	margin-left:60px;
	margin-right:70px;
}
#pro_content_services h4 {
	color:#666;
	margin-bottom:20px;
	margin-left:30px;
}
#pro_content_services strong {
	font-weight:bold;
	color:#006699;
}
.pro_liens_services {
	text-align:center;
}
.concept_haut {
	position:absolute;
	text-align:right;
	color:#006699;
	right:10px;
	bottom:5px;
	width:100px;
	margin:0px;
}
.concept_haut a:link {
	color:#006699;
	text-decoration:none;
}
.concept_haut a:visited {
	color:#006699;
	text-decoration:none;
}
.concept_haut a:hover {
	color:#006699;
	text-decoration:overline;
}
.concept_haut_gauche {
	position:absolute;
	text-align:left;
	left:10px;
	bottom:5px;
	width:100px;
	margin:0px;
}
.concept_haut_gauche a:link {
	color:#006699;
	text-decoration:none;
}
.concept_haut_gauche a:visited {
	color:#006699;
	text-decoration:none;
}
.concept_haut_gauche a:hover {
	color:#006699;
	text-decoration:overline;
}

/* ________________________ Le concept ___________________ */

.concept_header {
	width:750px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
}
.concept_content {
	width:748px;
	border-style:solid;
	border-width: 0 1px;
	border-color:#006699;
	margin-left:auto;
	margin-right:auto;
}
.concept_content p {
	margin-left:40px;
	margin-right:50px;
	line-height:1.7em;
}
.concept_footer {
	position:relative;
	background: transparent url(../images/concept_footer.png) top left no-repeat;
	width:750px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}



/* ____principe_____*/

#principe_header {
	background: transparent url(../images/principe_head.png) top left no-repeat;
	margin-top:0px;
}
#principe_content {
	background:#F6FBFF url(../images/FondAccueil1.png) 380px 65% no-repeat;
	position:relative;
}
#principe_content p img {
	margin-left:35px;
}
#principe_content h3 {
	margin-left:35px;
	margin-top:40px;
	color:#666;
}
.principe_titre_schema {
	margin-bottom:40px;
	cursor:help;
	float:left;
	font-weight:bold;
	font-size:12px;
	text-transform:capitalize;
}
#vue_generale {
	color:#666666;
	margin-left:60px;
}
#zoom_part {
	color:#009966;
}
#zoom_pro {
	color:#006699;
}

/* ____economie_____*/

#economie_header {
	background: transparent url(../images/economie_header.png) top left no-repeat;
}
#economie_content {
	background:#FFFFFF url(../images/FondAccueil.png) 50% 50% no-repeat;
}
#economie_content p strong {
	color:#009966;
	font-weight:bold;
}
#economie_content p em {
	color:#009966;
}
#economie_content dl {
	margin-left:120px;
}
#economie_content dl dt {
	color:#009966;
}
#economie_content dd {
	margin-left:20px;
	margin-bottom:10px;
}
#image_part {
	float:left;
	margin-right:30px;
	margin-top:20px;
}
#image_pro {
	float:right;
	margin-left:30px;
	margin-top:30px;
}
#economie_footer {
	position:relative;
	background: transparent url(../images/economie_footer.png) top left no-repeat;
	width:750px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}


/* ____ecologie_____*/

#ecologie_header {
	background: url(../images/ecologie_header.png) no-repeat;
}
#ecologie_content {
	background: url(../images/goutte_fond.png) -20% no-repeat;
}
#ecologie_content img {
	float:right;
	margin-left:10px;
}
/* ____legislation_____*/

#legislation_header {
	background: url(../images/legislation_head.png) no-repeat;
}
#legislation_content {
	background: url(../images/balanceFond.png) 110% 100% no-repeat;
}
#legislation_balance {
	float:left;
	margin-right:10px;
}
#legislation_pdf {
	float:right;
}
#legislation_content strong {
	color:#666666;
}
#legislation_content q {
	font-style:italic;
}



/* ________________________ La société ___________________ */

.societe_content {
	width:748px;
	border-style:solid;
	border-width: 0 1px;
	border-color:#006699;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	padding-bottom:20px;
}
.societe_content p {
	margin-left:50px;
	margin-right:60px;
	line-height:1.7em;
}
.haut_de_paragraphe {
	margin-top:0px;
}
.haut_de_paragraphe img {
	float:left;
	margin-right:30px;
	margin-bottom:10px;
}
.bas_de_paragraphe {
	margin-bottom:0px;
}

/* _______ Qui sommes nous ? _________ */

#qui_head {
	background:transparent url(../images/comment_head.png) top left no-repeat;
}
#ou_head {
	background:transparent url(../images/ou_head.png) top left no-repeat;
}
#approche_head {
	background:transparent url(../images/approche_head.png) top left no-repeat;
}
#reflexe {
	text-align:center;
}


/* _______ Qui sommes nous ? _________ */

#ou_content {
	position:relative;
	height:310px;
}
#map {
	position:absolute;
	width:400px;
	height:300px;
	right:40px;
}
#adresse {
	position:absolute;
	width:200px;
	top:100px;
	text-align:center;
}
#CarteZone {
	position:absolute;
	left:50px;
	width:101px;
	height:55px;
	top:250px;
}
#qui_content {
	background:transparent url(../images/FondAccueil1.png) 100% 100% no-repeat;
}
#ou_content {
	background:transparent url(../images/Vague3_fond.png) 5% 30% no-repeat;
}
#approche_content {
	background: transparent url(../images/Vague2_fond.png) 120% 100% no-repeat;
}


/* ________________________ References ___________________ */

#temoignages_head {
	background:url(../images/temoignages_head.png) no-repeat;
}
#temoignages_content {
	padding-top:40px;
}
#temoignages_content p img {
	float:right;
}
#temoignages_content h3 {
	margin-left:20px;
	margin-top:0px;
}
#process {
	width:719px;
	margin-left:auto;
	margin-right:auto;
	margin-top:80px;
}
/* ________________________ Contact infos ___________________ */

#contact_infos, #ContactEtude {
	width:748px;
	margin-left:auto;
	margin-right:auto;
}
fieldset {
	border-color:#006699;
	border-style:solid;
	border-width:1px;
	margin-bottom:40px;
	margin-top:30px;
	padding-left:20px;
}
fieldset img {
	float:right;
}
fieldset legend {
	font-size:14px;
	color:#006699;
	font-weight:bold;
	letter-spacing:0.7em;
}
label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666666;
}
.alignement_verti {
	display:block;
	border: 1px solid #006699;
	color:#666666;
	font-size:14px;
}
.alignement_horiz {
	border: 1px solid #006699;
	color:#666666;
	font-size:14px;
}
fieldset p {
	margin-bottom:0px;
	margin-top:0px;
}
textarea {
	border: 1px solid #006699;
	color:#666666;
	font-size:14px;
	margin-top:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#message img {
	float:left;
	margin-right:50px;
}
#identite {
	background: url(../images/identite_fond.png) 107% 110% no-repeat;
}
#message {
	background: url(../images/lettre_fond.png) no-repeat;
}
#validation {
	width:100px;
	margin-left:550px;
}
#validation input {
	border:none;
}


/* ________________________ Contact etude ___________________ */

#ContactEtude p {
	line-height:1.7em;
}
#infra {
	background:url(../images/infrastructure_fond.png) 100% no-repeat;
}
.no_border_IE {
	border:0px;
}
#confirmation_content {
	width:750px;
	height:300px;
	background: url(../images/FondrConf.png) no-repeat;
}
#confirmation_content p {
	padding-top:80px;
}
