/*CSS Reset by Yahoo!*/
body,div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,
blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/*CSS Style for WaterColored Portfolio*/
body {
  background: #003245; /*gradient background*/
  font-family: "Lucida Sans Unicode", "sans-serif";
  font-size: 14px;
  color: #000;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
  text-decoration: none;
}

h1{
  font-size: 25px;
  line-height: 30px;
}

h2 {
  color: #e7f1fa;
  font-size: 22px;
  line-height: 28px;
}

h3 {
  color: #c4dfe6;
  font-size: 14px;
}
#top_container{
	background: #7ca73c url("../_imgs/header_bg.jpg");
	height:90px;
	border-bottom:10px solid #000;
	text-align:center;
}
#main_container {
  /*background: url("../_imgs/main_cont_bck.png") no-repeat center top; *//*painted background*/
  margin: auto;
  width: 1000px;
  padding : 10px;
}

.clear:after { /*clear-fix*/
  content: "";
  display: block;
  clear: both;
}

/* LOGO */
#logo {
	float:left;
	margin: 10px 0 0 80px;
	padding: 0px;
	width: 300px;
	height: 64px;
	background: url("../_imgs/logo.png") no-repeat top left;
}

.logo_link {
  
  
}

/*.logo_link:hover {
  background: url("../_imgs/logo.png") no-repeat top left;
  width: 691px;
  height: 131px;
}*/
/* End logo */

/*  Menu    */
#menu {
	float:left;
	text-align:center;
	width:600px;
	padding:65px 20px 0 0;
}

#menu ul {
  /*padding: 8px 10px 0 48px;*/
  line-height: 30px;
  font-size: 18px;
}

#menu ul li {
  display: inline;
  padding-right: 9px;
  padding-left: 9px;
}

#menu ul li a {
  color: #d8ebf7;
  text-decoration: none;
}

#menu ul li a:hover {
  color: #f2faff;
  text-decoration: none;
  border-bottom: 1px dotted #f2faff;
}
/*Links*/
#home #homeLink{
	padding-bottom:10px;
	background: url("../_imgs/selectedMenu.png") no-repeat bottom center;
}
#create #createLink{
	padding-bottom:10px;
	background: url("../_imgs/selectedMenu.png") no-repeat bottom center;
}
#publish #publishLink{
	padding-bottom:10px;
	background: url("../_imgs/selectedMenu.png") no-repeat bottom center;
}
#design #designLink{
	padding-bottom:10px;
	background: url("../_imgs/selectedMenu.png") no-repeat bottom center;
}
#contact #contactLink{
	padding-bottom:10px;
	background: url("../_imgs/selectedMenu.png") no-repeat bottom center;
}
#analyse #analyseLink{
	padding-bottom:10px;
	background: url("../_imgs/selectedMenu.png") no-repeat bottom center;
}
#connexion {
	float:right;
	width:380px;
	margin:25px 0 0 0;
}
#connexion a{
	margin: 0 10px 0 10px;
	padding: 10px 10px 10px 10px;
}
/* End Menu  */

/* Featured */
#featured {
  margin: auto;
  width: 730px;
  height: 326px;
  padding-top:50px;
}

#featuredC {
  margin: auto;
  width: 730px;
  padding-top:50px;
  color:#C4DFE6;
}

#featuredC h1{
	text-align:center;
	margin-bottom:30px;
}
#featured h1 {
  padding-left: 50px;
  margin-bottom: 10px;
}

#featured ul {
  padding: 0 0 0 0;
}

#featured ul li {
  display: inline;
}

#featured ul li a {
  /*background: url("images/featured_switch_bck.png") no-repeat top left;*/
  padding: 5px 17px 10px 13px;
  margin-left: 2px;
  color: #536f77;
  font-weight: bold;
  text-decoration: none;
}

#featured ul li a:hover {
  /*background: url("images/featured_switch_bck_hov.png") no-repeat top left;*/
  padding: 5px 17px 10px 13px;
  margin-left: 2px;
  color: #516e75;
}

.featured_content {
  margin: 13px 0 0 15px;
}

.feat_left {
  float:left;
}

.featured_content ol {
  margin: 7px 10px 0 50px;
  width: 250px;
}

.featured_content ol li {
  padding: 5px 0 5px 20px;
}

.image_cont {
  float: left;
}

.image_cont img {
  border: 3px solid #90a1a8;
}

ol.menu_cont {
  padding: 0;
}

ol.menu_cont li {
  padding: 0;
  display: inline;
  background: transparent;
  font-size: 12px;
  color: #8cbbc5;
}

ol.menu_cont li a {
  color: #8cbbc5;
  text-decoration: none;
}

