/* IceCube2.Net Framework : reset.css
-------------------------------------------------------------- */ 

html { 
	margin:0; 
	padding:0; 
	border:0; 
}
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}
body {
  line-height: 1.5;
  background: white; 
}
table { 
	border-collapse: separate; 
	border-spacing: 0; 
}
caption, th, td { 
	text-align: left; 
	font-weight: normal; 
	float:none !important; 
}
table, th, td { 
	vertical-align: middle; 
}
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
:focus { outline: 0; }

/*End reset.css*/
body {
	font-family:verdana, arial, sans-serif;
	line-height:16px;
	background: url("/Htdocs/Images/rtn/background.jpg") no-repeat fixed -480px -547px #fafafa;
}
#body2 {
	
}
#container {
	width:600px;
	margin:0 auto 0 0;
}

#content {
	padding:0 18px;
}

#header h1.logo a {
    background: url("/Htdocs/Images/rtn/sprite.png") no-repeat scroll 0 0 transparent;
    display: block;
    font-size: 0;
    height: 100px;
    line-height: 0;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    width: 209px;
	margin:20px 0 30px 25px;
}
#sloganPlayer {
	background: url("/Htdocs/Images/sprite_nav.png") repeat-x scroll 0 -94px transparent;
    border-left: 1px solid #FD0033;
    border-right: 1px solid #FD0033;
    height: 32px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
	border-radius: 3px;
	position:relative;
}
#sloganPlayer iframe {
	position:absolute;
	right:0;
	top:-13px;
	background:none transparent;
}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#333;
}
a {
	text-decoration:none;
	font-size:11px;
	color:#FD0033;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
a:hover {
	text-decoration:underline;
	color:#333;
}
#sloganPlayer h2 {
	padding:7px 0 0 5px;
	color:#f9f9f9;
}
.clear { 
	clear:both; 
}
.formatLogo {
	width:141px;
	float:left;
	text-align:center;
}
#formatOther {
	margin-top:50px;
}
#formatOther h2{
	margin-bottom:15px;
} 
#linkInfomaniak {
	position:absolute;
	top:15px;
	right:15px;
	border:none;
	opacity:0.35;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
#linkInfomaniak:hover {
	opacity:0.9;
}
