/* GENERAL */
h1.header {
	position: absolute;
	top: 105px;
	margin-left: 15px;
	margin-bottom: 3px;
}
h1.long {
	margin-top: 8px;
	font-size: 20px;
}
h1.header a:hover {
	text-decoration: none;
}
h1.top {
	text-align: center;
	color: #af0d0c;
	padding: 1px 0 1px 0;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}
hr.header {
	background-color: #af0d0c;
	height: 8px;
	border: none;
	width: 1000px;
	margin-left: -50px;
}
div.global {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}
div.col1 {
	float: left;
	width: 720px;
}
div.col2 {
	float: left;
	width: 300px;
}
fieldset {
	border: 0px;
}
div.clear {
	clear: both;
}
div.admin a {
	font-size: 10px;
}
* {
	margin: 0;
	padding: 0;
}
*.strong {
	font-weight: bold;
}
*.right {
	display: block;
	float: left;
}

/* HEADER */

div.header-top {
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 150px;
	background: transparent url(logo.jpg) no-repeat center;
	text-align:center;
}
div.header-top a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 464px;
	height: 150px;
}

/* CONTENT */
p a.selected {
	font-weight: bold;
}
div.main {
	clear: left;
	width: 710px;
	float: left;
	padding: 10px;
	min-height: 300px;
}
div.main h1 {
	font-size: 1.2em;
	color: #af0d0c;
	margin: 10px;
}
div.main div.content {
	background: #FFF;
	padding: 30px;
	text-align: right;
}
div.scene {
	float: left;
	width: 100%;
	background-color: #000000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.description {
	margin-right: 20px;
	text-align: justify;
}
div.pagination_rw a {
border: 1px solid #af0d0c;
padding: 2px;
margin: 0;
font-size: 17px;
}
div.pagination_rw a:hover {
background: #000;
color: #af0d0c;
}

p.strong {
font-weight: bold;
}
input[type="button"], input[type="submit"] {
border: 1px solid #af0d0c;
padding: 5px;
background: #FFF;
font-weight: bold;
font-size: 15px;
color: #af0d0c;
}
input[type="button"]:hover, input[type="submit"]:hover {
background: #000;
cursor: pointer;
}
input.button, input.new, input.update, input.delete {
margin-right: 15px;
margin-bottom: 5px;
}
input.cancel {
margin-left: 15px;
}
a {
	color: #af0d0c;
	text-decoration: none;
}
a:hover {
	color: #000;
}


/* PANEL */

div.panel {
	float: right;
	width: 230px;

	padding: 10px;
	margin-top: 10px;
}
div.panel h1 {
	padding: 5px 0px 5px 0px;
	width: 100%;
	background-color: #000000;
	font-size: 1em;
	text-align:center;
}
div.panel div.content {
	background-color: #f4f2f2;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	padding: 5px;
	font-weight: bold;
}
div.panel div.content h1 {
	margin-top: 3px;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #f4f2f2;
}
ul li {
	list-style: url(puce.jpg);
	margin-left: 25px;
}
div.panel div.description {
	text-align: center;
	font-size: 10px;
}

/* Vid�o */
div.favorite_list {
	overflow:scroll;
	height:120px;
	background-color: #FFF;
}
div.favorite_list div{
	float: left;
}
div.favorite {
	width: 100%;
}
div.favorite:hover {
	background-color: #FFF;
}

/* FOOTER */

div.footer {
	width: 1024px;
	clear:both;
	text-align: center;
	padding: 5px;
}

