/**
 * 
 * @version $Revision $
 * @cvs $id $ 
 */
/**********************************************************************************************************
 *                                                                 SPECIFICATIONS GENERALES
 ***********************************************************************************************************/
body {
	background-color: #0A2248;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;	
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}

h1{

}

h2{

}

h3{

}

h4{

}

p {

}

img {
	border: 0px;
}

a:link {		
	color: #FF8A2B; 
	text-decoration: underline;
	font-weight: bold;
}

a:visited {		
	color: #FF8A2B; 
	text-decoration: underline;
	font-weight: bold;
}

a:hover {		
	color: #FF8A2B; 
	text-decoration: none;
	font-weight: bold;
}

a:active{		
	color: #FF8A2B; 
	text-decoration: none;
	font-weight: bold;
}


table {
	border-collapse: collapse;
}

input{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	color: #0A2248;
	border: 1px inset;
}

input.checkbox{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	color: #0A2248;
	background: none;
	border: 0px inset;
}

textarea {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	background-color:#FFFFFF;
	color: #0A2248;
	border: 1px solid #7F9DB9;
	padding-left: 2px;
	height: 100px;
}

select {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	background-color:#FFFFFF;
	color: #0A2248;
	border: 1px solid #7F9DB9;
}

label{
	position: relative;
	top: -3px;
	text-align: right;
	margin-right: 5px;
}

ul{
}

li{
}

form{
	margin: 0px;
	padding: 0px;
}

/**********************************************************************************************************
 *                                                                 SPECIFICATIONS ELEMENTS DIVERS
 ***********************************************************************************************************/
label.block{
	position: relative;
	top: 4px;
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	vertical-align: bottom;
	margin-right: 5px;
}

span.fakeInput{
	display: block;
	float: left;
	text-align: left;
	background-color: #ffffff;
}

span.dateSelector{
	background-image: url(../images/img.php?file=icons/calendar.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
}

.trigger{
    cursor: pointer;
}

.center{
	text-align:center;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

/**********************************************************************************************************
 *                                                                 SPECIFICATIONS EXPANDABLE BUTTON
 ***********************************************************************************************************/
button.expandableButton, 
button.expandableInputButton,
button.expandableButtonOn ,
button.expandableInputButtonOn {
	border: 0px solid; 
	cursor: pointer; 
	margin-left: 2px; margin-right: 2px;
	padding: 0px; padding-right: 2px;
	background-color: #ffffff;
	background : url(../images/img.php?file=boutons/resizableButtonRight.gif) right no-repeat;
	overflow: visible;
}

button.expandableInputButton,
button.expandableInputButtonOn {
	width: 100px;
}

button.expandableButton span, 
button.expandableInputButton span ,
button.expandableButtonOn span, 
button.expandableInputButtonOn span {
	display: block; 
	padding: 0px; padding-left: 25px; padding-right: 5px; padding-bottom: 1px;
	line-height: 21px;
	background : url(../images/img.php?file=boutons/resizableButtonLeft.gif) left no-repeat;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #0A2247;
	text-align: left;
}

button.expandableButton span img,  
button.expandableInputButton span img,
button.expandableButtonOn span img,  
button.expandableInputButtonOn span img
 {
	margin: 0px; margin-right: 5px; margin-bottom: 2px;
	vertical-align: middle;
}

button.expandableButtonOn span, button.expandableInputButtonOn span{
	background : url(../images/img.php?file=boutons/resizableButtonLeftOn.gif) left no-repeat;
	color: #205380;
}
/**********************************************************************************************************
 *                                                                 SPECIFICATIONS POUR LES INPUT.BUTTON
 ***********************************************************************************************************/
input.button , input.buttonOn{
	width: 100px; height: 19px;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;color: #0A2247;
	border: 0px solid;
	background-color: #ADA3A1;
	background-image : url(../images/img.php?file=boutons/btnDefault.gif);
	cursor: pointer;
	padding-bottom: 2px; padding-left: 25px;
	text-align: left;
}

input.buttonOn{
	color: #205380;
	background-color: #ADA3A1;
	background-image : url(../images/img.php?file=boutons/btnDefaultOn.gif);
}

input.buttonAdd {
	background-image : url(../images/img.php?file=design/webadmin/winXP/btnAdd.gif);
}

input.buttonCancel {
	background-image : url(../images/img.php?file=design/webadmin/winXP/btnCancel.gif);
}

input.buttonDelete {
	background-image : url(../images/img.php?file=design/webadmin/winXP/btnDelete.gif);
}

input.buttonValidate {
	background-image : url(../images/img.php?file=design/webadmin/winXP/btnValidate.gif);
}

input.iconButton{
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	text-decoration: none;
}

input.iconButtonDelete{
	background-image : url(../images/img.php?file=icons/delete.gif);
}

input.iconButtonUpdate{
	background-image : url(../images/img.php?file=icons/pencil.png);
}

input.file {
	height: 17px;
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;
	border: 1px inset;
	color: #666666;
}

/**********************************************************************************************************
 *                                                                 SPECIFICATIONS POUR LES INPUT
 ***********************************************************************************************************/
input.text, input.shortText, input.middleText, input.mediumText, input.longText, input.longlongText, input.wideText, span.fakeInput {
	height: 17px;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	color: #0A2248;
	border: 1px solid #7F9DB9;
	margin-bottom: 3px;
	padding-top: 2px; padding-left: 2px;
}

input.tinyText, textarea.tinyText, select.tinyText, span.tinyText {
	width: 75px;
}

input.shortText, textarea.shortText, select.shortText, span.shortText {
	width: 150px;
}

input.middleText, textarea.middleText, select.middleText, span.middleText {
	width: 200px;
}

input.mediumText, textarea.mediumText, select.mediumText, span.mediumText {
	width: 200px;
}

input.longText, textarea.longText, select.longText, span.longText {
	width: 250px;
}

input.longlongText, textarea.longlongText, select.longlongText, span.longlongText {
	width: 350px;
}

input.wideText, textarea.wideText, select.wideText, span.wideText {
	width: 500px;
}

input.error, textarea.error, select.error, span.error  {
	background-color: #FFA500;
}

input.disabled, span.disabled{
	background-color: #EFEEE8;
}

select.shortText, select.middleText, select.longText{
	font-size: 12px;
}

img.iconInput{
	position: relative;
	top: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

/**********************************************************************************************************
 *                                                                 SPECIFICATIONS POUR LES ELEMENTS STRUCTURANTS L'INTERFACE
 ***********************************************************************************************************/
div#main{
	width: 990px; height:300px;	
	position: relative;
	padding: 0px;
	margin: 0px; margin-right: auto; margin-left: auto;
	overflow: visible;
}

div#header{
	position: relative;
	height: 142px; width: 990px;
	background-image:url(../images/design/header.jpg); background-position:top; background-repeat:no-repeat;
}

div#headerAccueil{
	position: relative;
	height: 144px;
	background-image:url(../images/design/headerAccueil.jpg); background-position:top; background-repeat:no-repeat;
}

