/*
 
Theme Name: imga front
Description: theme for the 8th IMGA
Authors: JPCW & Gasparking
Author URI: http://www.jpcw.com/ & http://www.gasparking.com/
© 2011 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	outline: 0;
	vertical-align: baseline;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* tags html
-------------------------------------------------------*/

html, body {
	margin:0;
	padding:0;
	border:0 none;
}
body {
	background-image: url('../../img/fond_body.jpg');
	background-position:left top;
	background-repeat:repeat-x;
	background-color: white;
	background-attachment:fixed;
	font-family:Arial;
	font-size:0.8em;
	line-height:1.2em;
	color:#000000;

}
body.pop{
	background-image:none;
	background-color:#FFFFFF;
	padding:0px 5px 5px 20px;
}
h1,h2,h3,h4,h5{
 	font-family: futura-pt,Arial;
 	clear: both;
 	line-height: 130%;

}
h1{	
	font-size: 2em;
	font-weight: 400;
	text-transform:uppercase;
	}
h2{	
	font-size: 1.5em;
	font-weight: 500;
	margin: 2em 0 1em 0;
	color: #fc0f00;
	text-transform:uppercase;
}
h3{ 
	font-weight: 400;
	font-size: 1.3em;
	border-style: none;
	text-transform:uppercase;
	
}
h3.widgettitle{
	border-bottom: 2px solid #cfcfcf;
}
h4{	
	margin: 2em 0 1em 0;
	font-size: 12px;
	text-transform:uppercase;
}


h1 a, h2 a,h3 a{color:#000000}

p{
	line-height: 140%;
}
sup{
	font-size: 66%;
	vertical-align: 30%;
	margin-left: 0.5%;
}

#displayVignette{
	float:left;
	margin:0px 5px 0px 5px;
	padding:1px;
	text-align:center;
	vertical-align:middle;
	background-color:#333333;
}
p.displayVignette{
	padding:5px 5px 5px 35px;
}
p.ret{
	padding:5px 5px 20px 30px;
}
p.commingSoon{
	margin:100px 20px 0px 20px;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	font-size:1.5em;
	color:#d8c09a;
}
p.message{
	margin:10px 20px 10px 20px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fc0f00;
}
ul{
}
ul.space{
padding:5px 5px 20px 20px;
}
ul.space li{
padding:5px 5px 10px 10px;
}
li{
padding:0px 0px 0px 0px;

}
li.nostyle{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
strong{font-size: 1em;}

hr{
	clear:both;
	color:#232323;
	border:0 none;
	border-top:1px thin #232323;
	background:#232323;
	outline:none;
	height:1px;
	width:100%;
	text-align:center;
}
table{
	margin:5px 5px 20px 20px;
	padding:5px;
}

/* hack FF pour masquer les contours pointillé sur les liens
-------------------------------------------------------*/
a{
	color:#232323;
	text-decoration:underline
}
a:hover{
	color:#d8c09a;
}

img{
	border:0 none;
}

.print{
	display:none;
}
.unprint{
}
.left{
	float:left;
}
.right{
	float:right;
}
.spacer{
	clear:both;
	padding:0;
	border:0;
	margin:0px;
	height:10px;
	font-size:0px;
}
.spacer_high{
	clear:both;
	padding:0;
	border:0;
	margin:0px;
	height:50px;
	font-size:0px;
}
.spacer_med{
	clear:both;
	padding:0;
	border:0;
	margin:0px;
	height:25px;
	font-size:0px;
}
img.agauche{
	float:left;
	margin:5px;
}
img.adroite{
	float:right;
	margin:5px;
}
#adroite{
	float:right;
}
#agauche{
	float:left;
	clear: both;
}



/* squelette de page
-------------------------------------------------------*/

#site{
	background-color:white;
	width:960px;
	padding:15px;
	margin:0px auto 20px auto;
	border: thick solid #dadada;
	border-top: none;
}

/* header - Navigation
-------------------------------------------------------*/
#header{
	width:100%;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	text-align:center;
	height: 38px;
}
/*logo
-------------------------------------------------------*/

