﻿/*Menu de navigation partie rh */
#nav_rh, #nav_rh ul {
	list-style: none;
	padding: 0;
	position: relative;
	border-bottom: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
	float: left;
	left: 0px;
: 1px 0;
	margin: 0;
}
#nav_rh a {
	display: block;
	text-decoration: none;
	padding: 5px 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF9900;
	font-family: "Trebuchet MS", helvetica, sans-serif;
	font-size: 0.8em;
	letter-spacing: 0.2em;
	color: ;
	font-weight: bold;
	position: relative;
}

#nav_rh li ul {
	position: absolute;
	left: -999em;
	width: 10px;
	width: 148px;
}
#nav_rh a:hover {
	color: #FFFFFF;
	background: #FF9900;
}

.pied_page {
	font-size:small;
	float:left;
	font-style:italic;
}

/* Indique quelle page est sélectionnée en orange menu écrit en blanc*/
.selec{
	color: #FFFFFF;
	background: #FF9900;
}

/*Indique les autres pages */
.autres{
	color: #FF9900;

}

/*Taille des menus en fonction de l'intitule */
.grand {
	width: 160px;
	position: relative;
	float: left;
}

.petit{
	width: 137px;
	position: relative;
	float: left;

}

/*Lien de la page politique rh*/
a#rh{
	color:#c10b12;
}

/*Photos des témoignages et texte en dessous*/
#photo1{
	position:absolute;
	top:60px;
	left:300px;
}

#photo2 {
	position:absolute;
	top:200px;
	left:100px;
}

#photo3 {
	position:absolute;
	top:200px;
	right:150px;
}

#photo4 {
	position:absolute;
	top:340px;
	left:300px;
}

#desc {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	position:absolute;
	top:250px;
	left:230px;
	width:250px;
}

/*encart lien nouveau recrutement */
#recrutement{
	position:absolute;
	top:145px;
	right:-50px;
	width:226px;
	height:226px;
}

p#pub{
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	top:45px;
	right:20px;
	width:180px;
	color:#423992;
	text-align:center;
}

#corps{
	width: 760px;
	position: relative;
	float: left;
	height:490px;
}

/*Patates politique + les sous-textes correspondant aux descriptions des patates */
#real2{
	background-image:url('../easy/Images/patateverte.gif') ;
	background-repeat:no-repeat;
	position:relative;
	width:280px;
	float:left;
	left:-10px;
	top:0px;
	height:397px;
}

.ss_texte{
	position:absolute;
	float:right;
	top:40px;
	right:10px;
	width:220px;

}

#real3{
	background-image:url('../easy/Images/patatebleue.gif') ;
	background-repeat:no-repeat;
	position:relative;
	width:280px;
	float:left;
	top:0px;
	left:-5px;
	height:390px;
}

.ss_texte2{
	position:absolute;
	float:left;
	top:-2px;
	left:37px;
	width:215px;

}

#real4{
	background-image:url('../easy/Images/patatejaune.gif') ;
	background-repeat:no-repeat;
	position:absolute;
	width:270px;
	right:0px;
	top:370px;
	float:right;
	height:355px;
}

.ss_texte3{
	position:absolute;
	float:left;
	top:10px;
	left:36px;
	width:220px;

}

/*Couleur rouge des liens de la partie politique rh*/
.red{
	color:#C10B12;
}

/*Fin de la CSS*/