@charset "iso-8859-1";
/*** Code Grey - style.css *******************************************************************/

body {
  background: url(images-bg/rotator.php) fixed;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}

/***   LIGNES ROUGES

* {
   border: 1px solid red !important;
}
*/


#i1234 /*** Positionnement de la photo en tête du site, au-dessus ***/
{
float: left;
top: 6px;
position: absolute;st
z-index: 1; /* Placer l'élément en arrière avec -1, utilisez avec Pisition: absolute */
} 

#entete-gauche /*** Positionnement de la photo en tête du site, au-dessus ***/
{
float: left;
top: 0px;
position: absolute;
z-index: -1; /* Placer l'élément en arrière avec -1, utilisez avec Pisition: absolute */
} 

#wrap {
	background:url(images/contenu_layout_sidebar.png) repeat-y;
		background-size:1000px;
background-position:center; 
	margin: 0px auto 0px;
	padding: 0px;
	}
	
/*** Hyperlinks *******************************************************************/

a, a:visited {
	color: #049e00;
	text-decoration: none;
	}
	
a:hover {
  background:#none;
	color: #bf3200;
	font-weight: none;
	text-decoration: none;
	}

a img {
	border: none;
	}
	
/**	Entête du site  *******************************************************************/

#header {
	width: 1000px;
	height: 159px;
	background:url(images/entete.png) no-repeat;
	background-position:inherit;
	font-size: 11px;
	font-weight: normal;
	margin: 10px auto 0px;
	padding: 0px;
	overflow: hidden;	border-top: 0px solid #6a6a6a;
	}
	
#header p {
	padding: 0px 0px <u>0</u>px 0px;
	margin: 0px;
	line-height: 10px;
	}
	
#header h1 {
	color: #000000;
	    font-size: 30px;
		text-shadow: 2px 1px 2px #757575; 
		line-height: 14px; /* Espace entre Gros titre et petit titre */
	     font-family: Times New Roman, Georgia, Trebuchet MS;
	      font-weight: normal;
	margin: 10px;	
	 padding: 70px 0px 0px 0px;
	  z-index: 1; /* Placer l'élément en arrière avec -1, utilisez avec Pisition: absolute */
	}

#header h1 a:hover {
	color: #000000;
	    font-size: 30px;
			     font-family: Times New Roman, Georgia, Trebuchet MS;
	      font-weight: normal;
	}

.headerleft {
	width: 540px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;			
	}
	
.headerright {
	width:460px; /* Position à droite du moteur de recherche */
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
} 

.headerright a, .headerright a:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 0px 0px 3px;
} 
	
.headerright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.headerright a img {
	border: none;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	}
	
/*** MENU MENU MENU *******************************************************************/

#navbar {
	background: none;
	width: 960px;
	height: 31px;
	color: #F6F4DA;
	margin: 20px 0px 0px 22px;
	padding: 0px 0px 0px 27px; /* Espace entre Accueil et merge gauche GDM */
	}
	
#navbarleft {
	width: 660px;
	height: 22px;
	float: left;
	margin: 0px;
	padding: -5px;
	}

	
#navbarright {
	width: 200px;
	height: 30px;
	color: #ffffff;  /* texte Blanc quand on passe */
	float: right;
	margin: -3px 0px 13px 16px;
	padding: 1px;
	text-align: left;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
		font-size: 11px;
	margin: -8px 0px 0px -27px; /* -6= position vertical - 24 = Espacement entre les titres de menu 	*/
	padding: 0px;
	z-index: 1;
	}
	
#nav ul li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #E7DBBD;
	display: block;
    font-weight: bold;
    margin: 0px 20px 0px 0px;
	padding: 8px 10px 7px 9px;
	z-index: 1;
	}
    
#nav li a:hover, #nav li a:active {
background:#FFFFFF;
color:#000000;
	display: block;
	font:normal;
    margin: 0px 20px 0px 0px;
	padding: 7px 10px 7px 10px;
	z-index: 1;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
background:#000000; /fond blanc dans le menu apparait/
    
color: #000000;
	font-size: 11px;
	width: 150px;
	float: none;
	margin: 0px;
	padding: 4px 8px 5px 8px;
	border-bottom: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
		-moz-border-radius-bottomleft: 3px;
	-khtml-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
			-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
		-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	z-index: 1;
	}
	
#nav li li a:hover, #nav li li a:active {
background:#FFFFFF;
color:#000000;
font:Arial, Helvetica, sans-serif;
		z-index: 1;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul a:hover, #nav li ul a:active { 

	}

#nav li ul ul {
	margin: -27px 0 0 162px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {


	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	
left: auto;
	}

#nav li:hover, #nav li.sfhover { 

position: static;
	}
	

/*** Contenu du site Web  *******************************************************************/

#content {
	width: 1000px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	color: #444444; /* Textes de pages */
	font-size: 12px;
	font-family: Arial, Times New Roman, Georgia, Trebuchet MS;
	line-height: 14px;
	
	
	}
	
#content h1 {
	color: #000000; /* Titres de pages */
	font-size: 24px;
	font-family: Arial, Times New Roman, Georgia, Trebuchet MS;
