/**
 * 
 * @version $Revision $
 * @cvs $id $
 */
/**********************************************************************************************************
 *                                                                 SPECIFICATIONS GENERALES
 ***********************************************************************************************************/ 
 
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #000000;	
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;
}

h1{

}

h2{

}

h3{

}

h4{

}

p {

}

img {
	border: 0px;
}

a{
	color: #774e39;
	font-weight:bold;
}

a:link {		
	color: #774e39; 
	text-decoration: underline;
}

a:visited {		
	color: #774e39; 
	text-decoration: underline;
}

a:hover {		
	color: #774e39; 
	text-decoration: none;
}

a:active{		
	color: #774e39; 
	text-decoration: none;
}


table {
	border-collapse: collapse;
}

input{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
	color: #000000;
	background-color:#eaf1be;
	border: 1px inset;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
	color: #000000;
	background-color:#eaf1be;
	border: 1px inset;
	padding-left: 2px;
	height: 100px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
	color: #000000;
	background-color:#eaf1be;
	border: 1px inset;
}

label{
	/*position: relative;*/
	top: -3px;
	text-align: right;
	margin-right: 5px;
}

ul{
	list-style-image:url(../images/img.php?file=design/bulletBrown.gif);
	list-style-position:outside;
}

li{
}

/**********************************************************************************************************
 *                                                                 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{
	display:block;
	float: left;
	background-image: url(../images/img.php?file=icons/calendar.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height:17px;
	width:16px;
	cursor: pointer;
}

input.dateSelector{
	width:100px;
	text-align:center;
	background-color:#ffffff;
}

.trigger{
    cursor: pointer;
}

.center{
	text-align:center;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

.gras{
	font-weight:bold;
}

/**********************************************************************************************************
 *                                                                 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: 91px;
}

button.expandableButton span, 
button.expandableInputButton span ,
button.expandableButtonOn span, 
button.expandableInputButtonOn span {
	display: block; 
	padding: 0px; padding-left: 22px; padding-right: 2px; padding-bottom: 2px;
	line-height: 21px;
	background : url(../images/img.php?file=boutons/resizableButtonLeft.gif) left no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;
	color: #774e39;
}

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: #FFFFFF;
}

/**********************************************************************************************************
 *                                                                 SPECIFICATIONS POUR LES INPUT.BUTTON
 ***********************************************************************************************************/
input.button{
	width: 96px; height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;
	color: #774e39;
	border: 0px solid;
	background-color: transparent;
	background-image : url(../images/img.php?file=boutons/fr/btnDefault.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	padding-bottom: 3px;padding-left: 25px;
	text-align: left;
}

input.buttonOn {
	width: 96px; height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;
	color: #FFFFFF;
	border: 0px solid;
	background-color: transparent;
	background-image : url(../images/img.php?file=boutons/fr/btnDefault_on.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	padding-bottom: 3px;padding-left: 25px;
	text-align: left;
}

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: Verdana, 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: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
	color: #000000;
	border: 1px inset;
	margin-bottom: 3px;
	padding-top: 2px; padding-left: 2px;
}

textarea.extendText, input.extendText, select.extendText{
	width:99%;
}

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: 200px;
}

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
 ***********************************************************************************************************/
a#homePageTrigger{
	display: block; width: 171px; height: 67px; 
	position: absolute; top: 19px; left: 7px; 
	text-decoration: none;
} 
 
div#main{
	width: 990px; height:300px;	
	position: relative;
	padding: 0px;
	margin: 0px; margin-right: auto; margin-left: auto;
	overflow: visible;
}

div#header{
	height: 101px;
	background-image:url(../images/design/header.jpg); background-position:top; background-repeat:no-repeat;
}

div#boiteAdherent{
	width: 157px; height:108px;	
	position: absolute;	
	top: 0px; right: 0px; 
	background-image:url(../images/design/boite_adherent.gif); background-position:top; background-repeat:no-repeat;
	z-index:20000;
}

div#menuBar{
	position:relative;
	height:32px;width:990px;
	z-index: 10000;
	background-image:url(../images/design/menuBarBackground.jpg); background-position: left top; background-repeat:no-repeat;
}

div#menuBar div.menu{
	position:absolute;
	left:0px;
	top:0px;
	width: 764px;
	margin-left: 206px;
}

div#itemsRail{
	height: 18px;
	padding-top: 1px; padding-left: 5px;
	margin-top: 7px;
	margin-left:10px;
	margin-bottom:10px;
}

