@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-image: url(images_layout/bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
}

a, a:visited {
	text-decoration: none;
	color: #999;
}

a:hover, a:active {
	color:#F00;
	text-decoration: none;
	border: none;
}

/*debut page index*/
#fond_index {
	margin: 0px;
	height: 886px;
	width: 1124px;
	background-image: url(images_layout/index_03.png);
	background-repeat: no-repeat;
	background-position: center;
}

#bloc_index {
	height: 859px;
	width: 575px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
	z-index: 1000;
	background-image: url(images_layout/fond_index.png);
	background-repeat: no-repeat;	
}

#titre_index {
	background-image: url(images_layout/titre_index.png);
	background-repeat: no-repeat;
	float: left;
	height: 170px;
	width: 405px;
	margin-top: 170px;
	margin-left: 55px;
}

#sub_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	float: left;
	height: 18px;
	width: auto;
	margin-top: 80px;
	margin-left: 60px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 3px;
}

/*.choix_langue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	background-image: url(images_layout/arrow_index.png);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	height: 18px;
	width: 80px;
	margin-right: 20px;
	padding-left: 15px;
}*/

.choix_langue a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	float: left;
	height: 18px;
	width: 70px;
	margin-right: 20px;
	padding-left: 15px;
}

.choix_langue a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	background-image: url(images_layout/arrow_index.png);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	height: 18px;
	width: 70px;
	margin-right: 20px;
	padding-left: 15px;
}

#bloc_langue {
	float: left;
	height: 18px;
	width: 500px;
	margin-top: 20px;
	margin-left: 60px;
}
/*fin page index*/


#wrap {
	height: auto;
	width: 1124px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#main_content {
	background-image: url(images_layout/bg_content.png);
	background-repeat: repeat-y;
	height: auto;
	width: 1124px;
	float: left;
}

#bottom_shadow {
	background-image: url(images_layout/bottom_content.png);
	height: 30px;
	width: 1124px;
	background-repeat: no-repeat;
	display: block;
	float: left;
}

#en_in {
	background-color: #e2001a;
	float: right;
	height: 30px;
	width: 35px;
	margin-right: 60px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: block;
	padding-top: 10px;
}

#en a{
	background-color: #e1e2e0;
	float: right;
	height: 30px;
	width: 35px;
	margin-right: 60px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: block;
	padding-top: 10px;
}


#en a:hover{
	background-color: #e2001a;
	float: right;
	height: 30px;
	width: 35px;
	margin-right: 60px;
	margin-left: 15px;
	
}

#fr_in {
	background-color: #e2001a;
	float: right;
	height: 30px;
	width: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: block;
	padding-top: 10px;
}

#fr a{
	background-color: #e1e2e0;
	float: right;
	height: 30px;
	width: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	display: block;
	padding-top: 10px;
}

#fr a:hover{
	background-color: #e2001a;
	float: right;
	height: 30px;
	width: 35px;
	
}
#content_menu {
	float: left;
	height: 30px;
	width: 1124px;
	margin-top: 40px;
}

#bloc_menu {
	background-color: #e2001a;
	float: left;
	height: 29px;
	width: 1058px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1000;
	position: relative;
	
}

#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:left;
 }
 
#menu li {
 float:left;
 margin:auto;
 padding:0;
 }
 
#menu li a {
	display:block;
	width:auto;
	color:white;
	text-decoration:none;
	height: 13px;
	padding-top: 7px;
	padding-right: 28px;
	padding-bottom: 7px;
	padding-left: 15px;
 }
 
#menu li a:hover {
	color:#FFFFFF;
	background-image: url(images_layout/arrow_menu.png);
	background-repeat: no-repeat;
	background-position: 5px center;
 }
 
 #menu ul li ul {
 display:none;
 background-color:#e2001a;
 }
 
 #menu ul li:hover ul {
 display:block;
 }
 
#menu li:hover ul li {
 float:none;
 }
 
 #menu li ul {
 position:absolute;
 }
 
 #menu {
	height:29px;
	font-family: "CodeBoldRegular";
	font-size: 13px;
	font-weight: normal;
	background-color:#e2001a;
	float: left;
	width: 760px;
	padding-left: 10px;
	background-image: url(images_layout/text_menu_fr.png);
	background-repeat: no-repeat;
	background-position: 20px;
 }

#menu_en ul {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:left;
 }
 
#menu_en li {
 float:left;
 margin:auto;
 padding:0;
 }
 
#menu_en li a {
	display:block;
	width:auto;
	color:white;
	text-decoration:none;
	height: 13px;
	padding-top: 7px;
	padding-right: 28px;
	padding-bottom: 7px;
	padding-left: 15px;
 }
 
