
/* Reset
-------------------------------------------------- */

/* Remove annoying border on linked images. */
a img { border: none; }


/* Layout
-------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
#header_wrap {
	background: url(../images/header_bg.png) repeat-x;
}
#header {
	width: 960px;
	height: 125px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: url(../images/header.jpg) no-repeat;
}
#nav_wrap {
	background: url(../images/nav_bg.png) repeat-x;
}
#nav {
	width: 960px;
	height: 30px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 1;
}
#page_wrap {
	background: url(../images/page_bg.png) repeat-x;
}
#page_wrap2 {
	background: url(../images/page_bg2.png) repeat-x;
}
#page_wrap3 {
	background: url(../images/page_bg3.png) repeat-x;
}
#page_wrap4 {
	background: url(../images/page_bg4.png) repeat-x;
}
#player_wrap {
	background: url(../images/player_bg.jpg) no-repeat top center;
	padding: 5px 0;
}
#page {
	width: 940px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
}
#content {
	width: 620px;
	margin-right: 20px;
	float: left;
}
#sidebar {
	width: 300px;
	float: left;
}
#footer1_wrap {

}
#footer1 {
	width: 940px;
	margin: 20px auto;
	text-align: left;
	height: 75px;
	position: relative;
}
#footer_wrap {
	background-color: #f7f7f7;
}
#footer {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: url(../images/sepsad_logo_footer.png) no-repeat 646px 7px;
}



/* Header
-------------------------------------------------- */

#header .skiplinks {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: -5000px;
}
#header h1 {
	margin: 0;
}
#header h1 a {
	font-size: 1px;
	line-height: 1px;
	width: 320px;
	height: 50px;
	position: absolute;
	top: 43px;
	left: 0;
	display: block;
	text-indent: -5000px;
	outline: none;
}


/* Navigation
-------------------------------------------------- */

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	width: 70px;
}
#nav li a {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #333;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -5000px;
	outline: none;
}

#nav li.home a {
	background: url(../images/tabs/home.png) no-repeat top;
	left: 10px;
	width: 65px;
}
#nav li.home a.selected {
	background: url(../images/tabs/home_selected.png) no-repeat top;
	left: 0;
	width: 85px;
}
#nav li.demonstration a {
	background: url(../images/tabs/demonstration.png) no-repeat top;
	left: 85px;
	width: 100px;
}
#nav li.demonstration a.selected {
	background: url(../images/tabs/demonstration_selected.png) no-repeat top;
	left: 75px;
	width: 120px;
}
#nav li.reservation a {
	background: url(../images/tabs/reservation.png) no-repeat top;
	left: 195px;
	width: 125px;
}
#nav li.reservation a.selected {
	background: url(../images/tabs/reservation_selected.png) no-repeat top;
	left: 185px;
	width: 145px;
}
#nav li.services a {
	background: url(../images/tabs/services.png) no-repeat top;
	left: 330px;
	width: 125px;
}
#nav li.services a.selected {
	background: url(../images/tabs/services_selected.png) no-repeat top;
	left: 320px;
	width: 145px;
}
#nav li.questions a {
	background: url(../images/tabs/questions.png) no-repeat top;
	left: 465px;
	width: 75px;
}
#nav li.questions a.selected {
	background: url(../images/tabs/questions_selected.png) no-repeat top;
	left: 455px;
	width: 95px;
}
#nav li.contact a {
	background: url(../images/tabs/contact.png) no-repeat top;
	left: 550px;
	width: 75px;
}
#nav li.contact a.selected {
	background: url(../images/tabs/contact_selected.png) no-repeat top;
	left: 540px;
	width: 95px;
}
#nav li.qui a {
	background: url(../images/tabs/qui.png) no-repeat top;
	left: 550px;
	width: 38px;
}
#nav li.qui a.selected {
	background: url(../images/tabs/qui_selected.png) no-repeat top;
	left: 540px;
	width: 58px;
}
#nav li.legal a {
	background: url(../images/tabs/legal.png) no-repeat top;
	left: 598px;
	width: 42px;
}
#nav li.legal a.selected {
	background: url(../images/tabs/legal_selected.png) no-repeat top;
	left: 588px;
	width: 62px;
}

#nav li a.selected {
	top: -5px;
	padding-top: 5px;
}
#nav li a:hover {
	
}


/* --- Partner --- */

#nav #partner {
	width: 290px;
	height: 145px;
	position: absolute;
	bottom: -10px;
	right: 10px;
	background: url(../images/partner_bg.png) no-repeat;
	padding: 5px;
}


/* Page
-------------------------------------------------- */

#page h2 {
	font-family: Arial, sans-serif;
	color: #590;
	font-size: 20px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	font-weight: bold;
}
#page h3 {
	color: #333;
	font-size: 12px;
	margin: 0;
	font-weight: bold;
}
#page h4 {
	color: #333;
	font-weight: bold;
	margin: 15px 0 5px 0;
	font-size: 11px;
}
#page p {
	margin: 0 0 10px 0;
}
#page a {
	color: #069;
	text-decoration: none;
}
#page a:hover {
	text-decoration: underline;
}
#page a.blue_link {
	color: #069;
	text-decoration: none;
	background: url(../images/blue_arrow_grey.png) no-repeat center left;
	padding-left: 12px;
	line-height: 16px;
	height: 16px;
	display: inline-block;
	margin-top: 2px;
}
#page a.blue_link:hover {
	text-decoration: underline;
}


