/* ------------------------------------- */
/* General Declarations                  */
/* ------------------------------------- */

* {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    text-align: center; /* For IE 6 */
    font-size: 0.8em;
	background-color: #FFFFFF
}

/* ------------------------------------- */
/* Global Page Layout                    */
/* ------------------------------------- */

#maindiv
{
	width:1003px;
	margin-left:auto;
	margin-right:auto
}

#pageForm {
    width: 800px;
	position: relative;
    text-align: left;
}

#homePage {
	float: left;
    text-align: left
}

#page {
    text-align: left
}

#header {
    height: 200px;
	position: relative;
}

#content {
    background-repeat: repeat-x;
    background-position: bottom left;
	clear: both;
}

.homePageContentBg {
	 _height: 650px;
	 min-height: 650px;
	 background-image: url('../images/temp/page-gradient-background.jpg');
}

#errorMessageBox {
	width: 400px;
	border: 1px solid red;
	margin-top: 170px;
	font-weight: normal;
	margin-left: 185px;
	font-size: 0.9em;
	padding: 20px;
	color: #fff;
	background: #f96d6d;
}
/* ------------------------------------- */
/* Banner and DevisPresto Logo           */
/* ------------------------------------- */

#banner {
    height: 88px;
	padding-top: 32px;
	margin-left: 20px;
    width: 275px;
    text-align: center;
	background-image: url('../images/logo_devispresto.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 95px;
}

h1 {
    text-indent: -9999px;
    width: 274px;
    height: 48px;
    background-image: url('../images/devispresto_titre.png');
    background-repeat: no-repeat;
}

h1 a {
	width: 100%;
	height: 100%;
	display: block;
}

#slogan {
    color: #ed7d3d;
    font-weight: bold;
}

/* ------------------------------------- */
/* Information and Login Boxes           */
/* ------------------------------------- */

#infoAndLoginBox {
    position: absolute;
    top: 14px;
    right: 0px;
    width: 590px;
    height: 102px;
/*	background-image: url('../images/loginBox-background.gif');*/
}

#infoBox {
    width: 320px;
    float: left;
}

#infoBox strong {
	color: #508DBA;
	font-weight: bold;
}

#infoBox h2 {
	color: #508DBA;
	font-size: 1.2em;
	margin-left: 4px;
	margin-bottom: 2px;
	margin-top: 4px;
	background-image: url('../images/loginBox-title-bottom-border.png');
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 3px;
}

#infoBox p {
	font-size: 0.9em;
}

#infoBox #infoBoxLinks {
	margin-top: 4px;
}

#infoBoxLinks a {
	margin-right: 7px;
	text-decoration: none;
}

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

#infoBoxImage {
    width: 90px;
    height: 90px;
    float: left;
	background-image: url('../images/loginBox-pro.jpg');
	margin-right: 4px;
}

#loginForm legend {
    display: none;
}

#loginForm fieldset {
    border: 0px;
	width: 192px;
	padding-top: 15px;
	padding-left: 8px;
	height: 71px;
	background-image: url('../images/loginFieldset-bg.png');
	position: relative;
}

#loginFormOnceLogged {
	width: 192px;
	height: 86px;
	position: absolute;
	padding-left: 8px;
	right: 24px;
	top: 0px;
	background: url('../images/loginFieldset-bg.png') top left no-repeat;
}
	 
#loginFormOnceLogged #loginHello {
	font-size: 0.9em;
	margin-bottom: 13px;
}

#loginFormOnceLogged #memberName {
	font-weight: bold;
	text-align: center;
}

#loginFormOnceLogged #lfLinks {
	margin-top: 13px;
	font-size: 0.85em;
	padding-left: 12px;
}

#loginFormOnceLogged #lfLinks a {
	padding-left: 8px;
	text-decoration: none;
	color: #ff6600;
	font-weight: bold;
}

#loginFormOnceLogged #lfLinks a:hover {
	text-decoration: underline;
}

#loginForm label {
    display: none;
}

#loginForm .inputBox {
    background: #fff;
    border: 1px solid #a5c5da;
	width: 130px;
	margin-bottom: 7px;
	font-size: 0.9em;
	margin-left: 14px;
}

#loginForm #loginSubmit {
	width: 21px;
	height: 21px;
	cursor: pointer;
	color: #fff;
	border: 0px;
	position: absolute;
	top: 8px;
	right: 20px;
}

#loginForm .lostPasswd {
	padding-left: 12px;
}
#loginForm .lostPasswd a {
	color: #ff6503;
	font-size: 0.85em;
	text-decoration: none;
}

#loginForm .lostPasswd a:hover {
	text-decoration: underline;
}

#infoBoxLinks a {
	color: #ff6600;
	font-weight: bold;
	font-size: 1.12em;
}


/* ------------------------------------- */
/* Quality Label                         */
/* ------------------------------------- */

#qualityLabel {
    position: absolute;
    top: 116px;
    right: 17px;
	width: 108px;
	height: 72px;
	text-indent: -9999px;
	background-image: url('../images/label_qualite.png');
}

#qualityLabel a {
	display: block;
	width: 100%;
	height: 100%;
}

/* ------------------------------------- */
/* Main Navigation Menu                  */
/* ------------------------------------- */

#menu {
    height: 30px;
    background: #fff;
    margin-left: 100px;
}

#menu h2, #searchBlock h2 {
	text-indent: -9999px;
	height: 0px;
	display: none;
}

#menu dl {
    float: left;
}

#menu dd {
    display: none;
    background-color: #fef4eb;
    background-repeat: no-repeat;
    background-image: url('../images/temp/menu_sublist_footer.gif');
    background-position: bottom left;
	z-index: 10;
	position: absolute;
}

#menu dd ul {
    list-style-type: none;
    position: absolute;
    background-color: #fef4eb;
    width: 148px;
    font-size: 0.8em;
    padding-bottom: 5px;
    border-bottom: 1px solid #ec7f3c;
    border-left: 1px solid #ec7f3c;
    border-right: 1px solid #ec7f3c;
}

.firstItem {
    margin-top: 4px;
}


.bigMenuItem {
    
}

#menu dd ul a {
    text-decoration: none;
    color: #000;
    background-image: url('../images/temp/menu-arrow.gif');
    background-position: 1px 5px;
    background-repeat: no-repeat;
    padding-top: 4px;
	padding-bottom: 4px;
    padding-left: 10px;
    background-color: #fef4eb;
    display: block;
}

#menu dd ul a:hover {
   background-color: #fbb277;
}

#menu dt {
    height: 30px;
    color: #fff;
    background-color: #508DBA;
    width: 147px;
}

