body
{
	font-family: Arial;
	font-size: 9pt;
	background-color: #333333;
	margin-top: 0px;
}



/*Tableau, cellule*/
.tab_menu
{
	width: 115px;
	height: 27px;
	background-image: url("images/menu_02.jpg");
	cursor: hand;
}




/*Texte*/
.rubrique_menu
{
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

.t1
{
	font-family: Century Gothic;
	font-size: 16pt;
	color: #999999;
}

.page_nav
{
	font-size: 9pt;
	color: #000000;
	font-style: italic;
}



/*Lien*/
.liste_menu
{
	font-size: 10pt;
	font-family: Arial;
	color: #125999;
}

.lien_menu
{
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
}

.lien_news
{
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}

.lien_nav
{
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}

.lien
{
	font-size: 9pt;
	color: #0000FF;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


/*********************/
/* pour Crossfade... */

#content {

}

ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

#fade-example-2 li {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 225px;
	background-color: #FFF;
	visibility: hidden;
}

li img {
	display: block;
	border: 3px solid #FFF;
}
.caption {
	font-size: 10pt;
	clear: both;
	padding: 1em;
	background-color: #FFF;
}
.example {
	position: relative;
	background-color:#F2F2F2;
	border:5px solid #CCCCCC;
	padding:2px;
	margin-bottom: 1em;
	width: 305px;
	height: 275px;
}
code {
	font-family: monospace;
	font-size: 1.2em;
}
.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
}
.ajax {
	margin: 3em;
	border: 1em solid #FF8C00;
	padding: 1em;
}
