/* PAGE WAITING FOR
body {
	margin: 0;
	padding: 0;
	background: transparent url(../images/adrd_logo_gris20.png) top center no-repeat;
	font-family: Verdana, sans-serif;
}

p#msg {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	margin-top: 265px;
}

form#waiting_for {
	background: transparent url(../images/adrd_index_banniere_fond.png) top left no-repeat;
	width: 968px;
	height: 59px;
	margin: 45px auto 0 auto;
	padding: 0;
	padding-top: 167px;
	padding-right: 25px;

}

form#waiting_for div {
	text-align: right;
}

form#waiting_for p {
	margin-top: 18px;
	padding: 0 0 0 8px;
	font-size: 0.7em;
	color: #C7C7C7;
	text-align: center;
}

form#waiting_for p a,
form#waiting_for p strong {
	color: #000000;
}

form#waiting_for input[type=text] {
	border: 0;
	height: 14px;
	width: 227px;
	margin-right:8px;
	padding: 0;
}

form#waiting_for input[type=image] {
	vertical-align: baseline;
}
*/
a {
  color: #454545;
  text-transformation: uppercase;
}

a:hover {
  text-decoration: none;
}


body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.6em;
}

#container {
  /*padding: 12px 12px 3px 12px;*/
  padding: 0;
  width: 976px;
  margin: 0 auto;
  height: 549px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -285px;
  margin-left: -488px;
}

#left, #right, #content {
  height: 547px;
}

#left {
  width: 145px;
  float: left;
  margin-right: 12px;
}

#right {
  width: 268px;
  float: right;
  margin-left: 12px;
}

#content {
  overflow: auto;
  background-color: #DEDEDE;
  margin-bottom: 2px;
}

#footer {
  height: 22px;
  text-transform: uppercase;
}

#footer a {
  color: #FFFFFF;
}

#left h1 {
  margin-bottom: 3px;
}

#left h2 {
  margin-bottom: 6px;
}


h2 {
  text-transform:uppercase;
}

.clear {
  clear: both;
}

.flat_button {
  border: 1px solid #454545;
  background-color: #DEDEDE;
  color: #454545;
  font-size:100%;
  padding: 1px 6px;
  text-transform: uppercase;
  font-weight: bold;
}

.flat_button:hover {
  background-color: #454545;
  color: #DEDEDE;
  text-decoration: none;
}

/* ###### REGISTER FORM ###### */

form#register_form fieldset {

}
form.label_block p,
form#edit_profile_form p,
form#register_form p {
  clear: left;
  padding-top: 10px;
}
form.label_block label,
form.label_block input,
form#edit_profile_form p label,
form#edit_profile_form p input,
form#register_form p label,
form#register_form p input {
  display: block;
  float:left;
  margin: 0 3px;
}

form.label_block p.right label,
form.label_block p.right input,
form#edit_profile_form p.right label,
form#edit_profile_form p.right input,
form#register_form p.right label,
form#register_form p.right input {
  float:right;
}

form.label_block fieldset.fields p label,
form#edit_profile_form p label,
form#register_form p label {
  width: 30%;
  padding-top: 0.3em;
  font-weight: bold;
}

form#edit_profile_form p input,
form#register_form p input {
  border: 1px solid black;
  width: 300px;
}

form.label_block fieldset.fields p input {
  border: 1px solid black;
  width: 65%;
}

form#edit_profile_form p input.submit_btn,
form#register_form p input.submit_btn {
  background: #FFFFFF;
  margin-left: 30%;
  width: 302px;
  border: 3px double black;
  font-family: Verdana;
}

form.label_block p input.submit_btn {
  background: #FFFFFF;
  border: 3px double black;
  font-family: Verdana;
}

/* ###### EDIT PROFILE FORM ###### */

form#edit_profile_form fieldset {
  padding: 0 0 10px 10px;
  margin: 10px 10px 0 0;
  clear: left;
}

form#edit_profile_form p label {
  padding-left: 12px;
  width: 134px;
}

form#edit_profile_form fieldset p label {
  padding-left: 0;
  width: 134px;
}

form#edit_profile_form fieldset p input {
  width: 300px;
}

/*########### MENU CONDITIONNEL ###############*/

#menu_left {
  height:141px;
}

ul#menu_left  {
  list-style-type: none;
  list-style-imaeg: none;
}

ul#menu_left li {
  background-color: #DEDEDE;
  margin-bottom: 3px;
}
ul#menu_left li a {
  padding: 2px 0 2px 6px;
  display: block;
  color: #454545;
  text-transform: uppercase;
  font-weight: bold;
}

ul#menu_left li a:hover {
  text-decoration: none;
}

form#menu_left {
  font-weight: bold;
}

form#menu_left a {
  text-transform: uppercase;
  color: #000000;
  font-size: 0.9em;
}