#menu dt a {
    text-align: center;
    height: 27px;
    color: #fff;
    padding-top: 6px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

#menu dt a:hover {
    background-color: #ed7d3d;
}

.menuLink {
    display: block;
    height: 19px;
    border-left: 2px solid #fff;
}

#menuCat1 a, #menuCat1 a:hover, #menuCat5 a, #menuCat5 a:hover {
	background: url('../images/menuCorners.png') no-repeat top left;
}

/* Round Corners for the menu */
#menuCat1 a       { background-position: 0 -40px;      }
#menuCat1 a:hover { background-position: 0 -5px;       }
#menuCat1 span    { margin-left: 10px;                 }
#menuCat5 a       { background-position: 137px -110px; }
#menuCat5 a:hover { background-position: 137px -75px;  }



/* ------------------------------------- */
/* Search Bar                            */
/* ------------------------------------- */

#searchBlock {
    background-color: #508DBA;
    height: 35px;
	padding-top: 11px;
    border-top: 6px solid #ee7e3c;
}

#searchBlock fieldset {
    border: 0px;
    float: left;
    padding-left: 15px;
	width: auto;
	height: auto;
}

#searchBlock fieldset legend {
    display: none;
}

#searchBlock fieldset label {
    display: none;
}

#searchBlock input, #searchBlock select {
    border: 1px solid #666666;
    background-color: #fff;
	vertical-align: middle;
	
}

#searchBlock input {
	padding-top: 3px;
	height: 19px;
}

#searchBlock select {
	height: 22px;
}

#page #searchBlock .goButton {
	border: 0px;
	padding-top: 0px;
	height: 23px;
	vertical-align: middle;
}
#keywords {
    width: 380px;
}


/* ------------------------------------- */
/* Index And SubUniverse Pages Header    */
/* ------------------------------------- */

#homePageHeader {
	height: 110px;
	padding-left: 40px;
}

#jobSteps {
    width: 630px;
    float: left;
    margin-top: 30px;
	color: #ff6600;
	font-size: 1.3em;
}

#jobSteps #jobStepsList .etape {
	display: block;
	padding-right: 20px;
	background: url('../images/jobSteps_list.png') no-repeat top left;
	background-position: 125px -350px;
	height: 30px;
}

#jobSteps #jobStepsList #jobStep2 .etape {
	background-position: 149px -350px;
}

#jobSteps h2 { display: none; }

#jobStepsList {
    height: 70px;
    list-style-type: none;
    width: 630px;
}

#jobStepsList li {
    float: left;
    width: 147px;
    height: 100%;
	margin-right: 20px;
	padding-left: 35px;
	background: url('../images/jobSteps_list.png') no-repeat top left;
}

#jobStepsList #jobStep1 { background-position: 0 -70px; 			   }
#jobStepsList #jobStep2 { background-position: 0 -165px; width: 171px; }
#jobStepsList #jobStep3 { background-position: 0 -260px; 			   }

#pressReviews {
    width: 257px;
    margin-bottom: 17px;
	margin-left: 13px;
    float: left;
    height: 85px;
}

/* ------------------------------------- */
/* Search by categories Generic Declarations */
/* ------------------------------------- */

#habitat dl dd a, #services dl dd a, #servicesPersonne dl dd a, #assurance dl dd a, #credit dl dd a {
	color: #000;
	text-decoration: none;
}

#habitat dl dd a:hover, #services dl dd a:hover, #servicesPersonne dl dd a:hover, #assurance dl dd a:hover, #credit dl dd a:hover {
	text-decoration: underline;
}


/* ------------------------------------- */
/* Habitat Block */
/* ------------------------------------- */

#habitat {
    width: 470px;
    height: 380px;
	margin-top: 10px;
    margin-left: 60px;
    float: left;
    clear: left;
}

#habitat dl {
    width: 230px;
    height: 45px;
    float: left;
    z-index: 100;
    border-bottom: 1px solid #508DBA;
    background-color: #fff;
}

#habitat dt a {
    text-decoration: none;
    color: #000;
    display: block;
    padding-top: 15px;
    padding-left: 12px;
    height: 30px;
	background: url('../images/habitat_icons.png') no-repeat top left;
}

#habitat dt a:hover {
	background-image: none;
	background-color: #f1f0f0;
}

#habitat ul, #services ul, #servicesPersonne ul, #assurance ul, #credit ul {
    list-style-type: none;
}

#habitat dd, #services dd, #servicesPersonne dd, #assurance dd, #credit dd {
	background: url('../images/subMenus_borders.png') no-repeat top left;
    display: none;
}

#habitat dd {
    position: relative;
    z-index: 100;
    width: 230px;
	border-right: 1px solid #508DBA;
	background-position: 0 45px;
	border-bottom: 1px solid #508DBA;
	border-top: 1px solid #508DBA;
    background-color: #f1f0f0;
	
}
	
#habitat dd ul {
    padding: 10px;
    height: 100%;  
}

#habitat dd ul li, #services dd ul li, #servicesPersonne dd ul li, #assurance dd ul li, #credit dd ul li {
   margin-bottom: 5px;
}



#homePage #habitat #cat1subcat13, #homePage #habitat #cat1subcat14 {
	 border-bottom: 0px;
}

#habitat dt {
    height: 45px;
}



#page #content .lastCat {
	border-bottom: 0px;
}

#habitat dl dd a:hover {
	color: #508DBA;
}
.evenCat {
    border-left: 3px solid #508DBA;   
    border-right: 4px solid #508DBA;
}
.oddCat {
    border-right: 3px solid #508DBA;
}
#habitat h2 {
    background: url('../images/headersAndFooters2.png') no-repeat top left;
	background-position: 0 -196px;
    text-indent: -9999px;
    font-weight: bold;
    color: #fff;
    height: 33px;
}

#cat1subcats {
    height: 327px;
    background: url('../images/headersAndFooters2.png') no-repeat top left;
	background-position: 0 146px;
}

/* ------------------------------------- */
/* Icons for the Habitat Block           */
/* ------------------------------------- */

#habitat #cat1subcat1Label  a { background-position: 180px -843px; }
#habitat #cat1subcat2Label  a { background-position: 180px -166px; }
#habitat #cat1subcat3Label  a { background-position: 180px -549px;  }
#habitat #cat1subcat4Label  a { background-position: 180px -277px; }
#habitat #cat1subcat5Label  a { background-position: 180px -56px; }
#habitat #cat1subcat6Label  a { background-position: 180px -495px; }
#habitat #cat1subcat7Label  a { background-position: 180px -385px; }
#habitat #cat1subcat8Label  a { background-position: 180px -660px; }
#habitat #cat1subcat9Label  a { background-position: 180px -331px; }
#habitat #cat1subcat10Label a { background-position: 180px -776px;  }
#habitat #cat1subcat11Label a { background-position: 180px -112px; }
#habitat #cat1subcat12Label a { background-position: 180px -442px; }
#habitat #cat1subcat13Label a { background-position: 180px -718px; }
#habitat #cat1subcat14Label a { background-position: 180px -220px; }
                                                                         