.mainlogo-link{
	float:left;
 	width:164px;
 	margin-right: 20px;
}


/* navBar principale
-------------------------------------------------------*/
/* ============================================================ */
/*   CSS DU MENU SUP2RIEUR											                */
/* ============================================================ */
#navBar {
	float:left;
	width:776px;
	background-color:#cdc19f;
	color:#000000;
	height: 38px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#navBar ul{
	float:left;
	padding:0;
	margin:0px;
	font-weight:normal;
	text-align:center;
	font-family:Arial;
}
#navBar li {
	float:left;
	margin:0px;
	padding:0px;
	color:#fff;
	display: inline;
	position: relative;
}
#navBar li a{
	text-align:center;
	font-size: 13px;
	font-weight:bold;
	display:block;
	padding: 10px 30px;
	height: 18px;
	color:#000000;
	border-right: 1px solid #a88f73;
	text-decoration:none;
	list-style: none;

}
#navBar ul li a:hover{
	color:white;
}
#navBar ul li.on a{
	color:white;
}
#navBar li.on{
	color:#fff;
}

#navBar ul.member_login{
	background-color:#fc0f00;
	float: right;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	border-top-right-radius:3px;
}
#navBar ul.member_login li{
	border-right:none;
	min-height: 38px;
}

#navBar .arrow {
    background: url("../../img/arrow.png") no-repeat  transparent;
    display: inline-block;
    height: 4px;
    margin: -1px 0 0 4px;
    vertical-align: middle;
    width: 7px;
}

#navBar ul.member_login li a{
	color: white;
	border-right: none;
}
#navBar ul.member_login li.action_btn{
}
#navBar ul.member_login li.action_btn a{
	background-color: white;
	color: #fc0f00;
	font-size: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:4px 8px 2px 8px;
	margin: 7px 10px 0 10px;
}
#navBar li#login_btn a{
	margin-left: 15px;
    padding: 10px 30px 0 0;
    text-align: left;
}

#navBar .submenu {
    background: white none repeat scroll 0 0;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 10px rgba(80, 80, 80, 0.3);
    display: none;
    left: 0px;
    padding: 2px 0 4px;
    position: absolute;
    top: -2px;
    z-index: 900;
}
#navBar .submenu a.menubar-username{
	color: #fc0f00;
}

#navBar .submenu div {
    margin: 0 0 3px;
    padding: 0;
}


#navBar .over .submenu {
    display: block;
}
#navBar li#login_btn ul li a {
    padding: 2px 0;
    color: gray;

}
#navBar li#login_btn ul li{
	width: 100%;
	min-height: 10px !important;
}
#navBar li#login_btn ul li a:hover{
	color:#cdc19f !important;
}
#navBar li.menubar-underline{
	width: 100%;
	border-top: 1px solid #c4c4c4;
	padding: 3px 0 2px 0;
	margin-top: 2px;
}
#menubar-logout a{
	color:#cdc19f !important;
	
}


/* animation centrale
-------------------------------------------------------*/
#slidedeck_frame{
	width:100%;
	height:350px;
	margin:13px 0px 0px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
#slidedeck_frame dd.left{
	
}

#slidedeck_frame dd.right div.media{
float: left;
width: 53%;
z-index: 20;
left: 0;
position: absolute;
}
#slidedeck_frame dd.right div.text{
float: right;
width: 47%;
right: 5px;
position: absolute;
z-index: 100;
}
#slidedeck_frame dd.full div.media{
float: left;
left: 0;
width: 100%;
z-index:0;
position: absolute;
}
#slidedeck_frame dd.full div.text{
float: left;
left: 0;

width: 100%;
position: absolute;
z-index: 1;
}
#slidedeck_frame h1{
	font-size: 2.3em;
	font-weight: 600;
	margin: 0.6em 0;
	color: #fc0f00;
	text-transform:uppercase;
}

#slidedeck_frame h3{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1.7em;
	margin: 0.6em 0;
}

#slidedeck_frame h4{
	color: #fc0f00;
	font-weight: 400;
	font-size: 1.5em;
	border: none;
	margin: 0.6em 0;

}

#slidedeck_frame div.cat_slides{
	padding: 10px 30px;
}