/* Features list */
#page ul.features {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	color: #666;
}
#page ul.features li {
	margin: 0 0 2px 0;
	padding: 0 0 0 60px;
}
#page ul.features li.last {
	padding-bottom: 5px;
}
#page ul.features li:after {
	background: url(../images/separator.png) no-repeat bottom right;
	content: '.';
	display: block;
	text-indent: -5000px;
	font-size: 1px;
	height: 10px;
}
#page ul.features li.last:after {
	background: none;
	height: 0;
}
#page ul.features strong {
	color: #333;
}
#page ul.features em {
	font-style: normal;
	color: #b4b4b4;
}
#page ul.features li.detection {
	background: url(../images/pictos/detection.png) no-repeat top left;
}
#page ul.features li.alerte {
	background: url(../images/pictos/alarm.png) no-repeat top left;
}
#page ul.features li.controle {
	background: url(../images/pictos/house.png) no-repeat top left;
}
#page ul.features li.intervention {
	background: url(../images/pictos/car.png) no-repeat top left;
}
#page ul.features li.gardiennage {
	background: url(../images/pictos/padlock.png) no-repeat top left;
}
#page ul.features li.assistance {
	background: url(../images/pictos/buoy.png) no-repeat top left;
}
#page ul.features li.nf {
	background: url(../images/pictos/nf.png) no-repeat top left;
}
#page ul.features li.image {
	background: url(../images/pictos/screen.png) no-repeat top left;
}


/* ----- Home ----- */
#promo_slider {
	display: none;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-top: none;
	position: absolute;
	left: 50%;
	top: -150px;
	z-index: 5000;
	padding: 1px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px; 
}

#promo_slider .promo_label {
	margin: 3px 0;
	font-size: 8pt;
}

#page.home #content .formule_tout_compris {
	text-indent: -5000px;
	display: block;
	width: 620px;
	height: 71px;
	background: url(../images/formule_tout_compris.png) no-repeat;
}
#page.home #content .red {
	color: #C00;
	font-weight: bold;
}
#page.home #content .orange {
	color: #C60;
	font-weight: bold;
}
#page.home #content .div_620_grey .content {
	height: 115px;
}
#page.home #content .des_chiffres_qui_parlent {
	font-size: 10px;
	width: 240px;
	padding: 0 5px;
	border-right: solid 1px #dedede;
	float: left;
	height: 115px;
	position: relative;
	color: #666;
	line-height: 16px;
}
#page.home #content .des_chiffres_qui_parlent strong {
	color: #333;
}
#page.home #content .des_chiffres_qui_parlent a.blue_link {
	position: absolute;
	bottom: 0;
	right: 10px;
	color: #069;
	text-decoration: none;
	background: url(../images/blue_arrow_grey.png) no-repeat center left;
	padding-left: 12px;
}
#page.home #content .des_chiffres_qui_parlent a.blue_link:hover {
	text-decoration: underline;
}
#page.home #content .comment_les_cambrioleurs {
	font-size: 10px;
	width: 320px;
	border-left: solid 1px #fff;
	float: left;
	height: 115px;
	padding-left: 20px;
	position: relative;
	color: #666;
	line-height: 16px;
}
#page.home #content .comment_les_cambrioleurs strong {
	color: #333;
}
#page.home #content .comment_les_cambrioleurs a.blue_link {
	position: absolute;
	bottom: 0;
	right: 10px;
	color: #069;
	text-decoration: none;
	background: url(../images/blue_arrow_grey.png) no-repeat center left;
	padding-left: 12px;
}
#page.home #content .comment_les_cambrioleurs a.blue_link:hover {
	text-decoration: underline;
}
#page.home #content .comment_les_cambrioleurs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 20px;
	top: 16px;
}
#page.home #content .comment_les_cambrioleurs li {
	margin: 0;
	padding: 0;
}
#page.home #content .comment_les_cambrioleurs li.percent_39 {
	padding-left: 85px; /* 78 + 7*/
	background: url(../images/percent_39.png) no-repeat center left;
}
#page.home #content .comment_les_cambrioleurs li.percent_36 {
	padding-left: 80px; /* 73 + 7*/
	background: url(../images/percent_36.png) no-repeat center left;
}
#page.home #content .comment_les_cambrioleurs li.percent_3 {
	padding-left: 14px; /* 7 + 7*/
	background: url(../images/percent_3.png) no-repeat center left;
}
#page.home #content .comment_les_cambrioleurs li.percent_2 {
	padding-left: 12px; /* 5 + 7*/
	background: url(../images/percent_2.png) no-repeat center left;
}
#page.home #sidebar h2 {
	margin-bottom: 4px;
}
#page.home #sidebar #voir_la_demonstration {
	display: block;
	width: 300px;
	height: 250px;
	background: url(../images/demonstration_bg.jpg) no-repeat;
	margin-bottom: 30px;
	position: relative;
}
#page.home #sidebar #voir_la_demonstration a {
	text-indent: -5000px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 300px;
	height: 70px;
	outline: none;
	background: url(../images/demonstration_btn.jpg) no-repeat;
}
#page.home #sidebar #voir_la_demonstration a:hover {
	background-position: bottom;
}
#page.home #sidebar #espace_abonnes {
	margin-bottom: 30px;
}
#page.home #sidebar #espace_abonnes a {
	text-indent: -5000px;
	display: block;
	width: 300px;
	height: 75px;
	background: url(../images/espace_abonnes.jpg) no-repeat;
}
#page.home #sidebar #espace_abonnes a:hover {
	background-position: bottom;
}
#page.home #sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#page.home #sidebar li {
	margin: 0;
	padding: 0;
	font-size: 11px;
	padding: 9px 11px;
}
#page.home #sidebar li.odd {
	background-color: #f8f7f7;
}
#page.home #sidebar li.even {
	background-color: #fff;
}


