/*
	Copyright 2008 Nice Render - www.nicerender.com
	Author : Jean-François De Las Heras (jeff@nicerender.com)
	Released : 04/2008
*/

/* General styling */


html, body {
	margin: 0;
	padding: 0;
	border: 0;
	/*height: 100%;*/
	height: 850px;
	text-align: center;
 }

body {
	background: url("../img/bg.png") #45494d repeat-y top center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

#main {
	text-align:left;
	width: 903px;
	margin: 0px auto 0px auto;
	/*min-height: 100%;*/
	min-height: 950px;
	position: relative;
}

* html #main {
	/*height: 100%;*/
	height: 1050px;
}

#header {
	display: block;
	width: 902px;
	height: 39px;
	background: url("../img/header.png") repeat-x top left;
	margin: 0px 0px 0px 1px;
}

*+html  #header {
	margin: 0px 0px 0px 2px;
}
* html  #header {
	margin: 0px 0px 0px 3px;
}

.hide {
	display: none;
}

.floatleft {
	float:left;
	margin-bottom: 8px;
	margin-right: 4px;
}
*+html .floatleft{
	margin-bottom: 15px;
}
*+html #page p{
	margin-top: 5px;
}
.floatright {
	float:right;
}

#menu {
	display: block;
	width: 800px;
	height: 39px;
	margin: 0px auto 0px auto;
	padding-top: 1.4em;
	text-align: right;
}
*+html #menu {
	padding-top: 1.4em;
	padding-bottom: 1.4em;
}
#menu ul {
	margin: 0;
	list-style: none;
	font-size: 1.1em;
}
#menu ul li {
	display: inline;
	margin: 0;
}
#menu ul li a:link, #menu ul li a:visited, #menu ul li a:hover, #menu ul li a:active {
	color: #5d5b5b;
	padding:0.6em 0.66em 1em;
	text-align:center;
	font-weight:900;
	text-decoration: none;
}
#menu ul li a:focus, #menu ul li a:hover, #menu ul li a:active {
	color: #FFFFFF;
	background:#262626 url(../img/bg_menu_a_hover.png) top center no-repeat;
	text-decoration:none;
}
#menu ul li a:link.on, #menu ul li a:visited.on, #menu ul li a:hover.on, #menu ul li a:active.on {
	font-weight:900;
	color:#FFFFFF;
	background:#262626 url(../img/bg_menu_a_hover.png) top center no-repeat;
}

#content {
	width: 800px;
	background-color: #FFF;
	margin: 0px auto 0px auto;
}

* html #content {
	margin: 0px 0px 0px 48px;
}


#content h1 {
	display: block;
	width: 361px;
	height: 62px;
	text-indent: -5000px;
	background : url("../img/h1.png") no-repeat top left;
	margin: 10px 0px 40px 0px;
}

#content h2.pagetitle {
	display: block;
	width: 570px;
	height: 27px;
	text-indent: -5000px;
	margin: 10px 0px 0px 0px;
}

.lemot {
	background: url("../img/h2-lemot.png") no-repeat top left;
}
.notremetier {
	background: url("../img/h2-notremetier.png") no-repeat top left;
}
.notrecharte {
	background: url("../img/h2-notrecharte.png") no-repeat top left;
}
.conscience {
	background: url("../img/h2-conscience.png") no-repeat top left;
}
.recrutement {
	background: url("../img/h2-recrutement.png") no-repeat top left;
}
.services {
	background: url("../img/h2-services.png") no-repeat top left;
}
.chauffclim {
	background: url("../img/h2-chauffclim.png") no-repeat top left;
}
.pourquoiclim {
	background: url("../img/h2-pourquoiclim.png") no-repeat top left;
}
.budget {
	background: url("../img/h2-budget.png") no-repeat top left;
}
.ventilation {
	background: url("../img/h2-ventilation.png") no-repeat top left;
}
.refrig {
	background: url("../img/h2-refrig.png") no-repeat top left;
}
.references {
	background: url("../img/h2-references.png") no-repeat top left;
}
.indus {
	background: url("../img/h2-indus.png") no-repeat top left;
}
.med {
	background: url("../img/h2-med.png") no-repeat top left;
}
.part {
	background: url("../img/h2-part.png") no-repeat top left;
}
.refservices {
	background: url("../img/h2-refservices.png") no-repeat top left;
}
.tertiaire {
	background: url("../img/h2-tertiaire.png") no-repeat top left;
}
.lexique {
	background: url("../img/h2-lexique.png") no-repeat top left;
}
.contact {
	background: url("../img/h2-contact.png") no-repeat top left;
}
.plan {
	background: url("../img/h2-plan.png") no-repeat top left;
}

