/*********************************************************************
**	Date :		2.10.2007
**	Auteur :		Gabriel Schlozer
**	Lieu :			ETML, Lausanne
**	But :			Feuille de styles CSS
*********************************************************************/

body{
	margin: 0px;
	width: 800px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}
.credits{
	font-family: verdana;
	font-size: 9px;
	text-align: center;
}
/* La bannière
************************************************************************/
#banniere{
	margin: auto;
}


/* Les boutons de navigation (refaire les styles)
************************************************************************/
#buttonsNavigation a{
	margin-left: 10px;
	margin-right: 10px;
}

/* Le contenu de la page
************************************************************************/
#pageContent{
	padding: 20px;
	border: 1px solid #444;
	background: #111;
}

.image_icon_area{
	position: absolute;
	margin-left: 560px;
	float: right;
}
.image_icon_area:hover{
    filter: alpha(opacity=20); /* opacité sous Internet Explorer */
    -moz-opacity: 0.20; /* opacité sous NETSCAPE */
    opacity: 0.20; /* opacité sous Firefox */
}



/* La galerie
************************************************************************/
.itemsGalery .itemgal{
	margin-bottom: 30px;
}
.itemsGalery .itemgal_table{
	width: 100%;
}
.itemsGalery .itemgal_image{
	width: 134px;
	height: 134px;
	text-align: center;
	border: 1px solid #333;
}

.itemsGalery .paroles{
	font-family: "Century Gothic",verdana;
	font-size: 14px;
	line-height: 16px;
}
.itemgal_name{ /* utilisé dans plusieurs endroite, ne pas encapsuler */
	font-weight: bold;
	color: #E19F50;
}

.itemsGalery .itemgal_span_nodescription{
	color: #555;
}

.itemsGalery .itemgal_td_separator{
	width: 20px;
}

.itemsGalery .itemgal_td_proprieties{
	width: 200px;
}

/* Les options sur les élements de la galerie */
.itemsGalery .itemgal_td_options{
	margin-left: 30px;
}
.itemsGalery .itemgal_td_options a{
	margin-right: 20px;
}

/***** les zones ouvrables au click *****/
	.itemsGalery .itemgal_area{
		margin-left: 100px;
		margin-top: 15px;
		width: 700px;
	}
	.itemgal_area_content{ /* utilisé dans plusieurs endroite, ne pas encapsuler */
		padding: 5px;
		min-height: 128px;
		border: 1px solid #333;
		background: #151515;
	}
	.itemsGalery .title_area{
		margin-bottom: 10px;
		font-weight: bold;
		font-size: 16px;
		border-bottom: 2px dotted #DC9A4C;
		color: #DC9A4C;
		width: 250px;
	}
	.itemsGalery .itemgal_area_textarea{
		width: 90%;
		display: block;
		height: 100px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.itemsGalery .itemgal_star{
		width: 32px;
		height: 32px;
		line-height: 32px;
		text-align: center;
		display: block;
		background: url("../images/star_off.png") 50% 50%;
		color: #000;
		font-weight: bold;
	}


.comment_item{
	margin-top: 15px;
	margin-left: 25px;
}


/* Les numéros de pages de la galerie
************************************************************************/
.galeryPages{
	text-align: center;
	font-weight: bold;
}

.galeryPages a{
	display: block;
}
.galeryPages .buttonPage{
	text-align: center;
	line-height: 32px;
	width: 32px;
	height: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background: url("../images/bullet_disabled.png") 50% 50% no-repeat;
}
.galeryPages .currentPage{
	background: url("../images/bullet_enabled.png") 50% 50% no-repeat;
}


/* La page de détail dans la galerie
************************************************************************/
.page_itemgal{


}

/***** l'image *****/
	.page_itemgal .p_itga_image{
		text-align: center;
		width: 550px;
		border: 1px solid #333;
		margin: auto;
		padding: 5px;
		margin-bottom: 15px;
	}
	.page_itemgal .p_itga_image .image{ max-width: 500px; }
	.page_itemgal .p_itga_image .textInfo{ color: #444; }

/* Divers
************************************************************************/
.btn_goTo{
	display: block;
	/*_display: none; /* pour IE6 */
	position: fixed;
	right: 5px;
	bottom: 5px;
	/*border: 1px solid red;*/
	font-family: verdana;
	font-size: 9px;
	color: #F6E0C7;
}

.welcome{
	margin: auto;
	width: 199px;
	height: 97px;
}

.swf_accueil{
	margin:0px;
	padding:0px;
	width:444px;
	height:270px;
}

/* pour le texte en construction*/
.EnConstruction{
	font-size: 24px;
	font-weight: bold;
	color: #777;
}
/* pour le texte en retour zuruck*/
.retour{
	font-size: 20px;
	font-weight: bold;
	color: #711;
}
	
/* le bouton d'entrée dans le site pour le français*/
.enterSiteFR{
	margin: auto;
}
.enterSiteFR a{
	width: 160px;
	height: 61px;
	display: block;
	background: url("../images/france.gif") no-repeat;
}
.enterSiteFR a:hover{
	background: url("../images/enter_fr.jpg") no-repeat;
}
/* le bouton d'entrée dans le site pour l'allemand*/
.enterSiteGE{
	margin: auto;
}
.enterSiteGE a{
	width: 160px;
	height: 61px;
	display: block;
	background: url("../images/allemagne.gif") no-repeat;
}
.enterSiteGE a:hover{
	background: url("../images/enter_ge.jpg") no-repeat;
}


