html {
	overflow-y			:scroll;
}
body {
	background-color	:#C0C0C0;
	margin				:0;
	padding				:0;
	font-family			:Verdana, Arial, Helvetica, sans-serif;
}
#cadre, #page, #footer {
	margin-left			:auto;
	margin-right		:auto;

}
#cadre {
	width				:860px;
	background-image	:url(../images/back.jpg);
	background-repeat	:repeat-y;
}
#page {
	width				:780px;
	background-color	:#FFF;
}
#footer {
	width				:860px;
	height				:33px;
	background-image	:url(../images/back_footer.jpg);
	background-repeat	:no-repeat;
	font-size			:11px;
}
#footer ul {
	margin				:0;
	padding				:15px 0 0 0;
	text-align			:center;
}
#footer ul li {
	display				:inline;
	list-style-type		:none;
	margin-right		:5px;
}
#footer ul li a {
	color				:#000;
	text-decoration		:none;
}
#footer ul li a:hover {
	text-decoration		:underline;
}

/*------------------------------------------------------- DANS LA PAGE -------------------*/
#header {
	line-height			:55px;
	border-bottom		:2px solid #474040;
	font-family			:Geneva, Arial, Helvetica, sans-serif;
	font-weight			:bold;
	text-transform		:uppercase;
}
#header a {
	text-decoration		:none;
}
#header .header_titre1 {
	color				:#BE0404;
	padding-left		:20px;
	padding-right		:15px;
	background-image	:url(../images/puce.gif);
	background-repeat	:no-repeat;
	background-position	:100% 50%;
}
#header .header_titre2 {
	color				:#000;
}

#menu {
	height				:22px;
	background-color	:#474040;
	border-top			:1px solid #C8C8C8;
	border-bottom		:1px solid #C8C8C8;
}
#tetiere {
	height				:182px;
	background-color	:#C8D7D4;
	border-top			:2px solid #474040;
	border-bottom		:5px solid #474040;
	background-image	:url(../images/tetiere.jpg);
	background-repeat	:no-repeat;
}
#contenu {
	background-color	:#BE0404;
	height				:300px;
	background-image	:url(../images/supdeluxe.jpg);
	background-repeat	:no-repeat;
	background-position	:100% 100%;
}
#actu {
	float				:left;
	background-color	:#FFF;
	width				:500px;
	margin-top			:20px;
	margin-left			:20px;
	height				:200px;
	font-size			:11px;
	padding				:10px;
	border				:3px solid #CCC;
	overflow-y			:auto;
}
#actu .intro {
	font-weight			:bold;
	border-bottom		:1px solid #CCC;
	text-transform		:uppercase;
}
#actu p a {
	color				:#CC0000;
	text-decoration		:none;
	text-transform		:uppercase;
}
#actu p a:hover {
	text-decoration		:underline;
}
/*------------------------------------------------------- MENU -------------------*/

#menu ul {
	margin				:0;
	padding-left		:30px;
}
#menu ul li {
	float				:left;
	list-style-type		:none;
	line-height			:22px;
	margin-right		:40px;
	background-image	:url(../images/puce.gif);
	background-repeat	:no-repeat;
	background-position: 0% 50%;
}
#menu ul a {
	display				:block;
}
#menu ul li a {
	font-size			:12px;
	font-weight			:bold;
	color				:#D0D7E1;
	text-decoration		:none;
	text-transform		:uppercase;
	font-family			:Geneva, Arial, Helvetica, sans-serif;
	padding-left		:15px;
}
#menu ul li a:hover {
	color				:#FFF;
}