/* ----- Demonstration ----- */
#page.demonstration #player {
	width: 800px;
	height: 450px;
	background-color: #000;
	display: block;
	margin: 0 auto;
}


/* ----- Reservation ----- */
#page.reservation h2 {
	font-size: 16px;
}
#page.reservation #btn_retour {
	width: 70px;
	height: 15px;
	background: url(../images/btn_retour.png) no-repeat;
	position: absolute;
	left: 18px;
	bottom: 9px;
	text-indent: -5000px;
	display: block;
	font-size: 1px;
	outline: none;
}
#page.reservation .div_940 .nav {
	height: 36px;
	position: relative;
}
#page.reservation .div_940 .nav h2 {
	display: none;
}
#page.reservation .div_940 .nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
}
#page.reservation .div_940 .nav li {
	margin: 0;
	padding: 0;
	position: absolute;
}
#page.reservation .div_940 .nav li a {
	display: block;
	height: 36px;
	line-height: 36px;
	color: #666;
	position: absolute;
	top: 0;
	text-align: center;
	outline: none;
	text-indent: -5000px;
}
#page.reservation .div_940 .nav li.statut a {
	width: 86px;
	left: 0;
}
#page.reservation .div_940 .nav li.formule a {
	width: 90px;
	left: 86px;
}
#page.reservation .div_940 .nav li.type a {
	width: 75px;
	left: 176px;
}
#page.reservation .div_940 .nav li.site a {
	width: 130px;
	left: 251px;
}
#page.reservation .div_940 .nav li.client a {
	width: 80px;
	left: 381px;
}
#page.reservation .div_940 .nav li.confirmation a {
	width: 116px;
	left: 461px;
}
#page.reservation .step_statut .nav {
	background: url(../images/nav_statut.png) no-repeat;
}
#page.reservation .step_formule .nav {
	background: url(../images/nav_formule.png) no-repeat;
}
#page.reservation .step_type .nav {
	background: url(../images/nav_type.png) no-repeat;
}
#page.reservation .step_site .nav {
	background: url(../images/nav_site.png) no-repeat;
}
#page.reservation .step_client .nav {
	background: url(../images/nav_client.png) no-repeat;
}
#page.reservation .step_confirmation .nav {
	background: url(../images/nav_confirmation.png) no-repeat;
}
#page.reservation .div_940 .content {
	height: 539px;
	position: relative;
}
#page.reservation #help {
	position: absolute;
	right: 19px;
	bottom: 219px;
}
#page.reservation #help_top {
	background: #CCC;
	background: url(../images/div_210_top.png) no-repeat top left;
	width: 210px;
	height: 38px;
	line-height: 37px;
	text-align: center;
}
#page.reservation #help_top h2 {
	font-size: 12px;
	color: #333;
	text-transform: none;
	font-weight: bold;
	margin: 0 9px;
	border-bottom: solid 1px #ccc;
}
#page.reservation #help_content {
	width: 190px; /* 210 - border - padding */
	padding: 10px 9px;
	min-height: 107px;
	max-height: 261px;
	border-left: solid 1px #dedede;
	border-right: solid 1px #dedede;
	border-bottom: solid 1px #dedede;
	font-size: 11px;
	color: #C33;
}
#page.reservation #help_content p {
	margin: 0 0 3px 0;
}
#page.reservation #summary {
	position: absolute;
	right: 19px;
	bottom: 34px;
}
#page.reservation #summary_top {
	background: #CCC;
	background: url(../images/div_250_top.png) no-repeat top left;
	width: 250px;
	height: 38px;
	line-height: 38px;
	text-align: center;
}
#page.reservation #summary_top h2 {
	font-size: 12px;
	color: #333;
	text-transform: none;
	font-weight: bold;
	margin: 0;
}
#page.reservation #summary_content {
	width: 230px; /* 250 - border - padding */
	padding: 0 9px;
	height: 127px;
	border-left: solid 1px #dedede;
	border-right: solid 1px #dedede;
	border-bottom: solid 1px #dedede;
	font-size: 11px;
}
#page.reservation #summary .summary_options {
	border-top: solid 1px #ccc;
	padding: 10px 0;
}
#page.reservation #summary .summary_costs {
	border-top: solid 1px #ccc;
	padding-top: 10px;
	color: #C00;
}
#page.reservation #summary .summary_costs .rate {
	font-size: 1.6em;	
	font-weight: bold;
}
/* reduced size */
#page.reservation .step_formule #summary_top,
#page.reservation .step_type #summary_top {
	background: url(../images/div_210_top.png) no-repeat top left;
	width: 210px;
}
#page.reservation .step_formule #summary_content,
#page.reservation .step_type #summary_content {
	width: 190px; /* 210 - border - padding */
}
#page.reservation .step_formule #summary .summary_costs .rate,
#page.reservation .step_type #summary .summary_costs .rate {
	font-size: 1em;	
	font-weight: normal;
}
/* !reduced size */
#page.reservation .position_header1 {
	position: absolute;
	left: 238px;
	top: 16px;
	width: 550px;
}
#page.reservation .position_header1 h2 {
	margin-bottom: 5px;
}
#page.reservation .position_header1 strong {
	color: #C00;
	font-weight: normal;
}
#page.reservation .position_header1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#page.reservation .position_header1 li {
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 11px;
	background: url(../images/bullet_red.png) no-repeat 2px 5px;
}
#page.reservation .position_header2 {
	position: absolute;
	left: 19px;
	top: 16px;
	width: 670px;
}
#page.reservation .position_1_1 {
	position: absolute;
	bottom: 34px;
	left: 364px;
	width: 210px;
	height: 440px;
}
#page.reservation .position_1_4 {
	position: absolute;
	bottom: 34px;
	left: 19px;
	width: 210px;
	height: 440px;
}
#page.reservation .position_2_4 {
	position: absolute;
	bottom: 34px;
	left: 249px;
	width: 210px;
	height: 440px;
}
#page.reservation .position_3_4 {
	position: absolute;
	bottom: 34px;
	left: 479px;
	width: 210px;
	height: 440px;
}
#page.reservation .position_4_4 {
	position: absolute;
	bottom: 209px; /* 34 + 175 */
	left: 709px;
	width: 210px;
	height: 310px; /* 485 - 175 */
	font-size: 11px;
}
#page.reservation .position_2-3_4 {
	position: absolute;
	bottom: 34px;
	left: 249px;
	width: 440px;
	height: 375px;
}
#page.reservation .position_1-2-3_4 {
	position: absolute;
	bottom: 34px;
	left: 19px;
	width: 670px;
	height: 485px;
}
#page.reservation .position_1_1 h3,
#page.reservation .position_1_4 h3,
#page.reservation .position_2_4 h3,
#page.reservation .position_3_4 h3,
#page.reservation .position_1-2-3_4 h3 {
	font-size: 1px;
	text-indent: -5000px;
}
#page.reservation .position_1_1 .button,
#page.reservation .position_1_4 .button,
#page.reservation .position_2_4 .button,
#page.reservation .position_3_4 .button,
#page.reservation .position_1-2-3_4 .button {
	background: url(../images/forms/button_bg_rollover.png) no-repeat top;
	border: 0;
	display: block;
	width: 130px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #333;
	font-size: 12px;
	font-family: Helvetica,Arial,Verdana,Sans-Serif;
	position: absolute;
	bottom: 12px;
	right: 40px;
}
#page.reservation .position_1_1 .button:hover,
#page.reservation .position_1_4 .button:hover,
#page.reservation .position_2_4 .button:hover,
#page.reservation .position_3_4 .button:hover,
#page.reservation .position_1-2-3_4 .button:hover {
	background-position: bottom;
}
#page.reservation .position_4_4 h3 {
	color: #C00;
	font-weight: normal;
	margin: 10px 0;
}
#page.reservation .position_4_4 p {
	margin: 10px 0;
}
#page.reservation .position_4_4 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#page.reservation .position_4_4 li {
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 11px;
	background: url(../images/bullet_red.png) no-repeat 2px 5px;
}
#page.reservation .step_statut #statut_particulier {
	text-align: center;
	background: url(../images/statut_particulier.jpg) no-repeat bottom;
	bottom: 114px;
	height: 360px;
}
#page.reservation .step_statut #statut_particulier .button {
	background: url(../images/forms/btn_selectionner_particulier_rollover.png) no-repeat top;
	display: block;
	width: 190px;
	height: 25px;
	outline: none;
	position: absolute;
	bottom: 31px;
	left: 10px;
	text-indent: -5000px;
}
#page.reservation .step_statut #statut_particulier .button:hover {
	background-position: bottom;
}
#page.reservation .step_statut #statut_professionnel {
	text-align: center;
	background: url(../images/statut_professionnel.jpg) no-repeat bottom;
	bottom: 114px;
	height: 360px;
}
#page.reservation .step_statut #statut_professionnel .button {
	background: url(../images/forms/btn_selectionner_professionnel_rollover.png) no-repeat top;
	display: block;
	width: 190px;
	height: 25px;
	outline: none;
	position: absolute;
	bottom: 31px;
	left: 10px;
	text-indent: -5000px;
}
#page.reservation .step_statut #statut_professionnel .button:hover {
	background-position: bottom;
}
#page.reservation .step_formule .position_1_4,
#page.reservation .step_formule .position_2_4,
#page.reservation .step_formule .position_3_4 {
	text-align: center;
	height: 365px;
}
#page.reservation .step_type .content {
	padding-top: 90px;
	height: 459px;
}
#page.reservation .step_type h2 {
	text-align: center;
}
#page.reservation .step_type #type_appartement {
	background: transparent url(../images/type_appartement.png) no-repeat bottom;
	bottom: 80px;
	height: 345px;
}
#page.reservation .step_type #type_maison {
	background: transparent url(../images/type_maison.png) no-repeat bottom;
	bottom: 80px;
	height: 345px;
}
#page.reservation .step_type #type_appartement .btn_type,
#page.reservation .step_type #type_maison .btn_type {
	position: absolute;
	left: 10px;
	bottom: 24px;
	width: 190px;
	height: 25px;
	background: url(../images/forms/btn_selectionner_type-rollover.png) no-repeat;
	text-indent: -5000px;
	outline: none;
}
#page.reservation .step_type #type_appartement .btn_type:hover,
#page.reservation .step_type #type_maison .btn_type:hover {
	background-position: bottom;
}
#page.reservation .step_site .content {
	padding-top: 20px;
	height: 600px;
}
/* HSBC - telesurveillance.sepsadsecurite.com */
#page.reservation.telesurveillance .step_site .content {
	height: 640px;
}
#page.areas .step_site .content {
	height: 680px;
}
#page.reservation .step_site h2 {
	text-align: center;
}
#page.reservation .step_site .pdf_links {
	font-family: Arial;
	font-size: 11px;
	color: #444;
	margin-left: 162px;
}
#page.reservation .step_site .pdf_links_pro {
	margin-left: 212px;
}
#page.reservation .step_site .pdf_links a {
	color: #444;
	text-decoration: underline;
}
#page.reservation .step_site .pdf_links a:hover {
	color: #333;
}
#page.reservation .step_site .pdf_links.pdf_highlight {
	margin-left: 110px;
	margin-bottom: 16px;
}
#page.reservation .step_site .pdf_links.pdf_links_pro.pdf_highlight {
	margin-left: 164px;
	margin-bottom: 16px;
}
#page.reservation .step_site .pdf_links.pdf_highlight a {
	color: red;
	font-weight: bold;
	font-size: 1.3em;
}