/* ------------------------------------- */
/* Services Block */
/* ------------------------------------- */
#services {
    width: 268px;
    height: 365px;
    float: left;
    margin-left: 16px;
	z-index: 1;
}

#services dl {
    border-left: 3px solid #cc7fe5;
    border-right: 3px solid #cc7fe5;
    height: 32px;
    border-bottom: 1px solid #cc7fe5;
    background-color: #fff;
}

#services dd {
    position: absolute;
    z-index: 100;
    width: 226px;
	border-right: 1px solid #cc7fe5;
	border-bottom: 1px solid #cc7fe5;
	border-top: 1px solid #cc7fe5;
    background-color: #f5edf8;
	background-position: 0 -293px;
}

#services dd ul {
	padding: 10px;
}

#services dl dd a:hover {
	color: #9542b0;
}

#services h2 {
    background: url('../images/headersAndFooters2.png') no-repeat top left;
	background-position: 0 -267px;
    text-indent: -9999px;
    height: 30px;
}

#services dt a {
	text-decoration: none;
	color: #000;
	padding-top: 10px;
	padding-left: 12px;
	height: 22px;
	display: block;
}

#cat2subcats {
    height: 333px;
	background: url('../images/headersAndFooters2.png') no-repeat top left;
	background-position: 0 81px;
}


#page #content #cat2subcat1 a {
    padding-top: 8px;
}

/* ------------------------------------- */
/* Services a la Personne Block */
/* ------------------------------------- */

#servicesPersonne {
    float: left;
    width: 213px;
    height: 100px;
    margin-left: 16px;
    margin-bottom: 7px;
}

#servicesPersonne h2 {
	background: url('../images/headersAndFooters2.png') no-repeat top left;
	background-position: 0 -334px;
    text-indent: -9999px;
    height: 26px;
}

#servicesPersonne dl {
    border-left: 3px solid #ff86d9;
    border-right: 3px solid #ff86d9;
	background-color: #fff;
    height: 23px;
    border-bottom: 1px solid #ff86d9;
}

#servicesPersonne dd {
	position: absolute;
	z-index: 200;
    width: 226px;
	border-left: 1px solid #ff86d9;
	border-bottom: 1px solid #ff86d9;
	border-top: 1px solid #ff86d9;
    background-color: #fcf4fa;
	background-position: 225px -627px;
}

#servicesPersonne dd ul {
	padding: 10px;
}

#servicesPersonne dl dd a:hover {
	color: #fa46c1;
}

#servicesPersonne dt a, #assurance dt a, #credit dt a {
	display: block;
	padding-top: 5px;
	height: 18px;
	padding-left: 12px;
	text-decoration: none;
	color: #000;
}

#cat3subcats {
	background: url('../images/headersAndFooters2.png') no-repeat top left;
	background-position: 0 -244px;
    height: 75px;
}

/* ------------------------------------- */
/* Assurance Block */
/* ------------------------------------- */

#assurance {
    float: left;
    width: 213px;
    height: 124px;
    margin-left: 16px;
    margin-bottom: 7px;
}

#assurance h2 {
    background: url('../images/headersAndFooters2.png') no-repeat top left;
	background-position: 0 -67px;
    text-indent: -9999px;
    height: 26px;
}

#assurance dl {
    border-left: 3px solid #8ec102;
    border-right: 3px solid #8ec102;
	background-color: #fff;
    height: 23px;
    border-bottom: 1px solid #8ec102;
}

#assurance dd {
	position: absolute;
	z-index: 200;
    width: 226px;
	border-left: 1px solid #8ec102;
	border-bottom: 1px solid #8ec102;
	border-top: 1px solid #8ec102;
    background-color: #f3f7e9;
	background-position: 225px -952px;
}

#assurance dd ul {
	padding: 10px;
}

#assurance dl dd a:hover {
	color: #6b9203;
}

#cat4subcats {
    background: url('../images/headersAndFooters2.png') no-repeat top left;
	background-position: 0 47px;
    height: 99px;
}

/* ------------------------------------- */
/* Credit Block */
/* ------------------------------------- */

#credit {
    float: left;
    width: 213px;
    height: 111px;
    margin-left: 16px;
}

#credit h2 {
    background: url('../images/headersAndFooters2.png') no-repeat top left;
	background-position: 0 -132px;
    text-indent: -9999px;
    height: 25px;
}

#credit dl {
    border-left: 3px solid #ff9c00;
    border-right: 3px solid #ff9c00;
    height: 23px;
	background-color: #fff;
    border-bottom: 1px solid #ff9c00;
}

#credit dd ul {
	padding: 10px;
}

#credit dl dd a:hover {
	color: #ff9c00;
}

#credit dd {
	position: absolute;
	z-index: 200;
    width: 226px;
	border-left: 1px solid #ff9c00;
	border-bottom: 1px solid #ff9c00;
	border-top: 1px solid #ff9c00;
    background-color: #fcf6ec;
	background-position: 225px -1277px;
}

#cat5subcats {
    background: url('../images/headersAndFooters2.png') no-repeat top left;
	background-position: 0 -18px;
    height: 99px;
}


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

#homePageFooter {
	clear: both;
	height: 180px;
	padding-top: 15px;
}

#top5cats {
    width: 237px;
    float: left;
    margin-left: 4px;
    background-image: url('../images/top5_bg.png');
}

#top5cats h3 {
    background: url('../images/headersAndFooters2.png') no-repeat top left;
	background-position: 0 -440px;
    text-indent: -9999px;
    height: 48px;
}
#top5catsList {
    list-style-type: none;
	list-style-position: inside;
   	background-image: url('../images/verticalGradient.gif');
	background-position: top left;
	background-repeat : repeat-x;
    padding-top: 5px;
    padding-left: 3px;
    padding-bottom: 5px;
}
#top5catsList a, #lastJob a {
	color: #000;
	text-decoration: none;
}

#top5catsList a:hover, #lastJob a:hover {
	text-decoration: underline;
}
	
#top5catsList li {
	vertical-align: top;
	padding-bottom: 2px;
	padding-left: 22px;
	background: url('../images/list_icons.png') no-repeat top left;
}

