/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	margin-top:5px;

/*	
	background-color: #A2A8B4;
	background-image: url('/images/page_g.jpg');
  	background-repeat: repeat-x;
*/

/*
	background-color: #D7DADF;
	background-image: url('/images/fond-referencement-pro.jpg');
  	background-repeat: repeat-x;
*/

/*	
	background-image: url('/images/page_t.jpg');
  	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
*/


	background-color: #C9CDD4;
	background-image: url('/images/page_t2.jpg');
  	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;

}

#art-page-background-gradient

{

  position: absolute;

  background-image: url('images/page_g4.jpg');

  background-repeat: repeat-x;

  top: 0;

  width: 100%;

  height: 250px;
  z-index:-1;


}


/*
#art-page-background-gradient

{

  position: absolute;

  background-image: url('/images/page_g3.jpg');

  background-repeat: repeat-x;

  top: 0;

  width: 100%;

  height: 900px;
  z-index:-1;



}
*/
.lien,
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}
/* rajout */
a.info {
	position:relative;
	text-decoration:none;
	color:#FF3300;
	border-bottom: 2px dotted;
	font-weight:normal;
}
a.info h2 {
	color: #FF0099;
}
a.info span {
	display:none;
	position:absolute;
	top:-5000px;
}

a.info:hover {
	background: none;
	z-index: 1;
}

a.info:hover span {
	display:inline;
	position:absolute;
	z-index:1;
	top:-40px;
	left:-180px;
	background:#F3F8FB;
	color:#000000;
	padding:1em;
	text-align:left;
	font-size: 12px;
	width: 400px;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid;
}
a.info:hover span.large {
		width: 800px;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #334d55;
}

h2{
 font-size: 114%;
 color: #333333;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 font-weight:bold;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

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

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

form {
	padding: 10px;
	background-image: url(/images/transparent.png);
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	background-color: #CCCCCC;
	text-align: left;
	color: #FF0000;
	font-weight: bold;
	padding-left: 0.2em;
	padding-right: .2em;
	
}
th a:link, th a:visited, th a:hover {
	color: #FF0000;
	text-decoration: none;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
/*
#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}
*/
#masthead{
	margin: 0;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #cccccc;
	width: 1024;
}


#header{
	margin: 0;
	width: 100%;
	height: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
/**
#header p {
	font-weight:bold;
	color: #FFFFFF;
	font-size: 1em;
	position: relative;
	left: 270px;
	top: 10px;
}
*/
#header p {
	font-weight:bold;
	color: #FFFFFF;
	font-size: 1em;
	position: relative;
	left: 280px;
	top: 70px;
}
#pub {
	position: absolute;
	left: 500px;
	top: 20px;

}
#masthead h1 {
	display:none;
}


#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


#content{
	float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
	overflow: invisible;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	width: 100%;
	margin-top: 5px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 0px 10px;
	margin: 0px;
	background-image: url(images/cbg2.jpg);
	background-repeat: repeat-y;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature img, .feature .image  {
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear:both;
	padding: 10px;
	font-size: 80%;
}
.story h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.options h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background:url(/images/yes.gif) 2px no-repeat;
	padding-left:18px
}


.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/******* Rajout perso ******/

.bonclic {
	display:none;
}

.error {
	color: #FF0000;
}
.nok {
	color:#FF0000;
	font-weight:bold;
}

.ok {
	color:#006600;
	font-weight:bold;
}
.alerte {
	color: #FF0000;
	font-weight:bold;
}

.resultat {
	background-color: #EAF2F5;
}
.resultat_impair {
	background-color:#D7FFFF;
}

.resultat select {
	background-color: #EAF2F5;
	text-decoration: none;
}
.resultat2 {
/*	background-color: #F9F9F9;*/
	background-color: #EAF2F5;

}
.resultat2 select {
	background-color: #EAF2F5;
}
.resultat3 {
	background-color:#FFFFCC;
	font-size:12px;
}
.resultat3_impair {
	background-color:#FFFFEA;
	font-size:12px;
}

.ecran {
	border: 3px outset #999999;
}

#encart {
	float: right;
	border: none;
	padding: 0px 0px 0px 10px;
}

#encart_noir {
	float: right;
	border: none;
	padding: 0px 10px;
	background-color: #000000;
}
.formules {
	background-color: #FFFFFF;
	float: left;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-image: url(images/internet_pack.jpg);
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-repeat: no-repeat;
	background-position: center top;
	height: 198px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.formules form {
	background-color: #FFFFFF;
	
}
.formules h2 {
	font-size: 18px;
	color:#FBFB00;
	padding:5px 0px 0px;
	margin:0px;
	font-weight:bold;
}
.formules2 {
	background-color: #F5F5F5;
	padding: 10px;
	float: left;
	width: 255px;
	text-align: center;
	vertical-align: middle;
	border: medium dotted #FF0000;
	margin: 20px 30px;
	color: #333333;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
}
.formules2 h2 {
	font-size: 150%;
	color: #000000;
}
.separation {
	clear: both;
}
#elements {
	border: 1px solid;
	padding: 5px 10px;
	float: left;
	margin: 10px 10px 10px 0px;
	background-color: #FFFFFF;
}