div#menuBar{
	position: relative;
	height:30px; width:990px;
	z-index: 10000;
	background-image:url(../images/design/menuBarBackground.jpg); background-position: left top; background-repeat:no-repeat;
}

div#menuBar div.menu{
	height:30px; width: 740px;
	margin-left: 238px;
}

div#itemsRail{
	height: 30px; width: 800px;
	padding-top: 6px; padding-left: 10px;
	margin-top: 7px;
	background-image:url(../images/design/itemsRailBackground.gif); background-position: left top; background-repeat:no-repeat;
}

div#itemsRail img.bullet{

}

div#itemsRail a.railItem{
	font-weight: bold; font-size: 14px; color: #ffffff;
	text-decoration: none;
}

div#itemsRail a.railItemAlone{
	font-weight: bold; font-size: 14px; color: #ffffff;
	text-decoration: none;
}

div#itemsRail span.railItem{
	font-weight: bold; font-size: 12px; color: #0A2247;
}

div#itemsRail span.railItemAlone{
	font-weight: bold; font-size: 12px; color: #0A2247;
}

div#itemsRail span#railItemLast{

}

div#itemsRail span.railItemFirstLetter{

}

div#homeContent{
	position: relative;
	width: 990px;
	height: 408px;
	background-color: #0A2248; background-image:url(../images/design/homeContentBackground.jpg); background-position:top; background-repeat:no-repeat;
}

table#mainContent{
	width:990px;
	background-color: #0A2248; background-image:url(../images/design/mainContentBackground.jpg); background-position:bottom; background-repeat:no-repeat;
}

td#mainContentLeft{
	width:180px; 
}


td#mainContentCenter{

}

div#page{
	width:800px; 
}

div#page div.pageContent{
	padding: 0px; padding-left: 0px;
}

div#leftColumn{
	text-align: center;
}

div#footer{
	position: relative;
	height: 18px;
	padding-top: 10px; padding-left: 10px;
	background-image:url(../images/design/footer.jpg); background-position:top; background-repeat:no-repeat;
	font-size: 11px; 
}

div#bottomLinks{
	font-size: 11px; color: #AAA1A2;
	text-align: center;
}

div#bottomLinks a.bottomLinks{  
	font-size: 11px; color: #60605E;
}

div#bottomLinks a.bottomLinks:hover{  
	font-size: 11px; color: #AAA1A2;
}
/**********************************************************************************************************
 *                                                                 SPECIFICATIONS POUR LES LIENS CENTRALS EN PAGE ACCUEIL
 ***********************************************************************************************************/
/*------------------------------------------ GENERAL -----------------------------------------------------------------*/
div#blocAccueil1,
div#blocAccueil2,
div#blocAccueil3,
div#blocAccueil4{
	position: absolute;
} 

div#blocAccueil1 a,
div#blocAccueil2 a,
div#blocAccueil3 a,
div#blocAccueil4 a{
	display: block; 
	height: 20px; width: 100%;
	padding-top: 2px;
	color: #173E66; font-size: 13px; font-weight: bolder;
	text-align: center; text-decoration: none;
	margin-bottom: 1px;
} 

div#blocAccueil1 a:hover,
div#blocAccueil2 a:hover,
div#blocAccueil3 a:hover,
div#blocAccueil4 a:hover{
	color: #FF8A2B;
} 

/*------------------------------------------ BLOC 1 -----------------------------------------------------------------*/
div#blocAccueil1{
	top: 149px; left: 216px;
	width: 125px; height: 90px;
	padding-top: 35px;
	background-image:url(../images/design/compteur1Background.jpg); background-position:top; background-repeat:no-repeat;
}

div#blocAccueil1 a{

}

div#blocAccueil1 a#lien11{
	height: 19px; 
	padding-top: 4px
}

/*------------------------------------------ BLOC 2 -----------------------------------------------------------------*/