#top5VG {
	background: url('../images/gradient_footers.png') no-repeat top left;
	background-position: -439px 105px;
	padding-bottom: 16px;
	padding-left: 7px;
	padding-right: 8px;
}

#homePageFooter #top5cat1 {
	background-position: 0 -10px;
}

#homePageFooter #top5cat2 {
	background-position: 0 -35px;
}

#homePageFooter #top5cat3 {
	background-position: 0 -60px;
}

#homePageFooter #top5cat4 {
	background-position: 0 -85px;
}

#homePageFooter #top5cat5 {
	background-position: 0 -110px; 
}

#lastJob h3 {
	background: url('../images/headersAndFooters2.png') no-repeat top left;
	background-position: 0 -377px;
    text-indent: -9999px;
    height: 48px;
}
#lastJob {
    margin-left: 36px;
    width: 239px;
    float: left;
	background-image: url('../images/testimony_bg.png');
	font-size: 0.9em;
}

.startQuote {
	margin-right: 4px;
}

.endQuote {
	margin-left: 4px;
}

#lastJob p {
	background-image: url('../images/verticalGradient.gif');
	background-repeat : repeat-x;
	background-position: top left;
	text-align: justify;
	height: 82px;
	padding: 10px;	
}
#lastJobVG {
	background: url('../images/gradient_footers.png') no-repeat top left;
	background-position: -686px 105px;
	padding-bottom: 16px;
	padding-left: 8px;
	padding-right: 9px;
}

#additionalLinks {
    width: 429px;
    margin-left: 36px;
	color: #000;
    float: left;
	background-image: url('../images/addLinks_bg.gif');
}

#additionalLinks h3 {
	background: url('../images/headersAndFooters2.png') no-repeat top left;
	background-position: 0 -15px;
	height: 13px;
	text-indent: -9999px;
}

#additionalLinksList {
    list-style-type: none;
	background-image: url('../images/verticalGradient.gif');
	background-repeat : repeat-x;
	background-color: #fff;
	height: 130px;
	padding-top: 10px;
	background-position: top left;
}

#additionalLinksList li {
	width: 86px;
	padding-left: 50px;
	padding-top: 8px;
	font-size: 0.85em;
	margin-bottom: 20px;
	height: 37px;
	float: left;
	background: url('../images/addLinks_icons.png') no-repeat top left;
}

#additionalLinksList li a {
	display: block;
	height: 100%;
	color: #000;
	text-decoration: none;
}

#additionalLinksList li a:hover {
	text-decoration: underline;
}

#additionalLinksList strong, #additionalLinksList .devisSecond {
	color: #ff6600;
	font-weight: bold;
}

#additionalLinksList .chat {
	font-size: 1.5em;
	font-weight: bolder;
	color: #333;
}

#page #additionalLinksList #chatDevisPresto {
	padding-top: 6px;
}

#additionalLinksList .devisFirst {
	font-size: 1.1em;
	font-weight: bold;
}

#additionalLinksList .devisSecond {
		font-size: 1.1em;
}


#addLinksVG {
	background: url('../images/gradient_footers.png') no-repeat top left;
	background-position: 0px 105px;
	padding-bottom: 16px;
	padding-left: 8px;
	padding-right: 8px;
	background-position: bottom left;
}

#addLinksVG #oneClickSystem {
	background-position: 0 -78px;
}

#addLinksVG #chatDevisPresto {
	background-position: 0 -15px;
}

#addLinksVG #proRepartition {
	background-position: 0 -330px;
}

#addLinksVG #tips {
	background-position: 0 -141px;
}

#addLinksVG #alMaximiles {
	background-position: 0 -204px; 
}

#addLinksVG #alNewsletter {
	background-position: 0 -267px;
}

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

#footer {
    clear: both;
    border-top: 5px solid #6fa1c2;
	font-size:12px;
}

#footer h3 {
    display: none;
}

#footerLinks {
    list-style-type: none;
    color: #ff6701;
    font-weight: bold;   
	margin-top: 3px;
    margin-left: 7px;
}

#footerLinks a {
    color: #ff6701;
    font-weight: bold;
    text-decoration: none;
}

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

#footerLinks li {
    float: left;
}

#companyInfos {
	padding-top: 3px;
    clear: both;
	text-align: center;
	margin-bottom: 5px;
}

#companyInfos a {
	color: #ff6701;
	font-weight: bold;
	text-decoration: none;
}

#companyInfos a:hover {
	text-decoration: underline;
}
/* ------------------------------------- */
/* SubUniverse Pages */
/* ------------------------------------- */

#subUniverseBlock {
	width: 685px;
	padding-bottom: 13px;
}

#subUniverseBlock h2 {
	padding-left: 20px;
	color: #fff;
	font-size: 1.3em;
	background-position: top left;
	padding-right: 40px;
	background-repeat: no-repeat;
	height: 27px;
}

#subUniverseBlock h2 span {
	line-height: 27px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 50px;
}

#subUniverseBlock a {
	color: #000;
	text-decoration: none;
	font-size: 1.1em;
}

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

#freeStar {
	position: absolute;
	top: 320px;
	
	right: 287px;
	height: 94px;
	width: 94px;
}

/* SubUniverse Habitat */
.habitatSUList li {
	background: url('../images/hab_subuniverse_puce.png') top left no-repeat;
	background-position: 0px 5px;
}


.habitatSUHeader {
	background-image: url('../images/hab_subuniverse_header_left.png');
}


.habitatSUHeader span{
	background: #508DBA url('../images/hab_subuniverse_header_wave.png') top right no-repeat;
}

.habitatSUSpeech {
	background: url('../images/hab_subuniverse_top.png') top left no-repeat;
	padding-top: 13px;
}
	
.habitatSUSpeech p {
	border-left: 4px solid #508DBA;
	border-right: 4px solid #508DBA;
	padding: 14px;
}

.habitatSUBlock {
	background: url('../images/hab_subuniverse_bottom.png') bottom left no-repeat;
}

.habitatSUBlock #freeStar {
	background: url('../images/free_star_habitat.png') top left no-repeat;
}

/* SubUniverse Services */
.servicesSUList li {
	background: url('../images/se_subuniverse_puce.png') top left no-repeat;
	background-position: 0px 5px;
}

.servicesSUHeader {
	background-image: url('../images/se_subuniverse_header_left.png');
}

.servicesSUHeader span{
	background: #cc7fe5 url('../images/se_subuniverse_header_wave.png') top right no-repeat;
}

.servicesSUSpeech {
	background: url('../images/se_subuniverse_top.png') top left no-repeat;
	padding-top: 13px;
}
	
.servicesSUSpeech p {
	border-left: 4px solid #cc7fe5;
	border-right: 4px solid #cc7fe5;
	padding: 14px;
}