#page.reservation .step_client .content {
	padding-top: 20px;
	height: 529px;
}
#page.reservation .step_client h2 {
	text-align: center;
}
#page.reservation .step_confirmation .content {
	text-align: center;
	padding: 210px 20px 10px 20px;
	height: 339px;
}


/* ----- Services ----- */
#page.services  {
	background: url(../images/services_bg.jpg) no-repeat top right;
}
#page.services ul.features li:after {
	height: 18px;
}
#page.services ul.features li.last:after {
	height: 0;
}
#page.services #content {
	margin-right: 0;
}
#page.services #sidebar {
	width: 320px;
	float: left;
}
#page.services #sidebar h2 {
	display: none;
}
#page.services #sidebar ul {
	margin: 0;
	padding: 250px 0 0 0;
	list-style: none;
}
#page.services #sidebar li {
	margin: 0 0 0 5px;
	font-size: 11px;
	padding: 9px 0 9px 105px;
	color: #666;
}
#page.services #sidebar li strong {
	color: #333;
	font-size: 12px;
}
#page.services #sidebar ul ul {
	margin: 0 0 0 -105px;
	padding: 0;
	list-style: none;
}
#page.services #sidebar ul ul li {
	margin: 0;
	padding: 7px 0 7px 115px;
	text-indent: -10px;
}
#page.services #sidebar ul ul li strong {
	font-size: 11px;
	font-weight: normal;
	padding-left: 10px;
	background: url(../images/dash.png) no-repeat left center;
}
#page.services #sidebar li.centrale {
	background: url(../images/materiel/centrale.jpg) no-repeat center left;
}
#page.services #sidebar li.sirene {
	background: url(../images/materiel/sirene.jpg) no-repeat center left;
}
#page.services #sidebar li.telecommande {
	background: url(../images/materiel/telecommande.jpg) no-repeat center left;
}
#page.services #sidebar li.clavier {
	background: url(../images/materiel/clavier.jpg) no-repeat center left;
}
#page.services #sidebar li.detecteur_ouverture {
	background: url(../images/materiel/detecteur_ouverture.jpg) no-repeat center left;
}
#page.services #sidebar li.detecteur_mouvement {
	background: url(../images/materiel/detecteur_mouvement.jpg) no-repeat center left;
}
#page.services #sidebar li.detecteur_mouvement_image {
	background: url(../images/materiel/detecteur_mouvement_image.jpg) no-repeat center left;
}
/* Most asked questions */
#page.questions #most_asked {
	width: 620px;
	float: left;
	margin: 0 20px 20px 0;
	font-size: 10px;
}
#page.questions #most_asked h2 {
	font-size: 14px;
	color: #333;
	text-transform: none;
	margin: 0 0 10px 0;
}
#page.questions #most_asked ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#page.questions #most_asked li {
	margin: 0 0 2px 0;
	padding: 0;
}
#page.questions #most_asked .top {
	background: url(../images/div_620_top-trans.png) no-repeat;
	height: 5px;
	font-size: 1px;
}
#page.questions #most_asked .content {
	width: 578px; /* 620 - border - padding */
	padding: 10px 20px;
	height: 230px;
	border-left: solid 1px #dedede;
	border-right: solid 1px #dedede;
	background-color: #fff;
}
#page.questions #most_asked .bottom {
	background: url(../images/div_620_bottom-trans.png) no-repeat;
	height: 5px;
	font-size: 1px;
}
/* Categories */
#page.questions #categories {
	width: 300px;
	float: left;
	margin: 0 0 20px 0;
	font-size: 11px;
}
#page.questions #categories h2 {
	font-size: 14px;
	color: #333;
	text-transform: none;
	margin: 0 0 10px 0;
}
#page.questions #categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#page.questions #categories li {
	margin: 0 0 2px 0;
	padding: 0;
}
#page.questions #categories li.selected {
	font-weight: bold;
}
#page.questions #categories .top {
	background: url(../images/div_300_top-trans.png) no-repeat;
	height: 5px;
	font-size: 1px;
}
#page.questions #categories .content {
	width: 258px; /* 300 - border - padding */
	padding: 10px 20px;
	height: 230px;
	border-left: solid 1px #dedede;
	border-right: solid 1px #dedede;
	background-color: #fff;
}
#page.questions #categories .bottom {
	background: url(../images/div_300_bottom-trans.png) no-repeat;
	height: 5px;
	font-size: 1px;
}
/* Questions */
#page.questions #questions {
	width: 940px;
	clear: both;
	font-size: 11px;
}
#page.questions #questions h2 {
	color: #069;
	font-size: 14px;
	text-transform: none;
}
#page.questions #questions h3 {
	font-size: 11px;
}
#page.questions #questions .top {
	background: url(../images/div_940_top-trans.png) no-repeat;
	height: 5px;
	font-size: 1px;
}
#page.questions #questions .content {
	width: 898px; /* 940 - border - padding */
	padding: 10px 20px;
	border-left: solid 1px #dedede;
	border-right: solid 1px #dedede;
	background-color: #fff;
}
#page.questions #questions .bottom {
	background: url(../images/div_940_bottom-trans.png) no-repeat;
	height: 5px;
	font-size: 1px;
}
/* Qui */
#page.qui li {
	margin-bottom: 8px;
}
#page.qui .div_620 .content {
	height: 250px; /* TO_DELETE */
	width: 578px;
	padding: 10px 20px;
}
#page.error .div_940 .content {
	height: 350px;
	padding-top: 50px;
	font-size: 16px;
	text-align: center;
}


