/* CSS pour les pages principales créées par index */
	/* ---------------- CSS CONTENEURS -------------  */
body {
	margin: 0px; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: black;
	background-color: #222;
}

.conteneursite { /*le conteneur global du site, qui sera centré */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	background-color: #000;
	text-align: left;
	/* on rétablit l'alignement normal du texte suite à correction bug IE5*/
	padding: 0px;
}

.conteneurmenu {
	position: absolute;
	left: 0px;
	background-color: #000;
	width: 150px;
	height: 1000px;
}

.conteneurcorps {
	height: 100%;
	margin-left: 150px;
	width: 600px;
	overflow: auto;
	background-color: #ccc;
	text-align: center; /* pour centrer les photos */
}

.conteneurgalerie {
	height: 100%;
	width: 600px;
	overflow: auto;
	background-color: #ccc;
	text-align: center; /* pour centrer les photos */
}

.blocpied {
	margin-left: 150px;
	width: 600px;
	height: 55px;
	background-color: #999;
	text-align: center;
}

/* ---------------- CSS de textes -------------  */
.blanc {
	color: #fff;
}


h3 {
	margin: 10px 0px 0px 5px;
	color: #666;
	text-align: left;
}

.txtleft {
	text-align: left;
}

.txtcenter {
	text-align: center;
}

.txtright {
	text-align: right;
}


/* ---------------- Couleur de liens standards -------------  */
a:link {
	color: #500;
	text-decoration: underline;
	
}
a:visited {
	color: #500;
		text-decoration: underline;	
}
a:hover {
	color: #500;	
				text-decoration: none;
	
}

/* ---------------- Couleur de liens avec parentée -------------  */
.bandeauparent a:link {
	color: #500;
	text-decoration: underline;	
}
.bandeauparent a:visited {
	color: #500;
	text-decoration: underline;
}
.bandeauparent a:hover {
	color: #500;	
	text-decoration: none;	
}

/* ---------------- CSS BOUTON MENU PRINCIPAL de INDEX -------------  */
.menu, .menuselect {
	width: 135px;
	margin: 0px;
	border-style: solid solid none solid;
	border-color: #000;
	border-size: 1px;
	border-width: 1px;
	font-size: 90%;
}

.menu ul, .menuselect ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.menu li a, .menuselect li a {
	height: 16px;
	text-decoration: none;
}

.menu li a:link,.menu li a:visited {
	color: #ccc;
	display: block;
	text-decoration: none;	
	background: url("BTindex.jpg");
	padding: 8px 0px 0px 5px;
}

.menu li a:hover {
	color: #fff;
	background: url("BTindex.jpg") 0px -24px;
	padding: 8px 0px 0px 5px;
}

/* ---------------- CSS BOUTON MENU SELECTIONNE de INDEX -------------  */
.menuselect li a:link,.menuselect li a:visited {
	color: #ccc;
	display: block;
	text-decoration: none;
	background: url("BTindexsel.jpg");
	padding: 8px 0px 0px 5px;
}

.menuselect li a:hover {
	color: #fff;
	background: url("BTindexsel.jpg") 0px -24px;
	padding: 8px 0px 0px 5px;
}

/* ---------------- CSS CONTENUS de blocs -------------  */

span.tetieretitre {
		text-decoration: none;
	background-color: #222;
	margin: 0px;
	padding: 0px;
	display: block;
	/* très important ici car le span n'est pas un block par defaut */
	text-align: center;
	font-size: 200%;
	color: #fff;
}

.tetierelegende {
	margin: 5px auto;
	width: 550px;
	color: #333;
	font-size: 130%;
	text-align: left;
}

.nota {
	font-size: 85%;
	font-style: italic;
}

span.bandeau {
	background: transparent url("bandeau.png" )  no-repeat;
	margin: 20px 0px 5px 0px;
	padding-left: 30px ;
	display: block;
	/* très important ici car le span n'est pas un block par defaut */
	font-size: 150%;
	color: #fff;
	text-align: left;
}

.petitbandeau {
	padding-left: 30px ;	
	margin: 20px 0px 0px 0px;	
	font-size: 150%;
	color: #333;
	text-align: left;}
	
.bandeauparent {
	margin-bottom: -20px;
	color: #555;
	font-size: 90%;
	text-align: left;}


.bloclegende {
	margin: 15px auto;
	width: 550px;
	color: #333;
	font-style: normal;
	font-size: 110%;
	text-align: left;
}

.minibloc {
	width: 550px;
	height: 150px;		
}

.minimage {
	float : left;
	width: 200px;
	height: 150px;
	padding-right: 15px;
}

/* --------- gère les boutons en relief dans le corps -------  */
.boutonrelief ul {
	margin: 0px;
	padding-right: 25px;
	margin-top: -5px;
	color: #fff;
}

.boutonrelief ul  li {
	display: inline;
	
}

.boutonrelief ul li a ,.boutonrelief ul li a:visited{
	background-color: #333;
	border: 3px #333 outset;
	padding: 1px 4px 0px 4px;
	color: #fff;
	text-decoration: none;
	font: bold 80% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica,sans-serif;
}

.boutonrelief ul li a:hover {
	border-style: inset;
	color: #fff;
	background-color: #555;
	padding: 2px 3px 0px 5px; /*shift text 1px to the right and down*/
}

/* ---------------- CSS CONTENUS de GALERIE -------------  */
.blocvignette {
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	height: 340px;
	text-align: center;
	background-color: #ccc;
}
/* ----------------  */
.blocetiquette {
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	height: 240px;
	text-align: center;
	background-color: #ccc;
}
/* ----------------  */
.blocphoto {
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	height: 350px;
	text-align: center;
	background-color: #ccc;
}
/* ----------------  */
.colonne {
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 590px;
	text-align: center;
	background-color: #ccc;
}