text-shadow: 2px 1px 3px #757575; 
	font-weight: normal;
	margin: 0px;
	padding: 12px 0px 12px 0px; 
	/* 12 = Espace entre titre et texte précédent */
		/* 12 = Espace Titre et texte sous le titre */
	}
	
#content h1 a  {

	color: #000000;
	text-decoration: none;
	}

#content h1 a:hover {

	color: #444444;
	text-decoration: none;

	}
	
#content h3 {

	color: #666666;
	font-size: 20px;
	font-family: Arial, Times New Roman, Georgia, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
		line-height: 18px;
	}
	
#content h4 {

		color: #666666;
	font-size: 18px;

	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
		line-height: 16px;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#contentleft {
	float: left;
	width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 20px 30px 20px 32px

	}

/***  Configuration de l'affichage de la petite date ***/

.entrydate .dateMonth
{
  font-size:10px;
  text-align:center;
  color:#F3EFE0;
  margin:0;
  padding:7px 0 0;
}

.entrydate .dateDay
{
  font-family:Times New Roman,Helvetica,Sans-Serif;
  font-size:21px;
  font-weight:700;
  text-align:center;
  color:#E6E6E6;
  margin:0;
  padding:3px 0 0;
}

.entrydate .dateYear
{
  font-size:9px;
  padding:0 0 0 1pt;
}

/*  .entrydate
{
  background:transparent url(images/date.png) repeat scroll 0 0;
  float:right;
  height:53px;
  margin-left:5px;
  margin-top:5px;
  width:49px;
}  */


.postarea p {

	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ul li {
	list-style-type: square;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 5px 0px;
	}
	
.date {

	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;  /*  5= espacement entre texte et pointillé */
	border-bottom: 1px dotted #BBBBBB;
	}
	
.postmeta {

	width: 500px;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border-top:groove #BBBBBB;
	}
	
blockquote {
	font-style: italic;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #7A7A7A;
	}
	
#content blockquote p {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}
	
/*** Images Images Images Images  *******************************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #EEEEEE;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
.nuage
{
  background:url(images/nuage.gif) no-repeat;
  padding:2px 2px 67px 5px;
}

.logo-off
{
  background:url(images/logo-off.gif) no-repeat;
  padding:2px 2px 57px 5px;
      padding:2px 2px 54px 27px;
  	line-height: 10px;/*** Interlignes ****/
	padding: 65px 40px 0px 5px;
	color: #777777;
	text-decoration: none;
	font-size: 9px;
	font-family: Arial, Tahoma, Verdana;

}


/*** Logo AGA et non OASIS pour une raison pratique ***/
.oasis
{
    background:url(images/ada.gif) no-repeat;

	padding: 47px 30px 10px 0px;
  	line-height: 9px;/*** Interlignes ****/
	color: #777777;
	text-decoration: none;
	font-size: 9px;
	font-family: Arial, Tahoma, Verdana;
	
}

.w3dPointCa
{
    background:url(http://w3d.ca/images-pub/w3dPointCa-algi.gif) no-repeat;

	padding: 53px 10px 0px 0px;
  	line-height: 11px;/*** Interlignes ****/
	color: #777777;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Tahoma, Verdana;
	
}

.homophobie
{
    background:url(images/homophobie.jpg) no-repeat;

	padding: 230px 70px 0px 0px;
  	line-height: 10px;/*** Interlignes ****/
	color: #777777;
	text-decoration: none;
	font-size: 9px;
	font-family: Arial, Tahoma, Verdana;

}

.gai-ecoute
{
    background:url(images/logo-gai-ecoute.gif) no-repeat;

	padding: 55px 20px 10px 0px;
  	line-height: 12px;/*** Interlignes ****/
	color: #777777;
	text-decoration: none;
	font-size: 9px;
	font-family: Arial, Tahoma, Verdana;

	
}

.algi
{
    background:url(images/algi.gif) no-repeat;

	padding: 65px 30px 0px 0px;
  	line-height: 10px;/*** Interlignes ****/
	color: #777777;
	text-decoration: none;
	font-size: 9px;
	font-family: Arial, Tahoma, Verdana;
	
}


.ccglm
{
    background:url(images/ccglm.gif) no-repeat;

	padding: 52px 20px 0px 0px;
  	line-height: 10px;/*** Interlignes ****/
	color: #777777;
	text-decoration: none;
	font-size: 9px;
	font-family: Arial, Tahoma, Verdana;
	
}


.archives
{
  background:url(images/archives.gif) no-repeat;
  padding:2px 2px 57px 5px;
}

.liste
{
    background:url(images/lettre.gif) no-repeat;
	margin: 12px /*Haut*/ 16px 0px 0px;
    padding: 2px/*Haut*/ 25px/*Gauche*/ 80px/*Bas*/ 12px;/*Droit*/
line-height: 12px;/*** Interlignes ****/
	color: #00000;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Tahoma, Verdana;
}


.a
{
  background:url(images/a.png) no-repeat;
  padding:2px 2px 19px 14px;
}

.timbre
{
  background:url(images/timbre.png) no-repeat;
 	margin: -233px -8px 1px -11px; /*** 1=Espace entre titre et texte ****/
  padding: 2px 2px 238px 10px;
}


/*** Barre latérale gauche, no. 2  *******************************************************************/

#l_sidebar {
	background:none; /* Arrière-plan de la colone */
	float: left;
	width: 243px;
	color: #7C7062;/*** Noir, couleur du texte dans les cases ****/
	margin: 11px 0px 0px -15px; /* Premier no.= hauteur, dernier no.=positio horizontale de la colone */
/*** Y, Yvers le haut, ?, X bas*******************************************************************/
	padding: 25px 2px 0px 0px; /* 5 = marge gauche, 2=marge droite blanche, texte et entête */
	line-height: 12px;/*** Interlignes ****/

	}

