/*
GENERIC STYLESHEET WITH THE STYLES THAT ARE COMMON BETWEEN THE VARIOUS PARTS OF LAYOUT.CSS
*/

/* GENERIC STYLES */
.tableStyle {
            border:none;
            padding:0;
            margin:0;
            width:100%;
}
.tableStyle2 {
            border:none;
            padding:0;
            margin:0;
}
.center{
	text-align:center;
}
.floatL{
	float:left;
}
.floatR{
	float:right;
}
.uppercase {
	text-transform: uppercase;	
}
.imageAlignMiddle{
	vertical-align:middle;
}
.verySmall1{
	font-size:10px;
	line-height:20px;
	padding-right:10px;
	text-align:right;
	width: 100px;
}
.verySmall2{
	font-size:10px;
}
.verySmall3{
	font-size:9px;
	line-height:20px;
	padding-right:10px;
	text-align:right;
}
#usernameTopError, #usernameRightError, 
#passwordTopError, #passwordRightError {
	color:#FF0000;
	font-size:10px;
}

.pointer {
	cursor: pointer;
}

/* HEADLINE */
#headline{
	font-size:12px;
	color: #448bc3;
	font-weight: bold;
	text-align: right;
	line-height: 10px;
	margin-right: 20px;
}

#headline a {
	font-size: 14px;
	color: #448bc3;
	text-decoration: none;
	border-bottom: 1px solid #bed7ed;		
}

#headline a:hover {
	color: #2c5487;
}

/* LOGO */
#logo{text-decoration: none;}

#logo span{
	height:75px;
	left:0;
	top:0;
	width:155px;
}

/* ============== */
/* TOP MENU - BAR */
/* ============== */


#top_menu ol {
	margin-top:13px;
}

#top_menu a {
	line-height:63px;
	padding-left:56px;
	font-size:15px;
	float:left;
	text-decoration:none;
	color:white;
}

#top_menu_1 a,
#top_menu_2 a, 
#top_menu_3 a, 
#top_menu_4 a {
	font-weight:bold;
} 

#top_menu_1 a {
	width:21px;
	background: transparent url(../img/top_menu_1_off.png) top left no-repeat;
}

#top_menu_2 a {
	width:105px;
	background: transparent url(../img/top_menu_2_off.png) top left no-repeat;
}
#top_menu_3 a {
	width:149px;
	background: transparent url(../img/top_menu_3_off.png) top left no-repeat;
}
#top_menu_4 a {
	width:195px;
	background: transparent url(../img/top_menu_4_off.png) top left no-repeat;
}

#top_menu_1 a:hover, #top_menu_1.hover a {
	background: transparent url(../img/top_menu_1_on.png) top left no-repeat;
}

#top_menu_2 a:hover, #top_menu_2.hover a  {
	background: transparent url(../img/top_menu_2_on.png) top left no-repeat;
}

#top_menu_3 a:hover, #top_menu_3.hover a  {
	background: transparent url(../img/top_menu_3_on.png) top left no-repeat;
}

