/* CSS Document pour home UNETP */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 0.8em;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #000000;
}

img {
	border: 0 none;
}

/*******************************************/ /********** Colonne de gauche *************/ /*****************************************/
#gauche {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	height: 720px;
	width: 264px;
	background-image: url(../images/bordGvert.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/** Logo **/
#logo {
	width: 191px;
	height: 201px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	/*top: 36px;
	left: 26px;*/
	top: 40px;
	left: 30px;
}

/** Boutons Annuaire et Bourse **/
#listeAB {
	position: absolute;
	top: 292px;
	left: 14px;
	width: 226px;
	height: 139px;
}

a#annuaire {
	width: 171px;
	height: 41px;
	background-image: url(../images/annuaire.gif);
	background-repeat: no-repeat;
	float: left;
	margin: 0 0 0 53px;
}

a#bourse {
	width: 210px;
	height: 60px;
	background-image: url(../images/bourse.gif);
	background-repeat: no-repeat;
	float: left;
	clear: left;
	margin: 20px 0 0 0;
}

/** bloc o� seront charg�es les photos **/
#imageBas {
	width: 262px;
	height: 248px;
	background-image: url(../images/photoBas.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 489px;
	left: 0px;
}

/************************************************/ /************* Partie centrale *****************/ /**********************************************/
#centre {
	position: absolute;
	top: 18px;
	left: 264px;
	background-image: url(../images/fond1.gif);
	background-repeat: no-repeat;
	width: 726px;
	height: 615px;
}

/**** Bloc mentions l�gales cr�dit recheche ****/
#mentions {
	margin: 35px 0 0 30px;
	padding: 0;
	/*font-size: 0.7em;*/
}

#mentions p {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#mentions a {
	color: #005B52;
}

#form {
	position: relative;
	display: inline;
	float: right;
	margin: 0 15px 0 0;
	padding: 0;
	float: right;
}

input {
	background-color: #016E64 !important;
	background-image: none; /** pour neutraliser Plone **/
	color: #FFFFFF;
	border: 0 none;
	font-size: 0.9em;
	margin: 0 0 0 10px;
	padding: 2px 3px 2px 3px;
}

h1 {
	border: 0 none;
}

/******* Actualit�s ********/
#actu {
	margin: 0 0 0 34px;
	padding: 20px 0 0 0;
}

#actu h1 {
	margin: 0;
	padding: 10px 0 0 0;
	width: 211px;
	height: 50px;
	background-image: url(../images/actu.gif);
	background-repeat: no-repeat;
}

#actu1,#actu2 {
	position: relative;
	float: left;
	width: 270px;
	height: auto;
	margin: 0;
}

#actu1 {
	margin: 0;
	padding: 0 0 0 10px;
}

#actu2 {
	margin: 0;
	padding: 0 0 0 15px;
}

#actu h5 {
	margin: 0px 0 0 0;
	padding: 0;
	font-size: 1em;
}

#actu p.actuP {
	margin: 0;
	padding: 0;
}

#actu1 .actuDiv {
	border-right: 1px dotted #000000;
	padding: 0 20px 0 0;
}

h5 {
	clear: left;
	float: left;
}

.sdate {
	float: right;
	font-size: 0.85em;
	padding: 0 3px 0 8px;
}

.actuDiv {
	clear: left;
}

.date {
	margin: 0;
	padding: 0;
	text-align: right;
	font-weight: normal;
	font-size: 0.85em;
}

.lireSuite {
	margin: 0;
	background-image: url(../images/puceTriMarron.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding: 0 0 0 15px;
	font-size: 0.85em;
	float: right;
}

#actu a.lireSuite { /* color: #4D410A; */
	color: #005B52;
	text-decoration: underline;
}

#actu a.lireSuite:hover,#actu a.lireSuite:visited { /* color: #4D410A; */
	color: #000000;
	text-decoration: underline;
}

/**** Div milieu : explic + flash ****/
#milieu {
	position: relative;
	clear: left;
	margin: 0;
	padding: 20px 0 0 0;
}

/**** Div "explic" : Qui sommes-nous et Secteur technique et professionnel ****/
#explic {
	position: relative;
	float: left;
	width: 355px;
	margin: 0;
	padding: 0;
	height: auto;
}