#elements input {
	border: 0px;
}

#fleches {
	float: left;
	margin: 10px 10px 10px 0px;

}
/*
#fleches input {
	border: 1px solid;
}
*/

#fleches img {
	padding: 0px;
	margin: 5px 5px 5px 2px;
}
#pagination a {
	width: 100px;
}
/***** format impression *******/
.page {
	margin-top:0.5cm;
	margin-bottom:1cm;
	margin-left:1cm;
	margin-right:2cm;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 600px;
}
.page table {
	empty-cells:show;
	border: 1px solid;
	border-collapse:collapse;
}
.page td {
	border: 1px solid;
}
.page th {
	border: 1px solid;
	background-color: #FFFFFF;
	font-size: 100%;
	color: #000000;
	font-family: Arial,sans-serif;
}
/*** devis ****/
#haut {
}
#centre {
}
#bas {
	height:1cm;
	font-size: 80%;
	text-align: center;
}
#conditions {
	color:#666666;
}
#conditions h2 {
	color: #999999;
}
#conditions h1 {
	color: #999999;
}
.liens {
	color: #999999;
	font-size: 10px;
	padding: 10px;
}
.liens a:link, .liens a:hover,  .liens a:visited {
	color: #999999;
	text-decoration: none;
}

//----------------------------------------------
// nouveau modèle
//----------------------------------------------
/*a:link{text-decoration: none; color:orange}
a:visited{color:orange}
a:hover{text-decoration: underline; color:orange}
a:active{text-decoration: none; color:orange}
*/
.text {
	font-family:Tahoma,sans-serif;
	font-size: 11px;
	color:#000000;
	padding-left:20;
	padding-right:10
}

#login {
	margin-left: 45px;
	font-family: Tahoma;
	font-size: 11px;
	width: 130px;
}
#login img {
	margin-top: 0px;
	margin-left: 8px;

}
#login form {
	padding:0px;
	margin:5px 0px 0px;
	background-color: #A4ABB5;

}
#login .in {
	font-family: Tahoma;
	font-size: 11px;
	border: 1px inset #000000;
	height: 18px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	margin-bottom: 5px;
}
.text2 {
	font-family: Tahoma;
	font-size: 11px;
	color:#414141;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
}
.text2 p {
	margin-top: 5px;
}
.text2 a:link {
	color:#FFFFFF;
	font-weight:bold;
}
.text2 a:visited {
	color:#FFF;
	font-weight:bold;
}
.text2 a:hover {
	color:#FFFFFF;
	font-weight:bolder;
	text-decoration: underline;
}
.text2 a:active {
	color:white;
	font-weight:bold;
}

.centre {
	color:#686D73;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Tahoma;
	font-size: 11px;
	list-style-type: disc;
	margin-right: 10px;
	margin-left: 10px;
	 
}
.centre h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.centre a:link {
	color:#006699;
	font-weight:bold;
	text-decoration:none;
}
.centre a:visited {
	color:#006699;
	font-weight:bold;
	text-decoration:none;
}
.centre a:hover {
	color:#006699;
	font-weight:bold;
	text-decoration:underline;
}
.centre a:active {
	color:#006699;
	font-weight:bold;
}
.centre li {
	line-height: 15px;	
}
.header {
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
}
.rouge {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	padding-right: 2px;
	padding-left: 2px;
}
.resultat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #C4DAE3;
}
.resultat_over {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFEC
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	background-color: #A2BFC8;
	text-align: left;
	color: #FF0000;
	font-weight: bold;
	padding-left: 0.2em;
	padding-right: 0.2em;
	
}
#conteneur {
	border: 1px solid #000000;
	width: 780px;

margin: 0 auto;
/*
	position:absolute;
	left:50%;
	margin-left:-390px;
*/
}
#flash {
	width: 780px;
	z-index:1;
}
#banniere_neutre {
	width:780px;
	background:#669999;
	background:#FFFFFF;
	display:none;
	text-align:center;
	padding-bottom:10px;
}
#barres {
	width: 780px;
}
#corps {
	width: 780px;
	background-image: url(/images/cbg2.jpg);
	background-repeat: repeat-y;
}
#pied, #pied_neutre {
	width: 780px;
	font-family:Tahoma,sans-serif;
	font-size: 11px;
	color:#000000;
	padding-left:20;
	padding-right:20
}
#pied a:link {
	color:#000000;
	text-decoration:none;
}
#pied a:visited {
	color:#000000;
	text-decoration:none;
}
#pied a:hover {
	color:#000000;
	text-decoration:underline;
}
#pied a:active {
	color:#000000;
}
.nb {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;	
}

/* points verts et rouge */
#et1 {
	font-size: 18px;
	color: #00CC33;
}
#et0 {
	font-size: 18px;
	color: #FF0000;
}
.et1 {
	font-size: 20px;
	color: #00CC33;
}
.et0 {
	font-size: 20px;
	color: #FF0000;
}


