/* FOND DE PAGE */

body {
	background-image:url(img/fond.jpg);
	background-repeat:repeat-x;
	background-color:#EFF3F6;
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
	width:910px;
}

p {
       font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
       font-size: 16px;
       color: #646464;
}



/* FIN FOND DE PAGE */

/* EN TETE */

#header {
	background-image:url(img/header.png);
	background-repeat:no-repeat;
	width:910px;
	height:115px;
	margin:auto;
}

/* CORPS */

#corps {
	background-image:url(img/contenu.png);
	background-repeat:repeat-y;
	width:910px;
}

/* FIN DU CORPS */


/* CONTENU */

#contenu {
	width:665px;
	margin-left:110px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:20px;
	padding-top:15px;
}

/* FIN CONTENU */

/* PIED DE PAGE */

#bottom {
	background-image:url(img/bottom.png);
	background-repeat:no-repeat;
	width:910px;
	height:150px;
	
	color:#B3B1B0;
	padding-top:40px;
	padding-left:65px;
	word-spacing:5px;
}

#bottom a {
	color:#B3B1B0;
	text-decoration:none;
}

#bottom p {
        color:#B3B1B0;
}

/* FIN PIED DE PAGE */

/* AUTRE STYLE */




