@charset "utf-8";
/* GENERAL */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	background-color:#F0F0F1;
}
#wrap{
	float:none;
	width:960px;
	margin:0 auto;
}
#home_menu ul li{
	background-color:#fff;
	width:100%;
	display:inline;
	list-style-type:none;
}
#home_menu ul {
	height:30px;
}
#home_menu ul li a{
	color:#102E65;
	font-weight:bold;
	margin:7px 10px 0 0;
	text-decoration:none;
	float:right;

}
#home_menu ul li a:hover{
	text-decoration:underline;
}



#main {
	background-image:url('../images/bg.png');
	background-repeat:repeat-y;
	padding-top:30px;
	height:639px;
	margin:0 auto;
}
#main img {
	margin-left:227px;
}
#main iframe {
	float:left;
	margin-top:100px;
	margin-left:20px;

}
h1 {
	color:#FFF;
	font-size:18px;
	margin-top:100px;
	font-weight:normal;
}

#h1-1 {
	/*width:380px;*/
	text-align:justify;
	width:398px;
	float:right;
	margin-right:20px;
}


#h1 {
	/*width:380px;*/
	text-align:justify;
	width:398px;
	float:right;
	margin-right:20px;
	margin-top:90px;
}

.charlie {
font-size:30px;
margin-top:100px;
padding:18px 3px;
text-align:center;
-webkit-box-shadow: 0px 0px 10px 1px rgba(50, 50, 50, 0.9);
-moz-box-shadow:    0px 0px 10px 1px rgba(50, 50, 50, 0.9);
box-shadow:         0px 0px 10px 1px rgba(50, 50, 50, 0.9);
/*-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;*/

}
.charlie p {
	font-size:30px;
	color:white;
	text-align:center;
}
.liberte {
	font-size:18px;
	text-align:center;

}
#links {
	width:398px;
	height:100px;
	float:right;
	position:relative;
	margin:70px 20px 0 0;
	background-color:white;

}

#links_content a {
	background-image:url('../images/clientlogin.png');
	background-repeat:no-repeat;
	float:right;
	width:63px;
	height:18px;
	color:#FFF;
	font-size:9px;
	text-decoration:none;
	padding:5px;

}

#links_content {
  padding-top:10px;
} 

#links_content p {
	padding:6px 0px 6px 8px;
	color:#555;
	font-weight:bold;
	font-size:14px;
	margin:0;
}

#links_content button {
	background: transparent url('../images/button_background1.png') repeat-x center top;
	font-size:12px;
	color:white;
	border-radius:4px;
	border:1px solid black;
	margin-right:5px;
	padding:0px 3px;
	float:right;
}
#links_content button:hover {
	cursor:pointer;
}

#comeonin {
	width:960px;
	height:50px;
	margin-top:500px;
}
#comeonin a {
	font-size:24px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	margin-left:402px;
}
#comeonin a:hover {
	text-decoration:underline;
}
#vimeo {
	background:black url('../colorbox/images/loading.gif') no-repeat center center;
	border:1px solid black;
}
#footer {
	background-color:#F0F0F1;
	text-align:center;
}
#footer p {
	font-size:9px;
	color:#666;
	padding-top:15px;
	padding-left:0px;
	width:960px;
	margin:0 auto;
}
#footer a{
	/*background-image:url('../images/clientlogin.png');
	background-repeat:no-repeat;*/
	float:right;
	width:63px;
	height:18px;
	color:#555;
	font-size:9px;
	text-decoration:none;
	margin:0;
	padding:0;
	margin-top:-8px;
	/*padding-top:5px;*/
}
a#legal {
	font-size:9px;
	color:#666;
	background-image:none;
	margin:0;
	padding:0;
	float:none;
	text-decoration:underline;
}
