/* Compressed File */
/***
Rappel: margin: top right bottom left
***/

* {
  font-family: arial;
  font-size: 12px;
  color:#013018;
}

body {
  background-color:#C9FEE3;
  background-image:url(http://www.pensees-ecrites.net/img/background.jpg);
  background-repeat:repeat-x;
  text-align:center;
  }

form {
  margin:0px;
  padding:0px;
  }
  
h1, h2, h3, h4, h5, h6 { margin: 5px 0 10px 5px; }
h1 { 
  font-size:1.6em;
  color:#018642;
  font-weight:bold; 
  letter-spacing:1.5px;
  }
h2 {
  font-size:1.4em;
  color:#018642;
  letter-spacing:1.5px;
}
h3 {
  font-size:1.2em;
  color:#018642;
}
h4 {
  font-size:1.1em;
  color:#02C761;
}
h5 {
  font-size:1em;
  color:#02C761;
}
h6 {
  font-size:1em;
  color:#02C761;
}

p { margin:5px; }
li, ul, ol { margin-left:5px; }


/** Texte **/
.sml { font-size:0.8em; }

.TXTblanc { color:#FFFFFF; }
.TXTgris { color:#888888; }

/** Liens **/
a:link            { color:#01562A; text-decoration:none; font-weight:bold; }
a:visited         { color:#01562A; text-decoration:none; font-weight:bold; }
a:hover           { color:#02D166; text-decoration:underline; font-weight:bold; }

a.p:link          { color:#013018; text-decoration:none; font-weight:bold; margin:5px; }
a.p:visited       { color:#013018; text-decoration:none; font-weight:bold; margin:5px; }
a.p:hover         { color:#01562A; text-decoration:underline; font-weight:bold; margin:5px; }

a.h2:link            { font-size:1.3em; color:#018642; letter-spacing:1px; font-weight:bold; text-decoration:none; }
a.h2:visited         { font-size:1.3em; color:#018642; letter-spacing:1px; font-weight:bold; text-decoration:none; }
a.h2:hover           { font-size:1.3em; color:#02D166; letter-spacing:1px; font-weight:bold; text-decoration:underline; }

a.h3:link            { font-size:1.2em; color:#018642; font-weight:bold; text-decoration:none; }
a.h3:visited         { font-size:1.2em; color:#018642; font-weight:bold; text-decoration:none; }
a.h3:hover           { font-size:1.2em; color:#02D166; font-weight:bold; text-decoration:underline; }

a.h4:link            { font-size:1.1em; color:#02C761; font-weight:bold; text-decoration:none; }
a.h4:visited         { font-size:1.1em; color:#02C761; font-weight:bold; text-decoration:none; }
a.h4:hover           { font-size:1.1em; color:#02D166; font-weight:bold; text-decoration:underline; }

a.h5:link            { font-size:1em; color:#02C761; font-weight:bold; text-decoration:none; }
a.h5:visited         { font-size:1em; color:#02C761; font-weight:bold; text-decoration:none; }
a.h5:hover           { font-size:1em; color:#02D166; font-weight:bold; text-decoration:underline; }

.LINKmenu:link          { color:#FD613B; font-family:verdana; font-size:1em; font-weight:bold; }
.LINKmenu:visited       { color:#FD613B; font-family:verdana; font-size:1em; font-weight:bold; }
.LINKmenu:hover         { color:#FD613B; font-family:verdana; font-size:1em; font-weight:bold; text-decoration:underline; }

.LINK               { color:#013018; }
a.LINKblanc:link    { color:#FFFFFF; }
a.LINKblanc:visited { color:#FFFFFF; }

/* Spécifiques à la cit du jour sur site web */
a.PEC_LINK:link { font-family:arial; font-size:10px; color:#865C01; text-decoration:none; font-weight:bold; }
a.PEC_LINK:visited { font-family:arial; font-size:10px; color:#865C01; text-decoration:none; font-weight:bold; }
a.PEC_LINK:hover { font-family:arial; font-size:10px; color:#FF0000; text-decoration:underline; }

/** Mises en pages **/
.clouded {
  background-image:url(http://www.pensees-ecrites.net/img/cloud.png);
  background-repeat:no-repeat;
  }
.highlighted_Y {
  background-color:#FEFE84;
  }
.highlighted_O {
  background-color:#DEFFC2;
  }

.TopMenu {
  border:solid 1px;
  width:180px;
  height:auto;
  margin:3px 0 3px 0;
  text-align:left;
  padding:3px 3px 3px 10px;
}

.roundbox {
  border:solid 0px #FF6600;
  background-color:#FEECC6;
  overflow:hidden;
  text-align:left;
  padding:5px;
  margin-bottom:5px;
}

.menu1 {
  background-color:#FFFFFF;
  margin:0px;
  padding:4px 10px 4px 10px;
}
.menu2 {
  background-color:#FEFDB9;
  margin:0px;
  padding:4px 10px 4px 10px;
}

/* NEVER CHANGE BEFORE THIS POINT UNLESS YOU KNOW EXACTLY WHAT YOUR ARE DOING THERE */
	.cachediv {
		visibility: hidden;
		overflow: hidden;
		height: 1px;
		margin-top: -1px;
		position: absolute; }
    
	.showdiv { height: 100%; }
    
  .trans { border-style:none }
