/* CORE */
*{
	font-family: Helvetica, Arial, sans-serif;
	color:#3e3e40;
}

html, body{
	padding: 0;
	margin: 5px;
}

body{
	background: url('../assets/img/stripe.png');
}

a img{
	border: none;
}

a{
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	font-weight: bold;
	text-decoration: underline;
}

ul{
	padding: 0;
	margin: 0;
}

p{
	font-size: 0.9em;
	padding: 0;
	margin: 0 0 1em 0;
}

p img{
	vertical-align: middle;
	padding-right: 5px;
}

hr{
	background: #9b9b9b;
	border: none;
	height: 1px;
}

h1{
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	padding:0;
	margin: 0 0 1em 0;
}

h1 img{
	vertical-align: middle;
	padding-right: 5px;
}


/* STRUCTURE */
#lang{
	position:relative;
	width: 895px;
	padding: 0 20px;
	margin: 0 auto;
	text-align: right;
}

#container{
	position:relative;
	width: 935px;
	margin: 0 auto;
	background: #eaeaea;
	-moz-box-shadow: 0px 5px 10px #bbb;
	-webkit-box-shadow: 0px 5px 10px #bbb;
	box-shadow: 0px 5px 10px #bbb;
}

#header{
	position:relative;
}

#left{
	position: absolute;
	width: 211px;
}

#right{
	position: relative;
	width: 723px;
	margin-left: 211px;
	overflow: hidden;
	border-left: #9b9b9b solid 1px;
}

#subleft{
	float: left;
	width: 340px;
	padding: 20px 10px 10px 10px;
}

#subright{
	position:relative;
	padding: 20px 10px 10px 10px;
	margin-left: 365px;
	border-left: #9b9b9b solid 1px;
}

#footer{
	position:relative;
	width: 935px;
	margin: 20px auto;
	color:#999;
	font-size: 0.8em;
	text-align: center;
}


/* CLASS */
.orange{
	color:#ffbc00;
}

.title{
	text-transform: uppercase;
}

p.photos img{
	margin-right: 5px;
}

a.dl-mediakit{
	display: block;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-top: 3em;
	text-decoration: underline;
}

a:hover.dl-mediakit{
	text-decoration: none;
}

.encadre{
	position:relative;
	padding: 10px;
	background: #cfcfcf;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.encadre .subencadre{
	padding-top: 1em;
	border-bottom: #9b9b9b solid 1px;
}

.encadre .noborder{
	border-bottom: none;
}