#top_menu_4 a:hover, #top_menu_4.hover a  {
	background: transparent url(../img/top_menu_4_on.png) top left no-repeat;
}

	
	/* ========================= */
	/* TOP MENU - SCROLLING MENU */
	/* ========================= */
	
	
	#main_menu_contents ol {
		margin-top: 10px;
	}
	
	#main_menu_contents #pop_top_menu_2 .content,
	#main_menu_contents #pop_top_menu_3 .content,
	#main_menu_contents #pop_top_menu_4 .content {
		padding:10px;
		font-size:11px;
		color: #fff;
		background:url(../img/bckgd_pop_top_menu.png);
	}
	
	#main_menu_contents .pop_top_menu .content a {
		font-size:11px;
		color:#ffffff;
		float: none;
		line-height: 15px;
		padding-left: 0px;
		text-decoration:none;
		color:white;
	}
	
	#main_menu_contents #pop_top_menu_2 .content .image {
		float:right;
	}
	
	#main_menu_contents #pop_top_menu_2 .content li,
	#main_menu_contents #pop_top_menu_4 .content li {
		list-style-type: disc;
		margin-left: 15px;
		color: #EB9936;
		display: list-item;
	}
	
	#main_menu_contents #pop_top_menu_2 .content li span.text {
		color:#ffffff;
	}
	
	#main_menu_contents #pop_top_menu_3 .content h1,
	#main_menu_contents #pop_top_menu_4 .content h1 {
		font-weight:normal;
	}
	
	#main_menu_contents #pop_top_menu_3 .content input.text {
		/*width:170px; */
		color:#82A0C2;
	}
	
	#main_menu_contents #pop_top_menu_3 .content input.checkbox {
		margin-right:5px;
	}
	
	#main_menu_contents #pop_top_menu_3 .content input.image {
		float:right;
	}
	
	.bottom_pop_top_menu_1 {
		height:8px; 
		line-height:9px;
		background:url(../img/bottom_pop_top_menu_1.png);
		_background: transparent url(../img/bottom_pop_top_menu_1.gif) top left no-repeat;
		*background: transparent url(../img/bottom_pop_top_menu_1.gif) top left no-repeat;
	}
	
	.bottom_pop_top_menu_2 {
		height:9px; line-height:9px;
		background:url(../img/bottom_pop_top_menu_2.png);
		_background:url(../img/bottom_pop_top_menu_2.gif) no-repeat;
		*background:url(../img/bottom_pop_top_menu_2.gif) no-repeat;
	}

	.bottom_pop_top_menu_3 {
		height:9px; line-height:9px;
		background:url(../img/bottom_pop_top_menu_3.png) no-repeat;
		_background:url(../img/bottom_pop_top_menu_3.gif) no-repeat;
		_width: 205px;
		_margin-top: -1px;
		*background:url(../img/bottom_pop_top_menu_3.gif) no-repeat;
		*width: 205px;
		*margin-top: -1px;
	}
	
/* ==== */
/* MAIN */
/* ==== */

#main_container {
	color: #fff;
	margin-top:2%;
}

#top_main {
	margin-top: 20px;
	height: 10px;
	background: #fff url(../img/top_main.png) top left no-repeat;
	font-size: 1px;
}

.blue {
	color:#0062B1;

}

/* LEGAL INFOS*/
.legalInfos p {
	margin-top: 10px;
	margin-left: 1px;
	padding-right: 9px;
	color: #848484;
	text-align: justify;
	font-size: 9px;
}

/*MISC*/
.hidden {
	display:none;
}

.hide {
	visibility: hidden;	
}

/* INTRO */
#introWrapper{
	margin-bottom:15px;
	width:460px;
}
#introImagesTop{
	height:9px;
}
#introImagesTop1{
	height:9px;
	width:460px;
}
#introTexts{
	background-color:#383838;
	padding:20px 20px 34px;
	/*text-align:right;*/
}
#introButtons{
	background-color:#383838;
	padding:10px 0 20px 0;
	vertical-align:middle;
	text-align:right;
}
#introButtons #subscribeButton{
	/*height:22px;
	width:66px;*/
}
#introButtons #callButton{
	height:22px;
	width:128px;
}
#introTexts #introText1, #introTexts #introText2{
	font-size:18px;
}
#introText2 {
	font-weight:normal;
}

#introText1.home {
	font-weight: bold;
	color: #fff;
}

#introImagesBottom{
	height:285px;
}
#introImagesBottom1{
	height:250px;
	width:460px;
}

/* PRODUCTS */
#products {
	margin-top:20px;
}
#productsWrapper{
	width:460px;
}

#productsHeaderLinks{
	height:24px;
	overflow:hidden;
	width:460px;
}

#productsHeaderLinks a{
	text-decoration:none;
}
#productsHeaderLinks div{
	float:left;
	height:24px;
}
#productsHeaderLinks .productLink1{
	background:url(../img/produits_fond_bleu.gif) repeat-x;
	padding-top:5px;
}
#productsHeaderLinks .productLink1 a{
	font-weight:bold;
	padding:5px 19px 10px 18px;
	white-space:nowrap;
	color: #fff;
	background-image: none;
}
#productsHeaderLinks .productLink1 a:hover, #productsHeaderLinks .productLink1 a.active{
	background-color:#DCDCDC;
	color:#0062B1;
	_margin-top: -5px;
}
#productsHeaderLinks .productLink2{
	background-color:#E08E2C;
	padding-top:5px;
}
#productsHeaderLinks .productLink2 a{
	padding:2px 0 10px 11px;
	_padding-top: 0px;
	color: #fff;
	white-space:nowrap;
}
#productsHeaderLinks .productLink2 a:hover{
	color:#0062B1;
}
#leftCornerImages, #leftCornerImage1{
	height:24px;
	width:20px;
}
#rightCornerImages, #rightCornerImage1{
	height:24px;
	width:14px;
}