div#blocAccueil2{
	top: 42px; left: 369px;
	width: 198px; height: 144px;
	padding-top: 48px;
	background-image:url(../images/design/compteur2Background.jpg); background-position:top; background-repeat:no-repeat;
}

div#blocAccueil2 a{
	height: 18px;
}

div#blocAccueil2 a#lien22{
	height: 16px; 
	padding: 0px;
}

div#blocAccueil2 a#lien23{
	height: 16px; 
}

div#blocAccueil2 a#lien24{
	height: 17px; 
}

div#blocAccueil2 a#lien25{
	height: 17px; 
}

/*------------------------------------------ BLOC 3 -----------------------------------------------------------------*/

div#blocAccueil3{
	top: 39px; left: 587px;
	width: 200px; height: 94px;
	padding-top: 55px;
	background-image:url(../images/design/compteur3Background.jpg); background-position:top; background-repeat:no-repeat;
	z-index: 4;
	}

div#blocAccueil3 a{
	height: 15px;
}

div#blocAccueil3 a#lien32{
	height: 15px; 
}

div#blocAccueil3 a#lien33{
	height: 17px; 
}

div#blocAccueil3 a#lien34{
	height: 16px; 
}

div#blocAccueil3 a#lien35{
	height: 15px; 
}

/*------------------------------------------ BLOC 4 -----------------------------------------------------------------*/
div#blocAccueil4{
	top: 189px; left: 774px;
	width: 127px; height: 48px;
	padding-top: 22px;
	background-image:url(../images/design/compteur4Background.jpg); background-position:top; background-repeat:no-repeat;
	z-index: 3;
}

div#blocAccueil4 a{
	height: 21px;
}

div#blocAccueil4 a#lien41{
	height: 22px; 
}

/**********************************************************************************************************
 *                                                                 SPECIFICATIONS POUR LES ELEMENTS D'INTERFACE DE LA PAGE ACCUEIL
 ***********************************************************************************************************/
object#bandeauAccueilSWF{
	margin-left: 297px;
}

div#headerAccueil a#logoAccueil{
	display: block;
	position: absolute; top: 29px; left: 29px;
	width: 250px; height: 80px;
	text-decoration: none;			
	background: url(../images/design/logo.jpg);
}

div#homeContent div#carte{
	position: absolute; top: 219px; left: 460px;
	width: 199px; height: 182px;
	text-decoration: none;			
	background: url(../images/design/carteAccueil.jpg);
}

div#homeContent div#carte a{
	position: absolute; bottom: 0px; left: 75px;
	color: #B4C5DE; font-weight: bolder; font-size: 12px;
	text-decoration: none;
}

div#homeContent div#carte a#nousTrouver{
	width: 199px; height: 182px;
	left:0px;
}

/**********************************************************************************************************
 *                                                                 SPECIFICATIONS POUR LES ELEMENTS D'INTERFACE
 ***********************************************************************************************************/
div#header a#logoAccueil{
	display: block;
	position: absolute; top: 29px; left: 29px;
	width: 250px; height: 80px;
	text-decoration: none;			
	background: url(../images/design/logo.jpg);
}

object#bandeauSWF{
	margin-left: 276px;
	margin-top: 0px;
}

div#footer div#societeAdresse{
	color: #173E66;
}

div#footer div#societeAdresse a{
	color: #173E66;
}

div#footer div#links{
	position: absolute;
	top: 10px;
	right: 10px;
}

div#footer div#links a{
	color: #D9D5D5;
}

div#homeContent a#altairSignature{
	position: absolute; right: 5px; bottom: 5px;
	font-size: 11px;  color: #494F59;
	text-decoration: none;
}

/**********************************************************************************************************
 *                                                                 SPECIFICATIONS POUR LE PLAN DU SITE
 ***********************************************************************************************************/
 
ul#sitemap{
	margin-left: 20px;
}

/**********************************************************************************************************
 *                                                                 SPECIFICATIONS POUR LES BOITES
 ***********************************************************************************************************/

div.infoBox,
div.infoBoxBlue,
div.infoBoxOrange {
	width: 151px;
	padding-bottom: 10px;
	z-index: 150;
	margin-bottom: 15px;
}

/* 
 * Hack css ie6, 
 * cet élément est igonré par ie 6 mais connu des autres navigateurs.  ie 6 ne connait pas html>body
 * Nous définissons ici le background png pour réaliser l'ombre portéequi ne sera donc pas visible par ie6
 */
html>body div.infoBox,
html>body div.infoBoxBlue,
html>body div.infoBoxOrange{
	background-image:url(../images/design/boxOpaqBackgroundFooter.png); background-position: bottom right; background-repeat:no-repeat;
}
 
div.infoBox  div.infoBoxShadow
div.infoBoxBlue  div.infoBoxShadow
div.infoBoxOrange  div.infoBoxShadow{
	width: 142px;
	padding-right: 9px;
}

/* 
 * Hack css ie6, 
 * cet élément est igonré par ie 6 mais connu des autres navigateurs. ie 6 ne connait pas html>body
 * Nous définissons ici le background png pour réaliser l'ombre portéequi ne sera donc pas visible par ie6
 */
html>body  div.infoBox  div.infoBoxShadow,
html>body  div.infoBoxBlue  div.infoBoxShadow,
html>body  div.infoBoxOrange  div.infoBoxShadow{
	background-image:url(../images/design/boxOpaqBackground.png); background-position: top right; background-repeat: repeat-y;
}