.pale {
	color:#666666;
}
.info {
	background:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
}
.mess {
	background-color: #BAC7CD;
	padding: 15px;
	width:700px;
}
.prior {
	font-weight: bold;
}
.premium {
	font-weight: bold;
	color:#FF0000;
}
.partenaire {
	font-weight: bold;
	color:#0066FF;
}
.map {
	color:#009500;
}

.prix { 
	font-size:14px;
}
.prix2 {
	font-family:Tahoma, "Times New Roman", Arial;
	
	
	font-size:24px;
	color: #D40000;
}
.prix2_petit {
	
	font-size:18px;
}
.notes {font-size: 9px}


/* lightbox */
#ibox_wrapper {
    line-height:25px;
    border-color:#fff;
}
#ibox_wrapper, #ibox_footer_wrapper a { background-color:#fff; }
#ibox_content { background-color:#fff; border:0; margin: 10px 10px 40px 10px; }
#ibox_footer_wrapper {
    line-height: 25px;
    bottom: 5px;
    top: auto;
}
#ibox_footer_wrapper a {
    text-indent: -100000px;
    border:0;
    background: #fff url('/images/closelabel.gif') center center no-repeat;
    width: 75px;
    padding: 0;
    height: 22px;
    line-height: 22px;
}
#ibox_footer_wrapper a:hover { background-color:#fff; }
#ibox_loading {
    text-indent: -100000px;
    width: 200px;
    height: 200px;
    background: #fff url('/images/loading.gif') center center no-repeat;
}

/* JEQUERY TOOLS */

.tooltip {
	display:none;
	background-color:#E8FFFF;
	border:1px solid #cc9;
	padding:3px;
	font-size:13px;
	-moz-box-shadow: 2px 2px 11px #666;
	-webkit-box-shadow: 2px 2px 11px #666;
}
.tooltip2 {
	display:none;
	width:500px;
	background:url(/images/h1000.png) repeat-x;
	background-color:#FFF;
	border:1px solid #cc9;
	padding:3px;
	font-size:13px;
	-moz-box-shadow: 2px 2px 11px #666;
	-webkit-box-shadow: 2px 2px 11px #666;
	
}

.tip_liste {
	cursor:pointer;
}

/* tablesorter */
th.header {
	font-family:arial;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}

table thead tr .header {
	background-image: url("/images/bg.gif");
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	text-align:left;
}
table thead tr .headerSortUp {
	background-image: url("/images/asc.gif");
}
table thead tr .headerSortDown {
	background-image: url("/images/desc.gif");
}

/* bouton devis */
/* trigger button */
#btn_devis {
	background:transparent url(/images/btn_devis.png) no-repeat scroll 0 0;
	display:block;
	height:44px;
	margin-bottom:30px;
	overflow:hidden;
	text-indent:-999em;
	width:100px;
	cursor:pointer;
	background-position:0 -44px ;		
}

/* mouseover state */
#btn_devis:hover {
	/*background-position:0 -44px ;*/		
	background-position:0 0px ;		
}

/* clicked state */
#btn_devis:focus {
	background-position:0 -88px;
}

.border_none td,
table.border_none {
	border: 0px solid;;
}

#btn_solutions {
	background:transparent url(/images/btn_solutions.png) no-repeat scroll 0 0;
	display:block;
	height:44px;
	margin-bottom:10px;
	overflow:hidden;
	text-indent:-999em;
	width:245px;
	cursor:pointer;
	background-position:0 -44px ;		
}

/* mouseover state */
#btn_solutions:hover {
	background-position:0 0px ;		
}

/* clicked state */
#btn_solutions:focus {
	background-position:0 -88px;
}

.carre {
	float:left;background-color:#00FF00;width:50px;height:50px;padding:5px;margin:11px;text-align:center;
	line-height:16px;
	color:#333333;
		/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow: 2px 2px 11px #666;
	-webkit-box-shadow: 2px 2px 11px #666;
	

}

.fleche {
	background:transparent url(/images/fleches.png) no-repeat scroll 0 0;
	display:block;
	height:16px;
	overflow:hidden;
	width:27px;
	margin:0 5px 5px 0;
	float:left;
	text-indent:-999em;
	cursor:pointer;
}
.fleche:hover {
	background-color:#FFFFFF;
}
.bleu {
	background-position:0 0px ;
}		
.vert-clair {
	background-position:0 -90px ;
}		
.mauve-fonce {
	background-position:0 -75px ;
}
.rouge {
	background-position:0 -45px ;
}		
.bleu-clair {
	background-position:0 -15px ;
}

#btn_guide {
	background:transparent url(/images/guide.png) no-repeat scroll 0 0;
	display:block;
	height:166px;
	margin-bottom:10px;
	overflow:hidden;
	text-indent:-999em;
	width:166px;
	cursor:pointer;
}

/* mouseover state */
#btn_guide:hover {
	background-position:0 -166px ;		
}

/* clicked state */
#btn_guide:focus {
	background-position:0 -332px;
}
		
.options img {
	padding-bottom:5px;
}		

#logo-pg1 {
	position:absolute;left:30px;top:70px;
}
