html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	overflow:hidden;
}


body {
	height:100%;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#fcc503;
/*	background-image: url(images/bg_gradient_y.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
*/	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #FAC84F;
	scrollbar-highlight-color: #fcc503;
	scrollbar-3dlight-color: #fcc503;
	scrollbar-darkshadow-color: #FAC84F;
	scrollbar-track-color: #fcc503;
	scrollbar-arrow-color: #fcc503;
}	

.login {
	position:absolute;
}

.top {
	z-index:-222;
	width:100%;
	top:0px;
	height:200px;
	position:absolute;
	background-color:#C69512;
}

.bottom {
	width:100%;
	bottom:0px;
	height:200px;
	position:absolute;
	background-color:#FAC84F;
}

.conteneur {
	height:100%;
}

.menu {
	float:left;
	width:450px;
}

.content {
	background-color:#FFFFFF;
	position:relative;
	float:right;
	right:20px;
	width:550px;
	border-right:#FFFFFF solid 1px;
	border-left:#FFFFFF solid 1px;
	height:100%;
	overflow:auto;
}

.animtv {
	position:absolute;
	float:left;
	width:470px;
	right:576px;
	bottom:100px;;
}

.menutop {
	z-index:999;
	font-size:10px;
}

#projets {
	font-size:12px;
}

h3 {
	cursor:pointer;
}

a {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#333333;
}

.spacer {
	heigth:30px;
	clear: both;
}

.linkdet {
	padding-left:5px;
	padding-top:5px;
}

.linkdet img{
	border:#FFFFFF solid 1px;
	margin-top:10px;
}