@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-image: url(../design/fond.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

.global {
	background-image: url(../design/motif.png);
	height: 950px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: center center;
}

/*====================TITRE======================*/
.global .title {
	height: 50px;
	width: 318px;
	margin-top: 16px;
	float: left;
}

.global .sous-titre {
	float: left;
	height: 34px;
	width: 950px;
}
/*==================CENTRE/CONTENU==============*/
.global .centre {
	height: 672px;
	width: 950px;
	float: left;
}

.global .centre table {
	font-size: 20px;
	font-weight: bold;
	margin-top: 36px;
}

.global .centre a {
	color:#FFF;
	text-decoration: none;
	text-shadow: 2px 2px 2px #000;
}

.global .centre a:hover {
	color: #0CF;
	text-decoration: underline;
}

.global .contenu {
	background-image: url(../design/contenu.png);
	background-repeat: repeat;
	float: left;
	height: 600px;
	width: 730px;
	margin-top: 18px;
	position: relative;
	overflow: auto;
}

.global .contenu a {
	color: #FFFFFF;
	text-decoration: none;
}

.global .contenu a:hover {
	color: #FF00FF;
	text-decoration: underline;
}

.global .contenu table {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

.global .contenu a img {
	height: 100px;
	width: 100px;
}

.global .contenu a:hover img {
	height: 96px;
	width: 96px;
	border: solid 2px #FF00FF;
}

/*===========MENU LATERAL===========*/
.global .menulat {
	padding-right: 0;
	margin-right: 0;
	float: right;
	position: relative;
}

.global .menulat ul#menu ul{
  	list-style: none;
  	width: 170px;
	position: absolute;
	top: 0px;
  	right: 90px;
}

.global .menulat ul#menu li{
	position: relative;
	list-style: none;
	margin-right: 10px;
}

.global .menulat ul#menu a{
	text-align: right;
	display: block;
	height: 100px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.global .menulat ul#menu a:hover{
  	color: #FF00FF;
	text-decoration: underline;
}

.global .menulat ul#menu li ul{
  	display: none;
}

.global .menulat ul#menu li:hover>ul{
  	display: block;
	height: 50px;
}

/*============BAS DE PAGE=============*/
.bottom {
	background-image: url(../design/bas.png);
	background-repeat: repeat-x;
	padding-top: 3px;
}

.bottom .bas{
	height: 30px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.bottom .bas ul{
	display: block;
	margin-top: 5px;
}

.bottom .bas li{
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
}

.bottom .bas a{
	color: #FFFFFF;
	text-decoration: none;
}

.bottom .bas a:hover{
	color: #FF00FF;
	text-decoration: underline;
}