#productsBody{
	background-color:#DCDCDC;
	height:146px;
	width:460px;
}
#productsBody .scrollCommands{
	float:left;
	height:70px;
	padding-top:54px;
	text-align:center;
	width:23px;
}
#productsBody .scrollCommands #scrollPreviousButton1, #productsBody .scrollCommands #scrollNextButton1{
	cursor:pointer;
	height:17px;
	width:17px;
}
#scrollBox{
	position:relative;
	float:left;
	overflow:hidden;
	width:414px;
}
#scrollBoxContents{
	position:relative;
}
#scrollBoxContents div.scrollBoxContent{
	float    :left;
	padding-top:5px;
	width    :414px;
}

#productsFooterImages{
	height:15px;
}
#productsFooterImage1{
	height:15px;
	width:460px;
}
#scrollBoxContents div.scrollBoxContent .devisButton{
	height:19px;
	width:48px;
}
#scrollBoxContents div.scrollBoxContent .contactButton{
	height:19px;
	width:56px;
}
#scrollBoxContents div.scrollBoxContent *{
	color:#333;
}
#scrollBoxContents div.scrollBoxContent a{
	color:#0062B1;
}
#scrollBoxContents div.scrollBoxContent p{
	line-height :18px;
}
#scrollBoxContents div.scrollBoxContent div.devis_contact a.information{
	margin :0 10px 0 0;
}
#scrollBoxContents div.scrollBoxContent div.devis_contact {
	font-weight: bold;
	color: #78a6ca;
}
#scrollBoxContents div.scrollBoxContent div.devis_contact:hover {
	color: #a1c7e4;
}

#scrollBoxContents div.scrollBoxContent div.devis_contact a img{
	margin :10px 8px -3px 0;
	border :0;
}

/* RIGHT PANE - ICONS */
#icons {
	height:75px;
	padding-left:9px;
	/*background:url(../img/icons_bckgd.gif);*/
}
#icons ol {
	list-style:none;
}
#icons li {
	display:inline;
	height:75px;
	width:73px;
}
#icons a {
	height:75px;
	width:73px;
	font-size:10px;
	float:left;
	text-decoration:none;
}
#icons .icon {
	height: 83px;
	float: left;
	cursor: pointer;
}

#icons .icon a {
	height: 83px;
	width: 87px;
	display: block;
}

#icons .icon_selected {
	cursor: default;	
}

#ajaxService {
	_margin-top: -8px;	
}

/* RIGHT PANE - VIDEO */
#right_pane #video {
	margin-left:9px; margin-top:9px;
}

#right_pane #video img {
	width:371px;
}

/* RIGHT PANE - SERVICES ACCORDION*/
#servicesWrapper {
	margin-left:9px;
}

