/* CSS Document */
html { height: 100%; }


body {	
	
	background-image:url(../../pics/bg.jpg);
	background-repeat:repeat-x;
	/*background-color:#E2EDFA;*/
	background-color:#DEEAF8;
	height: 100%;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}



.bodyInfo {	
	height: 100%;
	background-color: #ffffff;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 70px;
}

* { margin: 0px; padding: 0px; }
img {border: 0;}
p { line-height: 17px; }
a { text-decoration: none; color: #2971a7;}
a.img:hover { background-color: #fff; }
a:hover { color:#01BAFF; text-decoration: none; }


/*a.linkPseudo:hover { color:#FFCC33; text-decoration: none; }*/

ul {list-style-type: none;}
h1 { font-size: 18px; line-height: 18px; font-weight: normal; color:#000000}
h3 { font-size: 12px; line-height: 18px; font-weight: bold; }

.smallSpacer { padding-top: 7px; }
.homeSpacer { padding-top: 10px; }
.mediumSpacer { padding-top: 14px; }
.spacer { height: 20px; }
.bigSpacer { height: 40px; }
.clear { clear: both; }
.bold  { font-weight: bold; }
.grey  { color: #767676; }
.black { color: black; }
.red  { color: #993300; }
.error  { color: #FF0000; font-weight: bold; }
.center  { text-align: center; }
.ieHeight { _height: 15px; }


/* Home Page (générale) ---------------------------------------------------------*/
.bodyHomePage {	
	height: 100%;
	background-color: #E3E3C7;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.barredText{
	text-decoration:line-through;
}

.bodyHomePage p {
	line-height: 20px;
	font-size: 12px;
}

#homePagePic {	
	width: 760px;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}

#homePageTxt {
	width: 235px;
	padding-top: 20px;
	padding-left: 20px;
}

.exemple {
	color: #858571;
}

.homePageFormField {
	border: 1px solid #AD491F;
	font-size: 11px;
	padding: 1px;
}

.homePageFormFieldOk {
	padding: 1px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#B14D23;
	border: none;
}

.address {
	width: 260px;
	border: 12px solid #F6F5E2;
	background-color:#FFFFFF;
	height: 185px;
}

.helpViewer {
    background-color: #DEEAF8;
    padding: 10px; 
}

 


.addressIn {
	height: 170px;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:auto;
	overflow: -moz-scrollbars-vertical;
}

/* Boites principales communes -----------------------------------------------------------------------*/
#rootContent {
	width: 760px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#leftContent {
	float: left;
	width: 163px;
	padding-bottom: 6px;
	background-image: url(./pics_fr/leftBottomShade.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.Tshadow {
	padding-bottom: 6px;
	background-image: url(../../pics/leftBottomShade.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#content {
	float: right;
	width: 590px;
	padding-left: 7px;
}

.partContentTitle h1{
  	font-size: 11px;
	font-weight: bold;
}

#rdvNoLog {
	padding-left: 240px;
	width: auto;
	background-image: url(../../pics/noLogRdv.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 720px;
	_height: 720px;
}

.rdvNoLogList {
	background-image: url(../../pics/paperClip.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	padding: 25px 20px 40px 35px;
}


/* Haut de page (compte, connexion, pseudo, moteur de recherche) ---------------------------------------------------------*/
#logotype  {
	padding-bottom:3px;
}


#topBar  {
	background-color:#666;
	padding-top:4px;
	margin-bottom:7px;
}

#account  {
	background-color: #993300;
}

#accountBoxTxt  {
	background-color: #C2675B;
}

#identity   {
	float: left;
	padding-left: 3px;
	padding-right: 3px;
}

#topSearch   {
	float: right;
	width: 400px;
	text-align:right;
	color: #FFF;
}

/* Haut de page (compte, connexion, pseudo, moteur de recherche) : styles de texte -------------------*/
.topLink  {
	color: #FFFFFF;
	text-align: center;
}

.topLink a  {
	color: #FFFFFF;
}

.topLinkIdentity  {
	color: #FFFFFF;
}

.topLinkIdentity a  {
	color: #FFFFFF;
	font-weight: bold;
}

/* Menu de gauche ----------------------------------------------------------------------------------------*/
.pinkMenuBottom  {
	height: 20px;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #E4D5CD;
	background-image: url(../../pics/pinkMenuRounded.gif);
}

.areaMenu {
	background-color: #ca7a70;
}

.areaForm {
	padding-top: 5px;
}

.greenMenuBottom  {
	height: 20px;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #f8f8ef;
	background-image: url(../../pics/greenMenuRounded.gif);
}

.pinkMenuContent {
	background-color: #FFFFFF;
	padding: 6px 0px 3px 0px;
}

.greenMenuContent {
	background-color: #FFFFFF;
	padding: 6px 0px 3px 0px;
}

/* left menu > ---------------------------------------------------------------------------*/
.choice {
	padding: 3px 8px 3px 16px;
}

.choiceGreen {
	padding: 3px 8px 3px 16px;
	text-decoration: none;
	font-weight: bold;
	color:#000000;
	cursor:pointer;
}

.choiceGreen:hover{
	background-color: #95C70A;
	color:#000000;
}

.choiceSelectedGreen {
	padding: 3px 8px 3px 16px;
	background-color: #95C70A;
	font-weight: bold;
	color:#000000;
	cursor:pointer;
}


.choiceGreenHome {
	padding: 3px 8px 3px 16px;
	text-decoration: none;
	font-weight: bold;
	color:#000000;
	cursor:pointer;
	background: url(../../pics/pictoPreced.gif) no-repeat 66px 2px; 
}

.choiceGreenHome:hover{
	color:#000000;
	background:#95C70A url(../../pics/whiteArrow.gif) no-repeat 66px 2px;
}

.choiceSelectedGreenHome {
	padding: 3px 8px 3px 16px;
	font-weight: bold;
	color:#000000;
	cursor:pointer;
	background: #95C70A;
}

/** super flux, a revoir (nico) **/

.choiceGreen a {
	color: #000000;
	font-weight: bold;
}

.choiceGreen a:hover {
	text-decoration: none;
	color:#FFFFFF;
}

.choiceSelectedGreen a {
	color: #FFF;
	font-weight: bold;
}

.choiceSelectedGreen a:hover {
	text-decoration: none;
}

/** FIN  super flux, a revoir (nico) **/

.choicePink {
	padding: 3px 8px 3px 16px;
	text-decoration: none;
	font-weight: bold;
	cursor:pointer;
}

.choiceSelectedPink {
	font-weight: bold;
	padding: 3px 8px 3px 16px;
	background-color: #95C70A;
	color:#000;
	cursor:pointer;
}

.choicePink:hover {
	font-weight: bold;
	background-color: #95C70A;
	color:#000;
}

/**  super flux, a revoir (nico) **/
.choicePink a:hover {
	text-decoration: none;
	color:#FFF;
}

.choicePink a {
	color:#000000;
	font-weight: bold;
}

.choiceSelectedPink a {
	color:#FFF;
	font-weight: bold;
}

.choiceSelectedPink a:hover {
	text-decoration: none;
	color:#FFF;
}
/** FIN  super flux, a revoir (nico) **/

/* Contenu principal ----------------------------------------------------------------------------------------*/
.partContentIn {
	padding: 10px;
	background-color:#FFF;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width:568px;
	background-image: url(./pics_fr/pageDeco.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.partContent  {
	/*background-color:#FFFFFF;*/
	background-image: url(./pics_fr/NHBottomShadow.png);
	background-position:bottom;
	background-repeat: no-repeat;
	/*min-height:501px;
	_height:501px;
	*/
	padding-bottom:7px;
}

.partContentTitle{
	height: 19px;
	padding-top: 3px;
	padding-left: 6px;
	border-bottom : 1px solid #CCC;
	border-top : 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	background-image: url(./pics_fr/homeNoLogTitleBG.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
 }

.pinkTitle  {
	color: grey;
}

.blackTitle  {
	color: #000000;
}

.purpleTitle  {
	color: #844685;
}

.linkRed a  {
	color: #993300;
}

.linkBold a  {
	font-weight: bold;
}

.display  {
	float: left;
}

.displayMode  {
	float: right;
}

/* Contenu principal > accueil non loggué, localisé ---------------------------------------------------------------------------*/
.mapContentLocated  {
	float: left;
	width: 395px;
}

.listContentLocated  {
	float: left;
	width: 535px;
}

.locatedNolog  {
	_height: 1px;
}

.mapNavig  {
	margin-bottom: 5px;
}

.infoContentLocated  {
	float: right;
	width: 335px;
}

.infoContentLocatedList  {
	float: right;
	width: 195px;
}

.infoList {
	height: 150px;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:auto;
	overflow: -moz-scrollbars-vertical;
}

/* Contenu principal > liste actu ---------------------------------------------------------------------------*/
.sumLifeList {
	border-bottom: 1px dotted #993300;
	height: 20px;
	padding-top: 20px;
}

.sumLifeListTitle{
	float: left;
}

.sumLifeListDate{
	float: right;
	color: #999999;
}

.close{
	float: right;
}

/* Contenu principal > actu  -------------------------------------------------------------------------*/
.andNowRight {
	float: right;
	width: 430px;
}

/* Contenu principal > voisins -------------------------------------------------------------------------*/
.mapNeighbour  {
	padding-bottom: 10px
}

.mapContent {
	float: left;
	width: 317px;
}

.neighbourContentSearch  {
	float: right;
	width: 240px;	
}

.neighbourContent {
	border: 1px dotted #993300;
	padding: 5px;
	height: 210px;
}

.neighbourList {
	padding: 5px;
	color:#999999;
	padding: 5px;
	height: 150px;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:auto;
	overflow: -moz-scrollbars-vertical;
	
}


.infoPseudo {
	float: left;
	width: 365px;
	padding-right: 15px;
}

.infoPseudo h3 {
	text-indent: 14px;
	background-image: url(../../pics/pin.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.infoPseudo p {
	padding-left: 14px;
	padding-bottom: 10px;
}

.pictPseudo {
	float: right;
	width: 164px;
	text-align: right;
}

.infoRight {
	float: right;
	width: 370px;
}

/* voisins popup ------------*/
.topPict {
	float: left;
	padding-right: 10px;
}

.neighbourDial  {
	z-index: 1000;
	background-color:#ffffff;
	width: 550px;
	height: 360px;
	background-image: url(../../pics/neighbourDeco05.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	visibility: visible;
	border: 14px solid #E3E3C7;
}

.neighbourBoxPic  {
	padding-bottom: 6px;
}

/* Contenu principal > mon auto-portrait -----------------------------------------------------------------------*/
.infoMeRight {
	float: right;
	width: 418px;
}

.infoMeLeft {
	float: left;
	width: 120px;
}

.meOptions {
	padding: 7px;
	background-color: #E8E8E0;
	background-image: url(../../pics/mePic.jpg);
	background-position:top right;
	background-repeat: no-repeat;
}

.infoEdit  {
	background-color: #FDEAE7;
	padding: 2px;
}

.meSpacer  {
	padding-bottom: 2px;
}

.sfrL  {
	float: left;
	width: 18px;
}

.sfrR  {
	float: right;
	width: 100px;
}

.questionForm  {
	width: 400px;
}

/* Contenu principal > allList --------------------------------------------------- */

.boldListTitle{
	font-size:14px;
	font-family:arial;
	color:#2971A7;
	font-weight: bold;
}

.listColor{
	cursor:pointer;
}
.listColor:hover{
	background-color: #BEE0FF;
}


/* Contenu principal > rdvDetailed -------------------------------------------------------------------------*/
.headerTitle  {
	float: left;
	width: 430px;
}

.headerPseudo  {
	float: right;
	width: 120px;
	padding-left: 20px;
	text-align: right;
	color: #999999;
}


.rdvDetailContentLeft  {
	float: left;
	width: 202px;
	background-color: #FFFFFF;
}


.rdvDetailContentRight  {
	float: right;
	width: 356px;
	padding-left: 10px;
}

.description  {
	height: 170px;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:auto;
	overflow: -moz-scrollbars-vertical;
}

.rdvDetailContentRightBlank  {
	width: 525px;
}

.participantList {
	height: 100px;
	_height: 100px !important;
	width: 180px;
	overflow: auto;
	/*height: 40px;
	_height: 40px !important;
	color: #999999;
	overflow:auto;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:auto;
	overflow: -moz-scrollbars-vertical;*/
}

/*.participantList a {
	color: #8B3C5D;
	font-weight: bold;
}

.participantList a:hover {
	color: #FFCC33;
}*/

/* Contenu principal > rdvDetailedNew(25Sept) -------------------------------------------------------------------------*/
.participantListContentLeft {
	float: left;
	width: 190px;
}

.participantList {
	height: 200px;
	_height: 200px !important;
	width: 180px;
	overflow: auto;
}

.rdvTxtContentRight  {
	float: right;
	width: 346px;
}

.txtContentOverflow {
	height: 203px;
	_height: 203px !important;
	width: 336px;
	overflow: auto;
}

.tenSpacer {
	padding-top:10px;
}


.thumbRdvDetailedAlbum {
	float: left;
	padding-right: 9px;
}

#headerRdvTxt {
	height: 95px;
	_height: 95px !important;
}

#backToList {
	padding-top: 6px;
}


/* Contenu principal > rdvListe -------------------------------------------------------------------------*/
#listBox {
	float: left;
	width: 379px;
}

.sumLifeListTitleRdv{
	float: left;
	width: 355px;
}

#rdvRight {
	float: right;
	width: 170px;
	padding-left: 10px;
	border-left: 1px dotted black;
}

#rdvRight a  {
	font-weight: bold;
}

.rdvTitleRight {
	font-variant: small-caps;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 5px;
	margin-bottom: 3px;
	background-color:#993300;
	border-bottom: 1px solid #993300;
}

/* Contenu principal > annonces -------------------------------------------------------------------------*/
.themeTop {
	height: 8px;
	background-image: url(../../pics/ClassifiedThemeTop.gif);
	background-position:top;
	background-repeat: no-repeat;
}

.themeBottom {
	height: 8px;
	background-image: url(../../pics/ClassifiedThemeBottom.gif);
	background-position:top;
	background-repeat: no-repeat;
}

.classifiedTheme {
	padding: 7px;
	background-color: #E8E8E0;
	background-image: url(../../pics/ClassnewsPaper.gif);
	background-position:top right;
	background-repeat: no-repeat;
}

.classifiedThemePad {
	padding-right: 110px;
}

.rdvMapBox  {
	/*position: absolute;*/
	z-index: 1000;
	background-color:#ffffff;
	width: 600px;
	height: 310px;
	border: 1px solid #663300;
	background-image: url(../../pics/validDeco.png);
	background-repeat: repeat;
	visibility: visible;
	
}

.infoEdit  {
	background-color: #FDEAE7;
	padding: 2px;
}

/* Contenu principal > messages -------------------------------------------------------------------------*/
/*.messageBloc {
	float: left;
	width: 184px;
	padding-left: 6px;
}

.messageBlocLeft {
	float: left;
	width: 184px;
	padding-left: 6px;
}

.messagePicto {
	width: 30px;
	float: left;
}*/

.messageBloc {
	float: left;
	width: 184px;
	padding-left:8px;
	
}

.messageBlocLeft {
	float: left;
	width: 184px;
}

.messagePicto {
 	width:40px;
    float:left;
}

.message {
	padding-left: 30px;
	border: 1px dotted #A3A37F;
	/*height:37px;*/
}

.messageContent {
	padding-bottom: 7px;
}

ol {
	padding-left: 20px;
}

/* Contenu principal > contacts -------------------------------------------------------------------------*/

.inviteFriend {
	float: left;
	width: 267px;
	height: 70px;
	background-image: url(../pics/inviteBg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #7AB9CC;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:auto;
	overflow: -moz-scrollbars-vertical;
}

.colSpace {
	float: left;
	width: 9px;
	height: 20px;
}

.contact {
	float: left;
	width: 123px;
	height: 145px;
	_height: 145px !important;
	text-align: center;
	margin-bottom: 9px;
}

.contactPic {
	width: 121px;
	height: 87px;
	text-align: center;
	border: #3294B1 1px solid;
}

.contact h2 {
	font-size: 16px;
	font-weight: bold;
}

.contactList {
	float: left;
	width: 280px;
	padding: 3px 0px 3px 0px;
}

.contactVoisin {
	float: left;
	width: 100px;
	text-align: center;
}

.contactBox  {
	background-color:#ffffff;
	width: 340px;
	height: 400px;
	border: 1px solid #663300;
	background-image: url(../pics/validDeco.png);
	background-repeat: repeat;
}

.contactBoxIn {
	height: 380px;
	color: #999999;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:auto;
	overflow: -moz-scrollbars-vertical;
}

.helpContact  {
	height: 180px !important;
    background-image: url(../pics/helpContact.jpg);
	background-repeat: no-repeat;
	padding: 15px 100px 10px 40px;
	margin-bottom: 7px;
	color: #636349;
}


.partBox {
	height: 260px;
}

.borderTop {
	border-top: 1px solid #777777;
	}

/* Contenu principal > visio SFR -------------------------------------------------------------------------*/
.visioSFRBox {
	float: left;
	padding: 3px;
	width: 130px;	
}

/* visioSFRBox over :background-color: #DCDFE0;*/

.visioSFRBox h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}

.back {
	top:4px;
	left:390px;
	width:190px;
	height:25;
	position:absolute;
	z-index: 50;
	visibility: visible;
}

.relative {
	position: relative;

}

.visioBorder {
	border: 1px solid black;
	height: 105px;
}

.play {
	top:70px;
	left:90px;
	width:35px;
	height:35px;
	position:absolute;
	z-index: 50;
	visibility: visible;
}

.visioBtton {
 padding-top: 70px;
}

.visioHelp {
	height: 55px;
	background-image:url(../../pics/visioHelpBGDeco.jpg);
	background-repeat: no-repeat;
	padding: 8px 20px 8px 40px;
}

.vSpace {
	float: left;
	width: 7px;
	height: 20px;
}

/* Contenu principal > inscription -------------------------------------------------------------------------*/
.suscribeDeco {
	_height:2px;
	background-image: url(../../pics/suscribeDeco.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.suscribeSpacer {
	height: 80px;
}

.suscribeForm {
	width: 340px;
	text-align: right;
}

.locationTop {
	background-image: url(../../pics/locationDeco.jpg);
	background-repeat: no-repeat;
	background-position: top;
	_height:15px;
}

.locationHelp {
	width: 735px;
	height: 140px;
}

.inscriptionOk {
	background-image: url(../../pics/InscriptionOkDeco.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.inscriptionOkTxt {
	width: 500px;
}

.infoOver {
	height: 90px;
}

.key {
	background-image: url(../../pics/picKey.gif);
	background-position:top left;
	background-repeat: no-repeat;
	_height: 100px;
}

.introCv {
	width: 460px;
}

/* boites de dialogue -------------------------------------------------------------*/
.borderedFormFieldDial {
	background-color: #F1F1EA;
	border: 1px solid #C3C3A9;
	font-size: 11px;
}

.bttonDial {
	font-size: 11px;
}

.fadeBox  {
	background-color:#000;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 500;
    -moz-opacity: 0.5;
	top: 0px;
	left: 0px;
	visibility: visible;
}

.createEventDial  {
	/*position: absolute*/
	z-index: 1000;
	border: 14px solid #e8e8e0;
	background-color:#ffffff;
	width: 400px;
	height: 360px;
	min-height: 360px;
	background-image: url(../../pics/decoDial.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}


.guestBox  {
	/*position: absolute;*/
	z-index: 1000;
	background-color:#ffffff;
	width: 600px;
	height: 250px;
	border: 1px solid #663300;
	background-image: url(../../pics/validDeco.png);
	background-repeat: repeat;
	visibility: visible;
	
}

.addPicBox  {
	background-color:#ffffff;
	width: 600px;
	height: 120px;
	background-image: url(../../pics/validDeco.png);
	background-repeat: repeat;
}

.guestBoxIn {
	height: 230px;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:auto;
	overflow: -moz-scrollbars-vertical;
}

.writeBox  {
	width: 400px;
}

.writeBoxIn  {
	height: 230px;
}

.friends {
	float: left;
	width: 160px;
}

.friends p {
	padding-bottom: 8px;

}

.createContent {
	height: 320px;
	overflow: auto;
}

#friends p {
	padding-bottom: 10px;
}


/* forums -------------------------------------------------------------*/
.forumTheme {
	text-align: center;
	
}
.userCol {
	float: left;
	width: 108px;
	padding-right: 3px;
}
.forumTheme {
	text-align: center;
}

.adminMenu {
	width: 272px;
	border: 1px solid #ccc;
	background-color:#F4F4F4;
	padding: 3px;
	text-align: center;
}

.userCol {
	float: left;
	width: 108px;
	padding-right: 3px;
}

.listEdit {
	width: 190px;
}

.listParticipEdit {
	width: 346px;
}

.sumForumList {
	border-bottom: 1px dotted #993300;
	padding-top: 14px;
	_height: 1px;
}


/* styles de textes et formulaires communs -------------------------------------------------------------*/
.formField {
	font-size: 10px;
	background-color: #ffffff;
	border: none;
}

.borderedFormField {
	border: 1px dotted #999999;
	font-size: 11px;
	background-color: #ffffff;
}

.formFieldOk {
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	background-color:#95C70A;
	border: none;
}

.white {
	color: #ffffff;
}

.youCanBoxTitle  {
	min-height: 15px;
	_height: 15px;
	background-color: #6E6E61;
	padding: 3px 3px 3px 6px;
}
.smallPadBox {
	_height: 15px;
	min-height: 15px;
	padding: 5px;
}

.padBox {
	padding: 10px;
}

.greysmallPadBox {
	padding: 5px;
	background-color: #E8E8E8;
	_height: 15px;
}

.yellowSmallPadBox {
	padding: 5px;
	background-color: #FFFFCF;
	min-height: 15px;
	_height: 15px;
}

.borderedBox  {
	min-height: 15px;
	_height: 15px;
	border: 1px dotted #8B3C5D;
}

.borderedBlackBox  {
	min-height: 15px;
	_height: 15px;
	border: 1px dotted #000;
}

.greyBoxTitle  {
	min-height: 15px;
	_height: 15px;
	background-color: #E8E8E8;
	padding: 3px 3px 3px 6px;
}

.linkPseudo  {
	/*color: #8B3C5D;*/
	color: #2971a7;
	font-weight: bold;
}

.linkPseudoCompagny  {
	color: #844685;
	font-weight: bold;
}

.optionBar  {
	border-top: 1px dotted;
}

.navigTop  {
	_height: 1px;
	margin-top: 2px;
	border-top: 1px dotted;
	text-align: left;
}

.navigBottom  {
	height: 1px;
	margin-top: 22px;
	border-top: 1px dotted;
	text-align: right;
}

.CommentNavigBottom  {
	border-top: 1px dotted;
	text-align: right;
	_height: 1px;
}

.borderBottom  {
	border-bottom: 1px dotted;
	_height: 1px;
}

.partners  {
	text-align: center;
}

.helpDeco  {
	height: 56px;
	background-image: url(../../pics/helpDeco.gif);
	background-repeat: no-repeat;
	padding: 15px 100px 10px 40px;
	margin-bottom: 7px;
	color: #636349;
}

/* projects ----------------------------------------------------------------------------------------*/
.helpDecoProj  {
	height: 85px;
	width: 245px;
	background-image: url(../../pics/decoHelpProj.gif);
	background-repeat: no-repeat;
	padding: 20px;
	color: #636349;
}

.helpDecoProjLibrary {
	height: 100px;
	background-image: url(../../pics/projectLibraryHelp.jpg);
	background-repeat: no-repeat;
	padding: 15px 100px 0px 40px;
	margin-bottom: 7px;
	color: #636349;
}

.projectDescription  {
	width: 568px;
}

.titleTxt  {
	float: right;
	width: 380px;
	height: 155px;
}

.projectTxt {
	height: 110px;
	width: 370px;
	overflow:auto;
	/*overflow-x:hidden;
	overflow-y:auto;
	overflow: -moz-scrollbars-vertical;*/
}

.projectList {
	height: 100px;
	_height: 100px !important;
	width: 180px;
	overflow: auto;
}

.yellowBoxTitle  {
	min-height: 15px;
	_height: 15px;
	background-color:#FFE070;
	padding: 3px 3px 3px 6px;
}

.projectBox {
	height: 150px;
	width: 268px;
}

.projectLittleBox {
	height: 207px;
	width: 268px;
}

.participantBox {
	height: 129px;
}

.fileBox {
	height: 144px;
}

.participantBox a {
	color: #ca7a70;
	font-weight: bold;
}

.mailingListBox  {
	/*position: absolute;*/
	z-index: 1000;
	background-color:#ffffff;
	width: 340px;
	height: 280px;
	border: 1px solid #663300;
	background-image: url(../../pics/validDeco.png);
	background-repeat: repeat;
	visibility: visible;
	
}

.mailingListBoxIn {
	height: 260px;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:auto;
	overflow: -moz-scrollbars-vertical;
}

/* FAQ ----------------------------------------------------------------------------------------*/
.faqPic {
	background-image: url(../../pics/faqPic.gif);
	background-position: bottom right;
}

.faqBox {
	padding-right: 50px;
}
/* BLOG ----------------------------------------------------------------------------------------*/
.BlogLeft {
	float: left;
	width: 130px;	
}

.blogIn {
	padding-right: 60px;
}

.archiveList {
	height: 100px;
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:auto;
	overflow: -moz-scrollbars-vertical;

}

/* Pics album ----------------------------------------------------------------------------------------*/
.photo {
	text-align: center;
	
}

.albumDeco {
	background-image: url(../../pics/albumDeco.gif);
	background-repeat: no-repeat;
}

.miniContent {
	text-align: center;
}

.miniContent a {
	border: #ffffff solid 1px;
}

.albumSpacer {
	height: 5px;
}

/* Pics swho album by Nicoin */

.createAlbumDial  {
	/*position: absolute*/
	z-index: 1000;
	border: 14px solid #e8e8e0;
	background-color:#ffffff;
	width: 470px;
	height: auto;
}

.albumPadBox {
	padding:20px 0px 0px 0px ;
}


/* bugsSuggestions ----------------------------------------------------------------------------------------*/
.rate {
	float: left;
	width: 70px;
}

.bugSuggestListIn {
	float: right;
	width: 480px;
}

/* visitorBook ----------------------------------------------------------------------------------------*/
.visitorBookDeco {
	height: 130px;
	background-image: url(../../pics/visitorBookDeco.jpg);
	background-repeat: no-repeat;
	padding: 70px 100px 10px 40px;
	margin-bottom: 7px;
	color: #636349;
}

.picList {
    float: left;
    width: 123px;
    height: 92px;
    _height: 92px !important;
    text-align: center;
    margin-bottom: 9px;
    border: 1px solid #999999;
}

/* footer pages  ----------------------------------------------------------------------------------------*/
#footerIn {
	float: left;
	width: 540px;
}

/* VISO SFR Page ----------------------------------------------------------------------------------------*/
.visioDeco {
	width: 310px;
	height: 90px;
	background-image: url(../../pics/visio.jpg);
	background-repeat: no-repeat;
	padding: 100px 220px 0px 40px;
	margin-bottom: 7px;
}

.visioBox {
	float: left;
	width: 172px;
	height: 240px;
	background-image: url(../../pics/visioBoxBack.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;	
}

.visioPlayer {
	z-index: 1000;
	border: 14px solid #e8e8e0;
	background-color:#ffffff;
	width: 250px;
	height: 300px;
	min-height: 300px;
	background-image: url(../../pics/decoDial.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}


#footerContent ul {
	list-style-type: square;
	margin-left: 25px;
}

#footerRight {
	float: right;
	width: 170px;
	padding-left: 10px;
	border-left: 1px dotted black;
}

#footerRight p  {
	color: #666A75;
}

.titleRight {
	font-variant: small-caps;
	font-size: 12px;
	font-weight: bold;
	color: #6D6D60;
	padding-left: 5px;
	margin-bottom: 3px;
	background-color:#e8e8e0;
	border-bottom: 1px solid #AAAA91;
}

.subTitle {
	padding-bottom: 4px;
	border-bottom: 4px solid #e8e8e0;
}

.green  { color: #6D6D60; }

/* footer ----------------------------------------------------------------------------------------*/
.bottomLifeDeco {
	width:590px;
	height:7px;
	background-image: url(../../pics/NHBottomShadow.png);
	background-repeat:no-repeat;
	background-position: top; }

.footer {
	color:#DD8A88;
	background-color: #fff;
}

.footer a {
	color: #999;
}

.footer a:hover {
	color: #333;
}

/* homePageNoLog ----------------------------------------------------------------------------------------*/
.nologHomeBanner {
	float: left;
	width: 602px;
	height: 144px;
}

.homeBannerLeft {
	float: left;
	width: 416px;
	height: 94px;
	background-image: url(../../pics/homeBanner.gif);
	background-repeat: no-repeat;
	padding-left: 186px;
	padding-top: 50px;
}

.homeConnexion  {
	float: right;
	width: 133px;
	height: 109px;
	background-color: #F0F0E1;
	background-image: url(../../pics/memberTitle.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 35px 5px 0px 10px;
}

#homeLeft {
	float: left;
	width: 167px;
}

.homeNews   {
	background-image: url(../../pics/homeNewsDeco.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 50px 5px 0px 14px;
	height: 300px;
	color: #656556;
}

.homeNews P  {
	line-height: 13px;
}

#homeRight {	
	float: right;
	width: 583px;
}

#next {
	text-align: right;
}

#leftPic {
	float: left;
	width: 346px;
	padding-left: 14px;
}

#rightTxt {
	float: right;
	width: 195px;
	padding-right: 14px;
	
}

.newsTop  {
	padding: 0px;
	margin: 0px;
	height: 51px;
	_height: 51px !important;
	background-image: url(../../pics/newsNologTitle.gif);
	background-repeat: no-repeat;
	background-position: top center;	
}

.partnersTop  {
	padding: 0px;
	margin: 0px;
	height: 51px;
	_height: 51px !important;
	background-image: url(../../pics/partnersNologTitle.gif);
	background-repeat: no-repeat;
	background-position: top center;	
}


/* diffuser peuplade ----------------------------------------------------------------------------------------*/

.broadcastLeft  {

                float: left;

                width: 370px;

}

 

.broadcastRight  {

                float: right;

                width: 180px;;

}

/* homePageNoLog ----------------------------------------------------------------------------------------*/
.homeBannerLeft {
	float: left;
	width: 416px;
	height: 94px;
	background-image: url(../../pics/homeBanner.gif);
	background-repeat: no-repeat;
	padding-left: 186px;
	padding-top: 50px;
}

.homeConnexion  {
	float: right;
	width: 133px;
	height: 109px;
	background-color: #F0F0E1;
	background-image: url(../../pics/memberTitle.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 35px 5px 0px 10px;
}

#homeLeft {
	float: left;
	width: 167px;
}

.homeNews   {
	background-image: url(../../pics/homeNewsDeco.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 50px 5px 0px 14px;
	height: 200px;
	color: #656556;
}

.homeNews P  {
	line-height: 13px;
}

#homeRight {	
	float: right;
	width: 583px;
}

#homeContentBuilding {
	background-image: url(../../pics/buildingTitle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	background-color: #ffffff;
}

#homeContentSchool {
	background-image: url(../../pics/schoolTitle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	background-color: #ffffff;
}

#next {
	text-align: right;
}

#diaporama {
	float: left;
	width: 271px;
	padding-left: 14px;
}

#homeTxt {
	float: right;
	width: 270px;
	padding-right: 14px;
}

