/* CSS Document */
BODY
{
	font-size: 13px;
	color: #0A256E;
}
a:link
{
	text-decoration: none;
	color: #0A256E;
}
a:visited
{
	text-decoration: none;
	color: #0A256E;
}
a:hover
{
	text-decoration: none;
	color: #3658B1;
}
a:active
{
	text-decoration: none;
	color: #0A256E;
}

.titre
{
	font-size:15px;
	color: red;
	font-weight:bold;
	background-color:#D1D8EB;
}
.erreur
{
	font-weight: bold;
	color : red ;
}
.vert
{
	font-weight: bold;
	color:#097721;
}
.cadre
{
	background-color:#EFEDFF;
 	border:1px dashed #0A2D93;
}
#contenu
{
 	border:1px solid #0A2D93;
	position :absolute;
	left: 175px;
	top: 202px;
	width: 875px;
}

#acceuil
{
	position :absolute;
	left: 15px;
	top: 141px;
}

#sport
{
	position :absolute;
	background-image:url(image/sport/sport.gif);
	background-repeat:no-repeat;
	width:139px;
	height:315px;
	left: 15px;
	top: 202px;
}

#responsable
{
	position :absolute;
	background-image:url(image/responsables/responsable.gif);
	background-repeat:no-repeat;
	width:139px;
	height:95px;
	left: 15px;
	top: 539px;
}

#eleves
{
	position :absolute;
	background-image:url(image/eleves/eleves.gif);
	background-repeat:no-repeat;
	width:139px;
	height:95px;
	left: 15px;
	top: 658px;
}

.bouton
{
	margin:0px;
 	border-bottom:1px solid #0A2D93;
 	border-right:1px solid #0A2D93;
 	border-left:1px solid #0A2D93;
}
