/*CSS*/
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: .7em;
	color: #89949c;
	/*color: #707070;*/
	line-height: 1em;
	letter-spacing: 0;
	background-color: #fff;
}

html {
	font-size: 100%;
}

a img {
	border: 0;
}

table, td, form, p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 10px 0 0 16px;
	list-style-type: disc;
} 

li {
	margin: 0;
	padding: 4px 0 0 0;
}

input, select, textarea {
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #89949c;
	background-color: #fff;
	border: 1px solid #89949c;
}

input {

}

textarea {

}

#valider {
	color: #89949c;
	background-color: #fff;
	width: 18px;
	height: 16px;
	border: 1px solid #89949c;
}

#envoyer {
	color: #fff;
	background-color: #0062a6;
	width: 90px;
	height: 18px;
	border: 1px solid #003f6b;
}

.clear {
	clear: both;
}

/* typographies */
.txt-bl {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height: 1.1em;
	color: #197bbe;
}

.txt-blfc {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height: 1.1em;
	color: #005d94;
}

.txt-blfc-gr {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.1em;
	color: #005d94;
}

.txt {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height: 1.1em;
	color: #89949c;
}

.txtsl {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	line-height: 1.1em;
	color: #1d7ec0;
}

.rouge {
	font-weight: bold;
	color: #FF7F00;
	font-size: 11px;
}

.titr-bl {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-align: justify;
	line-height: 1.1em;
	color: #197bbe;
}

.lien {
	color: #89949c;
}


.lien a , .lien a:hover {
	color: #89949c;
}

.ecart {
	padding: 10px 16px 16px 36px;
}

.photo {
	float: left;
	padding: 0 14px 0 0;
}

.vignette {
	padding:1px;
	margin-right:4px;
	background:white;
	border:1px solid #467391;
}

/* Positionnement */
#conteneur {
	position: relative;
	margin: 0 auto;
	width: 978px;
}

#contenu {
	position: relative;
	margin-bottom: 40px;
}

#header {
	width: 978px;
	height: 80px;
}

#gauche {
	float:left;
	width: 660px;
}

#gaucheRecr {
	float:left;
	width: 590px;
}

#centre {
	float: right;
	width: 318px;
}

#centreRecr {
	float: right;
	width: 375px;
}

#footer  {
	clear:both;
	width: 978px;
	height: 18px;
	bottom: 0;
	color: #197bbe;
}

/* contenu header */

.header_gc {
	padding: 8px;
	float: left;
}


.header_filiale {
	padding: 30px 0 0 50px;
	float: left;
}


.header_dt {
	padding: 22px 30px 8px 8px;
	float: right;
	text-align: right;
}


/* contenu bandeau graphique */
#bandeau {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 322px;
	background: #fff url(/industrie/images/bandeau.jpg) no-repeat;  
}

#bandeau2 {
	margin: 0;
	padding: 0;
	width: 978px;
	height: 244px;
	background: #fff url(/industrie/images/bandeau2.jpg) no-repeat;  
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu {
	z-index:100;
	width: 100%; /* précision pour Opera */
}

#menu dl {
	float: left;
	width: 195px;
	filter:alpha(opacity=75);
	-moz-opacity:0.85;
	-khtml-opacity: 0.9;
	opacity: 0.8;
}

#menu dt {
	cursor: pointer;
	margin: 0;
}

#menu dd {
	display: none;
	background-color: #fff;
	filter:alpha(opacity=75);
	-moz-opacity:0.85;
	-khtml-opacity: 0.9;
	opacity: 0.8;
}

#menu li {
	filter:alpha(opacity=75);
	-moz-opacity:0.85;
	-khtml-opacity: 0.9;
	opacity: 0.8;
}

#menu li a, #menu dt a {
	color: #fff;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 1px #08bdf5;
}

#menu li a:hover {
	filter:alpha(opacity=75);
	-moz-opacity:0.85;
	-khtml-opacity: 0.9;
	opacity: 0.8;
}

#anim {
	position: absolute;
	top: 118px;
	left: 587px;
	float: right;
	width: 391px;
	height: 285px;
}

#anim2 {
	position: absolute;
	top: 118px;
	left: 587px;
	float: right;
	width: 391px;
	height: 206px;
}

#titre2 {
	position: absolute;
	top: 296px;
	left: 0px;
	float: left;
	height: 23px;
}

#titre3 {
	position: absolute;
	top: 374px;
	left: 0px;
	float: left;
	height: 23px;
}

#trait {
	position: absolute;
	top: 118px;
	left: 587px;
	float: right;
	width: 391px;
	height: 285px;
	background: transparent url(/industrie/images/trait-menu.gif) no-repeat;
}

#trait2 {
	position: absolute;
	top: 118px;
	left: 587px;
	float: right;
	width: 391px;
	height: 206px;
	background: transparent url(/industrie/images/trait-menu.gif) no-repeat;
}

/* contenu colonne gauche */

.metiers {
	position: relative;
	height: 480px;
}

.metiers2 {
	position: relative;
	height: 330px;
}

.metiers_gc {
	padding-top: 12px;
	width: 302px;
	/*height: 220px;*/
	float: left;
}

.metiers_dt {
	padding-top: 12px;
	width: 302px;
	/*height: 280px;*/
	float: left;
}

.ensavoirplus {
	float: right;
}

.intro {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height: 1.1em;
	color: #197bbe;
	padding-top: 8px;
}

/* contenu colonne centre */

.actualites {
	width: 318px;
	height: 173px;
	background: #fff url(/industrie/images/fondcomm.gif) no-repeat;
	color: #fff;
}

.actualites a, .actualites:hover a {
	color: #fff;
}

.institutionnel {
	padding-top: 12px;
}

/* pied de page */

#footer {
	margin-top: 20px;
}

#footer  a {
	color: #197bbe;
}

.footer_gc {
	padding: 0;
	height: 18px;
	float: left;
}

.footer_dt {
	padding: 0;
	height: 18px;
	float: right;
}

.mentions {
	padding: 0;
	float: left;
	width: 978px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #197bbe;
	text-align: center;
}

/*FIN*/