/* ----- Legal ----- */
.legal { /* For IE6 */
	font-size: 11px;
	color: #666;
}
#page.legal {
	font-size: 11px;
	color: #666;
}
#page.legal strong {
	color: #333;
	font-weight: normal;
}


/* Footer1
-------------------------------------------------- */

#footer1 .img1_3 {
	position: absolute;
	top: 0;
	left: 0;
}
#footer1 .img2_3 {
	position: absolute;
	top: 0;
	left: 320px;
}
#footer1 .img3_3 {
	position: absolute;
	top: 0;
	left: 640px;
}


/* Footer
-------------------------------------------------- */

#footer .sitemap {
	float: left;
	width: 240px;
}
#footer .questions {
	float: left;
	width: 240px;
}
#footer .network {
	float: left;
	width: 240px;
}
#footer h4 {
	font-size: 10px;
	font-weight: bold;
	color: #444;
	margin: 17px 0 14px 0;
}
#footer ul {
	margin: 0 0 22px 0;
	padding: 0;
	list-style: none;
}
#footer li {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 18px;
}
#footer li a {
	text-decoration: none;
	color: #777;
}
#footer li a:hover {
	text-decoration: underline;
}


/* Forms
-------------------------------------------------- */

/* --- Form Site Particulier --- */
#form_site_particulier {
	margin: 0;
	width: 500px;
	position: absolute;
	top: 80px;
	left: 200px;
	color: #666;
}
#form_site_particulier h2 {
	margin-bottom: 35px;
}
#form_site_particulier p {
	clear: left;
	padding: 0;
	margin: 0 0 3px 0;
}
#form_site_particulier label,
#form_site_particulier span.label {
	float: left;
	width: 150px;
	margin: 0.6em 2% 0 0;
	text-align: right;
	color: #444;
	position: relative;
}
#form_site_particulier .textInput {
	background: #FFF url(../images/forms/txt_input_bg.gif) repeat-x;
	border: 1px solid #B5B8C8;
	color: #555;
	font-size: 12px;
	margin-bottom: 4px;
	margin-top: 4px;
	padding: 2px;
	width: 230px;
}
#form_site_particulier .textInput:focus {
	border-color: #666;
	outline: none;
}
#form_site_particulier .button {
	background: url(../images/forms/button_bg_rollover.png) no-repeat top;
	border: 0;
	display: block;
	width: 130px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #333;
	font-size: 12px;
	font-family: Helvetica,Arial,Verdana,Sans-Serif;
	margin: 15px 0 0 165px;
}
#form_site_particulier .button:hover {
	background-position: bottom;
}
#form_site_particulier .checkbox {
	float: left;
	width: 17px;
	margin: 2px 1% 9px 160px;
	text-align: right;
	position: relative;
}
#form_site_particulier .lblCheckbox {
	float: none;
	width: 290px;
	text-align: left;
	color: #444;
	margin: 9px 0 9px 172px;
	display: block;
	font-size: 11px;
}


