@font-face {
    font-family: "Century Gothic";
    src: url(century_gothic/century_gothic.woff);
}

*{
padding: 0px;
margin: 0px;
font-family: "Century Gothic","sans-serif";
}

#bottom_links{
	width: 1020px;
	height: 20px;
	padding: 18px 0; 
	border-top: 1px solid #E3E2D7;
	
}


#footer  a:hover{
	text-decoration: underline;
}

#copyright{
	color: #969696;
	font-weight: bold;
	font-family : Arial;
	float: left;
	font-size: 11px;
	margin-left: 26px;
}

#footer_links li{
	list-style-type: none;
	float: left;
	padding-left: 10px;
}


#footer_links a{
	text-decoration: none;
	font-size: 11px;
	color: #00A1F2;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	font-family : Arial;
}

#copyright{
	color: #969696;
	font-weight: bold;
	float: left;
	font-size: 11px;
	margin-left: 26px;
	float : left;
}

#footer_links {
	float: right;
	margin: 14px 10px 0 0 ;
	
}


#lan_selection{

	float : right;
	

}

#lan_lbl{

	font-size : 12px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #333;
	position: relative;
	top: -1px;

}

.nostick{
	border-left: none !important;
}

#header{

	aborder: 1px solid red;

	width : 980px;
	height: 110px;
	margin : 32px auto 0px;
	

}

#logo_section{
	
	aborder: 1px solid yellow;
	
	width: 120px;
	
	
}

#logo_section img{

	width : 100%;
	float : left;

}
#typo_section{

	width: 420px;
	height: 95px;
	float : left;
	
	background-image : url( ../img/logo.png );
	background-repeat : no-repeat;
	position : relative;
	top: -5px;
	
	
}

#typo_section a{

	display : block;
	height: 100%;
	outline: none;
	

}

 #actual_bar li a:hover{

	
	background-color: #1BA1E2;
	

}

#actual_bar li a.selected{
	
	background-color: #AEE7F9;
	color: #5E6C72;
	text-shadow: 2px 2px 2px #fff;

}

 #actual_bar li a{

	color: white ;
	text-decoration: none;
	border: 1px solid #EDEEEF;
	border-right : none; 
	text-transform : uppercase;
	font-family: "Century Gothic","sans-serif";
    font-size: 14px;
    line-height: 35px;
	padding: 10px 13px;
	background-color: #35B8F4;
	/*text-shadow: 2px 2px 2px #FEFFE5;*/
	text-shadow: 2px 2px 2px #666;
	
}

.rounded_left{

	border-radius: 5px 0 0 5px;
	
}


.rounded_right{

	border-radius: 0 5px 5px 0;
	
}

#actual_bar{

	
	position: relative;
	left: 36px;
	width : 1050px;
	height: 40px;
	margin : 16px auto;
	
	
}


#actual_bar  li{

	/*border: 1px solid green;*/
	list-style-type: none;
	float : left;
	
	
}




#gallery {

	font-family: "Century Gothic","sans-serif";
	font-size: 14px ;
	border-radius: 6px;
	

}












#core{

	aborder : 1px solid blue;
	
	width : 980px;
	padding: 10px 2px ;
	margin : 10px auto;
	min-height:  300px ;

}
#intro-area {

	float : right;
	width : 38%;
	padding : 4px 0px;
	
    
	

}

#intro-area p{

	font-family: "Century Gothic","sans-serif";
	color: #4e4e4e;
	text-align: justify;
	font-size: 14px;
	line-height: 155%;
    text-indent: 28.35pt;
	margin-bottom: 35px;
	

}

#footer{
	
	aborder : 1px solid grey;
	
	width : 980px;
	margin : 20px auto 10px;
	
	
}

#terms,#about_us,#services{

	color: #4e4e4e;
    font-family: "Century Gothic","sans-serif";
	font-size: 14px;
    /*line-height: 155%;*/
    line-height: 185%;
    margin: 0 auto 35px;
    text-align: justify;
    text-indent: 28.35pt;
	width: 920px ;
	

}


#about_us h3, #services h3 {

	color: #26748C;
	font-size : 16px ;
	
}

#about_us ul li {

	margin : 0 0 10px 0;

}

#about_us ul{

	margin-left: 100px;
	
}

#about_us ul li{

	list-style-type: none ;
	
}


.bolded{

	font-weight: bold;
	font-size: 16px ;
	color: #4e4e4e;
	
}


#contact_area table{
	
	/*border: 1px solid red;*/
	margin: 0 0 40px 0;
	width: 600px;
	text-align: right;
	font-size: 15px;

}

#contact_area table tr td {

	padding: 5px;
	
}


#contact_area table input{

	width: 180px;
	border: 1px solid #ccc;
	padding: 1px 5px;


}

#m_response_neg{

	color: black;
	background-color: #FCE8E8;
	width: 400px;
	border: 1px solid #FFA5A5;
	margin: 0 auto;
	position: relative; 
	top: -10px;
	
	font-size: 13px;
	padding: 4px 0;
	text-align : center;
	color : brown ;
	border-radius: 3px;
	
}


#m_response_pos{

	color: black;
	background-color: #EEFFED;
	width: 400px;
	border: 1px solid #B2FFAD;
	margin: 0 auto;
	position: relative; 
	top: -10px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 13px;
	padding: 4px 0;
	text-align : center;
	color : #666 ;
	border-radius: 6px;

}

#m_response_container{

	height: 30px;

}

.star{

	color: red;
	font-size: 14px;

}


#services_right_block{

	/*border: 1px solid red;*/
	float: right;
	width: 290px;
	padding: 10px 10px   ;
	background-color: #F5F5F5;
	border-radius: 10px;
	margin-top: 30px;

}

#services_right_block .image_block , #services_right_block .image_block img {

	width: 220px;
	height: 157px;
	margin-bottom: 30px;
	border-radius: 10px ;

}


#services_left_block{

	/*border: 1px solid green;*/
	float: left;
	width: 600px;
	margin-top: 30px;

}


#services_left_block h4{

	margin: 10px 0 20px;
	text-indent : 0;

}

#services_left_block  .para_image  .para_image_paragraph {
	
	/*border: 1px solid green;*/
	float:  right ;
	width: 300px; 
	text-align: left;
	text-indent: 0!important;

}

#services_left_block  .para_image .para_image_img , #services_left_block  .para_image_img img{


	/*border: 1px solid red;*/
	width: 220px;
	height: 157px;
	float: left;
	border-radius: 10px ;
	
	
	
}


.para_image{
	
	
	/*border: 1px solid green;*/
	height: 180px ;
	clear: both;
	
}


#partners, #realisations{

	text-align: center;

}

.not_found{

	text-align: center;
	color: red;
	font-size: 44px;
	margin: 30px 0 80px;
	
	

}