div.infoBox div.header,
div.infoBoxBlue div.header,
div.infoBoxOrange div.header{
	width: 142px; height: 44px;
	background-image:url(../images/design/boxOrangeHeader.gif); background-position:top; background-repeat:no-repeat;
	color: #ffffff; font-size: 13px; font-weight: bolder;
	text-align: center;
}

div.infoBox div.header span,
div.infoBoxBlue div.header span,
div.infoBoxOrange div.header span{
	display: block;
	margin-top: 12px;
}

div.infoBox div.contentGroup,
div.infoBoxBlue div.contentGroup,
div.infoBoxOrange div.contentGroup{

}

div.infoBox div.contentGroupHidden,
div.infoBoxBlue div.contentGroupHidden,
div.infoBoxOrange div.contentGroupHidden{
	display: none;
}

div.infoBox div.separator,
div.infoBoxBlue div.separator,
div.infoBoxOrange div.separator{
	width: 142px; height: 6px;
	background-image:url(../images/design/boxOrangeContentSeparator.gif); background-position:top; background-repeat:no-repeat;
	margin: 0px;
	font-size: 4px;
}

div.infoBox div.content,
div.infoBoxBlue div.content,
div.infoBoxOrange div.content{
	width: 132px;
	background-color: #C1C3C1;
	background-image:url(../images/design/boxOrangeBackground.gif); background-position:top; background-repeat:repeat-y;
	padding : 5px; padding-top : 2px; padding-bottom : 2px;
	color: #173E66;
}

div.infoBox div.footer,
div.infoBoxBlue div.footer,
div.infoBoxOrange div.footer{
	width: 142px; height: 11px;
	background-image:url(../images/design/boxOrangeFooter.gif); background-position:top; background-repeat:no-repeat;
}

div.infoBox div.content input.shortText,
div.infoBoxBlue div.content input.shortText,
div.infoBoxOrange div.content input.shortText{
	border: 1px solid #7F9DB9; 
	width: 120px;
}

div.infoBox div.content input.button,
div.infoBoxBlue div.content input.button,
div.infoBoxOrange div.content input.button,
div.infoBox div.content input.buttonOn,
div.infoBoxBlue div.content input.buttonOn,
div.infoBoxOrange div.content input.buttonOn{
	margin-left: 93px;
	color: #ffffff; font-weight: bolder;
	width: 31px; height: 22px;
	background-image:url(../images/boutons/btnOkSmall.background.gif); background-position:top; background-repeat:no-repeat;
	padding-left: 0px; padding-right: 0px;
	text-align: center;
}

div.infoBox div.content input.buttonOn,
div.infoBoxBlue div.content input.buttonOn,
div.infoBoxOrange div.content input.buttonOn{
	color: #173E66;
	border: none;
}

div.infoBox a ,
div.infoBoxBlue a ,
div.infoBoxOrange  a {
	color: #0A2247; 
}

/*------------------------------------------BOITE ORANGE -----------------------------------------------------------------*/

div.infoBoxOrange div.header{
	background-image:url(../images/design/boxOrangeHeader.gif); background-position:top; background-repeat:no-repeat;
}

div.infoBoxOrange div.separator{
	background-image:url(../images/design/boxOrangeContentSeparator.gif); background-position:top; background-repeat:no-repeat;
}

div.infoBoxOrange div.content{
	background-image:url(../images/design/boxOrangeBackground.gif); background-position:top; background-repeat:repeat-y;
}

div.infoBoxOrange div.footer{
	background-image:url(../images/design/boxOrangeFooter.gif); background-position:top; background-repeat:no-repeat;
}

/*------------------------------------------BOITE BLEU -----------------------------------------------------------------*/

div.infoBoxBlue div.header{
	background-image:url(../images/design/boxBlueHeader.gif); background-position:top; background-repeat:no-repeat;
}

div.infoBoxBlue div.separator{
	background-image:url(../images/design/boxBlueContentSeparator.gif); background-position:top; background-repeat:no-repeat;
}

div.infoBoxBlue div.content{
	background-image:url(../images/design/boxBlueBackground.gif); background-position:top; background-repeat:repeat-y;
}

div.infoBoxBlue div.footer{
	background-image:url(../images/design/boxBlueFooter.gif); background-position:top; background-repeat:no-repeat;
}

/*------------------------------------------ BOITE POUR OBTENIR LE RAPPORT D'EXPERTISE -----------------------------------------------------------------*/
div#homeContent div#infoBoxRapportExpertise{
	position :relative; 
	top: 18px;
}

/*------------------------------------------ BOITE POUR L'ACCES RESEAU -----------------------------------------------------------------*/
div#homeContent div#infoBoxAccesOutilAppelOffre{
	position :absolute; 
	top: 352px; left: 0px;
}

div#leftColumn  div#infoBoxAccesOutilAppelOffre{
	margin-top: 7px;
}
/*------------------------------------------ BOITE POUR L'ACCES OUTIL APPEL OFFRE -----------------------------------------------------------------*/
div#homeContent div#infoBoxAccesExtranet{
	position :absolute; 
	top: 352px; left: 160px;
}

/**********************************************************************************************************
 *                                                                 SPECIFICATIONS POUR AFFICHER UNE PAGE CABINET
 ***********************************************************************************************************/