/* --- Form Site Professionnel --- */
#form_site_pro {
	margin: 0;
	width: 550px;
	position: absolute;
	top: 30px;
	left: 150px;
	color: #666;
}
#form_site_pro h2 {
	margin-bottom: 20px;
	margin-left: 15px;
}
#form_site_pro p {
	clear: left;
	padding: 0;
	margin: 0 0 3px 0;
}
#form_site_pro label {
	float: left;
	width: 200px;
	margin: 0.6em 2% 0 0;
	text-align: right;
	color: #444;
	position: relative;
}
#form_site_pro .textInput {
	background: #FFF url(../images/forms/txt_input_bg.gif) repeat-x;
	border: 1px solid #B5B8C8;
	color: #555;
	font-size: 12px;
	margin-bottom: 4px;
	margin-top: 4px;
	padding: 2px;
	width: 230px;
}
#form_site_pro .textInput:focus {
	border-color: #666;
	outline: none;
}
#form_site_pro .select {
	background: #FFF url(../images/forms/txt_input_bg.gif) repeat-x;
	border: 1px solid #B5B8C8;
	color: #555;
	font-size: 12px;
	margin-bottom: 4px;
	margin-top: 4px;
	padding: 2px;
	width: 236px;
}
#form_site_pro .select:focus {
	border-color: #666;
	outline: none;
}
#form_site_pro .button {
	background: url(../images/forms/button_bg_rollover.png) no-repeat top;
	border: 0;
	display: block;
	width: 130px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #333;
	font-size: 12px;
	font-family: Helvetica,Arial,Verdana,Sans-Serif;
	margin: 15px 0 0 215px;
}
#form_site_pro .button:hover {
	background-position: bottom;
}