#menu_en li a:hover {
	color:#FFFFFF;
	background-image: url(images_layout/arrow_menu.png);
	background-repeat: no-repeat;
	background-position: 5px center;
 }
 
 #menu_en ul li ul {
 display:none;
 background-color:#e2001a;
 }
 
 #menu_en ul li:hover ul {
 display:block;
 }
 
#menu_en li:hover ul li {
 float:none;
 }
 
 #menu_en li ul {
 position:absolute;
 }

#menu_en {
	height:29px;
	font-family: "CodeBoldRegular";
	font-size: 13px;
	font-weight: normal;
	background-color:#e2001a;
	float: left;
	width: 760px;
	padding-left: 10px;
	background-image: url(images_layout/text_menu_en.png);
	background-repeat: no-repeat;
	background-position: 20px;
 }

#left_menu {
	background-image: url(images_layout/left_menu2.png);
	background-repeat: no-repeat;
	float: left;
	height: 52px;
	width: 30px;
	
	margin-left: 2px;
}


#right_menu {
	background-image: url(images_layout/right_menu2.png);
	background-repeat: no-repeat;
	float: right;
	height: 52px;
	width: 30px;
	
	margin-right: 4px;
}
#logo {
	background-color: #FFF;
	background-repeat: no-repeat;
	float: left;
	height: 60px;
	width: 190px;
	margin-left: 30px;
	padding-left: 15px;
	background-attachment: fixed;
	display: block;
	margin-top: -30px;
}
#slider_content {
	background-color: #e1e2e0;
	padding: 20px;
	float: left;
	height: 300px;
	width: 650px;
	margin-top: 75px;
	margin-left: 75px;
}