/*------------------------------------------------------------------------------------*/
ul.tabbedMenu{
	list-style-type: none;
	margin: 0px;
	padding: 2px;
	padding-left: 5px;
	height :28px; width:798px;
	background-image: url(../images/design/tabbedMenuBackground.jpg);
}

li.tabbedMenuOn, li.tabbedMenuOff{
	position: relative;
	display: none;
	float: left;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	padding: 8px 10px 0px 10px;
	cursor: pointer;
	margin: 0px;
	font-weight: bold;
}

li.tabbedMenuOn span, li.tabbedMenuOff span{
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
	height: 30px;
	width: 10px;
}

li.tabbedMenuOn span{
	background-image: url(../images/design/tabsOnRight.gif);
	right: -7px;
	width: 7px;
	z-index: 30;
}

li.tabbedMenuOff span{
	background-image: url(../images/design/tabsOffRight.gif);
	z-index: 10;
}
li.tabbedMenuOn{
	top: 1px;
	left: -4px;
	background-image: url(../images/design/tabsOnLeft.gif);
	z-index: 11;
	padding-left: 12px;
	color: #ff8a2b;

}

li.tabbedMenuOff{
	background-image: url(../images/design/tabsOffLeft.gif);
	z-index: 10;
	padding-left: 10px;
}

div.tabbedPanel{
	visibility: hidden;
	overflow: visible;
	display: none;
	margin: 1px 0px 2px 0px;
	padding: 10px;
	border: 2px solid #205380;
	z-index: 10;
}

/*------------------------------------------ PAGE L'AGENCE -----------------------------------------------------------------*/
hr.orange{
	margin: 10px;
	background-color: #ff8a2b;
	color: #ff8a2b; /* pour IE */
	height: 7px;
	border: 0px solid;
}

div.cabibetMap{
	width: 389px;
	height: 309px;
	border: 1px outset #AEA7A8;
	margin: 0px;
	padding: 0px;
}

div.nomCabinet, span.nomCabinet{
	font-weight:bold;
}

/*------------------------------------------ PAGE LES LOCAUX -----------------------------------------------------------------*/
div#cabinetPhoto{
	width: 317px;
	height: 260px;
	border: 1px outset #AEA7A8;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div#cabinetPhoto img{
	width: 308px;
	height: 250px;
	margin-top: 5px;
}

div#cabinetListePhotos{
	height: 134px;
	background-color: #205380;
	margin: 0px;
	text-align: center;
}

div#cabinetListePhotos img{
	height: 116px;
	width: 154px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 9px;
	margin-bottom: 9px;
	cursor: pointer;
}

div.bandeOrange{
	margin: 10px;
	background-color: #ff8a2b;
	color: #ff8a2b; /* pour IE */
	height: 7px; width: 325px;
	border: 0px solid;
}

/*------------------------------------------ PAGE L'EQUIPE -----------------------------------------------------------------*/

div.cabinetPresentationPersonne{
	width: 370px; height: 128px;
	border: 1px solid #B3ABAB;
	position: relative;
	margin: 10px;
	float: left;
}

div.cabinetPresentationPersonne div.titre{
	width: 270px; height: 19px;
	background-color: #FF8A2B;
	color: #0A2247;
	font-weight: bold; font-size: 14px;
	text-align: center;
	padding-left: 100px; padding-top: 3px;
	background-image: url(../images/design/cabinetPresentationCabinet1.gif);
	background-position: 101px 0px;
	background-repeat: no-repeat;
}

div.cabinetPresentationPersonne div.fonction{
	width: 270px; height: 98px;
	background-color: #205380;
	text-align: center;
	padding-left: 100px;
	background-image: url(../images/design/cabinetPresentationCabinet2.gif);
	background-position: 101px 0px;
	background-repeat: no-repeat;
	padding-top:8px;
}

div.cabinetPresentationPersonne img{
	position: absolute; top: 10px; left: 10px;
	/*width: 91px; height: 91px;*/
	background-color: #FF8A2B;
	border: 1px inset;
}

/*------------------------------------------ PAGE LES TOURNEES -----------------------------------------------------------------*/
table.cabinetTourneeTableau {
	background-color:#B7B1B1; 
	border-color: #7C92B3;
}

table.cabinetTourneeTableau th{
	width: 60px; 
	border-color: #7C92B3;
	text-align: center;
	background-color: #205380;
}

table.cabinetTourneeTableau td{
	width: 60px; 
	border-color: #7C92B3;	
	text-align: center;
	color: #0A2247;
}

div#panelTournees div.xParagraph_open{
	width: 318px;
	border: 1px solid #A7A1A1;
	background-color: #072247;
}

div.cabinetTourneeCarte{
	width: 435px;
	height: 366px;
	border: 1px outset #AEA7A8;
	margin: 0px;
	padding: 0px;
	background-color:#123B7B;
}


div.divNomCanton{
	position:absolute;
	color:black;
	width:60px;
	font-size:9px;
}

/**********************************************************************************************************
 *                  SPECIFICATIONS POUR AFFICHER LES ACTUALITES
 ***********************************************************************************************************/

div#actualites{
	width: 200px;
	margin:5px;
}

div#actualites h4.title{
}

div#actualites h4.title span{
}

div#actualites div.content{
	text-align:left;
	font-size: 11px;	
}

div#actualites p{
	text-align: justify;	
}

span.xNewsDate{
	font-size: 11px; font-weight: normal; font-style: italic;
}