/* --- Form Facturation (Client) Particulier --- */
#form_facturation_particulier {
	margin: 0;
	width: 540px;
	position: absolute;
	top: 18px;
	left: 160px;
	color: #666;
}
#form_facturation_particulier h2 {
	margin-bottom: 15px;
}
#form_facturation_particulier p {
	clear: left;
	padding: 0;
	margin: 0 0 3px 0;
}
#form_facturation_particulier label {
	float: left;
	width: 190px;
	margin: 0.6em 2% 0 0;
	text-align: right;
	color: #444;
	position: relative;
}
#form_facturation_particulier .textInput {
	background: #FFF url(../images/forms/txt_input_bg.gif) repeat-x;
	border: 1px solid #B5B8C8;
	color: #555;
	font-size: 12px;
	margin-bottom: 4px;
	margin-top: 4px;
	padding: 2px;
	width: 230px;
}
#form_facturation_particulier .textInput:focus {
	border-color: #666;
	outline: none;
}
#form_facturation_particulier .date {
	width: 180px;
	margin: 11px 0;
}
#form_facturation_particulier #calendar_img {
	position: relative;
	top: 13px;
	margin-left: 4px;
	font-size: 1px;
	vertical-align: top;
}
#form_facturation_particulier .checkbox {
	float: left;
	width: 17px;
	margin: 2px 1% 0 200px;
	text-align: right;
	position: relative;
}
#form_facturation_particulier .lblCheckbox {
	float: none;
	width: 290px;
	text-align: left;
	color: #444;
	margin: 9px 0 0 212px;
	display: block;
	font-size: 11px;
}
#form_facturation_particulier .button {
	background: url(../images/forms/button_bg_rollover.png) no-repeat top;
	border: 0;
	display: block;
	width: 130px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #333;
	font-size: 12px;
	font-family: Helvetica,Arial,Verdana,Sans-Serif;
	margin: 20px 0 0 210px;
}
#form_facturation_particulier .button:hover {
	background-position: bottom;
}


/* --- Form Facturation (Client) Pro --- */
#form_facturation_pro {
	margin: 0;
	width: 540px;
	position: absolute;
	top: 15px;
	left: 200px;
	color: #666;
}
#form_facturation_pro h2 {
	margin-bottom: 15px;
}
#form_facturation_pro p {
	clear: left;
	padding: 0;
	margin: 0 0 3px 0;
}
#form_facturation_pro label {
	float: left;
	width: 150px;
	margin: 0.6em 2% 0 0;
	text-align: right;
	color: #444;
	position: relative;
}
#form_facturation_pro .textInput {
	background: #FFF url(../images/forms/txt_input_bg.gif) repeat-x;
	border: 1px solid #B5B8C8;
	color: #555;
	font-size: 12px;
	margin-bottom: 4px;
	margin-top: 4px;
	padding: 2px;
	width: 230px;
}
#form_facturation_pro .textInput:focus {
	border-color: #666;
	outline: none;
}
#form_facturation_pro .date {
	width: 180px;
	margin: 11px 0;
}
#form_facturation_pro #calendar_img {
	position: relative;
	top: 17px;
	margin-left: 4px;
	font-size: 1px;
	vertical-align: top;
}
#form_facturation_pro .checkbox {
	float: left;
	width: 17px;
	margin: 2px 1% 0 160px;
	text-align: right;
	position: relative;
}
#form_facturation_pro .lblCheckbox {
	float: none;
	width: 290px;
	text-align: left;
	color: #444;
	margin: 5px 0 0 172px;
	display: block;
	font-size: 11px;
}
#form_facturation_pro .button {
	background: url(../images/forms/button_bg_rollover.png) no-repeat top;
	border: 0;
	display: block;
	width: 130px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #333;
	font-size: 12px;
	font-family: Helvetica,Arial,Verdana,Sans-Serif;
	margin: 15px 0 0 160px;
}
#form_facturation_pro .button:hover {
	background-position: bottom;
}


