/* ****************************************************

	@file		  screen.css
	@description  Feuille de styles globale
	@author       remi (ixmedia.com)
	@version	  20090806

***************************************************** */

@import url("/css/reset.css");

/*
 * @section Basic
 ******************************************************************************/

html {
	font-size: 62.5%;
}

html, body {
	height: 100%;
}

body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
				 "Helvetica Neue", Arial, Verdana, sans-serif;
	font-weight: 300;
	font-size: 110%;
	line-height: 1.6;
	color: #fff;
	background: #dc0017 url("../img/bg-body.jpg") no-repeat 50% 50%;
	position: relative;
}

a { text-decoration: none; cursor: pointer; color: #fff; }
a:focus { outline: 1px dotted; }
a:visited { color: #fff; }
a:hover, a:focus { color: #f2d5d8; text-decoration: underline; }
a *, button * { cursor: pointer; }
hr { display: none; }
small { font-size: 90%; }
input, select, button, textarea, option { font-family: Arial, Verdana, sans-serif; font-size: 100%; }
button, label, select, option, input[type=submit] { cursor: pointer; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix {display: inline-block;}
/* Hides from IE-mac \*/ * html .clearfix {height: 1%;} .clearfix {display: block;} /* End hide from IE-mac */
sup { font-size: 80%; line-height: 1; vertical-align: super; }

button::-moz-focus-inner { border: 0; padding: 1px; }

span.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.2em;
	line-height: 0.8;
}

/*
 * @section Layout
 ******************************************************************************/

/*- [ vcard ] ----------------------------*/
.vcard {
	width: 10em;
	text-transform: uppercase;
	padding: 35px 35px 15px;
	text-shadow: 1px 1px 3px #8e000f;
	background: rgba(220,0,23,0.5) !important;
	background: #dc0017;
}

.vcard li {
	margin: 0 0 1.8em;
}

.vcard li h1 {
	font-weight: normal;
}

.vcard li h1 strong {
	display: block;
}

.vcard li h2 {
	font-weight: normal;
}

.vcard li address {
	font-style: normal;
}

.vcard li span.tel {
	font-size: 130%;
	font-weight: bold;
}


/*- [ Tele ] ----------------------------*/
#tele {
	background: #dc0017 url("../img/bg-body2.jpg") no-repeat 691px 72px;
}

#tele .videos {
	position:absolute;
	left:190px; top:177px;
	width:753px;
}

#tele .videos li {
	float:left;
	margin:0 14px 9px 0;
}

.zero {margin:0!important;}