#slide {
	display: block;
	width: 800px;
	height: 255px;
	margin: 25px 0px 0px 0px;
}

.col {
	float: left;
	width: 244px;
	margin: 35px 20px 0px 0px;
}
.col h3 {
	display: block;
	width: 244px;
	height: 26px;
	text-indent: -5000px;
}
.col h3.president {
	background: url("../img/h3-president.gif") no-repeat top left;
}
.col h3.metier {
	background: url("../img/h3-metier.gif") no-repeat top left;
}
.col h3.recrutement {
	background: url("../img/h3-recrutement.gif") no-repeat top left;
}
.col img {
	float: left;
}
.col p {
	margin: 18px 0px 0px 8px;
}
.col a:link, .col a:visited {
	float: left;
	clear: both;
	height: 20px;
	margin: 8px 0px 0px 8px;
	padding-left: 20px;
	background: url("../img/puce.gif") no-repeat top left;
	text-decoration: underline;
	color: #017cc0;
}
.col a:hover, col a:active {
	text-decoration: none;
}

#arinna {
	float:left;
	display: block;
	width:300px;
	height:57px;
	background: url("../img/arinna-logo.png") no-repeat top left;
	text-indent: -5000px;
	margin: 35px 0px 0px 225px;
}
* html #arinna {
	float:none;
}

#page {
	float: left;
	width: 570px;
	border-top: 1px solid #b6b6b6;
	font-size: 1.2em;
	color: #666666;
	padding-top: 30px;
}

.subtitle {
	font-style: italic;
	text-decoration:none;
	border-bottom:1px dotted #1080ba;
	font-weight: normal;
	color: #1080ba;
}

#page .intro {
	font-style: italic;
	color: #1080ba;
}
#page h3 {
	display: block;
	height: 27px;
	margin: 35px 0px 0px 0px;
	background-image: url("../img/h3-arrow.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 2.5em;
	padding-top: 0.3em;
}
*+html #page h3 {
	padding-top: 0.3em;
	padding-left: 2.5em;
	font-size: 14px;
}

#page .question {
	color: #1080ba;
	font-weight: bold;
}

#page .reponse {
	color: #666666;
	font-weight: normal;
}

#page ol li, #page ul li {
	margin: 1em 0px 0px 0px;
}

#page ul {
	list-style-type: none;
	margin: 0px 0px 0px 1em;
	padding: 0px;
}
#page li {
	background-image: url("../img/arrow.gif");
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 1em;
}
#page p.error {
	text-align:center;
	font-weight: bold;
	color: red;
}
#page p.thanks {
	text-align:center;
	font-weight: bold;
	color: green;
}

#charte {
	float: left;
	width: 570px;
	border-top: 1px solid #b6b6b6;
	font-size: 1.2em;
	color: #666666;
	padding-top: 30px;
}
#charte ul {
	list-style-type: none;
	margin: 0px 0px 0px 3px;
	padding: 0px;
}
#charte li {
	background-image: url("../img/true.png");
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 1.6em;
	margin: 0px 0px 1em 0px;
}

#schema-hiver {
	display: block;
	width: 500px;
	height: 375px;
	margin: 25px 0px 25px 0px;
}
#schema-ete {
	display: block;
	width: 500px;
	height: 375px;
	margin: 25px 0px 25px 0px;
}

#gallery {
	margin: 10px 0px 0px -10px;
	width: 520px;
}
#gallery ul {
	list-style: none;
	margin: 0px;
}
#gallery ul li {
	display: block;
	background: none;
	margin: 0px;
	float: left;
}
#gallery ul img {
	border: 5px solid #1080ba;
	border-width: 5px 5px 20px;
	margin-bottom: 10px;
}
#gallery ul a:hover img {
	border: 5px solid #b7d9ea;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover {
	color: #fff;
}

