@charset "utf-8";
/* CSS Document */
@font-face {
 font-family: Yanone Kaffeesatz Regular;
 src: url("../fonts/Hobo.eot") /* EOT file for IE */
}
@font-face {
 font-family: Yanone Kaffeesatz Regular;
 src: url("../fonts/Hobo.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: Yanone Kaffeesatz Regular;
 src: url("../fonts/YanoneKaffeesatz-Regular.eot") /* EOT file for IE */
}
@font-face {
 font-family: Yanone Kaffeesatz Regular;
 src: url("../fonts/YanoneKaffeesatz-Regular.ttf") /* TTF file for CSS3 browsers */
}
* { padding:0px; margin:0px; border:0px;}
body { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:170%;}
a { text-decoration:none;}
.page_gtec {
	font-size: 12px;
	margin: 0 auto;
	width: 950px;
	color:#343434;
}


input[type=text]{
	border:1px solid #de0e21;
	background-color: #fff;
	width: 300px;
	color: #343434;
	height: 30px;
	line-height: 30px;
}
input[type=submit], button.send{
background:transparent url(../images/bg_boutton.png) repeat-x center top;
	border:1px solid #DE0E21;
	width: 100px;
	color: #DE0E21;
	height: 30px;
	line-height: 30px;
		cursor:pointer; font-weight:bold;

}
textarea{
	border:1px solid #de0e21;
	background-color: #fff;
	width: 300px;
	height: 150px;
	color: #343434;
	}
	
.page_gtec h1 {
	font-size: 26px;
	
	padding-left: 0px;
	letter-spacing: 0px;
	margin-left: 0px;
	color: #DE0D22;
	padding: 0;
	font-weight: normal;
}
.page_gtec h2 {
	font-size: 22px;
	
	color: #333333;
	padding: 0px;
	letter-spacing: 0px;
	font-weight: normal;
	margin-bottom: 20px;
}
.page_gtec h3 {
	font-size: 18px;
	
	color: #333333;
	padding: 0px;
	letter-spacing: 0px;
	padding:20px 0px;
	font-weight: normal;
	background:url(../images/puce.png) no-repeat center left;
	padding-left:30px;
}
.page_gtec a {

	color: #3399CC;
	
}
.header_gtec{ clear:both; background:url(../images/slogon.jpg) no-repeat center right; height:203px}
.logo_gtec { width:266px; float:left}
.menu_gtec { background:url(../images/menu_gtec.jpg) no-repeat ; width:951px; height:49px; line-height:49px;  clear:both;}
 .menu_gtec ul {
	width:951px;
	height:49px;
	line-height:49px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
 .menu_gtec ul li {
	float:left;
	padding-left:0;
	margin-right: 75px;
}
.menu_gtec ul li a {
	color:#FFFFFF;
	 font-family: Yanone Kaffeesatz Regular;
	font-size: 18px;
}
.menu_gtec ul li a:hover , .menu_gtec ul li a.active { color:#cc0033; }

.banner_gtec {
	clear:both;
	height: 380px;
	margin-bottom: 0px;
}
.content_gtec{
	clear:both;
	min-height: 591px;
	background:url(../images/content_gtec.jpg) no-repeat center bottom;
	margin-bottom: 20px;
	
}
.footer_gtec{
	clear:both;
	background:url(../images/footer_gtec.jpg) repeat-x center top;
	height:200px;
	color: #FFFFFF;
}

.footer_content{ width:900px; margin:0 auto }

 .footer_gtec ul {
	width:900px;
	height:70px;
	line-height:70px;
	list-style-type: none;
	padding-left: 0px;
	float: none;
	margin: 0 auto;
}
 .footer_gtec ul li {
    float: left;
    margin-left: 40px;
    margin-right: 35px;
    padding-left: 0;
}
.footer_gtec a {
	color:#fff;}
.footer_gtec ul li a {
	 color: #000000;
    font-size: 12px;
    font-weight: bold;
}
.footer_gtec ul li a:hover , .footer_gtec ul li a.active { color:#cc0033; }

.home_flash{
	width:830px;
	margin:80px auto 0px;
	height: 400px;
}

 .content_gtec ul {
float:none;
	list-style-image:url(../images/puce.png);
	padding-left:20px;
	margin-left:10px;
}
.main_content{ margin:0 20px; padding:20px 0px;}

.liste_gtec{
	margin-bottom:15px;
	background:url(../images/star.png) no-repeat left 3px;
	padding-left:30px;
	padding-right: 30px;
}
.liste_gtec h2{ font-weight:normal}

.liste_gtec  a{
	color:#333333;
	font-weight:bold;
	display: block;
	margin-top: 10px;
}
.liste_gtec h2{
	color:#CC0000;
	font-weight: normal;
}

.liste_gtec img{
 margin:0px 20px 10px 0px; vertical-align:top
}
/*********************************************************************************************/
#container {
	width:955px;
	padding:0px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:955px;
	height:374px;
	position:relative;
}

#ribbon {
	position:absolute;

	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:946px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:946px;
	height:380px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin:0px auto 0;
	width:100px;
	position:absolute; left:10px;
	top:323px;
	z-index:1000;
}

 .pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
	padding-left:5px
	
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Footer
*/


.liens{ float:right; padding-right:10px;   font-weight:bold; padding-top:10px;}
.liens ul li { float:left; list-style: none;}
.liens ul li a { color:#676766; text-decoration:none;}
.liens-selected{color:#de0e21;}
.reference{}
.reference-left{ width:419px; float:left; border-right:1px solid #CC0000; float:left}
.reference-right{ margin-left:20px; width:441px; float: left;}

.reference ul {
float:none;
	list-style-image:url(../images/puce-reference.png);
	padding-left:20px;
	margin-left:10px;
}

.departement{ float:left; width:295px; border-right:1px solid #CC0000; height:478px; text-align:justify; }
.departement p{padding:0px 15px;}
.departement h1{ color: #f3aa27; font-weight: normal; font-size:24px;  padding:0px 0px 30px 0px; text-align:center;  font-family: Yanone Kaffeesatz Regular; line-height:24px; margin:0px}
.departement h2{ color: #004c89;font-weight: normal; font-size:24px;  padding:0px 0px 30px 0px; text-align:center;  font-family: Yanone Kaffeesatz Regular;line-height:24px; margin:0px}
.departement h3{ color: #681857; font-weight: normal; font-size:24px;  background:none;  padding:0px 0px 30px 0px; text-align:center;  font-family: Yanone Kaffeesatz Regular; line-height:24px; margin:0px}