div#itemsRail img.bullet{

}

div#itemsRail a.railItem{
	font-weight: bold; font-size: 14px; color: #774e39;
	text-decoration: none;
}

div#itemsRail a.railItemAlone{
	font-weight: bold; font-size: 14px; color: #774e39;
	text-decoration: none;
}

div#itemsRail span.railItem{
	font-weight: bold; font-size: 14px; color: #6fba42;
}

div#itemsRail span.railItemAlone{
	font-weight: bold; font-size: 14px; color: #774e39;
}

div#itemsRail span#railItemLast{

}

div#itemsRail span.railItemFirstLetter{
	margin-right : 5px;
	font-weight: bold; font-size: 18px; color: #6fba42;
}
table#mainContent{
	width:990px;
	background-image:url(../images/design/fondPageGenerique.jpg); background-repeat: repeat-y; background-position: left top;
}

td#mainContentLeft{
	width:206px; 
	background-image:url(../images/design/mainContentLeftBackground.jpg); background-repeat: no-repeat;background-position: right top;
}

td#mainContentRight{
	width:162px;
	background-image:url(../images/design/mainContentRightBackground.jpg); background-repeat: no-repeat;background-position: left top;	
}

td#mainContentCenter{
	min-height:488px;
	background-image:url(../images/design/mainContentCenterBackground.jpg); background-repeat: no-repeat;background-position: left top;
}


div#page{
	
}

div.basPage{
	position:relative;
	height:56px;
	background-image:url(../images/design/mainContentBasPage.png); background-repeat: no-repeat;background-position: center top;
   
}

div#sacTerreau{
	position:absolute;
	bottom:-40px;left:-67px;
	width:97px; height:197px;
	background-image:url(../images/design/sacBas.gif); background-repeat: no-repeat;
}

div#imageSac{
position:relative;
bottom:-220px; left:130px;
width:97px; height:159px;
background-image:url(../images/design/sacBas.gif); background-repeat: no-repeat;
z-index:1;
}

div#footer{
	position: relative;
	height: 46px;
	background-image:url(../images/design/mainFooterBackground.jpg); background-repeat: no-repeat;
}

div#footer div#links{
	width: 790px; height: 17px;
	text-align: center;
	margin: 0px; margin-left: 145px;
	padding-top: 3px;
	color: #754839;
	
}

div#footer div#links a {
	color: #754839; font-weight: normal; font-size: 12px;
}

/**********************************************************************************************************
 *                                                                 SPECIFICATIONS POUR LE PLAN DU SITE
 ***********************************************************************************************************/
 
ul#sitemap{
	margin-left: 20px;
}

/**********************************************************************************************************
 *                                                                 SPECIFICATIONS POUR LES ELEMENTS D'INTERFACE
 ***********************************************************************************************************/
a#logoAccueil{
	display: block; 
	position: relative; left: 35px;
	width: 229px; height: 112px;
	text-decoration: none;			
	background: url(../images/design/logoEtude.jpg);
}

div#footer div#societeAdresse{
	height: 17px; 
	font-size: 12px; color: #000000;
	padding-left: 18px; padding-top: 3px;
	margin-left:110px;
}

div#footer a#societeEmail{
	color: #000000;
}

div#footer a#altairSignature{
	position: absolute; right: 10px;top:27px;
	font-size: 11px;  color: #83c253;
}

div#page h2{
	margin: 0px; margin-bottom: 10px;
	padding-left: 20px; padding-top: 12px; padding-bottom: 12px;
	border-bottom: 3px solid #E896C7;
	font-size: 14px; font-weight: bold; color: #CB007A;
}

div#page div.pageContent{
	padding: 0px; padding-left: 0px;
	height:365px;	
}

html>body div#page div.pageContent{
	padding: 0px; padding-left: 0px;
	height:auto;
	min-height:365px;	
}

div#page div.pageContent img.borderGreen{
	border:2px solid #BED62F;
}

/**********************************************************************************************************
 *                                                                 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: 12px;	
}

div#actualites p{
	text-align: justify;	
}

span.xNewsDate{
	font-size: 12px; 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;
}

/**********************************************************************************************************
 *                                                                 SPECIFICATIONS POUR LA COLONNE DROITE
 ***********************************************************************************************************/
td#mainContentRight div#accueilRightColumn {
	width: 162px;
	margin-top:40px;
}

div#accueilRightColumn div.rightBoxHigh{
	padding:0px;
	margin:0px;
	width: 159px;
	background-image:url(../images/design/boiteHighRightFooter.jpg); background-repeat: no-repeat;background-position:bottom;
	padding-bottom:18px;
	
}

