/* These are just the demo styles and these can be removed and Orbit 
will still work like a champ (except any content block needs a background which
our demo gets from this sheet) */

.container {
    position: absolute; 
	width:732px; /*742*/
	height:250px; /*255*/
	background:#FFF; 
	}
    
.content { background: url(../images/bg/bannerdestaque_2014.jpg); }  
.content h1 {
	font-size: 40px; 
	text-transform: uppercase; 
	font-weight: bold; 
	text-align: center;
	margin-top: 180px;
	color: #222;
	line-height: 50px;  }
.content h3 {
	text-align: center; 
	font-size: 22px; 
	color: #222; }
    
/*	--------------------------------------------------
	Global Reset & Standards
	-------------------------------------------------- */
.container h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, img, small, strike, strong, em, sub, sup, tt, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td, section { margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; line-height: 1; font-family: inherit; }
.container table { border-collapse: collapse; border-spacing: 0; }
.container ol, ul { list-style: none; }

.container h4 {
		font-weight: bold; 
		color: #222;
		font-size: 15px; }
		
.container a { 
		color: #FFF;
		text-decoration: none; 
		font-weight: bold;
		font-size: 18px; }
		
.container a:hover { text-decoration: none; }