html,body {
	background-color: black;
	font-family : Trebuchet ms, Arial, geneva, Helvetica, serif ;
	color: white;
	font-size: 11px;
}



/*-- INDEX --*/

td#visuel {
	margin: 20px 0 0 20px;
}

td#home a{
	margin: 20px 0 0 20px;
	letter-spacing: 2px;
	font-size: 18px;
	font-family: Times New Roman, Arial, geneva, Helvetica, serif ;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	line-height: 1.1em;
}

td#home a:hover{
	color: #928961;
}

div#home {
	letter-spacing: 1px;
	font-size: 18px;
	font-family: Times New Roman, Arial, geneva, Helvetica, serif ;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
}

/*-- CONTACT --*/

option, textarea, input, select, file {  
    font-family: Georgia, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #cccccc; 
    background-color: #000000; 
    border: 1px solid #222222;
	padding: 2px;
}

option:hover, textarea:hover, input:hover, select:hover, file:hover, option:focus, textarea:focus, input:focus, select:focus, file:focus {
    border: 1px solid #333333;
}




/*-- ACTUALITES --*/

div#info {
	color: #444444;
}

div#info a{
	color: #645c47;
	text-decoration: none;
}

div#info a:hover{
	color: #8f866e;
	text-decoration: none;
}




/*-- CASTING --*/

div#nom {
	font-size: 18px;
	letter-spacing: 1px;
}

div#films {
	text-align: left;
	padding-left: 10px;
}

div#casting {
	width: 610px;
	font-family : Trebuchet ms;
	text-align: left;
}

div#casting a{
	padding-left: 30px;
	padding-right: 5px;
	color: #000;
	background-color: #bcb28f;
	text-decoration: none;
	font-size; 13px;
}

div#casting a:hover{
	color: #000;
	background-color: #fff;
}



/*-- MENU --*/

div#menu a, div#menu a:visited{
	margin: 10px 0 0 10px;
	font-family: Georgia, Arial, geneva, Helvetica, serif ;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 0.5px;
	text-decoration: none;
	text-transform: uppercase;
}

div#menu a:hover{
	color: #bcb28f;
}



/*-- CONTENT --*/

div#content {
	width: 610px;
	font-family : Trebuchet ms;
	text-align: justify;
}

div#content  a{
	color: #928961;
	text-decoration: none;
}

div#content a:hover{
	background-color: #928961;
	color: black;
}

/*-- FOOTER --*/

div#footer {
	color: #bdad7a;
	font-family : Trebuchet ms;
	font-size: 10px;
}

div#footer  a{
	color: #fff;
	text-decoration: none;
}

div#footer  a:hover{
	color: #000;
	background: #fcac1e;
}

/*---*/
	

