html,body {
text-align:center;
}

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

/** divs **/
#top {
background:#191919;
display:none;
text-align:center;
}

#container {
margin:auto;
text-align:left;
width:875px;
}

#header {
margin:40px 0 0;
text-align:center;
}

#content {
padding-top:80px;
}

/** switchContent **/
#content_2,#content_3,#content_4 {
display:none;
}

/** lavaLamp **/
.lavalamp {
float:right;
height:29px;
margin-right:40px;
overflow:hidden;
padding:5px;
position:relative;
}

.lavalamp li {
float:left;
list-style:none;
margin-right:40px;
}

.lavalamp li.back {
border-bottom:5px solid #d7006c;
height:30px;
position:absolute;
}

.lavalamp li a {
color:#191919;
float:left;
font-family:"Times New Roman", Times, serif;
font-size:1.2em;
height:30px;
outline:none;
overflow:hidden;
position:relative;
text-decoration:none;
z-index:10;
}

.lavalamp li a:hover,p.top a:hover {
color:#00a2dd;
}

/** slidePanel **/
.slide {
margin:0;
padding:0;
}

.btn-slide {
background:#191919;
color:#fff;
display:block;
font-family:"Times New Roman", Times, serif;
font-size:1em;
height:20px;
line-height:1em;
padding:3px 0;
text-align:center;
text-decoration:none;
}

/** typography **/
.name {
color:#059cdb;
font-family:"Times New Roman", Times, serif;
font-size:3.4em;
font-weight:700;
letter-spacing:-0.05em;
}

.slogan {
color:#191919;
font-family:"Times New Roman", Times, serif;
font-size:3.4em;
font-style:italic;
letter-spacing:-0.05em;
}

.aligncenter{display:block;margin-left:auto;margin-right:auto;text-align:center;}

h2 {
border-left:10px solid #9ad5ed;
color:#191919;
font-family:"Times New Roman", Times, serif;
font-size:1.8em;
font-variant:small-caps;
padding-left:10px;
}

.first img{
	float:left;
	padding:0 5px 5px 0;
}

/*clear fix*/
.clearfix{
	clear:both;
}

.link_btn a{
	float: left;
	width:auto;
	text-decoration: none;
	padding:5px 30px 0 0;
	height:23px;
	margin-right: 2px;
	font-size:13px;
	color: #5c5c5c;
	background: url('link_btn_bg.gif') no-repeat top right;
}

.decalage {
	padding-left:30px;
}

.link_btn a span {
	width:auto;
	float: left;
	padding-right: 12px;
	display: block;
	margin-top:-5px;
	height: 28px;
	background: url('link_btn_bg.gif') no-repeat top left;
}
.link_btn a:hover {
 	color:#262626;
	background-position:right 100%;
	text-decoration:none;
}
.link_btn a:hover span {
	background-position:left 100%;
}

p {
color:#191919;
font-family:"Times New Roman", Times, serif;
font-size:1.2em;
line-height:1.5em;
margin-bottom:20px;
padding-left:40px;
text-align:justify;
}

p.top {
color:#fff;
font-family:"Times New Roman", Times, serif;
font-size:0.8em;
line-height:1.5em;
margin:0 auto;
width:875px;
}

p.up a {
color:#191919;
float:right;
font-family:"Times New Roman", Times, serif;
font-size:1.2em;
margin-bottom:20px;
text-decoration:none;
}

/** miscellaneous (hr, etc.) **/
hr {
border-top:1px dotted #191919;
height:1px;
margin:20px 0;
}