.serviceHead, .serviceBody{
	clear:both;
}
.clearBackground{
	background-color:#7C9EC2;
}
.serviceHeadContent, .serviceBodyContent{
	margin:3px 7px 0 7px;
}
.serviceArrowImage{
	height:17px;
	width:17px;
}
.numeroContact{
	font-size:24px;
}
.contactSection{
	background-color:#7C9EC2;
	margin-bottom:4px;
	width:100%;
}
.serviceClearSection{
	background-color:#7C9EC2;
	clear:both;
	margin:3px 7px 0 7px;
}
.serviceClearSection2{
	clear:both;
	margin:3px 7px 0 7px;
}
.serviceContactClearSectionContent2, .serviceContactClearSectionContent3{
	padding-top:10px;
}
.serviceContactClearSectionContent1{
	background:url(../img/contact_telephone1.gif) no-repeat;
	height:42px;
	padding-left:59px; /* background image width + space */
}
.serviceContactClearSectionContent2{
	background:url(../img/contact_telephone2.gif) no-repeat;
	height:70px;
	padding-left:61px; /* background image width + space */
}
.serviceContactClearSectionContent3{
	background:url(../img/contact_enveloppe.gif) no-repeat;
	height:50px;
	margin-right:10px;
	padding-left:60px; /* background image width + space */
}
.serviceContactClearSectionContent4{
	background:url(../img/allSecur_iphone.gif) no-repeat;
	background-position:right;
	height:104px;
	line-height:16px;
	padding-right:96px; /* background image width + space */
}
#serviceContactContactImage{
	/*height:22px;
	width:96px;*/
}
#services {
	margin-top:10px;
	margin-left:9px;
}
#service_text {
	margin-left:6px;
	margin-right:15px;
	height:110px;
	font-size:11px;
	text-align:justify;
}
.service {
	width:371px;
	margin-top:10px;
	background-color:#6D93BB;
}
.service h4 {
	background:url(../img/top_service.gif) no-repeat #6D93BB;
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
	line-height:17px;
	padding-left:7px;
	padding-top:8px;
}
.service h4.extended {
	background:url(../img/top_service_ext.gif) no-repeat #7C9EC2;
	padding-bottom:6px;
}
.service h4 img {
	float:left;
	margin-right:6px;
}
.service .tel{
	float:left;
	font-family:times new roman;
	font-size:25px;
	letter-spacing:3px;
}
.service .tel_hours{
	font-size:9px;
	float:right;
	margin-right:35px;
}

#undertitle {
	font-family:Century Gothic;
	font-size:10px;
	padding-bottom: 10px;
}

.bottom_service {
	height:8px;
	line-height:8px;
	background:url(../img/bottom_service.gif);
}

/* RIGHT PANE - BOTTOM */
#rightPaneWrapper {
	/*background-color:#3D5C87;*/
}
#top_right_pane {
	height:7px;
	line-height:7px;
	background:url(../img/top_right_pane.gif);
}
#bottom_right_pane {
	height:7px;
	line-height:7px;
	background:url(../img/bottom_right_pane.png);
}
*html #bottom_right_pane {
	background-image:url(../img/bottom_right_pane.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bottom_right_pane.png', sizingMethod='scale');
}

/* FOOTER */
#footer a:hover{
	text-decoration:underline;
}
#footer a{
	color:#848484;
	font-size:9px;
	text-decoration:none;
}
#footer #footerLeft{
	color:#848484;
	
	font-size:9px;
	padding-left:20px;
}
#footer #footerRight{
	color:#848484;
	
	font-size:9px;
	padding-right:20px;
}

/** style des formulaires **/
.inputCenter input{
	border:0;
	background:transparent;
}
.inputCenter{
	border-top:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	height:17px;
	margin-top:2px;
	background:white;
}
.inputLeft{
	width:10px;
	height:19px;
	margin-top:2px;
	
	/**firefox,ie7,safari**/ 
	background:transparent url(../img/input_left.png) top left no-repeat;
	
}
.inputRight{
	width:8px;
	height:19px;
	margin-top:2px;

	/**firefox,ie7,safari**/ 
	background:transparent url(../img/input_right.png) top left no-repeat;
	
}


.validationErrorMessage {
	color: red !important;
	clear:both;
}

/** K2: Added by Keytwo */


.error_message {
	color: red;
	margin: 3px 0;
}


.error_field input,
.error_field select,
.error_field option {
	color: red;	
}

.ie6Fix {
	width: 	175px;
}

.ie6Fix select {
	width: 100% !important;
}

.error_field .ie6Fix {
	border: 1px solid red;
}

/** STEP 3 **/
/************/
select#paymentMode{ width:130px; }

/** sectionQuotationPrice **/
#sectionQuotationPrice .quotation_section_content{
	height:250px;
	_height: 283px;
}


/** sectionCustomQuotation **/
#sectionCustomQuotation{
	margin-right:10px;
}

/** formule **/
#formule_arrow{
	background: url(../auto/img/formule_arrow.gif);
	width:25px;
	height:65px;
	margin: 5px 0 0 -21px;
	_margin-left: -11px;
	position: relative;
}
#formule_price_content{
	color:#2d5488;
}
#formulePaymentMode{
	margin-top: 20px;
}
#infoPaymentModeTrim{
	color:orange;
	padding:2px;
}
#formule_price_content h1{
	color:#f7921c;
	font-size:35px;
	font-weight:normal;
	text-align:right;
	margin-top:10px;
	_margin-top:20px;
}
#formule_price_content h2{
	color:#f7921c;
	font-size:24px;
	font-weight:normal;
	text-align:right;
	margin-right:20px;
}
#formule_price_content h4{
	color:#f7921c;
	font-weight:normal;
	text-align:right;
	font-size:14px;
	margin:10px 30px 0 0;
}