/* --- Form Site Particulier --- */
#form_confirmation h3 {
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
	border-bottom: solid 1px #CCC;
}
#form_confirmation p {
	text-align: left;
	margin: 5px 0;
	color: #555;
}
#form_confirmation #confirmation_souscription {
	position: absolute;
	top: 90px;
	left: 80px;
	width: 230px;
}
#form_confirmation #confirmation_site {
	position: absolute;
	top: 90px;
	left: 360px;
	width: 230px;
}
#form_confirmation #confirmation_facturation {
	position: absolute;
	top: 90px;
	left: 630px;
	width: 230px;
}
#form_confirmation #btn_confirmation {
	background: url(../images/forms/button_large_bg_rollover.png) no-repeat top;
	border: 0;
	display: block;
	width: 225px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #333;
	font-size: 12px;
	font-family: Helvetica,Arial,Verdana,Sans-Serif;
	position: absolute;
	bottom: 80px;
	left: 360px;
}
#form_confirmation #btn_confirmation:hover {
	background-position: bottom;
}


/* --- Errors --- */

#form_site_particulier .error,
#form_site_pro .error,
#form_facturation_particulier .error,
#form_facturation_pro .error {
	color: #C00;
}
#form_site_particulier .error label,
#form_site_pro .error label,
#form_facturation_particulier .error label,
#form_facturation_pro .error label {
	color: #C00;
}
#form_site_particulier .error .textInput,
#form_site_pro .error .textInput,
#form_site_pro .error .select,
#form_facturation_particulier .error .textInput,
#form_facturation_pro .error .textInput {
	border-color: #C00;
}
#form_site_particulier .fc-field-error,
#form_site_pro .fc-field-error,
#form_site_pro .fc-field-error,
#form_facturation_particulier .fc-field-error,
#form_facturation_pro .fc-field-error {
	border-color: #C00;
}



/* --- Form About --- */
#form_about {
	padding-top: 15px;
	position: relative;
	height: 210px;
	margin: 0;
}
#form_about p {
	clear: left;
	padding: 0;
	margin: 0;
}
#form_about label {
	float: left;
	width: 150px;
	margin: 0.6em 2% 0 0;
	text-align: right;
	color: #444;
	position: relative;
}
#form_about .textInput {
	background: #FFF url(../images/forms/txt_input_bg.gif) repeat-x;
	border: 1px solid #B5B8C8;
	color: #555;
	font-size: 12px;
	margin-bottom: 4px;
	margin-top: 4px;
	padding: 2px;
	width: 200px;
}
#form_about .textInput:focus {
	border-color: #666;
	outline: none;
}
#form_about textarea {
	background: #FFF url(../images/forms/txt_input_bg.gif) repeat-x;
	border: 1px solid #B5B8C8;
	color: #555;
	font-size: 13px;
	margin-bottom: 4px;
	margin-top: 4px;
	padding: 2px;
	width: 400px;
	height: 100px;
}
#form_about textarea:focus {
	border-color: #666;
	outline: none;
}
#form_about .button {
	background: url(../images/forms/button_bg_rollover.png) no-repeat top;
	border: 0;
	display: block;
	width: 130px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #333;
	font-size: 12px;
	font-family: Helvetica,Arial,Verdana,Sans-Serif;
	position: absolute;
	bottom: 0;
	right: 10px;
}
#form_about .button:hover {
	background-position: bottom;
}


/* Misc classes and elements
-------------------------------------------------- */

/* div_620 */
.div_620 {
	width: 620px;
	margin: 20px 0 19px 0;
}
.div_620 .top {
	background: url(../images/div_620_top-trans.png) no-repeat;
	height: 5px;
	font-size: 1px;
}
.div_620 .content {
	width: 598px; /* 620 - border - padding */
	padding: 10px;
	border-left: solid 1px #dedede;
	border-right: solid 1px #dedede;
	background-color: #fff;
}
.div_620 .bottom {
	background: url(../images/div_620_bottom-trans.png) no-repeat;
	height: 5px;
	font-size: 1px;
}

/* div_620_grey */
.div_620_grey {
	width: 620px;
	margin-top: 19px;
}
.div_620_grey .top {
	background: url(../images/div_620_grey_top.png) no-repeat;
	height: 5px;
	font-size: 1px;
}
.div_620_grey .content {
	width: 598px; /* 620 - border - padding */
	padding: 10px;
	border-left: solid 1px #dedede;
	border-right: solid 1px #dedede;
	background-color: #f8f7f7;
}
.div_620_grey .bottom {
	background: url(../images/div_620_grey_bottom.png) no-repeat;
	height: 5px;
	font-size: 1px;
}

/* div_940 */
.div_940 {
	width: 940px;
}
.div_940 .top {
	background: url(../images/div_940_top-trans.png) no-repeat;
	height: 5px;
	font-size: 1px;
}
.div_940 .content {
	width: 898px; /* 940 - border - padding */
	padding: 10px 20px;
	border-left: solid 1px #dedede;
	border-right: solid 1px #dedede;
	background-color: #fff;
}
.div_940 .bottom {
	background: url(../images/div_940_bottom-trans.png) no-repeat;
	height: 5px;
	font-size: 1px;
}


.hidden {
	display: none;
}


/* Clear Floated Elements
-------------------------------------------------- */

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

