﻿body
{
	background-image: url("image/bodyy.jpg");
	background-position: center ;
	background-repeat: repeat-y ;

}

#body
{
	width: 1000px ;
	margin: auto ;
	margin-bottom: 25px ;
	background-color: #ffffff ;
	min-height: 1000px ;
}

#baniere
{
	width: 1000px ;
	height: 300px ;
	border-bottom: thick black solid ;
	background-image: url("image/baniere.jpg");

}
em
{
	font-weight: bold;
	font-size: larger ;
	font-style: normal ;
} 

 /* trucs relatifs au menu */
#menu
{
	float: left ;
	width: 180px ;
	padding: 0px ;
	margin-right: 10px ;
	margin-top: 10px ;
	min-height: 500px ;
	background-image: url("image/top_menu.png") ;
	background-repeat: repeat-x ;
	
}

#menuu
{
	border-left: 5px black solid ;
	border-right: 5px black solid ;
	margin-left: 15px ;
	margin-right: 15px ;
	padding-top: 15px ;
	width: 145px ;
	min-height: 485px ;
}

#menu h3
{
	text-align: center ;
}
#menu ul
{
	list-style-image: url("image/escrime2.png") ;
	line-height: 100% ;
}

#menu .element
{
	color: #000080;
	font-weight: bold;
	font-size: medium;
	text-indent: 22px ;
}

#menu p a:hover
{
	text-indent: 22px ;
	display: block ;
	background-image: url('image/escrime1.png');
	background-repeat: no-repeat ;
	height: 25px ;
	background-position: 0px bottom ;
	
}

#menu ul li a
{
	color:black ;
	text-decoration: none;
}
#menu ul li a:hover
{
	text-decoration: underline;
}

/* trucs relatifs au corp*/
#corp
{
	margin-left: 200px ;
	margin-top: 10px ;
	padding: 0px ;
	min-height: 500px ;
	padding-left: 10px ;
	background-image: url('image/top_menu.png');
	background-repeat: repeat-x ;

}
#corp p
{
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif 
}

#corpp
{
	border-right: 5px black solid ;
	height: 100% ;
	min-height: 485px ;
	margin: 0px ;
	margin-right: 10px ;
	padding-top: 15px ;
	
}
#corpa
{
	border-right: 5px black solid ;
	height: 100% ;
	min-height: 485px ;
	width: 570px ;
	margin: 0px ;
	margin-right: 10px ;
	padding-top: 15px ;

}

#corpb
{
	float: right ;
	margin: 10px;
	margin-top: 20px;
	margin-right: 5px; 
	width: 200px;
}

.message
{
	border: thick black double ;
	padding: 5px; 
	font-size: small;
	margin-bottom: 5px;
}
#flashcontent
{
	width: 770px;
	height: 700px;
}

#corp h2
{
	border-bottom:  black medium solid;
	text-align: left;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif; 
}
.element a
{
	color: navy;
	text-decoration: none;
	
}
.lien
{
	text-decoration: none;
	color: #000000;
}
.lien:hover
{
	color: navy;
	text-decoration: underline ;
}
#corp h1
{
	text-align: center ;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif; 
}
#corp p
{
	text-align: left;
	font-size: normal;
}
#corpp ul li span
{
	font-family: "Microsoft Sans Serif" ;
	font-size: small ;
}
#corpp ul li b
{
	font-size: large ;
}
.quoi
{
	color: navy;
}

.quoi:hover
{
	color: yellow;
	text-decoration: underline;
}