.servicesSUBlock {
	background: url('../images/se_subuniverse_bottom.png') bottom left no-repeat;
}

.servicesSUBlock #freeStar {
	background: url('../images/free_star_purple.png') top left no-repeat;
}

/* SubUniverse ServicePersonne */
.servicesPersonneSUBlock {
	background: url('../images/sp_subuniverse_bottom.png') bottom left no-repeat;
}

.servicesPersonneSUBlock #freeStar {
	background: url('../images/free_star_pink.png') top left no-repeat;
}

.servicesPersonneSUList li {
	background: url('../images/sp_subuniverse_puce.png') top left no-repeat;
	background-position: 0px 5px;
}

.servicesPersonneSUHeader {
	background-image: url('../images/sp_subuniverse_header_left.png');
}

.servicesPersonneSUHeader span{
	background: #ff86d9 url('../images/sp_subuniverse_header_wave.png') top right no-repeat;
}

.servicesPersonneSUSpeech {
	background: url('../images/sp_subuniverse_top.png') top left no-repeat;
	padding-top: 13px;
}
	
.servicesPersonneSUSpeech p {
	border-left: 4px solid #ff86d9;
	border-right: 4px solid #ff86d9;
	padding: 14px;
}

/* SubUniverse Assurance */
.assuranceSUBlock {
	background: url('../images/as_subuniverse_bottom.png') bottom left no-repeat;
}

.assuranceSUBlock #freeStar {
	background: url('../images/free_star_green.png') top left no-repeat;
}

.assuranceSUList li {
	background: url('../images/as_subuniverse_puce.png') top left no-repeat;
	background-position: 0px 5px;
}

.assuranceSUHeader {
	background-image: url('../images/as_subuniverse_header_left.png');
}

.assuranceSUHeader span{
	background: #8dc101 url('../images/as_subuniverse_header_wave.png') top right no-repeat;
}

.assuranceSUSpeech {
	background: url('../images/as_subuniverse_top.png') top left no-repeat;
	padding-top: 13px;
}
	
.assuranceSUSpeech p {
	border-left: 4px solid #8dc101;
	border-right: 4px solid #8dc101;
	padding: 14px;
}

/* SubUniverse Credit */
.creditSUBlock {
	background: url('../images/cr_subuniverse_bottom.png') bottom left no-repeat;
}

.creditSUBlock #freeStar {
	background: url('../images/free_star_orange.png') top left no-repeat;
}

.creditSUList li {
	background: url('../images/cr_subuniverse_puce.png') top left no-repeat;
	background-position: 0px 5px;
}

.creditSUHeader {
	background-image: url('../images/cr_subuniverse_header_left.png');
}

.creditSUHeader span{
	background: #ff9c00 url('../images/cr_subuniverse_header_wave.png') top right no-repeat;
}

.creditSUSpeech {
	background: url('../images/cr_subuniverse_top.png') top left no-repeat;
	padding-top: 13px;
}
	
.creditSUSpeech p {
	border-left: 4px solid #ff9c00;
	border-right: 4px solid #ff9c00;
	padding: 14px;
}

/* SubUniverse Wrappers */
#habitatSubUniverseListWrapper {
	border-left: 4px solid #508DBA;
	border-right: 4px solid #508DBA;
	height: 175px;
}

#servicesSubUniverseListWrapper {
	border-left: 4px solid #cc7fe5;
	border-right: 4px solid #cc7fe5;
	height: 160px;
}

#servicesPersonneSubUniverseListWrapper {
	border-left: 4px solid #ff86d9;
	border-right: 4px solid #ff86d9;
	height: 160px;
}

#assuranceSubUniverseListWrapper {
	border-left: 4px solid #8dc101;
	border-right: 4px solid #8dc101;
	height: 160px;
}

#creditSubUniverseListWrapper {
	border-left: 4px solid #ff9c00;
	border-right: 4px solid #ff9c00;
	height: 160px;
}

#page #subUniverseBlock div.bigWrapper {
	height: 200px;
}

#subUniverseList {
	height: 100%;
	list-style-type: none;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	border-top: 1px solid #cccccc;
}

#subUniverseList li {
	width: 170px;
	height: 38px;
	margin-left: 10px;
	float: left;
	padding-left: 20px;
}

.suInfoBlock {
	width: 245px;
	position: absolute;
	margin-left: 55px;
	margin-bottom: 20px;
	background: url('../images/subuniverse_infoblock_bg.png');
}

.suInfoBlock a {
	text-decoration: none;
	color: #000;
}

.suInfoBlock a:hover {
	text-decoration: underline;
}

.suInfoBlock h2 {
	text-indent: -9999px;
	height: 15px;
	overflow: hidden;
	background: url('../images/subuniverse_infoblock_header.png') top left no-repeat;
}

.contentWrapper, .contentWrapperChat {
	padding-left: 5px;
	padding-right: 5px;
	background: url('../images/subuniverse_infoblock_footer.png') bottom left no-repeat;
}

.contentWrapper {
	height: 100%;
}

.contentWrapperChat {
	height: 84px;
}

.verticalGradientWrapper {
	background-image: url('../images/verticalGradient.gif');
	background-position: top left;
	background-repeat : repeat-x;
	height: 100%;
}

.verticalGradientWrapperChat {
	background-image: url('../images/verticalGradient.gif');
	background-repeat : repeat-x;
	height: 77px;
}

#infoArtisansBlock {
	top: 330px;
	right: 0px;
}

#infoArtisansBlock p {
	background: url('../images/subuniverse_artisans_map.gif') top left no-repeat;
	background-position: 160px -0px;
	padding-right: 80px;
	padding-left: 15px;
	padding-top: 6px;
	height: 100%;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

#infoArtisansBlock p strong {
	color: #ff6600;
}

#infoConseilBlock h3 {
	color: #ff6600;
	padding-left: 10px;
	font-size: 1.2em;
	margin-top: -2px;
}

.telNumber {
	font-size: 1.2em;
	margin-top: 7px;
	color: #000;
	font-weight: bold;
}

.telHoraires {
	color: #666666;
	font-weight: bold;
}

.telHoraires, .telNumber {
	padding-right: 80px;
	text-align: center;
}

#infoConseilBlock {
	top: 455px;
	right: 0px;
}

#infoConseilBlock .hotline {
	float: right;
	display: block;
	margin-bottom: 4px;
}

#infoConseilBlock .infoChat {
	float: left;
	display: block;
	margin: 5px;
	margin-top: 10px;
}

.chatText {
	padding-left: 60px;
	margin-top: 5px;
	font-size: 1.2em;
	clear: right;
	font-weight: bold;
}

