body /*style generale de la page*/
{
	width: 95%;
	margin-left: auto; /*page centrée à gauche*/
	margin-right: auto; /*page centrée à droite*/
	background-position: 0px ;
	font-family: Arial,times, sans-serif; /*police*/
}	
a
{
	color: rgb(0,0,0);
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a
{
	border: none;
}

/*fin du style generale de la page*/

.logo_france
{
	position: absolute;
	top: 0%;
	left: 3%;
}
.logo_ffss
{
	position: absolute;
	top: 5%;
	right: 6%;
}
.img_accueil
{
	width: 681px;
	margin-left: 300px;
	height: 154px;
	position: absolute;
	top: 10px;
}

h3								
{
	font-family: Comic Sans MS;
	position: absolute;
	top: 190px;
	margin-left: 25%;
	margin-right: 25%;
	width: 70%;
}

h5
{
	font-size: medium;
	font-family: Comic Sans MS;
}

.menu h5
{
text-align: center;
}

.actualites h5
{
text-align: center;
}
.competition h5
{
text-align: center;
}
.multimedia h5
{
text-align: center;
}
.les_clubs h5
{
text-align: center;
}

.menu ul /*taille et format de puce*/
{
	list-style-type: disc;
	font-size: small;
}


#bande_laterale_g /*position bande coté*/
{
	width: 5%;
	height: 1010px;
	position: absolute; /*position par rapport coin sup droit*/
	top: 195px; /*position / au haut de page tjs en positif */
	left: 0px; /*position / a la gauche de page tjs en positif */
	background: url("../images/deco_colonne_bleu.jpg") repeat-y; 
	background-attachment: scroll;
}

#bande_laterale_d  /*position bande coté*/
{
	width: 5%;
	height: 1010px;
	position: absolute;
	top: 195px;
	right: 0px;
	background: url("../images/deco_colonne_rouge.jpg") repeat-y; 
	background-attachment: scroll;
}



#a_la_une/*position carré coté*/
{
	width: 60%;/*largeur element*/
	margin-left:20%;/*pour centrer bloc (100-56)/2= 22 sous firefox et 12 sous Internet Explorer*/
	height: 570px;
	position: absolute;
	top: 265px;
	background-color: aqua; /*couleur de fond element*/
	color: black; /*couleur du texte element*/
	border: 4px outset black; /*cadre de l'element*/
	text-align: center;
	font-family: Comic sans MS;
	font-size: small;
}

strong
{
	font-size: medium;
}

.img
{
	margin-top: 0px;
	margin-bottom: 25px;
}

#menu/*position menu*/
{
	font-size: small;
	position: absolute;
	top: 220px;
	left: 3%;
	width: 17%;
	height: 22%;
	/*background-color: silver; couleur de fond element*/
	color: black; /*couleur du texte element*/
	border: 0px solid black; /*cadre de l'element*/
	padding: 10px; /*marge interne*/
	margin-left: 20px;
	margin-right: 20px;
	
}

.rouge
{
color: red;
}

#actualites/*position onglet actualites*/
{
	font-size: small;
	position: absolute;
	top: 840px;
	left: 22%;	
	padding: 5px; /*marge interne*/
	height: 15%;
	width: 33%;
	/*background-color: silver; couleur de fond element*/
	color: black;
	border: 0px solid black; /*cadre de l'element*/
	margin-left: 10px;
	margin-right: 10px;
}

#competition/*position onglet competition*/
{
	font-size: small;
	position: absolute;
	top: 845px;
	right: 11%;	
	height: 15%;
	width: 33%;
	float: right; /*posit. floatant à gauche*/
	/*background-color: silver; couleur de fond element*/
	color: black;
	border: 0px solid black; /*cadre de l'element*/
	margin-right: 10px;
	margin-left: 10px;
}

#multimedia/*position onglet multimedia*/
{
	font-size: small;
	position: absolute;
	top: 990px;
	left: 22%;	
	height: 16%;
	width: 33%;
	/*background-color: silver; couleur de fond element*/
	color: black;
	border: 0px solid black; /*cadre de l'element*/
	margin-left: 10px;
	margin-right: 10px;
	
	
}
#les_clubs/*position onglet clubs*/
{
	font-size: small;
	position: absolute;
	top: 990px;
	right: 11%;	
	height: 15%;
	width: 33%;
	/*background-color: silver; couleur de fond element*/
	color: black;
	border: 0px solid black; /*cadre de l'element*/
	margin-right: 10px;
	margin-left: 10px;
	
	
}				
p /*position droits auteur*/

{
	position: absolute;
	top: 1170px;
	left: 42%;
	font-size: xx-small;
	font-family: times, sans-serif; /*police*/
	padding-bottom: 10px;
}



