/* CSS Document */

/* DÉCLARATIONS GÉNÉRALES */

body {
	font-family: Trebuchet MS, Arial, Geneva, sans-serif;
	background-color: #ffffff;
	margin: 0px;
	color: #000000;
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	list-style-type: square;
	list-style-position: inside;
}

a:link { 
	color: #72bf44;
	text-decoration: underline;
}
a:visited {
	color: #96244e;
	text-decoration: underline;
}
a:hover {
	color: #007dc5;
	text-decoration: underline;
}

h1 {
	font-size: 200%;
	line-height: 125%;
	margin: 0px;
	color: #fdb813;
}
h2 {
	font-size: 150%;
	line-height: 125%;
	text-align: center;
	margin: 0px;
	color: #007dc5;
}
h3 {
	font-size: 125%;
	line-height: 125%;
	margin: 0px;
	color: #000000;
}





/* STYLE DU CONTENU */

.contenu {
	position: absolute;
	top: 15px;
	left: 256px;
	right: 210px;
	padding: 15px;
	border-color: #fef266;
	border-style: dotted;
	border-width: 5px;
	font-size: 120%;
	line-height: 150%;
	text-align: justify;
	overflow: hidden;
}

.contenu img {
	margin: 6px 12px;
	border-color: #fef266;
	border-style: solid;
	border-width: 2px;
}





/* STYLE NAVIGATION */

.navigation {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 226px;
	padding: 0px;
	line-height: 150%;
	overflow: hidden;
}

.presentation {
	background-color: #fef266;
	padding: 2px;
	line-height: 125%;
	overflow: hidden;
}

.presentation h3 {
	text-align: center;
}

.candidat {
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-color: #96244e;
	border-style: solid;
	border-width: 3px;
}





/* STYLE PROGRAMME */

.programme {
	position: absolute;
	top: 220px;
	right: 10px;
	width: 180px;
	color: #96244e;
	line-height: 125%;
	overflow: hidden;
}

.programme h3 {
	text-align: center;
}