@charset "utf-8";
/* Style de la salle d'arme
Page d'index
 */

body {
	margin: 0; padding: 0;
	background: #FFFFFF; color: #333;
	font: small "Lucida Grande", Arial, sans-serif;
}



/*--------------------*/
/*-- Haut de page 	--*/
/*--------------------*/

#hautpg {
	position:absolute;
	left:0px;
	top:0px;
	width:930px;
}

#hautpg p {
	text-align:center;
	font-style:italic;
	font-weight:bold;
	color: #333300;
}



/*-- Définition des entêtes de colonne	--*/
#entete {
	color: #000000;
	text-align:center;
	font-weight:bold;
	background:#FFCC66;
}

/*--------------------------------------*/
/*--	Gestion de l'enseignement		------*/
/*--------------------------------------*/

#apDiv1 {
	position:absolute;
	left:20px;
	top:120px;
	width:280px;
	/*height:410px;*/
	z-index:1;
	background:#FFFFCC;

}

p {
	/*border-bottom:#0033FF 1px solid;*/
	margin:0 0 0px 0px;
	text-align:center;
}

#trait {
	border-bottom:#0033FF 1px solid;
	margin:0px 0 2px 0px;
	text-align:center;
}
/*--------------------------------------*/
/*--	Escrime et spectacle				------*/
/*--------------------------------------*/


#apDiv2 {
	position:absolute;
	left:335px;
	top:120px;
	width:280px;
	/*height:150px;*/
	z-index:2;
	background:#FFFFCC;
}


#apDiv3 {
	position:absolute;
	left:650px;
	top:120px;
	width:280px;
	z-index:3;
	background:#FFFFCC;
}

/*--------------------------------------*/
/*--	Stage AFDAS	apDiv4					------*/
/*--------------------------------------*/

#apDiv4 {
	position:absolute;
	left:335px;
	top:350px;
	width:280px;
	/*height:108px;*/
	z-index:2;
	background:#FFFFCC;
}

#apDiv4 p{
	font-size:14px;
	font-weight:bold;
}

/*--------------------------------------*/
/*--	Horaire apAfdas							------*/
/*--------------------------------------*/
#apAfdas {
	position:absolute;
	left:334px;
	top:470px;
	width:280px;
	z-index:2;
	background:#FFFFCC;
}

#apAfdas p{
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

/*--------------------------------------*/
/*--	Horaire apDiv5							------*/
/*--------------------------------------*/

#apDiv5 {
	position:absolute;
	left:332px;
	top:580px;
	width:280px;
	/*height:50px;*/
	z-index:2;
	background:#FFFFCC;
}

#apDiv5 p{
	font-size:20px;
	font-weight:bold;
}

/*--------------------------------------*/
/*--	Nos Travaux apDiv6					------*/
/*--------------------------------------*/

#apDiv6 {
	position:absolute;
	left:333px;
	top:667px;
	width:280px;
	z-index:2;
	background:#FFFFCC;
}

/*------------------------*/
/*-- Gestion des Roll		--*/
/*------------------------*/

A {
color:#990000;
text-decoration:none;
}
A:hover {
color:#FF0000;
text-decoration:blink;
}

A img {
	border: none;
}