/** pack **/
#packs,#packOptions{
	color:#2d5488
}
#packOptions{
	height: 148px;
	_height: 181px;
}
#packs h4{
	margin: 3px 0 10px 0;
}
#packOptions label{
	width:240px;
}

#exclusiveLabel label{
	width: 300px;
}


#packOptions p{
	clear:both;
	line-height:22px;
}
#packOptions p input{
	margin:4px 5px 0 0;
}
#selectedPack{
	float: left;
	width:357px;
/*	margin-right:8px;*/
}



.selectedPackTop{
	background: url(../auto/img/formule_middle_top.gif) no-repeat;
	height:5px;
}
.selectedPackMiddle{
	border-left:1px solid #82a0c2;
	border-right:1px solid #82a0c2;
	background:#c9d6e5;
	padding:2px 8px;
	height:197px;
	margin-top:0 !important;
	margin-top:-10px; /*ie6**/
}
.selectedPackBottom{
	background: url(../auto/img/formule_middle_bottom.gif) no-repeat;
	height:5px;
}

.selectedPackTopOrange{
	background: url(../auto/img/formule_middle_top_orange.gif) no-repeat;
	height:5px;
}
.selectedPackMiddleOrange{
	border-left:1px solid #f8a544;
	border-right:1px solid #f8a544;
	background:#f7921c;
	padding:2px 8px;
	height:197px;
	margin-top:0 !important;
	margin-top:-10px; /*ie6**/
}
.selectedPackBottomOrange{
	background: url(../auto/img/formule_middle_bottom_orange.gif) no-repeat;
	height:5px;
}


#specialOption3{
	display:none;
}

.otherPackContainer{
}

.otherPack{
	width:171px;
	margin-top:5px;
	cursor:pointer;
}
.otherPackTop{
	background: url(../auto/img/formule_small_top.gif) no-repeat;
	height:5px;
}
.otherPackMiddle{
	border-left:1px solid #82a0c2;
	border-right:1px solid #82a0c2;
	padding:2px 8px;
	height:75px;
	margin-top:0 !important;
	margin-top:-10px; /*ie6**/
}
.otherPackBottom{
	background: url(../auto/img/formule_small_bottom.gif) no-repeat;
	height:5px;
}

.slider {
	background: url(../auto/img/bg_slider.gif) no-repeat scroll center;
	height:13px;
	width:240px;
}

#packOptionsSliderLegend{
	list-style-type: none;
	margin-top:2px;
}

#packOptionsSliderLegend li{
	float:left;
	width:80px;
}
#packOptionsSliderLegend li#mini{text-align:left;}
#packOptionsSliderLegend li#middle{text-align:center;}
#packOptionsSliderLegend li#maxi{text-align:right;}

.slider div.knob{
	/*top:-4px;*/
	background: transparent url(../auto/img/knob.gif) no-repeat;
	height:13px;
	width:13px;
	cursor:pointer;
}

.savePrintSendQuotationButton{
	margin-left:25px;
	cursor:pointer;
}

/** sectionFormuleStateTwo **/
#sectionFormuleStateTwo{color:#2d5488;}
#sectionFormuleStateTwo label{width:480px;}
#sectionFormuleStateTwo p{clear:both;line-height:22px;}
#sectionFormuleStateTwo p input{margin:4px 5px 0 0;}


ul.subscriptionStepOneUnorderedList {
	margin: 5px 0 0 40px;
	
}

ul.subscriptionStepOneUnorderedList li {
	list-style-type: disc;
	color: #F7921C;
}

.error .inputCenter input,
.error .ie6Fix select,
.error .ie6Fix option {
	color: red;
}

.error .ieFix select,
.error .ieFix option,
.error .ieFixSmall select{
	color: red;
} 

.error .radioGroup label {
	color: red;
}

.warrantyDetail{
	overflow: auto;
	height: 350px;
}