div#accueilRightColumn h3.boxHeaderHigh{
	padding:0px;
	margin:0px;
	width: 127px;height: 17px;
	padding-right:20px;
	padding-left:12px;
	padding-top:20px;
	background-image:url(../images/design/boiteHighRightHeader.jpg); background-repeat: no-repeat;
	color:#6fba42;
	font-size:12px;
}

div.boxContent{
	width:139px;
	padding:0px;
	margin:0px;
	padding-left:12px;padding-right:8px;
	background-image:url(../images/design/boiteRightCenter.jpg); background-repeat: repeat-y;
	font-size:12px;
}

div.boxContent p, div.boxContent ul{
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}

div.boxContent ul{
	margin-left:10px;
	padding-left:10px;
}

div#accueilRightColumn div.rightBoxLow{
	padding:0px;
	margin:0px;
	width: 159px;
	margin-top:10px;
	background-image:url(../images/design/boiteLowRightFooter.jpg); background-repeat: no-repeat;background-position:bottom;
	padding-bottom:38px;

}

div#accueilRightColumn h3.boxHeaderLow{
	padding:0px;
	margin:0px;
	width: 147px;height: 16px;
	padding-left:12px;
	padding-top:14px;
	background-image:url(../images/design/boiteLowRightHeader.jpg); background-repeat: no-repeat;
	color:#6fba42;
	font-size:13px;
}

/*------------------------------------------ -----------------------------------------------------------------*/

/**********************************************************************************************************
 *                                                                 SPECIFICATIONS POUR LA COLONNE GAUCHE
 ***********************************************************************************************************/
td#mainContentLeft div#accueilLeftColumn {

}

div.liensBlock{
	width: 106px;
	background-image:url(../images/design/liensBas.jpg); background-repeat: no-repeat;background-position:bottom;
	padding-bottom:14px;
	margin-left:10px;
	margin-top:70px;
	margin-bottom:2px;
}

div.headerLiens{
	height:14px;
	width: 106px;
	background-image:url(../images/design/liensHaut.jpg); background-repeat: no-repeat;
}

div.contentLiens{
	width: 98px;
	background-image:url(../images/design/liensCenter.jpg); background-repeat: repeat-y;
	padding-left : 4px;
	padding-right:4px;
}

div.contentLiens a{
	color : #ffffff;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
}

div.contentLiens ul{
	margin:0px;
	padding-left:25px;
	list-style-image:url(../images/design/flecheLiensBlanc.gif);
}

div.actualiteBlock{
	width: 177px;height:204px;
	background-image:url(../images/design/blockActualite.jpg); background-repeat: no-repeat;background-position:top;
	margin-left:3px;
	margin-top:6px;
	padding-top:32px;
}

h3.titreActualite{
	color:#ffffff;
	font-size:13px;
	padding:0px;
	margin:0px;
	margin:3px 0px 0px 5px;
}

div.contentActualite{
	width:122px;height:184px;
	margin-top:2px;
	padding-left:5px;
	padding-right:50px;
}

div.casBlock{
	width: 177px;height:204px;
	background-image:url(../images/design/blockCAS.jpg); background-repeat: no-repeat;background-position:top;
	margin-left:3px;
	margin-top:6px;
	padding-top:32px;
}

div.lesAdherentsBlock{
	width: 177px;height:204px;
	background-image:url(../images/design/blockLesAdherents.jpg); background-repeat: no-repeat;background-position:top;
	margin-left:3px;
	margin-top:6px;
	padding-top:32px;
}

div.espaceJardinBlock{
	width: 177px;height:204px;
	background-image:url(../images/design/blockEspaceJardin.jpg); background-repeat: no-repeat;background-position:top;
	margin-left:3px;
	margin-top:6px;
	padding-top:32px;
}

div.espacePresseBlock{
	width: 177px;height:204px;
	background-image:url(../images/design/blockEspacePresse.jpg); background-repeat: no-repeat;background-position:top;
	margin-left:3px;
	margin-top:6px;
	padding-top:32px;
}

div.espaceProBlock{
	width: 177px;height:204px;
	background-image:url(../images/design/blockEspacePro.jpg); background-repeat: no-repeat;background-position:top;
	margin-left:3px;
	margin-top:6px;
	padding-top:32px;
}

