@charset "utf-8";
/* CSS Document */
body{
background-image:url(images/fond.jpg);
background-color:#e9d28f;
background-repeat:repeat-x;
}
img {
border:none;
cursor:pointer;
}
marquee{
padding-top:5px;
padding-right:5px;
margin-top:-17px;
}
dl, ul {
list-style-type: none;
margin:0px;
padding:0px;
}
li {
list-style-type: none;
margin-left:0px;
padding-left:10px;
}
dt {
list-style-type: none;
margin-left:20px;
padding-left:23px;
}
dd {
display:inline;
}
#conteneur{
background-image:url(images/fondconteneur.png);
background-repeat:no-repeat;
width:1075px;
height:751px;
margin-left:115px;
margin-top:40px;
}
#logo {
background-image:url(images/logo.png);
background-repeat:no-repeat;
position:absolute;
width:599px;
height:85px;
left: 81px;
top: 21px;
z-index:5;
}
#langue{
padding-top:63px;
padding-left:140px;
}
#news{
background-image:url(images/news.png);
background-repeat:no-repeat;
height:65px;
width:626px;
position:absolute;
z-index:6;
left: 548px;
margin-top: 0px;
top: 56px;
}
#newstexte {
height:23px;
width:530px;
position:absolute;
left: 16px;
margin-top: 19px;
z-index:3;
top: -14px;
font:large bold;
}
#menu {
	background-image:url(images/menufond.png);
	background-repeat:no-repeat;
	height:73px;
	width:803px;
	position:absolute;
	z-index:4;
	left: 237px;
	margin-top: 90px;
	top: 32px;
}
#menu dl {
float: left;
}
#menu li {
display: inline;
}
#menu a {
text-decoration: none;
color: #000;
}
#menu a:hover {
color:#FFFFFF;
text-decoration:underline;
}
#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6, #smenu7 {
background-image:url(images/smenufond.png);
background-repeat:repeat-x;
position:absolute;
left: auto;
height:23px;
width: auto;
padding-left:5px;
padding-right:10px;
padding-top:-15px;
z-index:5;
}
#smenu1 a:hover, #smenu2 a:hover, #smenu3 a:hover, #smenu4 a:hover, #smenu5 a:hover, #smenu6 a:hover, #smenu7 a:hover {
color:#FFFFFF;
}
.cellule {
margin-left:5px;
margin-top:20px;
}
#corps {
	position:absolute;
	top:238px;
	width: 962px;
	height: 443px;
	z-index:6;
	left: 148px;
	padding-left:290px;
}
#pieds {
	width:962px;
	height:43px;
	position:absolute;
	left: 148px;
	top: 714px;
	z-index:7;
	padding-top:5px;
	font-size:11.5px;
}

/*/////////////////////////
//        Intro          //
/////////////////////////*/
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(site/images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 5px;
	color:#000000;
	width:100px;
}
