a {
	text-decoration		: none;
}
a:hover {
	text-decoration		: underline;
}
body {
	background-color	: rgb(255,239,163);
	background-image	: url('fond.jpg');
	background-repeat	: repeat-y;
	font-size		: 1em;
	font-family		: verdana;
	margin			: 0px;
	padding			: 0px;
}
div {
	padding			: 0px;
	margin			: 0px;
}
div.logo {
	background-image	: url('logo.gif');
	background-repeat	: no-repeat;
	position		: absolute;
	width			: 160px;
	height			: 200px;
	top			: 36px;
	right			: 25px;
	z-index			: 5;
}
div.sondage{
	position		: absolute;
	padding-left		: 60px;
        width			: 200px;
	height			: 184px;
	top			: 239px;
	right			: 40px;
	z-index			: 5;
}
div.photodujour{
	position		: absolute;
	width			: 200px;
	height			: 184px;
	top			: 539px;
	right			: 40px;
	z-index			: 5;
}
div.entete {
	background-color	: rgb(247,116,30);
	background-image	: url('fondEntete.jpg');
	background-position	: right;
	background-repeat	: no-repeat;
	height			: 125px;
	left			: 0px;
	position		: absolute;
	top			: 0px;
	width			: 100%;
	z-index			: 1;
}
div.menu { 
	background-color	: rgb(247,116,30);
	background-image	: none ;
	background-repeat	: no-repeat;
	border-bottom-width	: 1px;
	border-color		: rgb(0,0,0);
	border-left-width	: 0px;
	border-right-width	: 0px;
	border-style		: none;
	border-top-width	: 1px;
	height			: 38px;
	padding-left		: 60px;
	position		: absolute;
	top			: 88px;
	left			: 200px;
	vertical-align		: middle;
	width			: 60%;
	z-index			: 4;
	overflow		: hidden;
}
div.menu a {
	color			: rgb(0,0,0);
	margin-left		: 20px;
	font-size		: 0.9em;
}
div.menu h1 {
	display			: inline;
	font-size		: 24px;
	margin			: 0px;
	padding			: 0px;
}
div.sousMenu {
	text-align		: right;
	background-color	: rgb(255,106,0);
	background-image	: url('fondSousMenu.jpg');
	background-repeat	: no-repeat;
	height			: 768px;
	left			: 0px;
	padding-top		: 300px;
	padding-right		: 0px;
	position		: absolute;
	top			: 0px;
	width			: 200px;
	z-index			: 3;
}
div.sousMenu a {
	color			: rgb(0,0,0);
	display			: block;
	font-size		: 1em;
        padding-right		: 10px;
}
div.corps {
	left			: 0px;
	background-image	: url('fondCorps.gif');
	background-repeat	: no-repeat;
	padding-left		: 215px;
	padding-top		: 220px;
	position		: absolute;
	top			: 0px;
	width			: 80%;
	z-index			: 2;
}
div.corps a {
	color			: rgb(0,0,0);
        text-decoration		: underline;
	font-size		: 1em;
}

div.piedPage {
}
p {
	font-size		: 1em;
	font-family		: verdana;
}
h1 {
	font-size		: 1.5em;
}
h2 {
	font-size		: 1.4em;
}
h3 {
	font-size		: 1.3em;
}
h4 {
	font-size		: 1.2em;
}
h5 {
	font-size		: 1.1em;
}

table {
border: solid #000 1px;
border-collapse: collapse;
}

th{
background-color: #FFFFCC;

border: solid #000 1px;
border-collapse: collapse;
}

td {
border: solid #000 1px;
border-collapse: collapse;
}