.chatText b {
	color: #ff6600;
}

.chatInfo {
	padding-left: 60px;
	color: #333333;
	padding-bottom: 10px;
}

#mainContainerForOldContent {
	width: 780px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 105px;
}

/* Stage Table */
#stageTable {
	list-style-type: none;
	margin-top: 20px;
	background: #fff url('../members/images/line1.jpg') bottom left repeat-x;
	height: 33px;
}

#stageTable li {
	float: left;
	width: 143px;
	margin-left: 90px;
	height: 27px;
	background: url('../members/images/stageTable-inactive-bg.gif') top left no-repeat;
}

#stageTable li span {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../members/images/stageTable-inactive-rightCorner.gif') top right no-repeat;
	text-align:center;
	padding-top: 5px;
	font-weight: bold;
	font-size: 1.1em;
}

#page #stageTable li.activeStageTab {
	background: url('../members/images/stageTable-active-bg.gif') top left no-repeat;
}

#page #stageTable li.activeStageTab span {
	background: url('../members/images/stageTable-active-rightCorner.gif') top right no-repeat;
}

/* Become Member Process */
#stageTableSubContent {
	background-color: #D1E2F3;
}

#becomeMemberForm {
	padding: 8px;
}

#stageTableSubContent h3 {
	text-align: center;
	padding-top: 15px;
	margin-bottom: 15px;
	color: #3d699a;
	font-size: 1.2em;
}	
#becomeMemberForm label {
	float: left;
	width: 272px;
}

#becomeMemberForm input, #becomeMemberForm select, #newsletterForm input {
	border: 1px solid #367ec6;
	font-size: 0.9em;
}

#becomeMemberForm input, #cityname {
	width: 130px;
}

.insRemark {
	text-align: center;
}   

#becomeMemberForm h4 {
	display: block;
	height: 28px;
	color: #3d699a;
	border-bottom: 1px solid #3d699a;
	font-weight: bold;
	line-height: 24px;
	padding-left: 30px;
	margin-bottom: 5px;
}

#page #becomeMemberForm .bcFormRemark {
	margin-bottom: 11px;
}

#page #becomeMemberForm .bcCheckBox {
	width: 20px;
	border: 0px;
}

#page #becomeMemberForm #bcSubmitButton {
	border: 0px;
	margin-left: 300px;
	width: 144px;
	height: 23px;
}
#becomeMemberForm fieldset {
	border: 0px;
	padding: 7px;
	background: #f1f7fc;
	margin-bottom: 8px;
	position: relative;
}

.firstFields {
	background: url('../images/num-1.gif') top left no-repeat;
	background-position: 2px 3px;
}

.secondFields {
	background: url('../images/num-2.gif') top left no-repeat;
	background-position: 2px 3px;
}

.thirdFields {
	background: url('../images/num-3.gif') top left no-repeat;
	background-position: 2px 3px;
}

.fourthFields {
	background: url('../images/num-4.gif') top left no-repeat;
	background-position: 2px 3px;
}

.fifthFields {
	background: url('../images/num-5.gif') top left no-repeat;
	background-position: 2px 3px;
}

.hiddenFields {
	height: 0px;
}

#becomeMemberForm p {
	margin-bottom: 8px;
}

#becomeMemberForm .errorMessage {
	color: red;
	margin-left: 10px;
	font-weight: bold;
	font-size: 0.9em;
	display: none;
}

#becomeMemberForm .error {
	border: 1px solid red;
	color: red;
}

#validationMessage, #validationMessageNewsletter {
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: normal;
	font-size: 0.9em;
	display: none;
	margin: 7px;
	margin-top: 15px;
	color: #fff;
	background: #f96d6d;
}

#validationMessage p {
	height: 15px;
	background: #fb4141;
	padding: 5px;
}

#validationMessage ul {
	font-weight: bold;
	padding: 5px;
}

.validationPoints {
	list-style-position: inside;
}

#becomeMemberForm .red, #grdCompteForm .red, #partenariatForm .red, #postjobForm .red {
	border: 1px solid red;
}

#page #becomeMemberForm label.red, #page #grdCompteForm label.errorMessage, #page #partenariatForm label.errorMessage, #page #postjobForm .errorMessage {
	border: none;
	color: red;
}

/* Static Pages Content */
#page .contactList {
	margin-bottom: 20px;
}

#subNavigationBlocks, .cnilBlock { 
	width: 284px;
	height: 100%;
	float: left;
}

.staticPageMainContent {
	width: 678px;
}

.subNavBlock h2, .staticPageMainContent h2, .postJobConfirmContent h2 {
	padding-top: 4px;
	padding-left: 15px;
	height: 28px;
	font-size: 1.3em;
	color: #fff;
}
 
.subNavBlockText {
	padding: 2px;
} 

.subNavBlockText p {
	margin-bottom: 3px;
}

.subNavBlock, .staticPageMainContent, .cnilBlock {
	padding-bottom: 5px;
	margin-bottom: 26px;
}

.subNavBlock ul.subNavList, .staticPageMainTextContent, .postJobConfirmTextContent, .subNavBlockText, .cnilContent {
	border-left: 2px solid #508DBA;
	border-right: 2px solid #508DBA;
}

.subNavBlock ul {
	list-style-type: none;
}

.subNavBlock ul.subNavList li{
	padding-top: 6px;
	border-bottom: 1px solid #508DBA;
	height: 24px;
	padding-left: 53px;
	background: url('../images/prestataires_icons.png') no-repeat top left;
}

#page .subNavBlock ul.societeNavList li{
	background: url('../images/apropos_icons.png') no-repeat top left;
}
	
.subNavBlock, .cnilBlock {
	background: url('../images/subNavBlock_footer.png') bottom left no-repeat;
}

.subNavBlock h2 {
	background: url('../images/subNavBlock_header.png') top left no-repeat;
}
        
.subNavBlock img {
	float: left;       
	display: block;
	margin: 5px;
}

.staticPageMainContent, .postJobConfirmContent {       
	background: url('../images/staticPageMainContent_footer.png') bottom left no-repeat;
}

.staticPageMainContent h2, .postJobConfirmContent h2 {
	background: url('../images/staticPageMainContent_header.png') top left no-repeat;
}



.staticPageMainContent h3, .postJobConfirmContent h3, .staticPageRemark, #popupPageMainContent h3 {
	color: #235173;
	margin-bottom: 20px;
	font-weight: bold;
}

#popupPageMainContent h3 {
	margin-top: 20px;
}

#popupPageMainContent {
	text-align: left;
	margin: 20px;
}

