/**
* CSS3 (v8)
* par Laurent Tacco
* Copyright © LT, 2011
*/

* {
	margin : 0;
	padding : 0;
}

body {
	background: #333333 url(http://www.tacco.fr/files/backgroundiphone.png) repeat left top;
	color : #9d9d9d;
	font: 12px/1.3em "DroidSansRegular", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-text-size-adjust:none;
	width: 320px;
}

#wrapper {
	width : 300px;
	margin-bottom: 15px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

#description{
	display: none;
}

#close {
	display: none;
}

#top{
	background: #333333 url(http://www.tacco.fr/files/backgroundiphone.png) repeat left top;
	height: 100%;
	width: 320px;
	position: fixed;
	bottom: 0;
	top: 0;
	z-index: -1;
}

.container {
	width: 300px;
	margin-top: 95px;
}

.content{
	width: 300px;
	overflow: hidden;
}

/* PRE-NAV */

#top-section {
	top: 0;
	position: absolute;
	padding-bottom: 15px;
	background: #e6e6e6 url(http://www.tacco.fr/files/background.png) fixed;
	z-index: 500;
	width: 320px;
	margin-left: -10px;
}

#top-section .logo {
	width: 38px;
	height: 66px;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
	margin-top: 15px;
}

#top-section .logo span { /* RECADRAGE */
	width: 38px;
	height: 66px;
	overflow: hidden;
	display: block;
}

/* MENU */

#menu .container {
	z-index : 6000;
	position: absolute;
	overflow: hidden;
	text-align: center;
	top: 0;
	margin: 31px 0 0 190px;
	width: 105px;
}

#menu ul li a img{
	border-style: none;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 35px;
}

#menu ul {
	list-style-type: none;
	height: 25px;
}

#menu ul li {
	width: 35px;
	float: left;
}

/* POST-NAV */

#bottom-section {
	display: none;
}

img.copyright{
	border-style: none;
}

/* GALLERIE ACCUEIL */

ul.gallery {
	width: 300px;
	list-style-type: none;
	display: block;
	color: #e2e2e2;
	text-transform: uppercase;
	font: 17px/25px "Auto2LightSmCp", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #333333 0 -1px 0;
	vertical-align: 1px;
}

ul.gallery li{
	float: left;
	display: inline;
	margin-bottom: 10px;
	width: 294px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 4px 6px #0a0a0a;
	-webkit-box-shadow: 0 4px 6px #0a0a0a;
	box-shadow: 0 4px 6px #0a0a0a;
	border: 3px solid #8c8c8c;
	background-color: #8c8c8c;
	text-align: center;
    cursor: pointer;
}

ul.gallery li:hover{
	border: 3px solid #ffd600;
}

ul.gallery div.thumb {
	width: 294px;
	height: 86px;
}

ul.gallery div.thumb span { /* RECADRAGE */
	width: 294px;
	height: 86px;
	overflow: hidden;
	display: block;
}

ul.gallery div.thumb span img{
	width: 294px;
	height: 172px;
}

/* FONTS */

