*{
	margin: 0;
	padding: 0;
}

html{
	background: url("../images/background.jpg") center top repeat;
	position: relative;
}


body{
	width: 960px;
	margin: 30px auto;
	color: black;
	text-align: justify;
	font-family: quicksand, "open sans", arial, sans-serif;
	min-width: 960px;
	font-weight: 400;
}

p{
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 30px;
}

small{
	font-size: 10px;
}

a{
	text-decoration: none;
	color: grey;
}
a:hover{
	text-decoration: none;
	color: black;
}


.wrapper h1{
	font-size: 27px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 35px;
}

.wrapper h1:after{
	content: " ";
	border-bottom: 2px black solid;
	display: block;
	width: 130px;
	margin-top: 25px;
}

h1.h1-grand{
	font-size: 42px;
}

h2{
	font-size: 20px;
	padding-bottom: 20px;
}

h3{
	font-size: 20px;
	margin-bottom: 20px;	
}

.div960{
	width: 960px;
	margin: auto;
}

.clear{
	clear: both;
}
.bold{
	font-weight: 700;
}
.center{
	text-align: center;
}


/********** HEADER & WRAPPER **********/

header{
	width: 270px;
	height: 800px;
	float: left;
	margin-top: 17px;
}

#logo{
	width: 230px;
	height: 217px;
	text-indent: -9999px;
	background: url("../images/logo.png") no-repeat;
}

.wrapper{
	width: 610px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
}


#credits{
	font-size: 10px;
	color: white;
	margin-top: 200px;
}
#credits a{
	color: white;
}
#credits a:hover{
	color: #BDC3C7;
}


/*************************/


/********** SLIDER **********/



/*************************/






/********** MENU **********/

nav{
	width: 200px;
	text-transform: uppercase;
	margin-top: 50px;
}

nav ul{
	padding: 0;
}

nav ul li{
	display: block;
	list-style-type: none;
	padding-right: 8px;
	font-size: 23px;
	height: 65px;
}

nav ul a{
	color: white;
	line-height: 25px;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-property: color;
	-moz-transition-duration: 0.3s;
	transition-property: color;
	transition-duration: 0.3s;
	
	/*-webkit-transition-property: border;
	-webkit-transition-duration: 0.3s;
	-moz-transition-property: border;
	-moz-transition-duration: 0.3s;
	transition-property: border;
	transition-property: border;
	transition-duration: 0.3s;
	
	-webkit-transition-property: border-bottom;
	-webkit-transition-duration: 0.3s;
	-moz-transition-property: border-bottom;
	-moz-transition-duration: 0.3s;
	transition-property: border-bottom;
	transition-duration: 0.3s;*/
}

nav ul a:hover{
	color: grey;
	border-top: 2px solid #BDC3C7;
	border-bottom: 2px solid #BDC3C7;
}


/*************************/




/********** CONTENU GÉNÉRAL **********/

.cadre{
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	margin-top: 30px;
}

.cadre a{
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	
	color: black;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.3s;
	-moz-transition-property: color;
	-moz-transition-duration: 0.3s;
	transition-property: color;
	transition-duration: 0.3s;
}

.cadre a:hover{
	border-top: 2px solid grey;
	border-bottom: 2px solid grey;
	
	color: grey;
}


/**************************/





/********** FOOTER **********/


