body
{
	width: 705px;
	margin: 20 auto;
	background-color: rgb(255, 255, 255);
	/* background-color: grey; */
}

/*
header
{
	background-color: blue;
}

nav
{
	background-color: red;
}

section
{
	background-color: green;
}

footer
{
	background-color: yellow;
}
*/

header
{
	clear: both;
	margin: 0;
	padding : 0;
}

footer
{
	clear: both;
	margin: 0;
	padding : 0;
}

.navmenuppl
{
	clear: both;
	margin: 0px;
	padding : 30px;
	border: 1px solid grey;
    border-radius: 8px;
}

.lienmain
{
	display: block;
	width: 500px;
	height: 44px;
	background-image: url("/main/banner.png");
}

.lienmain:hover
{
	background-image: url("/main/bannergrey.png");
}

.lienproj
{
	display: block;
	width: 500px;
	height: 44px;
	background-image: url("/projets/banner.png");
}

.lienproj:hover
{
	background-image: url("/projets/bannergrey.png");
}

.lienrap
{
	display: block;
	width: 500px;
	height: 44px;
	background-image: url("/rap/banner.png");
}

.lienrap:hover
{
	background-image: url("/rap/bannergrey.png");
}

p
{
	margin: 0 auto;
	padding : 0;
	text-align: center;
	color: black;
	font-family: "Courier New", Courier, mono;
	/* background-color: white; */
}

.menuprincipal
{
	font-size: small;
	color: navy;
}

.autre 
{
	font-size: small;
	color: darkgoldenrod;
}

.intro 
{
	color:grey;
	font-size: small;
}

.formqwant
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 30px;
}

.rechercheqwant
{
	height: 32px;
	width: 350px;
	background-image: url("/img/rech.png");
	background-repeat: no-repeat;
	background-position: center right;
	border: 1px solid grey;
    border-radius: 2px;
}

a
{
	font-family: "Courier New", Courier, mono;
	padding: 0px;
}

a:link
{
	color: #555555;
	text-decoration: underline
}

a:visited
{
	color: #F55F05;
	text-decoration: underline
}

a:hover
{
	font-weight: bold;
	color: #F00000;
	text-decoration: underline
}

a:active
{
	font-weight: bold;
	color: #990000;
	text-decoration: underline
}

a:focus
{
	font-weight: bold;
	color: #50E990;
	text-decoration: underline
}
