@charset "UTF-8";

/* SpryStackedContainers.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main container of the Stacked Containers structure. 
 *
 * If you want to constrain the width of the Stacked Containers structure, set a width on
 * the StackedContainers container. By default, our structure expands horizontally to fill
 * up available space.
 */
.StackedContainers
{
	margin-top: 50px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #CCC;
	text-align: center;
	font-weight: bold;
	width: 900px;
	background-image: url(../images/fond_tex.png);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


/* This is the selector for the Row Container element which houses all the column
 * classes. 
*/
.StackedContainers .RowContainer
{
	margin-bottom: 5px;
}
.StackedContainers ul {
	list-style-type: none;
	text-align: left;
}
.StackedContainers ul li a {
	color: #FCC;
	text-decoration: none;
}
.StackedContainers ul li a:hover {
	color: #FFF;
}
.StackedContainers ul li a:active {
	color: #F99;
}




/* This is the selector for a column element which holds the actual data. 
 *
*/
.StackedContainers .RowColumn
{
	margin-bottom: 1px;
	text-align: center;
}
#contact {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: normal;
	color: #CCC;
}
#contact p #email {
	width: 180px;
}
