/* Définitions générales */
body {
        background-color: #d0d0d0;
        color: #000;
        font-family: Verdana,Geneva,Arial,Helvetica,"Trebuchet MS",sans-serif;
        font-size: small;
        margin: 0px;
        padding: 20px 0px;
}

/* lien général */
a:link {text-decoration: none; color: #0000FF; }		/* blue */
a:visited {text-decoration: none; color: #696969; }		/* dimgray */
a:hover {text-decoration: none; color: #FF0000; }		/* red */

/* lien image facebook fêtes */
a.lien {
display: block;
/* margin: 0 auto; */
/* margin: 0; */
width: 180px;
height: 32px;
border: 0px solid #000;
background: #fff url("../images/facebook1.png") no-repeat scroll center center;
}

a.lien:hover {
display: block;
width: 180px;
height: 32px;
background: #fff url("../images/facebook2.png") no-repeat scroll center center;
background-size: 180px 30px;
}
/* fin lien image facebook fêtes */

/* lien image facebook RPI */
a.lien2 {
display: block;
margin: 0;
width: 180px;
height: 32px;
border: 0px solid #000;
background: #fff url("../RPI/images/facebook3.png") no-repeat scroll center center;
}

a.lien2:hover {
display: block;
width: 180px;
height: 32px;
background: #fff url("../RPI/images/facebook4.png") no-repeat scroll center center;
background-size: 180px 30px;
}
/* fin lien image facebook RPI */


a img {border: 0;}
img {border-width: 0;}
table,tr,td {border-collapse: collapse;} 
h1 {font-size: 18px; color: #008080;}
h2 {font-size: 14px; color: #008080;}
span.gras {font-weight: bold;}
span.italique {font-style: italic;}
span.souligne {text-decoration: underline;}
span.gris {color: #aaa;}

.txt1 { font-size: 8pt; }
.txt2 { font-size: 10pt; }
.txt3 { font-size: 12pt; }
.txt4 { font-size: 14pt; }

/* couleurs choisies
#008000 = vert foncé pour bordures, titres et menu = green
#98FB98 = vert clair du fond de titre
#FFFFE0 = lightyellow, sous-titre contact et liens
*/

/* Définitions des éléments dans l'ordre du code HTML */

#conteneur{
    color: #000;
    background-color: #d0d0d0;

/* permet de fixer une hauteur mini sur les navigateurs modernes */
    min-height: 40em;
/* pour obtenir le même effet sur IE, sachant que si le contenu dépasse, il
"poussera" la hauteur en ne respectant pas la norme. On se joue de ses lacunes
*/
    height: 40em;
}

/* pour rétablir le mauvais effet sur les nav. modernes */
    html>body #conteneur{
    height: auto;
}

#contenu {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 1000px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #008000;
}

/* css page texte */
.tablepage {
  margin: 0 auto;
  /* width: 96%; */
  border: 1px solid #008000;
}

.titrepage {
  padding: 2px 0; 
  border-top: 2px solid #008000; 
  border-bottom: 2px solid #008000; 
  font-size: 1.3em; 
  font-weight: bold; 
  color: #008000; 
  background: #98FB98;
}

.soustitrepage {
  text-align: center; 
  background-color: #FFE4C4; 
  border-bottom: 1px solid #008000; 
  color: #000; 
  font-size: 10pt; 
  font-weight: bold; 
  padding: 2px 0px;
}

.soustitretexte {
  text-align: center; 
  background-color: #FFFFE0;  /* lightyellow  */
  border-top: 1px solid #008000; 
  border-bottom: 1px solid #008000; 
  color: #000; 
  font-size: 10pt; 
  font-weight: bold; 
  padding: 2px 0px;
}

.soustitrecommune {
  text-align: left; 
  background-color: #FFE4C4; 
  border: 1px solid #008000; 
  color: #000; 
  font-size: 10pt; 
  font-weight: bold; 
  padding: 2px 0px 2px 10px;
}


/* fin css page texte */

#pied { color: #606060; text-align: center; font-size: 0.8em; clear: both; padding-top: 5px; margin: 0;}
#pied hr { width: 96%; color: #606060; border: 1px solid #606060; text-align: center; }
#pied a { color: #606060; background: transparent; text-decoration: none; }
#pied a:hover { background: transparent; text-decoration: underline; color: #000;}


/* CSS pour la page liens */
#liens table {
  text-align: center;
  border: 1px solid #000;
  padding: 0px;
  width: 100%;
}
#liens th {
  border: 1px solid #000;
  padding: 5px;
  text-align: center;
  background-color: #d0d0d0;
  color: #000;
}
#liens td {
  border: 1px solid #000;
  padding: 5px;
  text-align: left;
  background-color: #fff;
  color: #000;
  font-size: 8pt;
}

.curseur {
	cursor: url('../images/curseur.png'), pointer;  /* firefox, chrome */
	cursor: url('../images/curseur.cur'), pointer;  /* edge, noIE */
	}