@font-face {
    font-family: 'Auto2LightSmCp';
    src: url('auto2-lightsmcp.eot');
    src: url('auto2-lightsmcp.eot?#iefix') format('embedded-opentype'),
         url('auto2-lightsmcp.woff') format('woff'),
         url('auto2-lightsmcp.ttf') format('truetype'),
         url('auto2-lightsmcp.svg#Auto2LightSmCp') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSansRegular';
    src: url('DroidSans-webfont.eot');
    src: url('DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSans-webfont.woff') format('woff'),
         url('DroidSans-webfont.ttf') format('truetype'),
         url('DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Auto2Regular';
    src: url('auto2-regular.eot');
    src: url('auto2-regular.eot?#iefix') format('embedded-opentype'),
         url('auto2-regular.woff') format('woff'),
         url('auto2-regular.ttf') format('truetype'),
         url('auto2-regular.svg#Auto2Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* TEXTE */

h1 {
	color : #dcdcdc;
	text-transform: uppercase;
	font: 28px/32px "Auto2LightSmCp", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
	
h2 {
	text-decoration: none;
	color : #9d9d9d;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	margin-top: 8px;
	font: 12px/1.3em "DroidSansRegular", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
}

h2.fr em{
	font-style: italic;
}

h2.en em{
	font-style: normal;
}

hr {
	background-color: #515151;
	border-style: none;
	border-top: 1px solid #222;
	border-bottom: 1px solid #515151;
}

p {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 10px;
}

/* LIENS */	

a:link {
	text-decoration : none;
	color: #cacaca;
}

a:active {
	text-decoration : none;
	color: #cacaca;
}

a:visited {
	text-decoration : none;
	color: #cacaca;
}

a:hover {
	color: #ffd600;
}

a img {
	border-style: none;
}

a img.social {
	border-style: none;
}

/* COLONNES */

.date{
    float: left;
    width: 90px;
}

.event{
    float: left;
    width: 709px;
}

a.lt{
    float: left;
    width: 130px;
	color : #959595;
	position: absolute;
	margin: -65px 0px 10px 60px;
	z-index: 6000;
	font: 20px/1em "Auto2Regular", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.quoi{
    width: 235px;
	position: absolute;
	color : #adadad;
	margin-left: 60px;
	margin-top: -45px;
	font-size: 15px;
	z-index: 6000;
}

.fr{
    width: 300px;
}

.en{
    font-style: italic;
    width: 300px;
}

/* FORMULAIRE */

input{
	width: 295px;
	margin-top: 0;
	border-width: 0;
	border-top-style: solid;
	border-top-width: 1px;
	border-style: none;
	margin-bottom: 8px;
	font: 12px "DroidSansRegular", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #515151;
	padding-left: 3px;
	height: 23px;
}

input.submit{
	text-transform: uppercase;
	font: 23px "Auto2LightSmCp", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #323232;
	width: 298px; /* Webkit */
    background-color: #b7b7b7;
    background:-moz-linear-gradient(90deg, #8b8b8b, #e6e6e6); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#8b8b8b)); /* Webkit */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e6e6e6', endColorstr='#8b8b8b'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e6e6e6', endColorstr='#8b8b8b')"; /* IE8 */
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
    text-shadow: #cacaca 0 1px 0;
	text-align: center;
	margin: 0;
	height: 35px;
	padding-bottom: 4px;
}

input.submit:hover{
    background-color: #ffd600;
	background:-moz-linear-gradient(90deg, #ffcc00, #ffe536); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#ffe536), to(#ffcc00)); /* Webkit */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffe536', endColorstr='#ffcc00'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffe536', endColorstr='#ffcc00')"; /* IE8 */
	color: #323232;
	cursor: pointer;
	text-shadow: #feffff 0 1px 0px;
}

#download{
	margin-left: 95px;
	margin-bottom: -34px;
}

a.download{
	text-transform: uppercase;
	font: 15px "Auto2LightSmCp", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #323232;
    background-color: #b7b7b7;
	background:-moz-linear-gradient(90deg, #8b8b8b, #e6e6e6); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#8b8b8b)); /* Webkit */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e6e6e6', endColorstr='#8b8b8b'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e6e6e6', endColorstr='#8b8b8b')"; /* IE8 */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	text-shadow: #cacaca 0 1px 0;
	padding: 0 8px;
}

a.download:hover{
    background-color: #ffd600;
	background:-moz-linear-gradient(90deg, #ffcc00, #ffe536); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#ffe536), to(#ffcc00)); /* Webkit */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffe536', endColorstr='#ffcc00'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffe536', endColorstr='#ffcc00')"; /* IE8 */
	color: #323232;
	cursor: pointer;
	text-shadow: #feffff 0 1px 0px;
}

textarea{
	width: 295px;
	padding-top: 4px;
	height: 150px;
	border-width: 0;
	border-top-style: solid;
	border-top-width: 1px;
	border-style: none;
	margin-bottom: 8px;
	font: 12px/1.3em "DroidSansRegular", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #515151;
	padding-left: 3px;
}

form .something-temporary {
	color: #9d9d9d;
	font-style: italic;
}

form :-moz-placeholder {
	color: #9d9d9d;
	font-style: italic;
}

form ::-webkit-input-placeholder {
	color: #9d9d9d;
	font-style: italic;
}

h2.merci{
	background-color: #2f4034;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 296px;
	border: 1px solid #30712c;
	text-align: center;
	margin-top: 0;
}

h2.erreur{
	background-color: #412929;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 296px;
	border: 1px solid #940a09;
	text-align: center;
	margin-top: 0;
}

/* IMAGES - VIDEOS */

video{
	margin-bottom: 7px;
	width: 300px;
	height: 200px;
}

object{
	margin-right: 10px;
	margin-bottom: 10px;
}

div.container div div a img.navigation{
	margin-top: 8px;
}

img.titre {
	padding: 0;
	margin-bottom:10px;
	border-style: none;
}

.content img{
	margin-bottom: 7px;
	width: 300px;
}

.img-bot{
	width: 300px;
}

/* SLIDE SHOW - NAVIGATION */

p.nav a{
	float: left;
	height: 17px;
	border-style: none;
}

p.nav a img{
	background-color: #919191;
	border-style: none;
}

p.nav a img:hover {
	background-color: #ffd600;
}

p.nav span#num {
	padding-bottom: 0;
	font: 12px/20px "DroidSansRegular", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p.nav #prev img{
	margin-right: 10px;
}

.clear-both {
	clear : both;
}