@CHARSET "UTF-8";

#entete-site
{
	background: url(img/banner-empty.jpg) no-repeat left bottom;
}

h2
{
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin: 5px 0 10px;
	padding: 0;
	background: transparent;
	color: black;
}

h2 em
{
	font-size: 11px;
	color: #666;
	letter-spacing: 7px;
	padding-left: 5px;
}

h3 a[href]
{
	text-decoration: none;
}

h3 a:hover
{
	text-decoration: underline;
}

#news h3
{
	font-size: 1em;
	margin: 0;
}


#news .scroller
{
	width: 340px;
	padding-right: 30px;
}

#news span.category
{
	font-size: 11px;
	color: #fff;
	background:#F90;
	padding: 3px;
	display: inline-block;
	border:none;
	margin:0 0 0.15em;
}

#news p
{
	margin: 2px 0 5px;
}


body.home #content-video object
{
	float: left;
}


#dimmer
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0.5; 
	background: #000;

}

#redirect-notice
{
	position:fixed;
	width:410px;
	background: #FFF url(img/fond_attente.png) repeat-x ;
	color:#555555;
	left:50%;
	top:250px;
	padding:20px;
	margin-left:-205px;
}

#redirect-notice img{
	 position:absolute;
     left: 50%; 
     margin-left: -67px; 
	
}

#redirect-notice p.first{
	padding-top:65px;
	text-align:center;
	font-size:14px;
	margin-bottom:-10px;
	
}

#redirect-notice p.second{

	text-align:center;
	font-size:12px;
	padding-bottom:20px;
	
}

#redirect-notice #btn-gauche{

	float:left;
	margin-left:30px;
		padding-right:4px;
	padding-left:4px;
	
}

#redirect-notice #btn-droit{

	float:right;
	margin-right:25px;
	padding-right:4px;
	padding-left:4px;
}

#redirect-notice a{

	text-decoration:none;
	background-color:#FF9900;
	color:#fff;
	padding:3px 10px;
	-moz-box-shadow:0 2px 6px 0 grey;
	font-size:11px;

	
}