ol.menu_cont li a:hover {
  color: #516e75;
}

span.ico1 {
  padding: 10px 0 10px 30px;
  line-height: 30px;
}

span.ico2 {
  padding: 10px 0 10px 34px;
  line-height: 30px;
}

span.ico3 {
  padding: 10px 0 10px 22px;
  line-height: 30px;
}
/* End Featured */

/* Pop up jquery */
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact, #popupLogin, #popupSubs{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:300px;
width:400px;
z-index:2;
padding:12px;
font-size:13px;
}

#formcdiv{
	height:240px;
	width:400px;
}

#formcdivsite{
	width:600px;
}

.myform{
margin:0 auto;
width:400px;
padding:14px;
}

.myformsite{
margin:0 auto;
width:600px;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#stylizedsite{

}
#stylized h1, #stylizedsite h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p, #stylizedsite p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
clear:both;
}

#stylizedsite label{
display:block;
font-weight:bold;
text-align:right;
width:200px;
float:left;
clear:both;
}

#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylizedsite .small{
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:200px;
}

#stylized input, #stylizedsite input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylizedsite textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
margin:2px 0 20px 10px;
}
#stylized button, #stylizedsite #submitcsite{
clear:both;
margin-left:150px;
margin-top: 10px;
width:125px;
height:31px;
background:#666666 url(../_imgs/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
border:0;
}
#stylizedsite #submitcsite{
	margin-left:300px;
	margin-top: 0;
}
.popupContactClose{
	float:right;
	cursor:pointer;
}
/* Slider start */
#slider1 {
    width: 720px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 720px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	/*font: 10px/15px Arial, Helvetica, sans-serif;*/
    padding: 10px 13px;
    width: 694px;
    /*background-color: #000;*/
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 650px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 450px !important;
	height: 290px;
}
#slider1Content{ 
	list-style-type: none;
	margin:0 0 0 0;
	padding : 0 0 0 0;
}
/* Slider end*/

/* Side bar */
#sidebar {
  width: 240px;
  background: url("_imgs/sidebar_bck.png") repeat-y center top;
  color: #c4dfe6;
  float: right; /*updated*/
  margin-right: 5px; /*updated*/
}

.side_bottom {
  background: url("../_imgs/side_bot.png") no-repeat bottom center;
  height: 85px;
  width: 240px;
  float: right; 
  margin-right: 5px; 
}

.side_cont {
  padding: 10px 10px 10px 25px;
}

.side_cont h2 {
  background: url("../_imgs/side_tit_bot.png") no-repeat bottom left;
}

.side_cont p {
  line-height: 14px;
  letter-spacing: 1px;
  margin-top: 5px;
}

.side_cont h3 {
  padding-left: 35px;
  margin-top: 20px;
  background: url("../_imgs/icon6.png") no-repeat top left;
}

.side_cont img {
  border: 2px solid #d6e7f1;
  margin: 10px 0;
}

.side_cont h3 a {
  color: #c4dfe6;
}

.side_cont h3 a:hover {
  border-bottom: 1px dotted #c4dfe6;
}

.meta_info {
  font-size: 10px; /*updated*/
  color: #293e43;
  padding: 0 35px 8px 35px;
  background: url("../_imgs/post_sep.png") no-repeat bottom center;
}
/* End Side bar */

/* Down container */
#down_container {
  padding-top: 10px;
  padding-bottom: 80px;
  margin:auto;
  min-height: 220px; /*updated*/
  width:900px;
  color:#C4DFE6;
}

#down_container img {
  margin: 10px 10px 10px 0;
  float:left;
}

#down_container p{
	margin : 10px 0 0 0;
}

.down_1, .down_2 {
	display: inline;
	float: left;
	margin-left: 25px;
	margin-right: 0px;
	margin-top:25px;
	width: 400px;
}
.down_3{
	display: inline;
	float: left;
	margin-left: 25px;
	margin-right: 0px;
	margin-top:25px;
	margin-bottom: 25px;
	width: 800px;
	border-top: 1px dotted #90a1a8;
}
.down_1 {
  border-right: 1px dotted #90a1a8;
  padding-right: 25px;
}
/* End downcontainer*/

/* Footer */
.clear_sep {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

#footer {
  background: url("../_imgs/foot_bck.png") repeat-x top left;
  border: 1px solid #93a5a9;
  display: block;
  margin-bottom: 0px;
  padding-bottom:0px;
  height: 48px;
}

#footer p {
  font-size: 12px;
  color: #c4dfe6;
  text-align: center;
}

#footer p a {
  color: #c4dfe6;
  text-decoration: none;
  border-bottom: 1px dotted #c4dfe6;
}
/* End footer */
