/* CSS Document */
/*Style de la page d'accueil / Spcifique  la page d'accueil*/


/* LAYOUT */

#left {
	float: left;
	margin-right: 10px;
	width: 160px;
}

#center_home {
	float: left;
	width: 450px;
}

#right {
	float: right;
	width: 210px;
}

#footer {
	background: #EFEFEF url(../images/bg_footer_home.jpg) no-repeat top left;
}

/* OUTILS */

.tools_home a {
	color: #453A2F;
}
ul.tools_home {
	margin-bottom: 20px;
	margin-top: 5px;
}
ul.tools_home li {
	height: 30px;
	padding-left: 40px;
}
ul.tools_home li a {
/*	display: block;
	height: 30px;
	padding-left: 40px;*/
	vertical-align: middle;
	line-height: 250%;
}

li#annuaire { background: url(../images/icone01.jpg) no-repeat left center; }
li#plan-acces { background: url(../images/icone02.jpg) no-repeat left center; }
li#contact { background: url(../images/icone03.jpg) no-repeat left center; }
li#plan-du-site { background: url(../images/icone04.jpg) no-repeat left center; }
li#newsletter { background: url(../images/icone05.jpg) no-repeat left center; }
li#recrutement { background: url(../images/icone06.jpg) no-repeat left center; }
li#documentation { background: url(../images/icone07.jpg) no-repeat left center; }
li#insertionpro { background: url(../images/icone08.jpg) no-repeat left center; }
li#intranet { background: url(../images/icone-ent.jpg) no-repeat left center; font-size: 1.2em; letter-spacing: 1px; }


#actu, #plus_actus {
	background: url(../images/ligne_points_v.jpg) repeat-y top left;
	padding-left: 15px;
	width: 100%;
}
#actu img {
	float: left;
	margin: 0 5px 5px 0;
}
#actu h2 {
	color: #ff6200;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;;
}

#actu p {
	line-height: 130%;
	margin-bottom: 1em;
}
#actu a, #plus_actus a {
	color: #ff6200;
}

#plus_actus h2 {
	background: url(../images/ligne_points_h.jpg) repeat-x bottom left;
	color: #ff6200;
	font-size: 1em;
	padding: 0.5em 0;
}
#plus_actus h2 span.grippe {
	color: #004a6b;
}
#plus_actus img {
	vertical-align: middle;
}
/* Puce page accueil lire la suite */
.lire_suite {
	float: right;
}

#bg_actu, #bg_plus_actus { padding-left: 90px; }
#bg_actu { background: url(../images/icone_actu.jpg) no-repeat left top; }
#bg_plus_actus { background: url(../images/icone_actu_plus.jpg) no-repeat left top; }


#right #encart_formations {
	background: url(../images/bg-anim-formations.jpg) no-repeat top left; 
	color: white;
	height: 125px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#right #encart_formations h2 {
	font-size: 1.2em;
	margin: 0 15px 0 15px;
	padding: 0;
	padding-top: 5px;
}

#right #encart_formations a {
	color: white;
}

#right #encart_formations p {
	margin: 0 15px;
	padding: 0;
}



#right p {
	margin: 0;
}

#right p.logoubp {
	margin-top: 5px;
	text-align: right;
}

/* Compte à rebours Vidéo Campus */
#right #videocampus {
	position: relative;
	background: url(../images/sticker-video-campus.jpg) no-repeat left top;
	height: 60px;
	width: 210px;
 }
#right #videocampus a {
	display:block;
	height: 60px;
	width: 210px;
	text-decoration:none;
}
#right #videocampus a span {
	visibility:hidden;
}
#right #videocampus p {
/*	color: #d8d9da;*/
	color: #E87011;
	display: block;
	position: absolute;
	top:32px;
	left: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}