.staticPageMainTextContent p {
	margin-bottom: 15px;
	text-align: justify;
}
.staticPageMainTextContent {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.staticPageMainTextContent a {
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}

.staticPageMainTextContent a:hover {
	text-decoration: underline;
}

#page #subNavigationBlocks .foncIcon, #page #subNavigationBlocks .maxIcon, #page #subNavigationBlocks .repIcon {
	background: url('../images/utilisateurs_icons.png') no-repeat top left;
}

#page .ccmIcon { background-position: 8px -75px;   }
#page .cccIcon { background-position: 8px -40px;   }
#page .advIcon { background-position: 8px -180px;  }
#page .temIcon { background-position: 8px -285px;  }
#page .faqIcon { background-position: 8px -145px;  }
#page .resIcon { background-position: 8px -250px;  }
#page .devIcon { background-position: 8px -110px;  }
#page .chatIcon{ background-position: 8px -5px;    }
#page .pdfIcon { background-position: 8px -215px;  } 
#page #subNavigationBlocks .foncIcon { background-position: 8px -40px; }
#page #subNavigationBlocks .maxIcon  { background-position: 8px -75px; }
#page #subNavigationBlocks .repIcon { background-position: 8px -5px; }
#page #content .byEmail { background-position: 0px -25px; }                
#page #content .byFax     { background-position: 0px -80px; } 
#page #content .byMail    { background-position: 0px -130px; } 
#page #content .byPhone   { background-position: 0px -190px; } 
#page #subNavigationBlocks .qsnIcon   { background-position: 8px -75px; } 
#page #subNavigationBlocks .partIcon  { background-position: 8px -5px; } 
#page #subNavigationBlocks .rdpIcon   { background-position: 8px -180px; }
#page #subNavigationBlocks .rdpPEIcon   { background-position: 8px -390px; }
#page #subNavigationBlocks .rdpPIIcon   { background-position: 8px -460px; }
#page #subNavigationBlocks .rdpRAIcon   { background-position: 8px -355px; }
#page #subNavigationBlocks .rdpTEIcon   { background-position: 8px -425px; }
#page #subNavigationBlocks .recIcon   { background-position: 8px -110px; } 
#page #subNavigationBlocks .sFoncIcon { background-position: 8px -320px; } 
#page #subNavigationBlocks .sMaxIcon  { background-position: 8px -40px; }
#page #subNavigationBlocks .sProIcon  { background-position: 8px -145px; }
#page #subNavigationBlocks .sChatIcon { background-position: 8px -250px; } 
#page #subNavigationBlocks .sConsIcon { background-position: 8px -285px; } 
#page #subNavigationBlocks .sPdfIcon  { background-position: 8px -215px; } 

    
#contactWays {
	list-style-type: none;
	width: 370px;
	margin-top: 30px;
	margin-left: 160px;
}    

#page #contactWays li {
	padding-left: 45px;
	height: 40px;
	background: url('../images/contact_icons.png') no-repeat top left;
}

#page .byEmail, #page .byFax, #page .byPhone {
	padding-top: 6px;
}

#page .subNavBlock .lastItem {
	border-bottom: 0px;
}

ul.subNavBlockLinks {    
	padding-left: 6px;
	list-style-image: url('../images/subNavBlockList_arrow.png');
	clear: both; 
	list-style-position: inside;
}   

p.introText {
	padding-right: 70px;
}

ul.subNavBlockLinks li { margin-bottom: 2px; }

ul.subNavBlockLinks a {
	text-decoration: none;  
	font-weight: bold;
	color: #ff6600;
}  

.subNavList a {
	text-decoration: none;
	color: #000;
}

.subNavList a:hover {
	text-decoration: underline;
}

ul.subNavBlockLinks a:hover { 
	text-decoration: underline;  
}           
        
.cnilBlock h2 {
	height: 5px;
	text-indent: -9999px;
	background: url('../images/subNavBlock_top.png') top left no-repeat;
}   

.cnilContent {
	height: 90px;
	background: url('../images/cnilBlockBackground.jpg') top left no-repeat;
	background-position: 6px 2px;
	padding: 2px;
}     

.cnilContent p {
	width: 173px;
	height: 37px; 
	margin-top: 52px;
	margin-left: 14px;
}

#subscribeNow {
	border: 0px;
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 160px;
}

#advantagesList, #faqList {
	list-style-type: none;
	margin-bottom: 30px;
}

.secondLevelList {
	padding-left: 30px;
	margin-bottom: 10px;
}
#advantagesList strong {
	color: #235173;
}

#advantagesList li, #faqList li {
	margin-bottom: 10px;
	padding-left: 18px;
}

#advantagesList li {
	background: url('../images/cross_blue.png') top left no-repeat;
	background-position: 0px 4px;
}

#faqList li {
	background: url('../images/arrow_blue.png') top left no-repeat;
	background-position: 0px 5px;
}

#faqList li a {
	text-decoration: none;
}

#faqList li a:hover {
	text-decoration: underline;
}

p.testimonyText {
	line-height: 18px;
	border-bottom: 1px dashed #235173;
	padding-bottom: 20px;
}

h3.testimonyTitle, h3.question, h3.specialTitle {
	padding-left: 20px;
	background: url('../images/arrow_blue.png') top left no-repeat;
	background-position: 0px 4px;
}

#page #content .topPageLink {
	text-align: right;
	font-size: 0.8em;
}

#grdCompteBlock {
	width: 530px;
	margin-left: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 10px;
	text-align: center;
	border: 1px solid #235173;
}

#grdCompteBlock p {
	text-align: left;
}

#grdCompteForm, #partenariatForm {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #235173;
}

#grdCompteForm h3, #partenariatForm h3 {
	font-size: 1.2em;
	text-align: center;
}

#grdCompteForm fieldset, #partenariatForm fieldset {
	border: 0px;
}

#grdCompteForm label {
	width: 160px;
	float: left;
}

#partenariatForm label {
	width: 200px;
	float: left;
	margin-right: 14px;
}

#page #partenariatForm .specialPadding {
	padding-left: 215px;
	margin-bottom: 10px;
}

#page #grdCompteForm .specialPadding {
	padding-left: 160px;
	margin-bottom: 10px;
}

#grdCompteForm input, #grdCompteForm textarea, #partenariatForm input, #partenariatForm textarea {
	margin-right: 8px;
	background: #fff;
	border: 1px solid #235173;
}

#page #grdCompteForm #grdCompteSubmit, #page #partenariatForm #partenariatSubmit {
	background-color: #235173;
	padding: 2px;
	margin-top: 10px;
	color: #fff;
	cursor: pointer;
	width: 120px;
}

#page #grdCompteForm p, #page #partenariatForm p {
	margin-bottom: 5px;
}

