/*
@AUTHOR: Marc Nadeau, La Pagerie, http://www.pagerie.com, droits@pagerie.com
@CONFORMSTO: CSS level 2 w3c
@COPYRIGHT: Marc Nadeau, 2005, La Pagerie, http://www.pagerie.com
@CREATED:  2006-09-14
@DESCRIPTION: Main stylesheet
@FORMAT: text/css
@IDENTIFIER: pagerie.site.styles.europe-2006.css
@ISPARTOF: Le theatre du bout du monde, , http://www.marionnettes.ca
@ISREFERENCEDBY: http://www.marionnettes.ca/europe-2006/index.php
@ISREQUIREDBY: http://www.marionnettes.ca/europe-2006/index.php
@LICENCE: http://creativecommons.org/licenses/by-nc-nd/2.5/deed.fr_CA
@MODIFIED: 2006-09-14
@PUBLISHER: La Pagerie, http://www.pagerie.com
@RELATION: Stylesheet
@VERSION: 0.1.1
*/

a.retour_index{
	color: yellow;
	font-weight: bold;
}

a.retour_index:hover{
	color: #fff;
}

a.navig_no_page
	{
	color: #000;
	background-color: #fff;
	border: #6495ED solid thin;
	padding: 3px;
	text-decoration: none;
	font-size: 80%;
	}
	
a.navig_no_page:hover
	{
	background-color: #ddf;
	}	
	
a.navig_no_page_grise
	{
	color: #333;
	background-color: #ccc;
	border: #6495ED solid thin;
	padding: 3px;
	text-decoration: none;
	font-size: 80%;
	}

a#extraits_video, a#extraits_video:hover, a#extraits_video:visited
	{
	color: #ff0;
	white-space: nowrap;
	}



body{
	color: #fff;
}

div.date_vignette{
	font-size: 89%;
	color: yellow;
	text-align: center;
	margin: 1ex;
}



div.credit_photo_d{
	font-size: 65%;
	text-align: right;
}

div.credit_photo_g{
	font-size: 65%;
	text-align: left;
}

div.credit_photo_zoom{
	font-size: 65%;
	text-align: center;
}


div.navigation{
	margin-top: 2ex;
	text-align: center;
}

h1#zoom
	{
	text-align: center;
	margin: 3ex auto;
	color: #fff;
	}


p.instructions{
	text-align: center;
	font-weight: bold;
	color: yellow;
	margin-top: 2ex;
	margin-bottom: 2ex;
	padding: 1ex;
	border: none;	
}

table.image_zoom{
	margin: auto;
	width: 600px;	
}

table.vignettes{
	margin: auto;
	width: 600px;
}


table#selection{
	margin: auto;
	width: 80%;
	border: none;
}

td.image_selection{
	width: 222px;
}

td.image_zoom{
	text-align: center;
	padding: 1ex;
}


td.vignette_g{
	width: 240px;
	text-align: left;
	background-color: transparent;
	vertical-align: middle;
	padding: 1ex;
}

td.vignette_d{
	width: 240px;
	text-align: right;
	background-color: transparent;
	vertical-align: middle;
	padding: 1ex;
}

td#texte_selection{
	text-align: center;
	font-size: 150%;
	vertical-align: middle;
	padding: 2ex;
}


td.legende{
	text-align: justify;
	font-size: 90%;
	border: none;
	padding: 0.5ex;
	font-weight: normal;
	line-height: 130%;
}

td.legende_suite{
	text-align: justify;
	font-size: 90%;
	border-bottom: yellow solid thin;
	padding: 0.5ex;
	padding-bottom: 1.5ex;
	font-weight: normal;
	line-height: 130%;	
}




td.legende_zoom{
	text-align: left;
	font-size: 90%;
	padding: 2ex;
	text-align: justify;
	line-height: 130%;		
}