#slidedeck_frame div.cat_slides div{
	text-align: center;
	float: left;
	width: 150px;
	display: inline-block;
	font-family: futura-pt,Arial;
	font-weight: 500;
	text-transform: uppercase;
}
#slidedeck_frame a{
	color:#fc0f00;
}

#slidedeck_frame div.cat_slides a{
	text-decoration: none;
	color: black;
}
#slidedeck_frame div.cat_slides a:hover{
	color:#cdc19f;
}

#slidedeck_frame div.cat_slides span{
	color: #fc0f00;
	float: left;
    font-size: 0.6em;
    margin-left: 5px;
    margin-top: -5px;
    position: absolute;
}


#slidedeck_frame #animate_btn{
	padding: 15px 20px;
	background-color:#cdc19f;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-family: futura-pt,Arial;
	font-weight: 400;
	margin: 0 auto;
	font-size: 1.6em;
	text-transform: uppercase;
	width: auto;
	display: inline-block;
}
#slidedeck_frame #animate_btn a{
	color: black;
}

#slidedeck_frame #animate_btn a:hover{
	color: white;
}

#slidedeck_frame #animate_btn{
	-moz-animation-delay: 0.2s;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -moz-animation-timing-function: ease;
}
#slidedeck_frame #animate_img{
	-moz-animation-delay: 0.2s;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -moz-animation-timing-function: ease;
}

/* animation sponsors
-------------------------------------------------------*/
#slidedeck_sponsors{
	width:100%;
	margin:0px;
	text-align: center;
	margin:-10px 0 0 0;
}
dl.slidedeck2{
	height: 60px !important;
}
#slidedeck_sponsors dd.slide{
	height: 60px !important;
	margin: 0;
	padding: 0;
}
#slidedeck_sponsors .index{
	display: none !important;
}

/* content
-------------------------------------------------------*/
#content{
	width:100%;
	height:310px;
	background-color:#FFFFFF;
}

/* twitter bar
-------------------------------------------------------*/

#twitter_bar{
	height: auto;
	background-color:#cdc19f;
	text-align: left;
	margin: 13px 0 0 0;
	width: 960px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	

}
#twitter_user{
	padding: 15px 20px;
	display: inline-block;	
	width: auto;
	background-color: #bbb092;
	float: left;
	margin-right: 15px;
}

#twitter_messg li{
	list-style-type: none;
	padding: 15px 20px;
}
#twitter_messg li a:hover{
	color: white;
}
/*widgets
-------------------------------------------------------*/
body.home .widget{
	height: 290px;
	overflow: hidden;
}

.widget{
	float:left; 
	width: 310px;
	overflow: hidden;
	margin-top: 13px;
}
.widget.middle{
	padding: 0px 8px 0 8px;
	width: 308px;
}
.widget.left{
	padding: 0px 8px 0px 0px ;
}
.widget.right{
	padding: 0px 0px 0px 8px;
}
.widget h3{
	margin-bottom: 1em;
}

.enter_btn{
	width: 100%;
	background: transparent url("../../img/fond_widget.jpg") no-repeat center center;
	font-family: futura-pt, arial;
	margin: 20px 0;
	padding: 100px 0;
	text-transform: uppercase;
	text-align: center;
}
.enter_btn a{
    border-radius: 6px 6px 6px 6px;
    font-family: futura-pt,Arial;
    font-size: 1.6em;
    font-weight: 500;
    margin: 0 auto;
	    text-transform: uppercase;
    width: auto;
    line-height: 120%;
}
.enter_btn a span{
	font-size: 0.8em;
}
.enter_btn a:hover{
	color: #fc0f00;

}

/*homepage*/

.widgettitle{
	margin: 0 0 3px 0;
}

#newsletter_widget{
	font-family: futura-pt,Arial;
	text-align: center;
	font-size: 2em;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 100%;
}
#newsletter_widget span{
	font-size: 0.7em;
	font-weight: 400;
}
#newsletter_widget a{
	text-decoration: none;
	background: transparent url("../../img/fond_widget.jpg") no-repeat center center;
	width: auto;
	display: block;
	margin: 0 auto;
	padding: 15px 0;
}
#newsletter_widget a:hover{
	text-decoration: underline;
	color: black;
}