.mailFailure {
	margin-left: 50px;
	font-weight: bold;
	color: red;
}

.mailSuccess {
	margin-left: 50px;
	font-weight: bold;
	color: #3bbe07;
}

#page .staticPageMainTextContent .radioButton {
	border: 0px;
}

#page .ccmStep1 , #page .ccmStep2 , #page .ccmStep3 {
	height: 25px;
	line-height: 25px;
	padding-left: 35px;
	background: url('../images/jobSteps_list.png') top left no-repeat;
}

#page .ccmStep1 {
	background-position: 0px -70px;
}

#page .ccmStep2 {
	background-position: 0px -165px;
}

#page .ccmStep3 {
	background-position: 0px -260px;
}

.notreRevuePresse {
	height: 36px;
	line-height: 36px;
	vertical-align : middle;
}       

.notreRevuePresse img {
	float: left;
	margin-right: 10px;
	display: block;
}

/* Listes Partenaires */

#nosPartenaires {
	width: 90%;       
	text-align: justify;
}
#nosPartenaires thead {
	display: none;
}

#nosPartenaires img {
	border: 0px;
}

#nosPartenaires td {
	padding: 10px;
}

.partLogo {
	width: 300px;  
	text-align: center;
}

/* Revues de Presse UGLY */
#revueDePresse {
	font-size: 0.9em;
}

.jobOffersList {
	padding-right: 200px;    
	height: 200px;
	background: url('../societe/images/recimg.jpg') top right no-repeat;
}

/* Layer */
#notModalLayer {
	position: fixed;
	background: #fff;
	z-index: 300;
	border-left:   7px solid #235173;
	border-right:  7px solid #235173;
	border-bottom: 7px solid #235173;
	overflow: hidden;
}

#notModalLayer h4 {
	text-align: left;
	color: #fff;
	padding-top: 6px;
	font-size: 1.2em;
	padding-left: 10px;
	margin-right: 130px;
}

#page #notModalLayer iframe {
	display: block;
	border: 0px;
}

.notModalLayerHeader {
	height: 30px;
	background: #235173;
	padding: 2px;
	position: relative;
}

.notModalLayerCloseText {
	background: #fff;
	float: right;
	width: 140px;
	height: 22px;
	cursor: pointer;
	padding-top: 4px;
	position: absolute;
	top: 4px;
	right: 4px;
}

#newsletterLayerContainer {
	padding: 20px;
	text-align: left;
}

#newsletterForm {
	margin-top: 20px;
}

#newsletterForm label {
	color: #4f8dba;
	font-size: 1.1em;
	font-weight: bold;
	margin-right: 10px;
}

#newsletterForm #newsSubmitButton {
	background: url('../images/newsletterForm_submit.gif') top left no-repeat;
	width: 102px;
	height: 23px;
	color: #fff;
	border: 0px;
	font-weight: bold;
	font-size: 0.9em;
	margin-top: 30px;
	margin-left: 150px;
	cursor: pointer;
}

#ajaxLoadIndicator {
	position: absolute;
	top: 50%;
	left: 50%;
}

.newsletterAjaxResult {
	margin-top: 90px;
	font-size: 13px;
	font-weight: bold;
}

.newsletterSuccess {
	color: green;
}

.newsletterFailure {
	color: red;
}

/* Programme de fidélité */
.devis {
	color: #000;
	font-weight: bold;
}

.presto {
	color: #ee7a2c;
	font-weight: bold;
}

.maximilesInfoSlogan {
	font-size: 1.35em;
	font-weight: bold;
	color: #235173;
}

#page .maximilesLogo {
	text-align: right;
	margin-right: 20px;
}

.maximilesSteps {
	padding-left: 220px;
	margin-top: 20px;
	background: url('../images/giftset.jpg') top left no-repeat;
	background-position: 20px 0px;
	list-style-type: none;
	margin-bottom: 20px;
}

.maximilesSteps li {
	padding-left: 40px;
	height: 50px;
	margin-bottom: 6px;
	background: url('../images/maximiles_steps.png') top left no-repeat;
}

.maximilesSteps strong {
	display: block;
	color: #dc1d8f;
}

.maximilesSteps span {
	display: block;
	color: #000;
	font-weight: normal;
}

.maximilesSteps .maxSpecialConseil {
	font-weight: bold;
}

.maximilesSteps span strong {
	display: inline;
}

.maximilesSteps .maxStep1 { background-position: 0 -142px; }
.maximilesSteps .maxStep2 { background-position: 0 -234px; }
.maximilesSteps .maxStep3 { background-position: 0 -50px; } 
.maximilesContainer { position: relative; }
.maxFlash{ float: left; }
.maxSubscribe { 
	position: absolute;
	top: 400px;
	left: 320px;
}
.maxSubscribe img { border: 0px; }




/*
.StaticPlanduSiteContent {
	border-left: 2px solid #508DBA;
	border-right: 2px solid #508DBA;
}
.StaticPlanduSiteContent p {
	margin-bottom: 15px;
	text-align: justify;
}
.StaticPlanduSiteContent {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.StaticPlanduSiteContent a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.StaticPlanduSiteContent a:hover {
	text-decoration: underline;
}
.OutList {
	padding-left: 20px;
	list-style-type: disc;
	color:#FF6600;
	line-height: 20px;
}
.InList {
	padding-left: 20px;
	list-style-type: square;
	color:#FF6600;
	line-height: 20px;
}
.InnerList {
	padding-left: 20px;
	list-style-type: circle;
	color:#FF6600;
	line-height: 20px;
}
.InnerMostList {
	padding-left: 20px;
	list-style-type: disc;
	color:#FF6600;
	line-height: 20px;
}
.ListContent {
	margin-left: -20px;
	color: #FF6600;
	font-weight: bold;
	line-height: 40px;
}
*/
.ExempleOutLi {
	padding-left: 20px;
	list-style-type: square;
	color:#FF6600;
	line-height: 20px;
}
.ExempleInLi {
	padding-left: 20px;
	list-style-type: disc;
	color:#FF6600;
	line-height: 20px;
}
.ExempleNextLi {
	padding-left: 10px;
	list-style-type: square;
	color:#FF6600;
	line-height: 20px;
}
.ExempleNextLi1{
	padding-left: 25px; 
	list-style-type: disc; 
	line-height: 20px;
}
.ExempleNextLi2{
	padding-left: 25px; 
	line-height: 30px; 
	color: #000000;
}
.ExempleNextLi3{
	padding-left: 25px; 
	line-height: 20px;
}
.existUserStyle
{
	display:inline !important;
	width:14px !important;
	height:13px !important;
}
