@charset "UTF-8";
/* CSS GENERAL */

/*=== COMMUN ===*/
/*=============================================*/

html, body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}

* {
	margin:0;
	padding:0;
}
a {
	outline: none;
}

.center {
	width:980px;
	margin:0 auto;
}

.clear {
	clear:both;
}

.clear hr {
	display:none;
}


/*=== HEADER ===*/
/*=============================================*/

#header {
	width:980px;
	height:188px;
	background:url(../images/elements/bkg-header.jpg) no-repeat;
	position:relative;
	z-index:3;
}

#titre {
	width:337px;
	height:135px;
	background:url(../images/elements/logo-cadeau-musique.png) center center no-repeat;
	text-indent:-3000px;
	overflow:hidden;
	position:relative;
	top:75px;
	left:575px;
}

#visuelHeader {
	margin:-95px 0 0 -30px;
}

/*=== CONTENT ===*/
/*=============================================*/

#content {
	margin:75px 0 15px 0;
	text-align:center;
}

h3 {
}

.bandeBloc {
	margin:30px 0 15px 0;
	height:247;
}

.bloc01, .bloc02, .bloc03 {
	width:217px;
	height:247px;
	float:left;
	margin:0 20px 0 0;
}

.bloc01 {
	margin-left:145px;
	background:url(../images/elements/bloc-01.jpg) no-repeat;
}

.bloc02 {
	background:url(../images/elements/bloc-02.jpg) no-repeat;
}

.bloc03 {
	background:url(../images/elements/bloc-03.jpg) no-repeat;
}

.bloc01 p, .bloc02 p, .bloc03 p {
	margin:25px 15px;
	font-size:20px;
	color:#FFF;
	line-height:35px;
}

.bloc03 p b {
	font-size:22px;
}

#boutonAcces {
	display:block;
	width: 250px;
	height:30px;
	line-height:30px;
	background:#9fbd13;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	margin:30px auto;
	float:left;
	margin-left:150px;
}

#boutonAcces2 {
	display:block;
	width: 250px;
	height:30px;
	line-height:30px;
	background:#cb4c19;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	margin:30px auto;
	float:right;
	margin-right:150px;
}

#boutonAcces:hover, #boutonAcces2:hover {
	color:#FFF;
}

/*=== FOOTER ===*/
/*=============================================*/
#footer {
	position:relative;
	bottom:0;
	text-align:center;
}