#recommend_widget{
	font-family: futura-pt,Arial;
	text-align: center;
	font-size: 2em;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 100%;
}
#recommend_widget span{
	font-size: 0.7em;
	font-weight: 400;
	line-height: 80%;
}
#recommend_widget a{
	text-decoration: none;
	background: transparent url("../../img/fond_widget.jpg") no-repeat center center;
	width: auto;
	display: block;
	margin: 0 auto;
	padding: 30px 0;
}
#recommend_widget a:hover{
	text-decoration: underline;
	color: black;
}


/* timeline
-------------------------------------------------------*/

#timeline_bar{
	background-color:#cdc19f;
	text-align: left;
	padding: 0;
	width: 960px;
	height: 55px;
	margin: 13px 0 0 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#timeline_bar ul{
	margin: 0;
	padding: 0;
}
#timeline_bar ul li{
	display: inline;
	float: left;
	list-style: none;
}


#timeline_bar ul li a{
	position: relative;
	background: #cdc19f;
	padding: 8px 20px 10px 60px;
	text-decoration: none;	
	display: block;
}
#timeline_bar ul li:first-child a{
	padding: 8px 20px 10px 30px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-topleft:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	border-top-left-radius:3px;
}
#timeline_bar ul li:last-child a{
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	border-top-right-radius:3px;
	overflow: hidden;
	width: 240px;
}

#timeline_bar ul li a span{
	position: absolute;
	height: 55px;
	width: 34px;
	background: url('../../img/timeline_arrows.png') no-repeat;
	background-position:100% 100%;
	right:-34px;
  	top:0;
  	z-index:100;
}

#timeline_bar ul li.on a,#timeline_bar ul li.on a:hover {
	color: white;
	background: #fc0f00;
}
#timeline_bar ul li.on h4{
	color: white;

}
#timeline_bar ul li.on a span{
	height: 55px;
	width: 34px;
	background: url('../../img/timeline_arrows.png') no-repeat;
	background-position:100% 0;
}
#timeline_bar h4{
	margin: 0;
	padding: 0;
	font-family: futura-pt,Arial;
	font-weight: 400;
	font-size: 14px;
}
#timeline_bar ul li a:hover{
	color: black;
}

#timeline_call a{
	max-width:107px;
	height: 37px;
}
#timeline_entries a{
	max-width:127px;
	height: 37px;
}
#timeline_nominees a{
	max-width:200px;
	height: 37px;
}
#timeline_ceremony a{
	max-width:241px;
	height: 37px;
}


/* footer - navigation
-------------------------------------------------------*/
#footer{
	clear:both;
	position:relative;
	width:100%;
	height:39px;
	margin:13px 0px 0px 0px;
	background-color:#232323;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#footer a{
	color:#FFFFFF;
}
#footer a:hover{
	color:#000000;
}
#footer ul{
	float:left;
	padding: 0;
	margin:0px;
	list-style: none;
}
#footer ul li{
	float: left;
	display: inline;
	list-style:none;
}
#footer ul li a{
	display: block;
	text-decoration:none;
	padding: 12px 20px;
}
#footer ul li a:hover{
	background-color: #cdc19f;
	color:#000000;

}
#footer ul li.rss a{
	color:#cdc19f;
}
#footer ul li.rss a:hover{
	color:#cdc19f;
}
#footer ul li.on a{
	background-color:#cdc19f;
	color:#000000;
}

.social-networks{
	position:relative;
	top:137px;
	left:815px;
	text-align:left;
	color:#7BCFE8;
	font-weight:bold;
	font-size:12px;
	padding-left:5px;
}
.social-networks div{
	margin-left:4px;
}
#closer{
	display: none;
	
}
/* nominees
-------------------------------------------------------*/
body.nominees_page{
}
.nominees_category{
	float: left;
	width: 260px;
}
.nominees_category li{
	list-style-image: none;
}
.nominees_category li a{
	display: inline-block;
	margin-bottom: 1em;

}

