@media all {

body
{
		background-color	:	#FFFFFF;
}
.alterne
{
		background-color	:	rgb(220,220,220);
}
h1,
h2
{
		text-align		:	center;
}
h1
{
		color			    :#FFFFFF;
		background-color	:#336699;
		border-style		:double;
		border-width		:thick;
}
h2
{
		color			    :#FFFFFF;
		background-color    :#336699;
		border-top		    :double;
		border-bottom		:thick;
}
a
{
		color			:	blue;
		text-decoration		:	none;
		background-color	:	transparent;
}
a:hover
{
		text-decoration		:	underline;
		background-color	:	white;
}

img
{
		border-width		:	0;
}
th
{
		font-weight		:	bold;
}


ul
{
		margin-top		:	0;
		margin-bottom	:	0;
}

.gauche
{
		text-align		:	left;
}
.droit
{
		text-align		:	right;
}
.justifie
{
		text-align		:	justify;
}
.centre
{
		text-align		:	center;
}
.important
{
		color			:	red;
		font-weight		:	bold;
		background-color	:	transparent;
}
.haut
{
		vertical-align		:	top;
}
.milieu
{
		vertical-align		:	middle;
}

.piedpage
{
		margin-top		:	0;
		margin-bottom		:	0;
		font-size		: 	small;
}
.affiche
{
		text-align		:	center;
		horizontal-align	:	center;
}
.menu
{
		color			:	blue;
		background-color	:	yellow;
}

}
