/* CSS Document */

html, body {
	font: normal 12px arial, sans-serif;	
	margin: 0 0 0 0;
	height: 100%;
}
h1 {
	color: #f58cae;
	font-size: 16px;
}

h2 {
	color: #da2560;
	font-size: 13px;
}

h3 {
	color: #f58cae;
	font-size: 12px;
}

img { border:0; }
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
} 
textarea { overflow: auto; }
hr 	{ height: 1px; }

a, a:active, a:visited { color: #000000; }
a:hover {
	color: #da2560;
	text-decoration:none;
}

#menu {
	position: absolute;
	left:0px;
	top:27px;
	width: 200px;
	height:75%;
	background:url(../images/skin/common/menu-top.gif) no-repeat top left;
	padding-top:79px;
	z-index:2;
}
#menu #top {
	position: absolute;
	top:76px;
	left:20px;
	width: 143px;
	height: 100%;
	background:#000000;
	padding-top:10px;
	padding-bottom:50px;
}
#menu #left {
	position: absolute;
	top:190px;
	left:0px;
	width:37px;
	height:94px;
	background:url(../images/skin/common/menu-left.gif) no-repeat top left;
}
#menu #right {
	position: absolute;
	top:350px;
	left:38px;
	width:100%;
	height:190px;
	background:url(../images/skin/common/menu-right.gif) no-repeat top right;
}
#menu #audrey {
	position: absolute;
	bottom:0;
	left:0px;
	/*background:url(../images/skin/common/menu-audrey.gif) no-repeat top left;*/
}

#menu ul {
	list-style-type: none;	
	margin:0; 
	padding:0;
	font: bold 15px arial, sans-serif;
}

#menu ul a, #menu ul a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#menu ul a:hover, #menu ul a:active {
	color:#f58cae;
	text-decoration:none;
}

#menu ul .selected a,#menu ul .selected a:active,#menu ul .selected a:visited {
	color: #e95a88;
	text-decoration:none;
}
#menu ul  .selected a:hover {
	color: #f58cae;
	text-decoration:none;
}

#menu ul li selected a:hover {
	color: #f58cae;
	text-decoration:none;
}

#banner {
	height:300px;
	position:absolute;	
	left:0px;
	top:0px;
	width:100%;
	background:url(../images/skin/common/audrey-tautou-banner.jpg) no-repeat right top;
	z-index:1;
}

#container {
	margin-left:210px;
	margin-right:160px;
	margin-top:80px;
	margin-bottom:50px;
}

#content {
	line-height: 19px;
	text-align:justify;
	height:100%;
	position:relative;
	z-index:2;
}

#footer {
	font-size: 11px;
	width:95%;
	background:#FFFFFF;
	padding-left:15px;
	position:relative;
	position:fixed;
	bottom:0;
	z-index:3;
}


#footer a {
	color: #000000;
}
#footer a:hover {
	color: #da2560;
	text-decoration:none;
}


#ads {
	width: 130px;
	position: absolute;
	right:10px;
	top:148px;
	z-index:4;
}

#text-content {
	float:left;
	margin-right:200px;
	line-height: 19px;
	padding-left:10px;
}

#text-content-small {
	float:left;
	line-height: 16px;
	padding-left:10px;
	font-size:11px;
}

#text-content-large {
	float:left;
	margin-right:10px;
	line-height: 19px;
	padding-left:10px;
}

#photo-film {
	position:absolute;
	right:40px;
}

.film {					font-style:italic; }
.bigger-text { 	font-size:12px; }
.grey-text {		color:#888888; }
.grey-text-small { color:#888888;font-size:11px; }

.bigLink, a.bigLink {
	padding-left:20px;
	/*font-size: 13px;
	font-weight:bold;*/
}

.bigLinkSelected {
	padding-left:20px;
	text-decoration:none;
	font-style:italic;
	background:url(../images/skin/common/flower.gif) no-repeat left center;
}

.tabDetails { padding-left:10px; }

.personnage {
	padding:5px;
	width:115px;
	height:120px;
	border: solid 1px #DDDDDD;
	text-align:center;
	margin:3px;
	line-height: 12px;
	position:relative;
	float:left;
}

.confirm {	color: #009933; }
.error {		color: #FF0033; }
.asterisk {	color: #f58cae; }

.thumbnail {
	padding:5px;
	height:120px;
	border: solid 1px #DDDDDD;
	float:left;
	text-align:center;
	margin:3px;
	line-height: 12px;
}

.thumbGal {
	padding:2px;margin:2px;width:150px;text-align:center;border:solid 1px #DDDDDD;line-height:12px;cursor:pointer;cursor:hand;
	background-color:#FFFFFF;	position:relative; float:left;

}
.thumbGalSelected {
	padding:2px;margin:2px;width:150px;text-align:center;border:solid 1px #000000;line-height:12px;cursor:pointer;cursor:hand;
	background-color:#f2f2f2;	position:relative; float:left;
}

.greyBorder {
	border:solid 1px #CCCCCC;
}
.smallFont {
	font-size:11px;
	line-height:11px;
	text-align:left;
}