#l_sidebar h2 {
	background: url(images/headline_left.png);
	color: #000000;
	font-size: 12px;
		line-height: 12px;/*** Interlignes ****/

	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
text-shadow: 1px 1px 0px #fff; /***  OMBRE SOUS LE TEXTE NOIR. Texte blanc : text-shadow: 0px -1px 0px #374683;  ************/

	margin: 0px 0px 10px 0px; /*** 1=Espace entre titre et texte ****/
	padding: 10px 5px 8px 5px;  /*** Défini la hauteur de la barre bleue ****/
	}

#l_sidebar p {
background:none;
	color:none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 12px;/*** Interlignes ****/

		}
	 
#l_sidebar ul {
	color:none;
	list-style-type: none;
		line-height: 12px;/*** Interlignes ****/

	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#l_sidebar ul li {
	list-style-type: none;
		line-height: 12px;/*** Interlignes ****/

	margin: 0px 0px 5px 0px;
	padding: 0px;

	}
	
/*** Barre larérale droite No. 2 pointillé des modules ********/
#l_sidebar ul ul {
	color:none;
	list-style-type: none;
	margin: 0px;
	padding: 5px;
	color:none;
border:none; /* Pointillé autour des commentaires */

	}
	
#l_sidebar ul li li {
	background: url(images/arrow.png) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	}
	
#l_sidebar ul li ul li {
	background: url(images/arrow.png) no-repeat top left;
	padding: 0px 0px 4px 20px;
	margin: 0px;
	}
	
/*** Barre larérale droite No. 3  *******************************************************************/

#r_sidebar {
	float: left;
	width: 192px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 10px; /* 10 = Texte à partir de la marge gauche */
	line-height: 40px;

	}

#r_sidebar h2 {
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#r_sidebar p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#r_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#r_sidebar ul li {
	list-style-type: none;
	  	line-height: 14px;/*** Interlignes ****/
	padding: 65px 40px 0px 5px;
	color: #777777;
	text-decoration: none;
	font-size: 9px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#r_sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#r_sidebar ul li li {
	background: #FFFFFF url(images/) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	}
	
#r_sidebar ul li ul li {
	background: #FFFFFF url(images/arrow.png) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	}
	
/*** Fond de pied de page  *******************************************************************/

#footerbg {
	background:url(images/bottom_layout_sidebar.png) no-repeat;
	background-position:center; 
	}
	
/*** Pied de page *******************************************************************/

#footer {
  padding: 8px 8px 22px 0px;
	width: 1000px;
	height: 41px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#footer p {
	color: #FFFFFF;
	font-size: 12px;
    font-weight: normal;
    text-transform: normal;
	margin: 0px;	
	padding: 0px;
	}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

.footerleft {
	width: 690px;
	float: left;
	margin: 0px;
	padding: 18px 0px 18px 30px;
	}
	
.footerright {
	width: 250px;
	float: right;
	margin: 0px;
	padding: 8px 0px 8px 0px;
	text-align: right;
	}
	
/**** Moteur de recherche  *******************************************************************/


#searchdiv {
	margin: 0px;
	padding: 0px;
	}
	
#searchform {
	margin: 0px;  /* -2 =  positionnement vertical */
	padding: 94px 0px 0px 0px; /* Position à partir du haut du moteur */
	}
	
#s {
	background: url(images/rechercher.png);
	width: 128px;
	color: #A30403; /* Text bouton */
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding: 4px;
	margin: 7px -3px 0px 265px;
	border-top: 0px solid #927D55;
	border-right: 0px solid #927D55;
	border-left: 0px solid #927D55;
	border-bottom: 0px solid #927D55;
	}
	
#sbutt {
	background: #F8F8EC url(images/submit.png);
	color: #ffffff; /* Couleur du texte sur le bouton */
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: none;
	padding: 2px;
	margin: 0px;
	border: 0px solid #BDAEC6;
	}
	
#author, #email, #url {
	background: #EAEAEA !important;
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 2px;
	margin: 0px;
	padding: 4px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
#comment {
	background: #EAEAEA !important;
	width: 500px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
/**** Commentaires des visiteurs  *******************************************************************/

.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	background:url(images/oups.gif) no-repeat;
    	text-align: center;
	margin: 0px;
	padding: 0px;
	padding: 0px 0px 105px 0px;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #EEEEEE;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}
