@charset "utf-8";
/* CSS Document */

/* 
    Document   : default
    Created on : 16 mai 2012, 11:20:00
    Author     : Romain
    Description: Purpose of the stylesheet follows.
*/

*{margin:0;padding:0;}

html{
	height:100%;
	background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-image:url("../img/bgHome.jpg");
	background-attachment:fixed;
	background-position:0 150px;
	overflow:hidden;
}

body{margin:auto;height: 100%;font-family:Calibri, Arial, Helvetica, sans-serif;font-size:14px;color:#EEE;font-weight:normal;}

.menuTitle{font-size:14px;text-transform:uppercase;margin:0 0 16px 30px;display: block;font-weight: bold;}
.menuTitle a{color:#EEEEEE;}
.menuTitle a:hover{color:#C6E075;text-decoration:none;}
.menuTitle a.activeTitle{color:#C6E075;}
h1 {font-family:'DINTitle';font-size:36px;color:#222;text-transform: uppercase;text-shadow:0px 1px 0px #FFF;margin: 40px 0 0 0;font-weight: normal;}
.h1Little {font-family:'DINTitle';font-size:24px;color:#76C8DE;text-transform: none;text-shadow:0px 1px 0px #FFF;margin:0;}


a{text-decoration:none;font-weight:bold;color:#76C8DE;
	-moz-transition:color 1.5s;
	-webkit-transition:color 1.5s;}
a:hover{text-decoration:underline;outline:none;color:#E27474;
	-moz-transition:color 0s;
	-webkit-transition:color 0s;}
a:link,a:visited,a:hover,a:active{outline:none;}
a img{outline: none;text-decoration:none;border: none;}

p{font-size:15px;color:#555;margin:0;text-shadow:0px 1px 0px #FFF;line-height:28px;text-align:justify;}
.bold{font-weight:bold;}
.red{color:#E27474;}
.separation{width:100%;height:20px;}
.ZZZ{font-size:24px;text-align:center;font-weight:bold;}
.mentionCore{font-size:12px;line-height:18px;}

::selection{color:#FFF;background:#E27474;text-shadow:none;}
::-moz-selection{color:#FFF;background:#E27474;text-shadow:none;} 

.clear{clear:both;}


/********/
/*HEADER*/
/********/

.header{
	width:100%;
	height:300px;
	top:0px;
	background-color:#222222;
	border-bottom:1px solid #EEE;
}
.home{height:200px;}
.headerContent{
	width:890px;
	height:200px;
	top:0px;
	margin:auto;
}
.headerContentLogo{
	width:140px;
	height:160px;
	top:0px;
	float:left;
	margin-top: 40px;
}
.headerContentMenu{
	width:750px;
	height:150px;
	float:left;
	padding-top:50px;
}
.headerContentMenu ul{
	width:185px;
	height:110px;
	float:left;
	margin: auto;
	padding: 0;
	list-style-type: none;
	text-shadow:0px -1px 0px #000;
}
.headerBR{border-right:1px solid #000;}
.headerBL{border-left:1px solid #444;}

.headerContentMenu li{
	margin-left:30px;
}
.headerContentMenu li.language a{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:21px;
	text-decoration:none;
}
.headerContentMenu li a{
	font-size:13px;
	font-weight:bold;
	color:#777777;
	line-height:21px;
	text-decoration:none;
}
.headerContentMenu li span.activeLanguage{color:#E27474;font-weight:bold;}
.headerContentMenu li a:hover{color:#76C8DE;}
.headerContentMenu li a.activeLink{color:#76C8DE;}

.headerGradient{
	width:100%;
	height:20px;
	padding-top: 80px;
	background: rgb(34,34,34); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(34,34,34,1) 80%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(80%,rgba(34,34,34,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(34,34,34,1) 80%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(34,34,34,1) 80%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(34,34,34,1) 80%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(34,34,34,1) 80%,rgba(0,0,0,1) 100%); /* W3C */
}

/*********/
/*  NEW  */
/*********/

.newLink{width:100%;height:80px;background:rgba(0,0,0,.6);font-size:24px;color:#FFF;text-shadow:0 1px 0 #000;display:block;line-height:80px;text-align:center;}

/*********/
/*CONTENT*/
/*********/

.content{margin:auto;position:relative;width:260px;height:260px;margin:11% auto;}
.joulLogoHome{background:url("../img/logoJoulHome.png") no-repeat;opacity:1;width:260px;height:260px;
	-moz-transition:opacity 2s;
	-webkit-transition:opacity 2s;}
.joulLogoHome:hover{opacity:0;
	-moz-transition:opacity 2s;
	-webkit-transition:opacity 2s;}