html,body{
    padding:0;
    margin:0;
	height: 100%;
    }

body{
    font-family:Verdana, Helvetica, sans-serif;;
    font-size:11px;
	height: 100%;
    /*margin:10%;*/
    /*background-color: #885555;*/
    }

h1 {
	display: none;
    width: 0;
    height: 0;
}



/* Cadre général, englobant absolument tout */
#global{
		position: absolute;
		width: 780px;
		left: 50%;
		margin-left: -390px;
		border: 1px solid #999999;
		}

/* contenu, gauche et droite sont utilisés dans la page fixe home.txt */
#contenu{
		width: 780px;
		/*margin: 10px auto;*/
		background-color: #fff;
		color: #333;
		/*line-height: 130%;*/
		}
		
#gauche{
		float: left;
		width: 260px;
		margin: 0;
		padding: 2px;
		}
		
#droite{
		margin-left: 270px;
		padding: 1em;
		max-width: 36em;
		}
.degrade{
	background-image: url(../images/fonds/degrade2.jpg);
	background-repeat: repeat-x;
	height: 14px;
	display:block;
	z-index: 0;
	}
* html .degrade {
	position: relative;
	top: -2px;
	z-index: 0;
	}
/* Titre 1 des documents */
.titrepage{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #990000;
	height: 44px;
	margin-left: 263px;
}
.soulignage{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777777;
}
.titre1{
		height: 30px;
		font-size: 14px;
		font-weight: bold;
		color: #666666;
		margin-top: 10px;
				}
		
/* Titre 2 des documents */
.titre2{
		height: 30px;
		font-size: 12px;
		font-weight: bold;
		margin-top: 10px;
		}

/* les documents eux-mêmes, image, texte, ou image+texte	*/
.document{
	margin-bottom: 10px;
		}
		/* Liens par défaut*/
.document a:link{
	color: #990000;
	text-decoration: none;
	}
.document a:visited{
	color: #990000;
	text-decoration: none;
    }
.document a:active{
	color: #990000;
	text-decoration: none;
    }
.document a:hover{
	color: #990000;
	text-decoration: underline;
    }

.document ul {
 	margin-left: 8px;
	padding-left: 8px;
    }
.document li {
	list-style-type: square;
	margin-bottom: 3px;
	}

/* Galerie photos */
.galerie {
	width: inherit;
	}

/* lorsque le texte est seul */
.texteseul {
	/*float: left;*/
	width: 488px;
	margin-left: 263px;
	text-align: justify;
	/*background-color: #EEAAAA;*/
	}
.imageseule {
	text-align: left;
	margin-top: 10px;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	}
	
.cadre{
	background-color: #DEDEDE;
	padding: 6px 16px 24px 12px;
	font-size: 11px;

	}
.cadre div.titre2{
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	color:#BF2211;
	}


/* utilisé pour séparer les documents verticalement */
.clearer {clear: left; line-height: 0; height: 0;}
		
/* images des documents, placées à gauche */
.imagegauche{
		max-width: 261px;
		border: 0;
		/*left: 10px;*/
		/*float: left;*/
		text-align: center;
		margin-top: 10px;
		}

/* Colonne de gauche dans la construction des pages type "recits" ou dans la séparation image/texte */
.colonnegauche{
	float: left;
	width: 261px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	/*border-right: 1px solid gray;*/
	}
.colonnegaucherecits{
	float: left;
	width: 261px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #BF2010;
	/*border-right: 1px solid gray;*/
	}
.colonnegaucherecits ul{
	/*float: left;*/
	/*background-color: #EEAAAA;*/
	text-align: left;
	background-image: url(../images/nav/fleche_sommaire.gif);
	background-repeat: no-repeat;
	/*background-position: 24px 0px;*/
	padding-top: 24px;
	width: 180px;
	/*left: 20px*/
	margin-left: 6px;
	padding-left: 0;
	padding-right: 0;
	}
.colonnegaucherecits ul li{
	color: #777777;
	font-size: 10px;
	/*width:180px;*/
	margin-left: 24px;
	margin-bottom: 8px;
	padding-left: 0px;
	list-style-image: url(../images/nav/puce_rouge.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 777777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}
.colonnegaucherecits ul li a{
	text-decoration: none;
	color: #990000;
	font-size: 10px;
	font-weight: normal;
		}
.colonnegaucherecits ul li a:hover{
    text-decoration: underline;
	}


/* Colonne de droite */		
.colonnedroite{
	float: left;
	width: 488px;
	margin-left: 2px;
	text-align: justify;
	}

.colonnedroite a:link{
	color: #990000;
	text-decoration: none;
	}
.colonnedroite a:visited{
	color: #990000;
	text-decoration: none;
    }
.colonnedroite a:active{
	color: #990000;
	text-decoration: none;
    }
.colonnedroite a:hover{
	color: #990000;
	text-decoration: underline;
    }	
.colonnedroite ul {
 	margin-left: 8px;
	padding-left: 8px;
    }
.colonnedroite li {
	list-style-type: square;
	margin-bottom: 3px;
	}
.chpass{
	top: 40px;
	text-align: justify;
	margin: 20px;
	}
.bandeau-gris-bas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	background-color: #777777;
	height: 14px;
	margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/*Bouton du formulaire*/
.boutonform {
	color: #FFFFFF;
	background-color: #990000;
}

.bandeauhome {
	color: #CCCCCC;
}
.bandeauhome a {
	color: #BCBCBC;
	text-decoration: none;
}