#qui h1 {
	width: 297px;
	height: 19px;
	background-image: url(../images/qui.gif);
	background-repeat: no-repeat;
	margin: 20px 0 0 -19px;
	padding: 0;
}

#secteur h1 {
	width: 360px;
	height: 52px;
	background-image: url(../images/secteur.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 -21px;
	padding: 0;
}

#codeefor h1 {
	width: 293px;
	height: 50px;
	background-image: url(../images/codeefor-home.png);
	background-repeat: no-repeat;
	margin: 0 0 0 -21px;
	padding: 0;
}

#explic p {
	width: 280px;
	height: 75px;
	margin: 10px 0 10px 50px;
	padding: 0;
	font-size: 0.9em;
}

#explic a {
	color: #000000;
	text-decoration: none;
	margin: 0;
	padding: 0 5px 0 3px;
}

#explic a:hover {
	color: #000000;
	text-decoration: underline;
}

#explic  #secteur p {
	width: 270px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#explic  #codeefor p {
	width: 450px;
	margin-top: 1em !important;
	margin-bottom: 0px !important;
}

#explic  #codeefor {
	margin-top: 0px !important;
	padding-top: 0px !important;
}

#explic .puceLien {
	margin: 0;
	padding: 0;
	background-image: url(../images/puceRectVert.gif);
	background-repeat: no-repeat;
	background-position: 0% 69%;
}

/****** Bloc du flash ******/
#flash {
	position: relative;
	float: left;
	margin: 0;
	padding: 7px 0 0 20px; /** au lieu de 21 **/
}

/***** Pied *****/
#partenaire {
	width: 173px;
	position: absolute;
	top: 537px; /** au lieu de 545 **/
	left: 533px;
    padding-left: 8px !important;
    padding-right: 20px !important;
    padding-top: 10px !important;
    text-align: center;
	background-image: url(../images/asp2.gif);
	background-repeat: no-repeat;
	background-position: 0px 30px;
}

#partenaire  img {
	padding: 50px;
	padding-top: 20px;
}

#partenaire h4 {
	font-size: 0.85em;
	margin: 0;
	padding: 0 0 5px 5px;
}

#partenaire a:hover {
	text-decoration: none;
}

#menuBas {
	width: 742px;
	height: 48px;
	position: absolute;
	top: 700px;
	left: -7px;
}

#menuBas a {
	position: relative;
	float: left;
}

#menuBas .carres {
	position: relative;
	float: left;
}

#carres1 {
	background-image: url(../images/carres1.gif);
	background-repeat: no-repeat;
	width: 91px;
	height: 48px;
}

#carres2 {
	background-image: url(../images/carres2.gif);
	background-repeat: no-repeat;
	width: 12px;
	height: 48px;
}

#carres3 {
	background-image: url(../images/carres3.gif);
	background-repeat: no-repeat;
	width: 61px;
	height: 48px;
}

#carres4 {
	background-image: url(../images/carres4.gif);
	background-repeat: no-repeat;
	width: 331px;
	height: 48px;
}

a#contact {
	background-image: url(../images/homeContact.gif);
	background-repeat: no-repeat;
	width: 60px;
	height: 48px;
}

a#contact :hover {
	background-image: url(../images/homeContactH.gif);
}

a#adherents {
	background-image: url(../images/homeAdherents.gif);
	background-repeat: no-repeat;
	width: 108px;
	height: 48px;
}

a#adherents :hover {
	background-image: url(../images/homeAdherentsH.gif);
}

a#partenaires {
	background-image: url(../images/homePartenaires.gif);
	background-repeat: no-repeat;
	width: 78px;
	height: 48px;
}

a#partenaires :hover {
	background-image: url(../images/homePartenairesH.gif);
}

#portlet-login {
	
}

.input-login {
	background-color: white !important;
	border: 1px solid #08BBAB !important;
	color: #08BBAB !important;
	margin: 0 0 0 10px !important;
}

.field {
	display: inline;
	float: left;
}

.submit-input {
	cursor: pointer;
	width:84px;
	height:20px;
	background:url("../images/se-connecter.gif") 0 0 no-repeat;
	color: black;
	font-size: 0.9 em !important;
	margin: 0 !important;
}