BODY
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#000000;
}

TABLE, DIV
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
}

P
{
	text-align:justify;
	margin:0 0 10px 0;
}

a
{
	color:#FFFFFF;
}
a:hover
{
	color:#e1d84e;
}


.global
{
	background-image:url(images/fond.gif);
	background-repeat:no-repeat;
}

.menu a img
{
	filter:alpha(opacity=40); 
	-moz-opacity:0.4; 
	opacity:0.4;
}

.menu a.active img
{
	filter:alpha(opacity=100); 
	-moz-opacity:1; 
	opacity:1;
}

.menu a:hover img
{
	filter:alpha(opacity=100); 
	-moz-opacity:1; 
	opacity:1;
}


/****************** PAGE GALERIE **********/
.miniature a img
{
	filter:alpha(opacity=45); 
	-moz-opacity:0.45; 
	opacity:0.45;
}

.miniature a.active img
{
	filter:alpha(opacity=100); 
	-moz-opacity:1; 
	opacity:1;
}

.miniature a:hover img
{
	filter:alpha(opacity=100); 
	-moz-opacity:1; 
	opacity:1;
}

.navigation-fleches a img
{
	filter:alpha(opacity=75); 
	-moz-opacity:0.75; 
	opacity:0.75;
}

.navigation-fleches a:hover img
{
	filter:alpha(opacity=100); 
	-moz-opacity:1; 
	opacity:1;
}


/****************** PAGE CONTACT **********/
.formulaire
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

#submit
{
	background-color:#CCCCCC;
}

.error
{
	color:#9f1717;
	font-weight:bold;
}