/* ecoles ----------------------------------------------------------------------------------------*/
.schoolBackDeco {
	background-image: url(../../pics/schoolBackDeco.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 130px;
	width: 315px;
	_height: 130px !important;
}

.schoolLeft  {
	float: left;
	width: 410px;
}

.schoolRight  {
	float: right;
	width: 140px;
}

.schoolList  {
	padding: 0px 0px 14px 0px;
}

.schoolListPic  {
	width: 28px;
	float: left; 
}

.schoolListTxt  {
	width: 374px;
	float: right;
}

.PopInfo  {
	border: 14px solid #e8e8e0;
	background-color:#ffffff;
	width: 400px;
	height: 200px;
	min-height: 200px;
	background-image: url(../../pics/decoDial.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.popInfoContent {
	height: 140px;
	_height: 140px !important;
	width: 350px;
	overflow:auto;
}

.schoolBill {
	background-image: url(../../pics/bgSchoolBill.gif);
	background-repeat: no-repeat;
	height: 208px;
	_height: 208px !important;
}

.schoolBillScroll {
	height: 150px;
	_height: 150px !important;
	width: 350px;
	padding: 0px 20px 0px 20px;
	overflow:auto;
}

.schoolChild {
	background-image: url(../../pics/bgSchoolChild.gif);
	background-repeat: no-repeat;
	height: 500px;
	_height: 500px !important;
}

.schoolChildScroll {
	height: 300px;
	_height: 300px !important;
	width: 350px;
	padding: 0px 20px 0px 20px;
	overflow:auto;
}

.addBill {
	padding: 8px 0px 10px 132px;
}

/* schoolNew ----------------------------------------------------------------------------------------*/
.partContentSchool  {
 	background-color: #FFFFFF
}


#schoolMap {
	padding-top: 11px;
}


.mapShadow {
	width: 308px;
	height: 7px;
	background-image: url(../../pics/mapShadow.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#parentsSheet {
	height: 137px;
	width: 212px;
	background-image:url(../../pics/parentsSheet.gif);
	padding: 63px  12px 27px 24px;
}

.parentsScroll a {
	color: #ca7a70;
	font-weight: bold;
}

.parentsScroll {
	height: 137px;
	_height: 137px !important;
	width: 212px;
	overflow:auto;
}

.parentsScroll a {
	color: #ca7a70;
	font-weight: bold;
}

#forumSheet {
	height: 214px;
	width: 389px;
	background-image: url(../../pics/forumSheet.gif);
	padding: 28px 10px 18px 18px;
}

#meetingSheet {
	width: 137px;
}

.meetingBottom  {
	height: 1px;
	margin-top: 4px;
	border-top: 1px dotted;
	text-align: right;
}

#childrenSheet  {
	height: 223px;
	width: 262px;
	padding: 45px 23px 2px 30px;
	background-image: url(../../pics/childrenSheet.gif);
}

