/*
    Schmidt - mosaic.css
    =========================
    développé par Nicolas Ricklin
    pour SDV Plurimédia (http://www.sdv.fr/)
*/

/*@font-face {
				font-weight: bold;
				src: url('typo/helveticaneueltprobdcn.eot');
				src: url('typo/helveticaneueltprobdcn.eot?#iefix') format('embedded-opentype'),
						 url('typo/helveticaneueltprobdcn.woff') format('woff'),
						 url('typo/helveticaneueltprobdcn.ttf') format('truetype'),
						 url('typo/helveticaneueltprobdcn.svg#helveticaneueltprobdcn') format('svg');
				font-weight: normal;
				font-style: normal;
		}
@font-face {
				font-family: 'HelveticaNeueLTPro-Blk';
				src: url('typo/helveticaneueltproblk.eot');
				src: url('typo/helveticaneueltproblk.eot?#iefix') format('embedded-opentype'),
						 url('typo/helveticaneueltproblk.woff') format('woff'),
						 url('typo/helveticaneueltproblk.ttf') format('truetype'),
						 url('typo/helveticaneueltproblk.svg#helveticaneueltproblk') format('svg');
				font-weight: normal;
				font-style: normal;
		}
@font-face {
				font-family: 'HelveticaNeueLTPro-Cn';
				src: url('typo/helveticaneueltprocn.eot');
				src: url('typo/helveticaneueltprocn.eot?#iefix') format('embedded-opentype'),
						 url('typo/helveticaneueltprocn.woff') format('woff'),
						 url('typo/helveticaneueltprocn.ttf') format('truetype'),
						 url('typo/helveticaneueltprocn.svg#helveticaneueltprocn') format('svg');
				font-weight: normal;
				font-style: normal;
		}*/
		

/* ------------- Fonts 

@font-face {
    font-family: 'HelveticaNeueLTStd77BoldCon';
    src: url('../fonts/helveticaneueltstd-bdcn-webfont.eot');
    src: local('☺'),
        url('../fonts/helveticaneueltstd-bdcn-webfont.woff') format('woff'),
        url('../fonts/helveticaneueltstd-bdcn-webfont.ttf') format('truetype'),
        url('../fonts/helveticaneueltstd-bdcn-webfont.svg#webfontzlr3UPQr') format('svg');
    line-height: 1;
    font-weight: normal;
    font-style: normal;
} 
------------ */


/* ------------- Styles ------------ */

body {
    background: url('../media/body-bg.jpg') center top repeat-x;
    font-family: 'HelveticaNeueLTStd77BoldCon',Arial,Helvetica,Geneva,sans-serif;
    font-weight: normal;
    /*text-transform: uppercase;*/
    font-size: 11px;
    color: #333;
}

.clear {
    display: block;
    clear: both;
}

#wrap {
    width: 686px;
    margin: 0 auto;
    display: block;
}

#box {
    margin-top: 18px;
}

#box .bkg-top,
#box .bkg-bottom,
#box .content {
    background: url('../media/box-bg.png');
}

#box .bkg-top,
#box .bkg-bottom {
    height: 18px;
    background-repeat: no-repeat;
}

#box .bkg-top {
    background-position: 0 0;
}

#box .bkg-bottom {
    background-position: 0 -18px;
}

#box .content {
  padding: 0 43px;
    background-repeat: repeat-y;
    background-position: -686px 0;
}

#direct-access,
#legend {
    margin: 1px 0;
    display: block;
    background: url('../media/link-bg.png') repeat-y 0 0;
    font-size: 15px;
    text-decoration: none;
    color: #FFF;
}

#direct-access {
    padding: 12px 12px 10px;
    background-color: #605D59;
}

#direct-access:focus,
#direct-access:hover {
    background: #333;
}

#legend {
    width: 433px;
    padding: 28px 7px 28px 0;
    position: relative;
    float: right;
    background-color: #EE3D37;
    background-position: -600px 0;
    text-align: right;
	text-transform: uppercase;
	
}

#legend:before {
    content: "";
    width: 0;
    height: 0;
    margin-top: -15px;
    display: block;
    position: absolute;
    left: 0;
    top: 54%;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #FFF;
}
#legend .arrow {
    margin: 0 3px -5px;
}

#logo {
    float: left;
    color: #EA2B26;
}


#box #video {
    width: 600px;
    height: 490px;
}

#footer,
#footer a {
    font-family: Arial,Helvetica,Geneva,sans-serif;
    font-size: 10px;
    color: #888;
}

#footer {
    text-align: center;
}

#footer li {
    display: inline;
}

#footer a {
    margin: 0 5px;
    text-decoration: none;
}

#footer a:focus,
#footer a:hover {
    color: #EA2B26;
}
