body, html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #CC99FF;
	color: #CC33FF;
}

h3 {
	padding-left: 5px;
	color: #CC33FF;
	text-decoration: underline;
	font-size: 180%;
}

div#titre {
	position: absolute;
	height: 15%;
	width: 70%;
	top: 0;
	left: 15%;
	padding: 2% 0 0 0;
	text-align: center;
	font-size: 120%;
	line-height: 15%;
}

div#contenu_principal {
	position: absolute;
	height: 70%;
	width: 70%;
	top: 15%;
	left: 15%;
	padding: 0;
	margin: 0;
}

div#contenu {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #FF99FF;
	color: black;
	overflow: auto;
}

div#contenu p {
	padding: 0 15px 0 15px;
}

div#contenu p#introduction {
	padding-top: 25px;
}

div#contenu p#validation {
	text-align: right;
}

div#contenu p#validation a img {
	border: none;
}

div#contenu p.invisible {
	display:none;
}

div#navigation {
	position: absolute;
	height: 25px;
	width: 70%;
	top: 15%;
	left: 15%;
	background-color: #FFCCFF;
}

ul#menu
{
	height: 25px ;
	margin: 0 ;
	padding: 0 ;
	background-color: #CC33FF;
	list-style-type: none ;
}

ul#menu li
{
	float: left ;
	text-align: center ;
}

ul#menu li a
{
	width: 125px ;
	line-height: 25px ;
	font-size: 1.2em ;
	font-weight: bold ;
	letter-spacing: 2px ;
	color: #FF99FF ;
	display: block ;
	text-decoration: none ;
	border-right: 2px solid #FFCCFF;
}

ul#menu li a:hover
{
	color: white;
	background-color: #e81dea;
}

div#pied {
	position: absolute;
	height: 15%;
	width: 70%;
	bottom: 0;
	left: 15%;
	text-align: center;
	overflow: auto;
}


div#hautg {
	position: absolute;
	height: 15%;
	width: 15%;
	top: 0;
	left: 0;
	background-color: #FF99FF;
}

div#hautd {
	position: absolute;
	height: 15%;
	width: 15%;
	top: 0;
	right: 0;
	background-color: #FF99FF;
}

div#basg {
	position: absolute;
	height: 15%;
	width: 15%;
	bottom: 0;
	left: 0;
	background-color: #FF99FF;
}

div#basd {
	position: absolute;
	height: 15%;
	width: 15%;
	bottom: 0;
	right: 0;
	background-color: #FF99FF;
}