form#menu_left p.become{
  background-color: #DEDEDE;
  padding: 4px 3px 2px 6px;
  margin-bottom: 3px;
  text-transform: uppercase;
}

form#menu_left p.become a {
  display: block;

}

form#menu_left p.become a:hover {
  text-decoration: none;
}

form#menu_left p.become.fields{
  text-align: center;
  background-color: #DEDEDE;
  padding-top: 3px;
  margin-bottom: 3px;
  text-transform: uppercase;
  height: 18px;
}

form#menu_left fieldset{
  border: none;
  background-color: #DEDEDE;
  margin-bottom: 3px;
  padding-left: 5px;
}

form#menu_left p.become.fields label {
  display: block;
  float: left;
  width: 40px;
  height: 15px;
  padding-top: 3px;
  text-align: left;
}

form#menu_left p.become.fields input{
  display: block;
  float: left;
  width: 94px;
  height: 15px;
  border: 1px solid #000000 ;
  vertical-align: sub;
  font-size: 0.9em;
}

form#menu_left input#adrd_sign_in {
  margin-top: 0;
  width: 96px;
  height: 17px;
  padding-top: 0;
  margin-left: 40px;
}

form#menu_left input#adrd_remember_me{
  vertical-align: top;
}

form#menu_left fieldset.infos {
  padding: 3px 5px 1px 0;
  text-align: right;
}

form#menu_left fieldset.infos label{
  text-transform: uppercase;
}

form#menu_left fieldset.infos input {
  vertical-align: top;
}

/* ############ DIAPORAM ############## */

#diaporama {

}

#diaporama h2 {
  background-color: #454545;
  text-align: center;
  margin-bottom: 0;
  height: 18px;
  padding-top: 3px;
  color: #DEDEDE;
  font-size: 110%;
}

#diaporama #display_news{
  background-color: #DEDEDE;
  padding: 10px;
  height: 181px;
}

#diaporama #display_news .news{

}

#diaporama #display_news .news p img{
  border: 1px solid #FFFFFF;
  margin-bottom: 3px;
}

#diaporama #display_news .news p{
  line-height: 1em;
}

#diaporama #diaporama_controls{
  background-color: #DEDEDE;
  padding: 3px 12px 12px 12px;
  height: 12px;
}

#diaporama #diaporama_controls a {
  color: #454545;
}

#diaporama #diaporama_controls .right{
  float: right;
}

/* ################ KIOSK ################ */

#kiosk {

}

#kiosk ul {
  list-style-type: none;
  height: 20px;
}

#kiosk ul li {
  display: inline;
}


#kiosk ul li a {
  width: 88px;
  padding-top: 3px;
  height: 17px;
  display: block;
  float: left;
  margin-right: 2px;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
}

#kiosk ul li.hidden a {
  background-color: #454545;
  color: #DEDEDE;
}

#kiosk ul li.displayed a {
  background-color: #DEDEDE;
  color: #454545;
}

#kiosk .kiosk_list {
  background-color: #DEDEDE;
  padding: 12px 14px 10px 14px;
}

#kiosk ul li a.link_right {
  margin-right: 0;
}

.kiosk_video{
  position: relative;
  border: 1px solid #FFFFFF;
  margin-bottom: 3px;
  height: 96px;
  /*width: 234px;*/
  width: 238px;
}

.kiosk_video a img{
  vertical-align: middle;
}

.kiosk_video span.infos{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 99%;
  padding-left: 1%;
}

.kiosk_video span.infos.background{
  background-color: #000000;
  filter : alpha(opacity=70);
  -moz-opacity : 0.7;
  opacity : 0.7;
}
.kiosk_video span.infos.background span.kiosk_infos{
  visibility: hidden;
}

.kiosk_video span.infos span.kiosk_infos{
  display: block;
  width: 100%;
  filter: alpha(opacity=100);
  -moz-opacity : 1;
  opacity : 1;
  color: #FFFFFF;
}

.kiosk_video span.infos span.kiosk_infos.kiosk_titre {
  font-weight: bold;
}

.kiosk_video span.infos span.more_infos {
  color: #B0B0B0;
}

.kiosk_video span.infos span.more_infos span{
  width: 33%;
  display: block;
  float: left;
}

.kiosk_video .img_color,
.kiosk_video span.infos span.more_infos
{
  display: none;
}

.kiosk_video a:hover .img_mono {
  display: none;
}

.kiosk_video a:hover .img_color {
  display: inline;
}

.kiosk_video a:hover span.infos span.more_infos {
  display: block;
}

div.favorite_elt {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 0;
}

div.favorite_elt label.checkbox_center {
  display: block;
  text-align: center;
  padding: 2px 0;
}

div.favorite_elt label.checkbox_center:hover {
  background-color: #454545;
}

#p_btn_del_favorite {
  margin-left: 10px;
}


/* LOGIN */

#login {
  width: 300px;
}