/*------------------------------------------ BOUTON -----------------------------------------------------------------*/
div#actualites  a.enSavoirPlus{
	display: block;
	width: 83px; height: 19px; padding-top: 3px;
	text-align: center; text-decoration: none;	
	float: left;	
	margin-left: 18px; margin-bottom: 5px;	
	background: url(../images/boutons/en_savoir_plus_off.gif);
}

div#actualites  a.enSavoirPlus span{
	font-size:12px; font-weight:bold;
	color:#FFFFFF;
}
	
div#actualites  a.enSavoirPlus:hover{
	background:url(../images/boutons/en_savoir_plus_on.gif);
	padding-top: 4px; height: 18px;
}

div#actualites  a.enSavoirPlus:hover span{
	color:#CB007A;
}

/**********MAP GOOGLE***********/

span.htmlGoogle, div.htmlGoogle{
	color:black;
	font-weight:bold;
}

div.htmlGoogle{
	margin-top:8px;
}
div.htmlGoogle span{
	font-weight:normal;
}

div.markerDetail {
	color: #FFFFFF;
	background: url(../images/elements/gMapMarkerDetailBackground.png);
	vertical-align: top;
	text-align: center;
	margin: 0;
	padding: 5px 5px;
	border: 1px solid black;
	cursor: pointer;
}

div.markerVille {
	color: #000000; font-weight: bold;
	background-color: #FFFFB3;
	vertical-align: top;
	text-align: center;
	margin: 0;
	padding: 5px 5px;
	border: 1px solid #0A2248;
	cursor: pointer;
}

div.markerDetail h4{
	font-weight: bold;
	font-size: 14px;
}

a.markerDetailCloseTrigger { 
	position: absolute;
	top: 5px;
	right: 5px;
	display: none;
}

a.markerDetailCloseTrigger img { 
	border: 0;
}


/***************Enquête**********************/

span.questionTitle{
	font-size: 13px;
	font-weight: bold;
}

span.questionCommentaire{
	font-style: italic;
	padding-left: 25px;
}

a:hover span.questionTitle{
	color:white;
}

a:hover span.questionCommentaire{
	color:white;
	font-weight:normal;
}

input.radio, input.checkbox {
	background-color: #205380;
	border-color: #205380;
}

input.text{
	font-size: 12px;
	width: 300px;
}

textarea.texte{
	font-size: 12px;
	width: 95%;
	height: 70px;
	wrap : soft;
	overflow: visible;
	padding: 5px;
	background-color:#7C92B3;
	color:#FFFFFF;
}

table.questionTable{
	width: 780px;
	margin: auto;
}

table.questionTable td.cellRight{
	width: 546px;
	text-align:right;
}

table.questionTable td.cellLeft{
	width: 234px;
	text-align: center;
	vertical-align: middle;
}

select.selectQuestion{
	background-color:#7C92B3;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
}
/**********************************************************************************************************
 *                  SPECIFICATIONS POUR LES COMPTEURS DE L'EXTRANET
 ***********************************************************************************************************/
 
table.rapportActivite{
	margin: auto; width: 70%; 
	border: 1px solid #0A2248;
}

table.rapportActivite th{
	background-color: #0A2248;
	font-weight: bold; font-size: 14px;
}


/*******************************************************************************************

*********************************************************************************************/
div.bestOffre{
	font-style:italic;
	font-size:11px;
	text-align:center;
}

/*****************************************************************
*	COMMISSIONS
*****************************************************************/
table#commissions {
	width:810px;
}

table#commissions td.blocGauche{
	width:649px;
	padding-right:10px;
}

table#commissions td.blocDroite{
	width:151px;
}

div.publication,
div.membres,
div.forums
{
	padding-bottom:10px;
}

div.publication div.titre,
div.membres div.titre,
div.forums div.titre
{
	color: white;
	height:15px;
	padding:4px 0px 6px 15px;
	font-weight:bold;	
	background: url(../images/design/commissionsBackground.jpg) right no-repeat #FF8A2B;
	position:relative;
}

div.publication div.titre a,
div.membres div.titre a,
div.forums div.titre a{
	color: white;
	font-weight:bold;
}

div.forums div.titre span,
div.publication div.titre span
{
	position: absolute;
	right: 40px;
}

div.publication div.content,
div.membres div.content,
div.forums div.content
{
	background-color:#205380;
	color:#FFFFFF;
	margin:0px;
	padding: 0px 10px 8px 10px;
	width:629px;
}

div.publication  div.noPublication{
	text-align:center;
	color:white;
	font-weight:bold;
	padding: 10px 0px;
}

div.titreCommissions
{
	background-image:none;
	border-bottom:2px solid #FF8A2B;
	color:#FF8A2B;
	font-size:13px;
	font-weight:bold;
	height:23px;
	margin:0 0 5px;
}

div.libelleCommissions{
	width:285px;
	float:left;
}

div.actionsCommmissions{
	width:285px;
	float:right;
	text-align:right;
	padding-right:10px;
}


div.listeCommissions p{
	font-weight:bold; color: #0A2247;
	text-decoration:underline;
	padding:0px;margin:0px;
	text-align:center;
	padding-top:10px;
	padding-bottom:5px;
}

div.listeCommissions a{
	padding-left:4px;
	color:#173E66;
	text-decoration:none;
}

div.listeCommissions a.active{
	padding-left:4px;
	color:red;
	text-decoration:none;
}

div.listeCommissions a:hover,
div.listeCommissions a.active:hover
{
	color:#E28A2B;
	text-decoration:underline;
}

