body
{
	width: 	950px;
	margin: auto;
	background-image:url('images/bg.png');
	background-color: #05b0dc;
}


a {
    color : #000000;
    text-decoration:none;
}


#header
{
	width: 	950px;
	height: 254px;
    background-image: url('images/header.png');
	float: left;
}


#corps
{
	width: 950px;
    height: 1%;
    background-image: url('images/fond.png');
	float: left;
}


#corps1
{
    padding-left: 95px;
}


#cadre
{
	width: 255px;
    height: 220px;
    background-image: url('images/cadre.png');
    background-repeat: no-repeat;
    float: left;
}


.cadre
{
    padding-top: 18px;
    padding-left: 18px;
}


#footer
{
	width: 	950px;
	height: 98px;
	text-align:center;
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
    float: left;
}


#footer1
{
	padding-top: 50px;
}

p
{
font-family: "Trebuchet MS", Georgia, serif;
 font-size: small;

}