/* debut des styles de la page a propos */

#structure_visuel {
	height: 128px;
	background: url(../images/general/fond_header_v3.png) repeat-x;
}

#techno_bandeau {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 128px;
	_height: 104px; 
	padding-top: 24px;
	padding-left: 15px;
	background: url(../images/technologie/bandeau_publications.jpg) no-repeat;
}

#techno_entete {
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 22px;
}

#techno_titre {
	color: #FECB00;
	font-size: 16px;
	padding-left: 10px;
}

/* debut des styles du modele technologie_publications */
.pub_ligne {
	position: relative;
	left: 0px;
	top: 0px;
	width: 908px;
	min-height: 30px;
	_height: 30px;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	background: url(../images/general/fond_texte.png) repeat-x #001D2D;
}

.pub_titre {
	position: relative
	left: 0px;
	top: 0px;
	font-size: 14px;
	color: #009DDF;
	padding: 10px 5px;
}

.pub_auteurs, .pub_info  {
	position: relative
	left: 0px;
	top: 0px;
	font-size: 12px;
	color: #fff;
	padding: 0px 5px;
}

.pub_pdf {
	text-decoration: none;
	padding: 5px;
}

.pub_pdf a {
	color: #009DDF;
	text-decoration: underline;
}

/* fin des styles du modele technologie_publications */

/* fin des styles de le page technologie */

