body
{
	width: 800px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url("../images/background.png");
}

.header
{
	width: 800px;
	height: 110px;
	background-image: url("../images/header.png");
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.menu
{
	float: left;
	width: 150px;
}

.menu p
{
   padding: 5px;
   font-size: small;
   color: white;
}

.corps
{
   margin-left: 165px;
   margin-bottom: 20px;
   margin-top: 40px;
   padding: 5px;
   
   background-image: url("../images/background.png");
   background-repeat: repeat;
}

.corps h1
{
	color: white;
	text-align: center;
}

.corps p
{
	color: white;
   text-align: justify;
}

.corps .p2
{
   color: white;
}

.corps .p2 img
{
   float: left;
}

.corps p .right
{
   float: right;
}

.left
{
   float: left;
}

.right
{
   float: right;
}

.footer
{
   width: 800px;
   margin-bottom: 20px;
   padding: 5px;
   background-image: url("../images/background.png");
   background-repeat: repeat;
   float: left;
}

.footer p
{
   color: white;
   text-align: center;
}

.color_blue
{
   color: #135970;
}

a
{
   color: #135970;
}

table
{
   color: white;
}

ul
{
   color: white;
}