/* CSS by complex AI, Théo Reichel (admin@complex.ch), january 2009*/
/* WEBSITE INFOS*/
/***************************
# COLORS ###################

*/

/***************************
# Yahoo resetter 
****************************/
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
/*table{border-collapse:collapse;border-spacing:0;} */
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup,sub{line-height:-1px;vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}


/***************************
# HTML redf
****************************/
body {
	font-family: "verdana", "helvetica";
	font-size: 12px;
	line-height: 1.2em;
	background-color: #333;
	color: #666;
}
p {
	margin: 1em 0;
}
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #d71f2a;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 1.8em;
	letter-spacing: 0.1em;
	color: #000;
	margin: 20px 0 0 0 ;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	letter-spacing: 0.1em;
	color: #000;
	margin: 20px 0 0 0 ;
}
input[type="text"], textarea, input[type="checkbox"], input[type="password"] {
	border: solid 1px #888;
}

/***************************
# Main IDs
****************************/
#wrap {
	width: 900px;
	margin: 0 auto;
}
#content {
	background-color: #fff;
	min-height: 500px;
}
#header {
	height: 50px;
	padding: 3px 0;
}
#header img {
	float:left;
}
#footer {
	height: 50px;
}

/***************************
# Menu
****************************/
#menu {
	margin-left: 200px;
	font-family: helvetica;
	font-weight: lighter;
	letter-spacing: 0.2em;
	color: #fff;
}
#menu a { color: #fff;}
#menu .on a {
	color: #d71f2a;
}
#menu a:hover {
	text-decoration: none;
}
#menu table {
	padding-top: 20px;
}
#menu td {
	font-size: 1.4em;
	margin: 0 10px;
	padding: 5px 20px;
	vertical-align: middle;
	text-align: left;
}
#menu td > a {
	cursor: pointer;
}
#menu td > a:hover {
	color: #ddd;
}
#menu dl {
	position: absolute;
	padding: 15px 0;
	line-height: 1.2em;
}
#menu dl a {
	color: #000;
	background-color: #fff;
	opacity: 0.8;
	display: block;
}
#menu dl a:hover {
	color: #ddd;
}
#menu dt {
}
/***************************
# Classes
****************************/
.text {
	padding: 10px 0;
	margin: 0 auto;
	text-align: justify;
}

/***************************
# TV
****************************/
#tv {
	height: 333px;
	border-bottom: solid 1px black;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
}
#tv_desc {
	color: #000;
	height: 1em;
	font-style: italic;
	text-align: right;
	margin: 5px auto;
}
#tv_browser {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 20px;
}
.tv_item {
	display: inline;
}
.tv_item img {
	border: solid 1px black;
	padding: 2px;
	margin: 5px 10px;
}
.tv_item img:hover {
	cursor: pointer;
	background-color: #000;
}

/***************************
# Form
****************************/
.desc {
	width: 100px;
	float: left;
	text-align: right;
	padding: 0 5px;
}
.formulaire > div {
	margin: 5px 0;
}
/***************************
# Others
****************************/
#tv_browser, #tv_desc, #tv, .text {
	width: 500px;
}