#lexique-sommaire {
	display: block;
	width: 400px;
	padding: 8px;
	margin: 10px auto 10px auto;
	background-color: #ededed;
	border-top: 1px solid #b6b6b6;
	border-bottom: 1px solid #b6b6b6;
	text-align: center;
}
#lexique-sommaire a:link, #lexique-sommaire a:visited {
	color:#1080ba;
	font-weight: bold;
	font-size:11px;
	text-decoration: none;
}
#lexique-sommaire a:hover, #lexique-sommaire a:active {
	color:#1080ba;
	font-weight: bold;
	font-size:11px;
	text-decoration: underline;
}
#page h4.lex-h4 {
	display: block;
	width: 80px;
	height: 60px;
	text-indent: -5000px;
	margin: 45px 0px 0px 0px;
}
.a { background: url("../img/lex-h3-a.png") no-repeat top left; }
.b {background: url("../img/lex-h3-b.png") no-repeat top left;}
.c {background: url("../img/lex-h3-c.png") no-repeat top left;}
.d {background: url("../img/lex-h3-d.png") no-repeat top left;}
.e {background: url("../img/lex-h3-e.png") no-repeat top left;}
.f {background: url("../img/lex-h3-f.png") no-repeat top left;}
.g {background: url("../img/lex-h3-g.png") no-repeat top left;}
.h {background: url("../img/lex-h3-h.png") no-repeat top left;}
.l {background: url("../img/lex-h3-l.png") no-repeat top left;}
.m {background: url("../img/lex-h3-m.png") no-repeat top left;}
.p {background: url("../img/lex-h3-p.png") no-repeat top left;}
.r {background: url("../img/lex-h3-r.png") no-repeat top left;}
.s {background: url("../img/lex-h3-s.png") no-repeat top left;}
.t {background: url("../img/lex-h3-t.png") no-repeat top left;}
.v {background: url("../img/lex-h3-v.png") no-repeat top left;}

dt {
	font-weight: bold;
	color: #1080ba;
	margin-top: 1em;
}
dd {
	font-style: italic;
	margin: 0px;
}

#page a:link, #page a:visited {
	color: #1080ba;
	text-decoration: underline;
}
#page a:hover, #page a:active {
	color: #1080ba;
	text-decoration: none;
}

#plan li  {
	margin: 0px 0px 1.5em 0px;
}
#plan li ul li {
	margin: 1em 0px 0px 0px;
}
#plan li ul li a:link, #plan li ul li a:visited {
	font-style: italic;
	text-decoration:none;
	border-bottom:1px dotted #1080ba;
	font-weight: normal;
}
#plan li ul li a:hover, #plan li ul li a:active {
	font-style: normal;
	text-decoration: none;
	border-bottom: 0px;
	font-weight: normal;
}
#plan li a:link, #plan li a:visited {
	color:#1080ba;
	text-decoration: underline;
	font-weight:bold;
}
#plan li a:hover, #plan li a:active {
	color:#1080ba;
	text-decoration: none;
	font-weight:bold;
}

#recrutement fieldset {
	width: 500px;
	margin: 3em auto 0px auto;
	background-color: #ededed;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid #b6b6b6;
	border-bottom: 1px solid #b6b6b6;
}
#recrutement ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
#recrutement ul li {
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px;
	background: none;
}
#recrutement ul label {
	display:block;
	float:left;
	width:160px;
	padding:3px 0;
	font-weight: bold;
}
#recrutement ul input.textfield {
	display:block;
	float:left;
	padding:3px;
	width:210px;
	margin:5px 0 7px 0;
	color: #1080ba;
	border:2px solid #b6b6b6;
	outline:none;
}
#recrutement ul input.textfield:hover, input.textfield:focus, input.textfield:active {
	border: 2px solid #1080ba;
	background:#b7d9ea;
}
#recrutement ul input.file {
	display:block;
	float:left;
	padding:3px;
	width:210px;
	margin:5px 0 7px 0;
	color: #1080ba;
	border:2px solid #b6b6b6;
	outline:none;
}
#recrutement ul input.file:hover, input.file:focus, input.file:active {
	border: 2px solid #1080ba;
	background:#b7d9ea;
}
#recrutement ul input.submit {
	width:73px;
	height:24px;
	background:url("../img/submit.png") no-repeat;
	padding-bottom:10px;
	text-align:center;
	border:none;
	margin:15px auto 0px 213px;
	border:none;
	font-weight:bold;
	color:#FFFFFF;
}
#recrutement ul input.submit:hover {
	cursor:pointer;
	color:#b7d9ea;
}