div.autresCommissions{
	margin-top:20px;
}

/*************PAVE PUBLICATION*****************/

div.publication div.content{
	padding-top:10px;
}

div.publication div.content div.blockPublication{
	height:93px;
	overflow:auto;
}

table.listePublication{
	width:99%;
	padding:0px;margin:0px;
	
}

table.listePublication td.lienPublication{
	padding-left:4px;
	width:79%;
}

table.listePublication td.datePublication{
	width:19%;
	text-align:center;
}

table.listePublication td{
	line-height:18px;
	border:1px solid #6C726E;
}

div.titrePublication{
	background-image:none;
	border-bottom:2px solid #FF8A2B;
	color:#FF8A2B;
	font-size:13px;
	font-weight:bold;
	height:23px;
	margin:0 4px 5px 0px;
	position:relative;
}

div.titrePublication span
{
	position: absolute;
	right: 30px;
}

div.publicationContent{
	margin: 5px;
}

div.actionPublication{
	padding-top:5px;
	padding-right:5px;
	text-align:right;
}

/********PAVE FORUM***********/
table.listeForum{
	margin: 0px auto;
	margin-top:10px;
	width:629px;
}
table.listeForum tr{
	border:none;
}
table.listeForum th,table.listeForum td{
	height:20px;
	border:none;
}

table.listeForum th{
	background:url(../images/design/fondTitreTableau.png) repeat-x;
	height:22px;
	font-weight:bold;
	font-size:11px;
	border-bottom:1px solid #9B9FA0;
	color:#E28A2B;
}

table.listeForum a{
	color:white;	
}

table.listeForum td{
	border:1px solid #6C726E;
	border-bottom:none;	
}

table.listeForum td span.fleche{
	padding-left:8px;
	background:url(../images/elements/flecheForum.png) no-repeat left;	
	margin-right:8px;
	margin-left:8px;
}

td a.dernierMessage{
	padding-right:25px;
	background:url(../images/elements/forum_dernierMessage.png) no-repeat right;	
}

table.listeForum td#forumComplet{
	text-align:right;
	padding-right:15px;
	padding-top:5px;
	height:20px;
	border:none;
	border-top:1px solid #6C726E;
	
}

/***********PAVE Membres****************/

div.titreMembres{
	font-size : 13px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:5px;
}

div.messageMembres{
	text-align:right;
	padding-right:15px;
	padding-top:5px;
}

/***************CONTACT MAIL COMMISSION************************/

div.contentMail{
	background-color:#205380;
	color:#FFFFFF;
	margin:0px;
	padding: 0px 10px 8px 10px;
	width:790px;
}

table.listeContact th{
	padding :3px 0px 5px 3px;
	text-decoration:underline;
	width:500px;
}

table.listeContact td.checkboxDroite{
	width:20px;
	padding-left:15px;
	text-align:right;
}

table.listeContact td.membreGauche{
	text-align:left;
	width:465px;
}

table.listeContact input.membres{
	border:none;
	background-color:#205380;
}

/***********************************************************
*	PUBLICATION
************************************************************/
td.actionButton{
	padding:10px 0px;
	text-align:center;
}


/*******************************************************
*	Forum
*******************************************************/

div.contentForum{
	background-color:#205380;
	padding:5px 5px;
}

table#forum{
	width:100%;
	
}

table.filtre{
	width:98%;
	margin:auto;
	border:1px solid #8C8E8D;
	background-color:#205380;
	margin-bottom:15px;	
}

table.filtre th{
	background:url(../images/design/fondTitreTableau.png) repeat-x;
	height:20px;
	color:#4276A6;
	text-align:left;
	border:1px solid #A7B1BA;	
	text-align:center;
}
table.filtre td form{
	margin:0px;
}
table.filtre td{
	padding:4px;
}

table.listForum{
	margin:auto;
	width:98%;
	font-size:12Px;	
	border:1px solid #8C8E8D;
	color:#3B3A38;
	position:relative;
	border-collapse:collapse;
}

table#assembleeGenerale{
	width:100%;	
	height:25px;
	border-bottom:2px solid #FF8A2B;
	margin-bottom:5px;
}

table.listForum th.titre{
	background:url(../images/design/fondTitreTableau.png) repeat-x;
	height:22px;
	color:#373938;
	text-align:center;
	border:1px solid #A7B1BA;	
}
div#recherche div.titreBoite span.gris{
	padding-left:5px;
	background:url(../images/design/puceTitreTableau.gif) no-repeat center;
	margin-right:8px;
	margin-left:10px;
}
table.listForum tr.categorie-rose td{
	font-size:13px;
	font-weight:bold;
	background-color:#205380;
	line-height:20px;
	border-bottom:1px solid #ffffff;
	color:white;
}
table.listForum tr.categorie-rose td span.puceCouleur{
	padding-left:5px;
	background:url(../images/design/listDiscFondBleu.gif) no-repeat left;	
	margin-right:8px;
	margin-left:8px;
}
table.listForum tr.document-rose td{
	background-color:#EFEFEF;
	border-top:1px solid white;
	line-height:20px;	
}
table.listForum tr.document-rose td.fonce{
	background-color:#E3E5E4;
	border-left:1px solid white;
}
table.listForum tr.document-rose td.texte{
	background-color:#ECE3E8;
	border-left:1px solid white;
	text-align:justify;
	padding:4px;
}
table.listForum tr.document-rose td span.fleche{
	padding-left:8px;
	background:url(../images/elements/flecheForum.png) no-repeat left;	
	margin-right:8px;
	margin-left:8px;
}

