* {
	border: 0;
	padding: 0;
	margin: 0;
}

a {
	color: #b1d97e;
}

a:hover {
	text-decoration: none;
}

acronym {
	border-bottom: dotted 1px;
}

body {
	width: 768px;
	margin: auto;
	background: #0c6a00 url(imgs/fond_html.png) repeat-x;
	padding: 2em 0;
	font-family: arial;
	font-size: 95%;
	color: #aaa;
}

h1 {
	width: 155px;
	height: 450px;
	float: left;
	background: #050;
	border: #0c6a00 solid 4px;
}

img,input, textarea, select {
	vertical-align: middle;
}

.link {
	text-align: center!important;
}

.news {
	margin: 0 0 1em 170px;	
	border: #0c6a00 solid 4px;
	background: url(imgs/fond_news.gif);
	padding: 0.5em;
}

.news h2 {
	font-size: 90%;
}

.news ul {
	padding: 0 0 0 1em;
}

.news li span{
	font-size: 90%;
	color: #00cc00;
}

.corps {
	/*width: 575px;
	float: right;*/
	margin: 0 0 0 170px;
	background: url(imgs/fond_news.gif);
	padding: 0.5em;
	border: #0c6a00 solid 4px;
	border-bottom: #116000 solid 16px;
}

.corps h2 {
	color: #11a700;
	border-bottom: solid 2px;
	font-variant : small-caps;
	font-size: 110%;
}
.corps h2 span{
	border-top: solid 2px;
	border-left: solid 2px;
	border-right: solid 2px;
	padding: 0.1em;
	display: block;
	width: 25%;
	text-align: center;
}
h2.principe {
	background: url(imgs/ico_principe.png) right no-repeat;
}
h2.equipes {
	background: url(imgs/ico_equipes.png) right no-repeat;
}
h2.epreuves {
	background: url(imgs/ico_epreuves.png) right no-repeat;
	clear: both;
}
h2.resultats {
	background: url(imgs/ico_resultats.png) right no-repeat;
}
h2.classement {
	background: url(imgs/ico_classement.png) right no-repeat;
}
.corps p {
	margin: 1em;
	text-align: justify;
}

.corps p:first-letter {
	padding-left: 1em;
}

.equipe {
	width: 30%;
	margin: 0.5em;
	float: left;
}

.equipe h3{
	font-size: 100%;
	font-variant: small-caps;
	padding: 0 0 0 0.2em;
}

.equipe ol {
	list-style-position: inside;
	
}
.equipe ol li {
	border: solid 2px;
	padding: 0.1em 0.1em 0.1em 0.4em;
	margin: 0 0.1em 0.5em;
}

.epreuve {
	margin: 1em;
	border-left: solid 1px;
}

.epreuve h3{
	margin: 0 0 0 2em ;
	text-decoration: underline;
}

.epreuve ul{
	margin: 0 0 0 3em;
}

.epreuve img {
	display: block;
	margin: auto auto 1em;
}

table {
	width: 80%;
	margin: 1em auto;
	border: solid 1px;
	text-align: center;
}
thead {
	border-bottom: #ccc solid 1px;
}
table.resultats th, table.resultats td  {
	width: 10%;
}
th {
	background: #116000;
}
table.classement {
	width: 60%;
}

table.classement th {
	width: 30%;
}
table.classement td {
	width: 35%;
}

.vide {
	background: #116000;
}

#bas {
	clear: both;
	margin: 0 0 0 170px;
	border: #116000 solid 4px;
	border-top: 0;
	background: #116e00 url(imgs/fond_news.gif);
	text-align: center;
	color: #bbb;
	font-size: 70%;
}

.both {
	clear: both;
}