
body
{
	color : #0000ff;
	background-color : #ffff00;
	font-size : 12pt;
	font-family : "Helvetica, Geneva, Arial, SunSans-Regular, sans-serif";
	width : 1000px;
	text-align : center;
	margin-left : auto;
	margin-right : auto;
	background-image : url('images/tourduroannais.png');
	background-attachment : fixed;
}

h1
{
	font-size : 20pt;
}

input
{
	width : 200px;
}

table
{
	border-collapse:collapse;
	margin-left : auto;
	margin-right : auto;
	text-align : center;
}

td
{
	border : 2px solid;
	width : 200px;
}

th
{
	border : 2px solid;
}

.AuSecours
{
	font-size : 8pt;
	background-color : #ffff00;
	text-align : right;
	right : 200px;
	width : 100%;
	bottom : 0px;
	position : fixed;
}

.CompteARebours
{
	color : blue;
	background-color : #ff00ff;
	width : 50%;
	margin-left : auto;
	margin-right : auto;
}

.Erreur
{
	color : red;
}

.GrandeImage
{
	text-align : left;
	margin-left : 20px;
	float : left;
}

.Invisible
{
	display : none;
}

.Menu
{
	margin-top : -5px;
	background-color : #008000;
	font-size : 1.2em;
}
.Menu a
{
	color : #ffff00;
	text-decoration : none;
}
.Menu a:hover
{
	color : #ff0000;
}

.MenuItem
{
	float : left;
	margin-right : 20px;;
}

.Miniatures
{
	margin-left : 440px;
	margin-right : 20px;
	border : solid red 1px;
}
.Miniatures img
{
	margin-bottom : 10px;
	vertical-align : middle;
}

.Plaquette
{
	display : block;
	margin-bottom : 20px;
}

.PlusMoins
{
	width : 20px;
}

.Principal
{
	padding-bottom : 100px;
}

.Resultats
{
	margin-bottom : 20px;
}

.ZoneTexte
{
	width : 500px;
}

