/*
Theme Name: WAM
Description: Theme developpe par JL pour WAM
Version: 1.0
Author: Jerome LAMENT
Author URI: http://www.quad.fr/
Tags: blue, custom header, fixed width, two columns, widgets

	WAM  v1.0

	This theme was designed and built by Jerome LAMENT,

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif; 
	font-size:12px; 
	color: #000000;
}

img { border: 0;}

input { font-size: 10px;}
#cadre {
	/* background: transparent url(images/fond_page.png) repeat-x scroll 0 0px;*/
	position: absolute;
	height:590px;
	left:50%;
	margin-left:-500px;
	margin-top:-300px;
	padding:0;
	position:absolute;
	top:50%;
	width:1000px;
	opacity: 1;
}

h3 {
	padding:0px;
	margin:0px;
}

.def {
	background: transparent none repeat scroll 0;
	border-color: #000000;
	border-style: none none dashed;
	border-width: medium medium 1px;
	width: 400px;
	font-size:14px;
}
.fond {
	position: relative;
	margin:0;
	padding:0;
	height:100%;
}

#page {
	position: absolute;
	margin: 0px auto;
	padding: 100px;
}

.contenu {
	position: relative;
	float:left;
}

.block_blanc {
	position: relative;
	float:left;
	top: 105px;
	left: 325px;
	width: 430px;
	height: 320px;
	line-height: 20px;
	background-color: white;
	text-align: justify;
}
.fond_blanc {
	background: transparent url(images/fond_data.png) no-repeat;	
}

.nav { cursor: pointer; }

.titre {
	position: absolute;
	left:227px;
	top: 445px;
	display: none;
}

.img_thmb {
	float:left; 
	padding:5px;
	cursor: pointer;
	filter:alpha(opacity=50);-moz-opacity:.50; opacity: 0.5;
}

.img_thmb  :hover{
	opacity: 1;
	cursor: pointer;
}

DIV#loader {
  float:left;
  width: 500px;
  height: 330px;
}

/** 
 * While we're having the loading class set.
 * Removig it, will remove the loading message
 */
DIV#loader.loading {
  background: url(images/spinner.gif) no-repeat center center;
}

DIV#pan4.loading {
  background: url(images/spinner.gif) no-repeat center center;
}

ul {
	margin:0px;
	padding:0px;
	list-style-image: none;
	list-style-type: none;
}

#c_casting ul li {
	margin-bottom: 10px;
}

#c_casting  a:hover {
	background-color: #fed2d1;
	cursor: pointer;
	line-height:20px;
}

.cast {cursor: pointer;}

.cast_selected  {
	background-color: #fed2d1;
}

.f_videos {
	width: 100px; background-color: white;
	filter:alpha(opacity=50);-moz-opacity:.50; opacity: 0.5;
	cursor: pointer;
}

.off {
	filter:alpha(opacity=50);-moz-opacity:.50; opacity: 0.5;
}

.f_videos_selected {
	width: 100px; background-color: white;
	filter:alpha(opacity=100);-moz-opacity:1; opacity: 1;
	cursor: pointer;
}

.act_bonus_video {
	cursor: pointer;
	padding-right:10px;
}


#news ul li {
	background: transparent url(images/point.jpg) no-repeat 0px 4px;;
	padding-left: 8px;
}

.action a { text-decoration: none; color: #666666;}


/* Fenetre modale */

.dialog {
	background-color:#C1D9FF;
	border:1px solid #3A5774;
	padding:5px;
	position:absolute;
	z-index:11;
}

.dialog-title {
	background-color:#E0EDFE;
	color:#000000;
	font-size:12pt;
	font-weight:bold;
	padding:5px;
	position:relative;
	vertical-align:middle;
}


.dialog-title-close {
	background:transparent url(images/bt_close.gif) no-repeat scroll center;
	cursor:pointer;
	float:right;
	height:15px;
	position:absolute;
	right:10px;
	top:5px;
	width:15px;
}


.dialog-content, .dialog-nt-bg {
	background-color:#FFFFFF;
	padding:5px;
}