div.espaceAdherentsBlock{
	width: 177px;height:204px;
	background-image:url(../images/design/blockEspaceAdherents.jpg); background-repeat: no-repeat;background-position:top;
	margin-left:3px;
	margin-top:6px;
	padding-top:32px;
}
 /*-----------------------------------------------------------------------------------------------------------*/
div.animation{
	margin-left:178px;
}

a.pagination b{
	font-size:16px;
}

table.annuaire tr.adherent{
	cursor:pointer;
}

table.annuaire td{
	vertical-align:center;
}
table.annuaire td.societe{
	font-weight:bold;
	text-align:center;
	vertical-align:center;
	color:#774E39;
}

table.annuaire td.lastDroite{
	text-align:center;
}

fieldset.rechercheAnnuaire{
	margin-bottom:4px;
	text-align:center;
	background-color:#EAF1BE;
	border-color:#C5C354;
}

fieldset.rechercheAnnuaire form{
	padding:0px;
	margin:0px;
	padding-top:4px;
	padding-bottom:4px;
	color:#774E39;
	font-weight:bold;
}

fieldset.rechercheAnnuaire form select{
	color:#774E39;
}

/******************INFO AHERENT***********/

div.infoAdherent{
	position:absolute;
	width:400px;
	z-index:15000;
	top:0px;
	background-color:#EAF1BE;
	border:1px solid #C5C354;
}

div.infoAdherentBas{
	position:absolute;
	width:400px;
	z-index:15000;
	bottom:-65px;
	background-color:#EAF1BE;
	border:1px solid #C5C354;
}

div.infoAdherent table, div.infoAdherentBas table{
	width:100%;
	
}

table.liste  div.infoAdherent table.tableInfoAdherent td,
table.liste  div.infoAdherentBas table.tableInfoAdherent td
{
	border-right:none;
	text-align:center;
}

table.liste  div.infoAdherent table.tableInfoAdherent td span,
table.liste  div.infoAdherentBas table.tableInfoAdherent td span
{
	color:#774E39;
	font-weight:bold;
}

table.liste  div.infoAdherent table.tableInfoAdherent td.activite,
table.liste  div.infoAdherentBas table.tableInfoAdherent td.activite
{
	border-right:none;
	text-align:left;
}

/**************LOGIN****************************/

form#frmExtranetLogin{
	margin:0px;
	padding:0px;
	margin-left:5px;
	margin-top:25px;
	font-size:13px;
	color:#173e66;
	z-index:10000;
}

form#frmExtranetLogin input{
	background-color:#FFFFFF;
	border:1px solid #7f9db9;
}

form#frmExtranetLogin input.buttonOK{
	width:30px;height:18px;
	background: url(../images/boutons/ButtonOk.jpg) no-repeat left center;
	font-weight:bold;
	border:none;
	cursor:pointer;
	color:#774E39;
}

div.extranetLogin{
	margin:0px;
	padding:0px;
	margin-left:5px;
	margin-top:38px;
	font-size:12px;
	color:#173e66;
}

/*****************EXTRANET ACCUEIL***************************/
div.boxContent ul.reunion,  ul.reunion{
	margin-left:1px;
	padding-left:1px;
	list-style-position:inside;
}

ul.reunion li {
	margin-left:0px;
	padding-left:0px;
}

ul.reunion li a {
	font-weight:normal;
	color:#000000;
	text-decoration:none;
	margin-top:0px;
}

ul.reunion li a span{
	font-weight:bold;
	color:#774E39;
	margin-top:0px;
}

/******************AGENDA*****************************************/

div.agendaDiv{
	position:relative;
	background-color:#BED62F;
	border:1px solid #C5C354;
}



table.agenda{
	width:80%;
	
}

input.CheckInsc{
	background-color:#BED62F;
	border:none;
}

table.agenda td.leftText{
	text-align:right;
	font-weight:bold;
	margin-right:5px;
	width:14%;
	white-space:nowrap;
}

table.agenda td.rightText{
	text-align:left;
	margin-left:5px;
}

table.agenda td.titreReunion{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#774E39;
}

div.inscription{
	width:100%;
}

/**********Plan du site******************/

ul#sitemap li{
	list-style-image: URL(../images/design/sous_menu_off.gif); 
}

ul#sitemap li li{
	list-style-image:url(../images/img.php?file=design/bulletBrown.gif);
}

/*************date annuaire*********************/

div.titreDerniereModification{
	color:#774E39;
	margin-bottom:5px;
}

div.derniereModification{
	text-align:center;
	font-weight:bold;
	padding-bottom:5px;
}