/* Easy Slider */

	/* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:650px;
		height:300px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{
		display:block;
		width:20px;
		height:20px;
		position:absolute;
		margin-left:20px;
		margin-top:-40px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{
		margin-left:610px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{
		display:block;
		position:relative;
		width:20px;
		height:20px;
		background:url(images_layout/prev.png) no-repeat 0 0;
		}	
		
	#prevBtn a:hover, #nextBtn a:hover,
	#slider1next a:hover, #slider1prev a:hover{  
		display:block;
		position:relative;
		width:20px;
		height:20px;
		background:url(images_layout/prev_ov.png) no-repeat 0 0;	
		}	
		
	#nextBtn a, #slider1next a{ 
		background:url(images_layout/next.png) no-repeat 0 0;	
		}	
		
	#nextBtn a:hover, #slider1next a:hover{ 
		background:url(images_layout/next_ov.png) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

#bloc_right_menu {
	float: left;
	height: 305px;
	width: 90px;
	margin-top: 85px;
	margin-left: 110px;
}
.bonton_right_menu1 a{
	float: left;
	height: 83px;
	width: 90px;
	margin-bottom: 28px;
	background-image: url(images_layout/nos_travaux.png);
	background-repeat: no-repeat;
}

.bonton_right_menu1 a:hover{
	background-image: url(images_layout/nos_travaux_ov.png);
	background-repeat: no-repeat;
	float: left;
	height: 83px;
	width: 90px;
	margin-bottom: 28px;
}

.bonton_right_menu2 a{
	float: left;
	height: 83px;
	width: 90px;
	margin-bottom: 28px;
	background-image: url(images_layout/les_news.png);
	background-repeat: no-repeat;
}

.bonton_right_menu2 a:hover{
	background-image: url(images_layout/les_news_ov.png);
	background-repeat: no-repeat;
	float: left;
	height: 83px;
	width: 90px;
	margin-bottom: 28px;
}

.bonton_right_menu3 a{
	float: left;
	height: 83px;
	width: 90px;
	margin-bottom: 28px;
	background-image: url(images_layout/nous_joindre.png);
	background-repeat: no-repeat;
}

.bonton_right_menu3 a:hover{
	background-image: url(images_layout/nous_joindre_ov.png);
	background-repeat: no-repeat;
	float: left;
	height: 83px;
	width: 90px;
	margin-bottom: 28px;
}

.bonton_right_menua a{
	float: left;
	height: 83px;
	width: 90px;
	margin-bottom: 27px;
	background-image: url(images_layout/our_works.png);
	background-repeat: no-repeat;
}

.bonton_right_menua a:hover{
	background-image: url(images_layout/our_works_ov.png);
	background-repeat: no-repeat;
	float: left;
	height: 83px;
	width: 90px;
	margin-bottom: 27px;
}

.bonton_right_menub a{
	float: left;
	height: 83px;
	width: 90px;
	margin-bottom: 17px;
	background-image: url(images_layout/the_news.png);
	background-repeat: no-repeat;
}

.bonton_right_menub a:hover{
	background-image: url(images_layout/the_news_ov.png);
	background-repeat: no-repeat;
	float: left;
	height: 83px;
	width: 90px;
	margin-bottom: 17px;
}

.bonton_right_menuc a{
	float: left;
	height: 95px;
	width: 90px;
	margin-bottom: 28px;
	background-image: url(images_layout/contact_us.png);
	background-repeat: no-repeat;
}

.bonton_right_menuc a:hover{
	background-image: url(images_layout/contact_us_ov.png);
	background-repeat: no-repeat;
	float: left;
	height: 95px;
	width: 90px;
	margin-bottom: 28px;
}

#bloc_text_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	float: left;
	height: 215px;
	width: 640px;
	margin-top: 25px;
	margin-left: 75px;
	
	background-image: url(images_layout/3_bloc.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	height: 35px;
	width: 975px;
	margin-top: 55px;
	margin-left: 75px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e1e1df;
	float: left;
	text-align: center;
}
#under_titre {
	background-image: url(images_layout/name_site_fr.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 320px;
	position: absolute;
	z-index: 500;
	margin-top: 23px;
	margin-left: 635px;
}

#under_titre_en {
	background-image: url(images_layout/name_site_en.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 320px;
	position: absolute;
	z-index: 500;
	margin-top: 23px;
	margin-left: 635px;
}

#titre_bloc_text_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #999;
	float: left;
	height: auto;
	width: 320px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}



#bloc_social {
	background-image: url(images_layout/bg_social.png);
	background-repeat: no-repeat;
	float: right;
	height: 90px;
	width: 155px;
	margin-top: 75px;
	margin-right: 4px;
	padding-top: 15px;
	padding-left: 30px;
}
.bloc_small_titre {
	background-image: url(images_layout/small_title.png);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 900px;
	margin-top: 60px;
	margin-left: 2px;
	padding-top: 9px;
	padding-left: 62px;
	font-family: "CodeBoldRegular";
	font-size: 16px;
	font-weight: normal;
	color: #999;
}

.bloc_big_titre {
	background-image: url(images_layout/big_title.png);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 900px;
	margin-top: 60px;
	margin-left: 2px;
	padding-top: 9px;
	padding-left: 62px;
	font-family: "CodeBoldRegular";
	font-size: 16px;
	font-weight: normal;
	color: #999;
}

.bloc_news {
	background-color: #e1e1df;
	padding: 15px;
	height: 235px;
	width: 945px;
	margin-top: 20px;
	margin-left: 75px;
	float: left;
}
.img_news {
	background-color: #FFF;
	float: left;
	height: 240px;
	width: 450px;
}

.bloc_text_news {
	background-image: url(images_layout/3_bloc_dark.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
	height: 235px;
	width: 460px;
}

.bloc_text_news p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	font-weight: normal;
}

.bloc_text_news h4{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.bloc_text_studio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #999;
	float: left;
	height: auto;
	width: 630px;
	margin-top: 20px;
	margin-left: 75px;
}

.bloc_text_studio h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999;
	float: left;
	height: auto;
	width: 630px;
	margin-bottom: 20px;
}
.bloc_img_article {
	background-image: url(images_layout/bloc_img.png);
	background-repeat: no-repeat;
	padding: 12px;
	float: left;
	height: 198px;
	width: 286px;
	margin-left: 12px;
}

.bloc_content_artlicle {
	float: left;
	height: 222px;
	width: 323px;
	margin-left: 0px;
	margin-top: -222px;
}

.bloc_content_artlicle a{
	float: left;
	height: 222px;
	width: 323px;
	background-image: url(images_layout/bloc_cadre_img.png);
	background-repeat: no-repeat;
	
}

.bloc_content_artlicle a:hover{
	float: left;
	height: 222px;
	width: 323px;
	z-index: 100;
	background-image: url(images_layout/bloc_cadre_img_ov.png);
	background-repeat: no-repeat;
	
}

.text_img_article{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	float: left;
	height: 40px;
	width: 320px;
	margin-top: 166px;
	margin-left: 25px;
}

.bloc_content_big_artlicle {
	float: left;
	height: 222px;
	width: 488px;
	margin-left: 2px;
	margin-top: -222px;
}

.bloc_content_big_artlicle a{
	float: left;
	height: 222px;
	width: 488px;
	background-image: url(images_layout/bloc_cadre_img_presse.png);
	background-repeat: no-repeat;	
}

.bloc_content_big_artlicle a:hover{
	float: left;
	height: 222px;
	width: 488px;
	z-index: 100;
	background-image: url(images_layout/bloc_cadre_img_presse_ov.png);
	background-repeat: no-repeat;
}

#content_bloc_img_article {
	float: left;
	height: auto;
	width: 1024px;
	margin-left: 45px;
}
#bloc_article {
	background-color: #e1e2e0;
	float: left;
	height: auto;
	width: 455px;
	margin-top: 20px;
	margin-left: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	color: #999;
	padding-top: 20px;
	padding-right: 500px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#bloc_article H3{
	color: #666;	
}


@font-face {
    font-family: 'CodeBoldRegular';
    src: url('code_bold-webfont.eot');
    src: url('code_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('code_bold-webfont.woff') format('woff'),
         url('code_bold-webfont.ttf') format('truetype'),
         url('code_bold-webfont.svg#CodeBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#content_contact {
	float: left;
	height: 485px;
	width: 730px;
	margin-top: 20px;
	margin-left: 75px;
}
#bloc_form {
	background-color: #e1e2e0;
	float: left;
	height: 455px;
	width: 445px;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(images_layout/3_bloc_contact.png);
	background-repeat: no-repeat;
	background-position: 15px 435px;
}

#bloc_form_ok {
	background-color: #e1e2e0;
	float: left;
	height: 455px;
	width: 445px;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#bloc_form_ok h3{
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
}

#bloc_form_ok p{
	float: left;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999;
	font-size: 13px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#bloc_form h3{
	float: left;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
}

#bloc_form p{
	float: left;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999;
	font-size: 13px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#formulaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-align: right;
	height: 235px;
	width: 350px;
	margin-left: 30px;
	float: right;
}

.small_area {
	height: 16px;
	width: 255px;
	float: right;
	margin-left: 5px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}

.big_area {
	height: 90px;
	width: 255px;
	float: right;
	margin-left: 8px;
	border: 1px solid #CCC;
}

#bloc_social_contact {
	height: 360px;
	width: 150px;
	background-color: #8c8c8c;
	padding: 15px;
	float: right;
	margin-right: 30px;
}
#bloc_lien_social {
	float: left;
	height: auto;
	width: 163px;
	margin-top: 10px;
	margin-left: 32px;
}

#bloc_social_contact h4{
	margin:0px;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
}

#info_contact {
	background-color: #e2001a;
	padding: 15px;
	float: right;
	height: 55px;
	width: 150px;
	margin-top: 10px;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

#info_contact h4{
	
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

#info_contact p{
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: lighter;
}

.img_article {
	float: left;
	height: 222px;
	width: 310px;
	margin-left: 15px;
	margin-top:20px;
}

.img_big_article {
	float: left;
	height: 222px;
	width: 475px;
	margin-left: 15px;
	margin-top:20px;
}

.img_article_presse {
	float: left;
	height: 222px;
	width: 310px;
	margin-left: 15px;
	margin-top:20px;
}

.col_small_article {
	float: left;
	height: auto;
	width: 323px;
	margin-top: 0px;
	margin-left: 15px;
}

.col_big_article {
	float: left;
	height: auto;
	width: 490px;
	margin-top: 0px;
	margin-left: 15px;
}

#icon_tw a{
	background-image: url(images_layout/twitter.png);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 38px;	
}

#icon_tw a:hover{
	background-image: url(images_layout/twitter_ov.png);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 38px;	
}

#icon_fb a{
	background-image: url(images_layout/facebook.png);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 38px;
	margin-left: 20px;	
}

#icon_fb a:hover{
	background-image: url(images_layout/facebook_ov.png);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 38px;
	margin-left: 20px;	
}

#icon_tw_en a{
	background-image: url(images_layout/tweet.png);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 38px;	
}

#icon_fb_en a{
	background-image: url(images_layout/i_like.png);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 38px;
	margin-left: 20px;	
}
#icon_tw_en a:hover{
	background-image: url(images_layout/tweet_ov.png);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 38px;	
}

#icon_fb_en a:hover{
	background-image: url(images_layout/i_like_ov.png);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 38px;
	margin-left: 20px;	
}

#pagination {
	height: 18px;
	width: 986px;
	margin-right: auto;
	margin-top: 50px;
	margin-left: 73px;
	float: left;
}
#next_page {
	float: right;
	height: 16px;
	width: auto;
}

#next_page a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	
}

#next_page a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

#previous_page {
	float: left;
	height: 16px;
	width: auto;
}

#previous_page a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;	
}

#previous_page a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
#top_page {
	height: 16px;
	width: auto;
	text-align: center;
}

#top_page a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;	
}

#top_page a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

/** ScrollToTop **/
#scrollToTop a{
position: fixed;
right: 20px;
bottom: 10px;
background-color: rgb(255,255,255); /** rgba fallback**/
background-color: rgba(255,255,255, 0.7);
padding: 7px 10px;
border: 1px solid #000;
}
#scrollToTop a:hover{
box-shadow: 0px 0px 5px #222;
-moz-box-shadow: 0px 0px 5px #222;
-webkit-box-shadow: 0px 0px 5px #222;
text-decoration: none !important;
}#like_fb {
	float: left;
	height: 30px;
	width: 450px;
	margin-top: 20px;
	margin-left: 75px;
}

.fade {
  
}

.fade div {
  
}