@charset "utf-8";

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

body{
	font: 76% arial,sans-serif;
	text-align:center
}

a{
	color: #666666;
}

div#header{
	position:relative;
	height:65px;
	margin:0;
}
div#container{
	text-align:left
}
div#container{
	width:766px;
	margin:0 auto
}
div#right{
	float:right;
	width:368px
}
div#left{
	float:left;
	width:368px;
	margin-bottom: 8px;
}

div#alt_exclu{
	width: 368px;
	height: 427px;
	background: url(images/bloc_video_empty.jpg) no-repeat top left;
}
div#alt_exclu_text{
	margin: 0px 20px 0px 20px;
	padding-top: 80px;	
	color: #FFF;
	text-align:center;
}

div#alt_une{
	width: 368px;
	height: 427px;
	background: url(images/bloc_une_empty.jpg) no-repeat top left;
}
div#alt_une_text{
	margin: 0px 20px 0px 20px;
	padding-top: 100px;	
	color: #FFF;
	text-align:center;
	font-size:16px;
	font-style:italic;
}

div#bloc_piegez{
	height: 125px;
	display:inline;
}

div#bt_piegez{
	float:left;
}
div#bt_piegez_text{
	float:left;
}

div#menu{	
	clear:both;
	width:100%;
	text-align:center;	
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 10px;
	height:90px;
	background: url(images/menuBackground.jpg) no-repeat top left;
}

div#footer{
	clear:both;
	width:100%;
	text-align:center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 10px;
}

div#fullContent{
	text-align:center;
}

a.link_decouvrez{
	font-size: 18px;
	text-decoration: none;
	color: #7B205D;
}