/* CSS raevs art */
/* ___________________GLOBAL___________________ */
html {
	margin:0
}
body {
	background-color:#000;
	color:#CCC;
	text-align:center;
	margin:0
}
title > span:first-letter {
	text-transform:uppercase;
	}

a {
	text-decoration:underline;
	color:#7796aa;
}
a:hover {
	text-decoration:none
}
a:active {
}
dl {
	float:left;
}
#global {
	text-align:left;
	margin:auto;
	width:1024px;
}
.bg_left {
	background:url(img/bg_left.jpg) no-repeat;
	float:left;
	height:580px;
	width:100px;
}
.bg_right {
	background:url(img/bg_right.jpg) no-repeat;
	position:relative;
	float:right;
	height:580px;
	width:100px;
}
/* ___________________BANNIERE___________________ */
#header {
	background:url(img/header.jpg);
	width:1024px;
	height:125px;
}
/* ___________________MENU___________________ */
.titleMenu {
	background:url(img/TitleMenu.jpg) no-repeat left;
	padding-left:10px;
	margin:10px 0;
	color:#000;
	font:"Trebuchet MS" bold;
}
#menu {
	margin-top:30px;
	width:200px;
	height:250px;
	padding-right:20px;
	float:left;
	color:#4A4A4A;
	font-family:"Comic Sans MS";
}
#menu ul {
	padding:0px;
	margin:0px;
}
#menu li {
	height:28px;
	list-style-type:none;
	background:url(img/bg_menu.jpg) left;
	text-align:center;
	margin-bottom:1px;
}
#menu li:hover {
	background: url(img/bg_menu_hover.jpg);
	cursor:pointer
}
#menu a {
	height:28px;
	text-decoration:none;
	color:#CCC;
	display:block;
}
/* ___________________CONTENU___________________ */
.bg_content {
	text-align:center;
	margin-top:10px;
	height:440px;
	width:790px;
	float:right;
	position:relative;
	background:url(img/bg_content.jpg) no-repeat;
}
#content {
	margin:auto;
	margin-top:5px;
	text-align:left;
	width:770px;
	height:428px;
	overflow:auto;
}
/* ___________________MODULES___________________ */

.boxCat dl{
	margin-left:10px;
	background-color:#000;
	border: 3px solid #666;
	padding:2px;
	min-width:150px;
	min-height:150px;
	text-align:center;
}
.boxCat dt {
	background-color:#666;
}
.boxCat dd
{
	margin:5px 0 0 0;
	padding:0;
}
dl.boxPhoto {
	margin-left:20px;
	background-color:#000;
	border: 3px solid #666;
	padding:2px;
	height:400px;
	width:300px;
	text-align:center;
}
.boxCat dl:hover dl{
	border:3px double #666;
}
.boxCat a {
	text-decoration:none;
}
.boxCat a:hover {
	text-decoration:none;
	cursor:pointer;
}
.maj {
	text-align:center;
	position:absolute;
	margin-top:125px;
	margin-left:840px;
	font-size:10px;
	width:140px;
	height:15px;
	z-index:24;
}
/* ___________________BAS DE PAGE___________________ */
#footer {
	font-size:10px;
	padding-top:10px;
	background:url(img/footer.jpg) no-repeat right;
	width:1024px;
	height:27px;
	clear:both;
}
