@font-face{
	font-family: "DIN";
	src: url("../font/DINReg.otf");
}

body {
	background-color:#303030;
}
#global{
	background-color:#303030;
	width:100%;
	padding-top:35px;
}

#main{
	width: 899px;
	height: 545px;
	margin: 0 auto 0 auto;
}

#header{
	width: 899px;
	margin: 0 auto 0 auto;
	height: 35px;
	position:relative;
}

#logo{
	float:left;
	width:105px;
}

#navigation{
	float:left;
	width:734px;
	position: absolute;
	left:135px;
	z-index:20000;
}

#navigation ul{
	display:block;
	position: absolute;
	z-index: 9999;
}

#navigation ul li{
	display:inline-block;
	float:left;
	line-height:33px;
}


#navigation ul li a{
	float:left;
	text-transform: uppercase;
	font-size:12px;
	color:#ffffff;
	font-family: "DIN";
	text-decoration:none;
	height:45px;
	padding-left:5px;
	padding-right:5px;
	margin-right:1px;
}

#navigation ul li a:hover, .selected{
	background-color:#e0001a;
}

/* bloc presentation des pages */

#shots #presentation{background-color:#ffffff;}
#agence #presentation{background-image:url('../images/illustration/agence.jpg');background-repeat:no-repeat;}
#talents #presentation{background-image:url('../images/illustration/talents.jpg');background-repeat:no-repeat;}
#tools #presentation{background-image:url('../images/illustration/tools.jpg');background-repeat:no-repeat;}
#clients #presentation{background-image:url('../images/illustration/clients.jpg');background-repeat:no-repeat;}
#contact #presentation{background-image:url('../images/illustration/contact.jpg');background-repeat:no-repeat;}
#jobs #presentation{background-image:url('../images/illustration/jobs.jpg');background-repeat:no-repeat;}


#presentation{
	width: 899px;
	height: 370px;
	margin: 0 auto 0 auto;
	background-color:#ffffff;
}

#presentation .titre{
	padding: 70px 0 0 50px;
	font-family: "DIN";
	text-transform: uppercase;
	font-size:35px;
	letter-spacing: -1px;
}

#presentation .description{
	padding: 25px 0 0 50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#6c6c6c;
	width:465px;
	letter-spacing:0;
}

#clients #presentation .titre{
	color:#e0001a;
}

#clients .description .black{
	color:#000000;
}

#contact #presentation .description a{
	text-decoration:none;
	font-size:18px;
	color:#E0001A;
}
#contact #presentation .description a:hover{
	font-size:18px;
	color:#E0001A;
	text-decoration: underline;
}

#clients #presentation .description{
	font-size:22px;
	text-transform: uppercase;
}

#talents #presentation .email{
	color:#e0001a;
	text-decoration:none;
}

#talents #presentation .email:hover {
	text-decoration: underline;
}

#bloc-footer{
	padding-top: 1px;
	width: 899px;
	height: 139px;
	margin: 0 auto 0 auto;
}

#bloc-footer .col{
	width: 149px;
	height: 109px;
	display:block;
	float:left;
	margin-right:1px;
	padding:15px;
	background-color:#f2f2f2;

}

#bloc-footer .col-last{
	width: 149px;
	height: 109px;
	display:block;
	float:left;
	padding:15px;
	background-color:#f2f2f2;
}


#bloc-footer .bloc-titre{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size:11px;
	color:#696969;
}

#bloc-footer .bloc-slogan{
	text-transform: uppercase;
	font-size:16px;
	color:#1d1d1d;
	font-family: "DIN";	
	margin-top:5px;
}

#bloc-footer .bloc-description{
	margin-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	color:#6c6c6c;
	padding-bottom:5px;
}

#bloc-footer .bloc-description a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6c6c6c;
	text-decoration:none;
}

#bloc-footer .bloc-description a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6c6c6c;
	text-decoration:underline;
}

#bloc-footer .bloc-description ul{
	display:block;
}


#bloc-footer .bloc-description ul li{
	display:inline-block;
	float:left;
	padding-right:5px;
	padding-bottom:8px;
}

#bloc-footer .odd{
	background-color:#ffffff;
}

#bloc-footer .even{
	background-color:#f2f2f2;
}

#job {
	position: absolute;
	top: -35px;
	right: 0;
	background-color: #787878;
	padding: 10px;
	width: 130px;
	font-size: 13px;
	font-family: "DIN";
	color: #fff;
	text-transform: uppercase;
	background: #787878 url(../images/ico_CV.gif) 115px 35px no-repeat;
	*background: #787878 url(../images/ico_CV.gif) 115px 40px no-repeat;
	visibility: hidden;
}

#job a {
	color: #fff;
	text-decoration: none;
}


