body {
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;	font-size: 12px;
	color: #8d3f06;
	margin: 0;
	padding: 0;
	background: #8c9dec url("./img/fondHaut.jpg") repeat-x;
}

#fondBas {
	background: url("./img/fondBas.jpg") 100% 100% repeat-x;
}

img { border: 0; }

.centrer { text-align: center; }
.code {	
	font-family: Courier New;
	color: black;
}
a.nounderline { text-decoration: none; }
a { 
	color: #903f00;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#site {
	width: 784px;
	margin: auto;
	text-align: center;
	background: url("./img/fondSite.jpg") repeat-y;
}

#header {
	height: 181px;
	background: url("./img/header.jpg") no-repeat;
}

.pub { margin-left: -26px; }

#menu {
	width: 181px;
	float: left;
	text-align: left;
}

#menu .tsp {
	background: url("./img/menuTSP.jpg") no-repeat;
	height: 54px;
}

#menu .ap {
	background: url("./img/menuAP.jpg") no-repeat;
	height: 53px;
}

#menu .tc {
	background: url("./img/menuTC.jpg") no-repeat;
	height: 57px;
}

#menu .lu {
	background: url("./img/menuLU.jpg") no-repeat;
	height: 50px;
}

#menu h1 { display: none; }

#menu .milieu {
	background: url("./img/menuMilieu.jpg") repeat-y;
	padding: 0 7px 0 13px;
}

#menu .bas {
	background: url("./img/menuBas.jpg") no-repeat;
	height: 39px;
	margin-bottom: 20px;
}

#centre {
	width: 600px;
	float: left;
}

#centre .bienvenue {
	background: url("./img/bienvenue.jpg") no-repeat;
	height: 62px; 
}

#centre .newsletterc {
	margin-top: 10px;
	background: url("./img/newsletterc.jpg") no-repeat;
	height: 62px;
}

#centre .directforum {
	margin-top: 10px;
	background: url("./img/directforum.jpg") no-repeat;
	height: 62px;
}

#centre .bienvenue span, #centre .newsletterc span, #centre .directforum span { display: none; }

#centre .milieu {
	background: url("./img/centreMilieu.jpg") repeat-y;
	text-align: left;
	padding: 10px 15px 10px 15px;
	text-align: justify;
}

#centre .bas {
	background: url("./img/centreBas.jpg") no-repeat;
	height: 74px;
}

#centre .milieu .newsletterFonce {
	background: #ffec89;
	border: 1px solid #fcb10b;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
}

#centre .milieu .newsletterClair {
	background: #fff6c7;
	border: 1px solid #fb9d08;
	padding: 5px;
	text-align: center;
}

#centre .milieu .newsTitre {
	background: #ffec89;
	border: 1px solid #fcb10b;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 2px 0;
}

#centre .milieu .newsContent {
	background: #fff6c7;
	border: 1px solid #fb9d08;
	padding: 5px;
}

#centre .milieu .newsDate {
	background: #ffec89;
	border: 1px solid #fb9d08;
	padding: 5px;
	text-align: right;
	font-size: 11px;
	margin: 2px 0 10px 0;
}

#footer {
	clear: both;
	background: url("./img/footer.jpg") no-repeat;
	height: 100px;
}

.copy {
	padding-top: 30px;
	font-size: 11px;
}