#contact fieldset {
	width: 500px;
	margin: 3em auto 0px auto;
	background-color: #ededed;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid #b6b6b6;
	border-bottom: 1px solid #b6b6b6;
}
#contact ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
#contact ul li {
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px;
	background: none;
}
#contact ul label {
	display:block;
	float:left;
	width:250px;
	padding:3px 0;
	font-weight: bold;
}
#contact ul input.textfield {
	display:block;
	float:left;
	padding:3px;
	width:210px;
	margin:5px 0 7px 0;
	color: #1080ba;
	border:2px solid #b6b6b6;
	outline:none;
}
#contact ul input.textfield:hover, input.textfield:focus, input.textfield:active {
	border: 2px solid #1080ba;
	background:#b7d9ea;
}
#contact ul input.file {
	display:block;
	float:left;
	padding:3px;
	width:210px;
	margin:5px 0 7px 0;
	color: #1080ba;
	border:2px solid #b6b6b6;
	outline:none;
}
#contact ul input.file:hover, input.file:focus, input.file:active {
	border: 2px solid #1080ba;
	background:#b7d9ea;
}
#contact ul select {
	display:block;
	float:left;
	padding:3px;
	width:220px;
	margin:5px 0 7px 0;
	color: #1080ba;
	border:2px solid #b6b6b6;
	outline:none;
}
#contact ul select:hover, select:focus, select:active {
	border: 2px solid #1080ba;
	background:#b7d9ea;
}
#contact ul textarea {
	display:block;
	float:left;
	padding:3px;
	width:210px;
	height: 100px;
	margin:5px 0 7px 0;
	color: #1080ba;
	border:2px solid #b6b6b6;
	outline:none;
}
#contact ul textarea:hover, textarea:focus, textarea:active {
	border: 2px solid #1080ba;
	background:#b7d9ea;
}
#contact ul input.submit {
	width:73px;
	height:24px;
	background:url("../img/submit.png") no-repeat;
	padding-bottom:10px;
	text-align:center;
	border:none;
	margin:15px auto 0px 213px;
	border:none;
	font-weight:bold;
	color:#FFFFFF;
}
#contact ul input.submit:hover {
	cursor:pointer;
	color:#b7d9ea;
}
.asterix {
	color: red;
}

#sidebar {
	margin-left: 600px;
	margin-top: 0px;
	width: 200px;
	border-top: 1px solid #b6b6b6;
	list-style-type: none;
	padding: 30px 0px 0px 0px;
}
* html #sidebar {
	margin-left: 597px;
}

#sidebar li.itemroot {
	font-size: 1.2em;
	font-weight: bold;
	min-height: 28px;
	color: #666666;
	border-bottom: 1px solid #b6b6b6;
	padding: 12px 0px 0px 12px;
}

* html #sidebar li.itemroot {
	height: 40px;
}

.active {
	border-bottom: none;
}

#sidebar li.itemroot ul {
	list-style-type: none;
	font-size: 1em;
	font-weight: normal;
	color: #666666;
	margin: 12px 0px 12px 0px;
	padding: 0px;
}

#sidebar li.itemroot a:link, #sidebar li.itemroot a:visited {
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #666666;
}

#sidebar li.itemroot a:hover, #sidebar li.itemroot a:active {
	text-decoration: underline;
}

#sidebar li.itemroot ul li a:link, #sidebar li.itemroot ul li a:visited {
	text-decoration: none;
	font-size: 1em;
	font-weight: normal;
	color: #666666;
}

#sidebar li.itemroot ul li a:hover, #sidebar li.itemroot ul li a:active {
	text-decoration: underline;
}

#footer {
	display: block;
	width: 902px;
	height: 180px;
	background: url("../img/footer.png") repeat-x bottom left;
	margin: 0px 0px 0px 1px;
	position: absolute;
	bottom: 0;
	font-size: 1em;
	color: #b0b0b0;
	text-align: center;
}

*+html  #footer {
	margin: 0px 0px 0px 2px;
}
* html  #footer {
	margin: 0px auto 0px 3px;
}

#footer a:link, a:visited {
	font-size: 1em;
	color: #b0b0b0;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	margin-top: 53px;
}