#login fieldset {
  border: none;
}

form#login p label {
  width: 85px;
}

#login label {
  font-weight: bold;
  text-transform: uppercase;
}

#login a {
  border: 1px solid #454545;
  background-color: #DEDEDE;
  color: #454545;
  font-size:100%;
  padding: 3px 6px;
  text-transform: uppercase;
  font-weight: bold;
}

#login a:hover {
  text-decoration: none;
  background-color: #454545;
  color: #DEDEDE;
}

#login p.align {
  padding-left: 93px;
}

/* ############### VIDEO SEARCH ############## */

#video_search {
}

#video_search fieldset {
  border: 1px solid #454545;
  padding: 5px 5px 5px 10px;
}

#video_search fieldset legend {
  margin-left: 1em;
}

#video_search span {
  margin-left: 20px;
}

.video_search_list {
  padding: 0px;
}

.video_search_list .kiosk_video {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 0;
}




#footer {
  background-color: #000000;
}

#footer ul{
  width: auto;
  margin: 0 auto;
  list-style-type: none;
  padding: 5px 8px 0 6px;
}

#footer ul li{
  display: inline;
  border: 1px solid #FFFFFF;
  border-width: 0 1px 0 0;
  padding-top: 1px;
  padding-right: 5px;
}

#footer ul li.right {
  float: right;
  border: none;
  padding-right: 0;
  padding-top: 0;
}


#content h2,
#content_popup h2 {
  font-weight: bold;
  font-size: 110%;
  background-color: #454545;
  color: white;
  height: 17px;
  margin-bottom: 0pt;
  padding-left: 32px;
  padding-top: 3px;
}
#content h3,
#content_popup h3 {
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 6px;
  padding-left: 36px;
}

#content #center_player{
  width: 475px;
  margin: 0 auto;
}

#infos {
  background-color: #FFFFFF;
}

#content #center_player #infos {
  padding-left: 4px;
}

#content #center_player #infos span.video_info{
  float: left;
  display: block;
  width: 30%;
}

#content #center_player #infos span.video_info.center{
  text-align: center;
}

#content #center_player #infos span.video_info.right{
  text-align: right;
}

#content #center_player #infos span.video_info span.titre{
  font-weight: bold;
}

#content #video_content {
  height: 150px;
  overflow: auto;
  margin-top: 1.2em;
  padding: 0px 5px 5px 0;
}

#content #video_content #wording,
#content #video_content #comments {
  padding: 0 18px 0 32px;
  text-align: justify;
}

.wording {
  overflow: auto;
  padding: 0 17px 0 32px;
  height: 503px;
}

#content_popup .wording {
  height: auto;
}

.wording .image_wording {
  background-color: #454545;
  height: 300px;
  width: 470px;
  border: 2px solid white;
  margin-bottom: 1.2em
}

#content #video_content #comments .comment{
  border: none;
  padding: 2px 5px 5px 5px;
  background-color: #EEEEEE;
  margin-bottom: 5px;
}

#content #video_content #comments .comment legend{
  background-color: #FFFFFF;
  margin-left: 10px;
  padding: 2px 5px;
  font-size: 1.1em;
}

#content #video_content #comments .comment.critic{
  background-color: #454545;
  color: #FFFFFF;
}

#content #video_content #comments .comment.critic legend{
  font-weight: bold;
  color: #000000;
}

#content #link_bar {
  text-align: right;
  padding-top: 3px;
  font-size: 1.2em;
  padding-right: 10px;
}

#content #link_bar a {
  color: #454545;
}

div.news_content img {
  float: left;
  margin-right: 10px;
}

div.news_content img {
  float: left;
  margin-right: 10px;
}

div.news_content div.chapo {
  margin-bottom: 10px;
  font-size: 1.1em;
}

div.news_content div.news_test {

}

div#news_list div.news_elt{
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 10px;
}

div#news_list div.news_elt h3 {
  margin-bottom: 10px;
}

div#news_list div.news_elt hr {
  height: 1px;
  color: transparent;
  background-color: transparent;
  border: none;
  clear: both;
  visibility: hidden;
  padding: 0;
}

div#news_list a{
  color: #454545;
}

h2 {
  margin-bottom: 0.4em;
}


div.wording h3 {
  margin-bottom: 1.2em;
}
div.wording h4 {
  margin-bottom: 1em;
}

div.wording ul {
  list-style-type: square;
  padding-left: 2em;
  margin-bottom: 1.2em;
}

div.wording p {
  margin-bottom: 1.2em;
  text-align: justify;
}

/* MODAL BOX */


.jqmWindow {
    display: none;

    position: fixed;
    top: 17%;
    left: 50%;

    margin-left: -300px;
    width: 600px;

    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmWindow iframe {
  width: 100%;
  height: 300px;
  border:none;
}


.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmClose {
  position:absolute;
  right:17pt;
  top:11pt;
}