#corps {
	position : absolute;
	width:59%;
	left : 200px;
}

h1 {
	text-align:center;
	color:red;
}
#h1 {text-decoration:overline underline;
	color:red;
}

h2 {
	color:#FFCC00;
	text-align:center;
}
h3 {
	color:blue;
	position:relative;
	left:2em;
}
h4 {
	color:green;
	position:relative;
	left:4em;
}

table {
	text-align:center;
}

td.sud{	width:20px;
	height:20px;
	text-align:center;
}

#regle {
	position:relative;
	left:4em;
	text-indent:2em;
}
#intro {
	position:relative;
	left:4em;
	text-indent:2em;
}
.part {
	position:relative;
	left:6em;
	text-indent:2em;
}

#retrait {
	text-indent:2em;
}

#sommaire {
	position : relative;
	left:33%;
	font-size:20px;
}

a {
	text-decoration:none;
}
a.retSomm:hover{
	font-style:italic;
}
#sommaire > a:hover {
	font-style:italic;
}

a.retSomm {
	color:#66DD66;
	position:absolute;
	right:0;
}
a.h3 {
	position:relative;
	left:2em;
	color:blue;
}
a.h4 {
	position:relative;
	left:4em;
	color:green;
}