div.repondre{
	height:20px;
	text-align:right;
	padding-right:10px;
	margin-top:10px;
	position:relative;
}
div.pieceJointe{
	position:absolute;
	left:20px;
	background:url(../images/elements/attach.png) no-repeat left;
	padding-left:20px;
}

/*-------------------------------------------------------------------------------------*/
dt.forum-message-entete {
	background-color: #E7E8E9;
	height:22px;
	background:url(../images/design/fondTitreTableau.png) repeat-x;
	color:#373938;
	border: 1px solid #A7B1BA;
	padding: 0px;
	position: relative;
	font-size: 13px;
}

dt.forum-message-entete ul {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

dt.forum-message-entete li {
	border-left: 1px solid #A7B1BA;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}
dt.forum-message-entete li:first-child {
	border-left: 0px;
	font-weight: bold;
}

dt.forum-message-entete span.buttonMessage {
	position: absolute;
	right: 2px;
}

dd {
	margin-left: 0px;
}
	
div.forum-childs {
	margin-left: 20px;
}
		
div.forum-message-body {
	background-color: #ECE3E8;
	color: #653A83;
	padding: 5px;
	display: none;
	margin-bottom: 3px;
	border: 1px solid #A7B1BA;
	border-top: 0px;
	font-size:13px;
	text-align: justify;
}


/*-------------------------------------------------------------------------------------*/
a.forum-delete-PJ {
	margin-left: 5px;
}

tr.row-open {
	display: table-row;
}

tr.row-close {
	display: none;
}

a.forum-showHideMessage {
	font-weight: bold;
	color: #373938;
	font-size: 13px;
}

a.bouton {
	border: 1px outset #B8CADB;
	border-bottom: 1px outset #647585;
	border-right: 1px outset #647585;
	padding-left: 26px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
	color: #305A7C;
	text-decoration: none;
	background-color: #D7DCE6;
	outline: 0px; 
}

a.bouton:hover {
	border: 1px inset #647585;
	border-bottom: 1px inset #B8CADB;
	border-right: 1px inset #B8CADB;
	color: #072A52;
}

a.bouton span {
	line-height: 20px;
}


a.bt-abonnement {
	background-image: url(../images/img.php?file=icons/feed_add.png);
	background-repeat: no-repeat;
	background-position: 4px;
}

a.bt-desabonnement {
	background-image: url(../images/img.php?file=icons/feed_delete.png);
	background-repeat: no-repeat;
	background-position: 4px;
}

/*-------------------------------------------------------------------------------------*/
div.forum-message-entete {
	background-color: #DBDDDD;
	background-image: url(../images/design/fondTitreTableau.png);
	background-repeat: repeat-x;
	color:#373938;
	border: 1px solid #A7B1BA;
	padding: 0px;
	position: relative;
	font-size: 13px;
	font-weight: bold;
}

div.forum-message-info {
	background-color:#E0BEBF;
	border-bottom:1px solid #A7B1BA;
	font-size:13px;
	line-height:20px;
	position: relative;
	padding-left: 5px;
	color:#3B3A38;
}

div.forum-message-info span.buttonMessage {
	position: absolute;
	right: 2px;
}


/*----Systeme pour cahcer les sujets avec anciens messages---*/

a.autresSujets{
	margin-left:20px;
	font-weight:bold;
	color:#373938;
}

/*************************************
	INFO FORUM
*************************************/

div.infoForum{
	position:absolute;
	left:0;
	top:0;
	background-color : yellow; 
	margin-top:20px;
	padding:4px;
	width:250px;
	z-index:10010;
}


/*------------------------------------------------------------------------------*/
table.jCalendar {
	border: 0px solid #808080;
	background: #808080;
	border-collapse: collapse;
	border-spacing: 1px;
	margin: 1px;
	margin-top: 0px;
}

table.jCalendar th {
	background: #CAD4F7;
	color: #292929;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #e4e2e2;
	color: #000;
	padding: 3px 5px;
	text-align: center;
	width: 17px;
}

table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}

table.jCalendar td.today {
	background: #666;
	color: #fff;
}

table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}

table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}

table.jCalendar td:hover,table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}

table.jCalendar td.disabled,table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */
	/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
div.dp-popup {
	position: relative;
	background: #e4e2e2;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 0px;
	width: 180px;
	line-height: 1.2em;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

div#dp-popup {
	position: absolute;
	z-index: 199;
}

div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 1px;
	margin-bottom: 0px;
	padding: 2px;
	background-color: #7887AD;
	color: #fff;
	height: 16px;
}

a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}

a#dp-close :hover {
	text-decoration: underline;
}

div.dp-popup a {
	color: #fff;
	text-decoration: none;
	padding: 3px 2px 0;
}

div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}

div.dp-popup div.dp-nav-prev a {
	float: left;
}

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a,div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}

div.dp-popup div.dp-nav-prev a.disabled,div.dp-popup div.dp-nav-next a.disabled
	{
	cursor: default;
}

div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
	color: #fff;
}

div.dp-popup div.dp-nav-next a {
	float: right;
}

div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}

div.dp-popup td {
	cursor: pointer;
}

div.dp-popup td.disabled {
	cursor: default;
}
a#dp-close{
	color: #292929;
	font-weight: bold;
}

/**************************************************
*
***************************************************/