#toolBoxSheet  {
	height: 246px;
	width: 210px;
	padding: 45px 0px 0px 21px ;
	background-image: url(../../pics/toolBoxSheet.gif);
}

.schoolFormDeco  {
	background-image: url(../../pics/carreauSchool.gif);
	background-repeat: repeat;
}

.schoolTxt {
	width: 240px;
}

.shadow {
	width: 570px;
	height: 9px;
	background-repeat: no-repeat;
	background-image: url(../../pics/shadow.jpg);
}

/* schoolMooBox -------------------------*/

#schoolMooBox {
	width: 448px;
	height: 388px;
	padding: 72px 42px 0px 38px;
	border:#999999 solid 1px;
	background-color: ffffff;
	background-image: url(../../pics/BgSchoolMooBox.gif);
}

.designContent {
	width: 448px;
	height: 304px;
	text-align: center;
}

/* buildings ----------------------------------------------------------------------------------------*/
.buildingLogo  {
	float:left;
	width: 86px;
}

.buidingBackDeco {
	background-image: url(../../pics/buildingdBackDeco.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 130px;
	_height: 130px !important;
}

.gotoIn  {
	background-color: #E3E3C7;
	background-image: url(../../pics/window.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px 40px 20px 20px;
}

.buildingForm  {
	text-align: right;
}

.buildingResident {
	background-image: url(../../pics/bgbuildingResident.gif);
	background-repeat: no-repeat;
	height: 500px;
	_height: 500px !important;
}

.buidingPicLeft {
	float: left;
	width: 170px;
	text-align: center;
}

.buidingDescriptionRight {
	float: right;
	width:230px;
}

/* RSS ----------------------------------------------------------------------------------------*/

.rssList {
	padding-left:40px;
	background-image: url(../../pics/logoRss.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.rssDeco {
	background-image: url(../../pics/rssDeco.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

/* viewer ----------------------------------------------------------------------------------------*/

.viewerTitle  {
	float: left;
	width: 410px;
}

.grTop  {
	padding: 0px;
	margin: 0px;
	height: 91px;
	_height: 91px !important;
	background-image: url(../../pics/viewerGRtop.png);
	background-repeat: no-repeat;
	background-position: top center;	
}

.grContent  {
	background-color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}

.grBottom  {
	height: 41px;
	_height: 41px !important;
	padding: 0px;
	margin: 0px;
	background-image: url(../../pics/viewerGRBottom.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.viewerContentRight  {
	width: 349px;
	float: right;
}

.viewerLogOut  {
	width: 276px;
	float: left;
}
	
.viewerLogIn  {
	padding: 10px;
	border: 1px dotted #808067;
}

.viewerSuscribeOut  {
	width: 276px;
	float: right;
}

.viewerSuscribeIn  {
	padding: 10px;
	border: 1px dotted #D06435;
}

.ViewerprojectDescription  {
	width: 360px;
}

.viewerTitleTxt  {
	float: right;
	width: 370px;
	height: 155px;
	_height: 155px !important;
}

.viewerProjectTxt {
	height: 110px;
	_height: 110px !important;
	width: 360px;
	overflow:auto;
}

.viewerInfoMeRight {
	float: right;
	width: 410px;
}

.viewerContactLeft {
	padding: 5px;
	text-align: center;
	background-color: #e8e8e0;
}

.helpDecoViewer  {
	height: 56px;
	_height: 56px !important;
	background-image: url(./pics_fr/helpDecoViewer.gif);
	background-repeat: no-repeat;
	padding: 15px 100px 10px 40px;
	margin-bottom: 7px;
	color: #636349;
}


.talkBorder {
	border: 1px solid #71B3FF;
	padding: 7px;
}

.talkSubject {
	background-color: #B6D8FF;
	padding: 14px;
}

.talkSubject p {
	line-height: 18px;
}
