﻿/* Feuille de style Phylum.CMS pour le site www.adilva.com par Phylum - SM le 05/10/2007 */
/* Dernière modif SM 08/06/2009 - positionnement des blocs actu et emploi */
/* 
Cette feuille de styles contient tous les éléments de positionnement, couleurs, etc... et ne sera pas visible dans l'éditeur HTML.
*/

/*** COULEURS ***/

/*
	bleu foncé : #024fa9;
	rouge : #e6000a;
    bleu pâle :#e1f5fe;
	blanc : #fff;
	gris-rouge : #e6cacb;
	gris foncé : #5a5a5a;
*/

/*
Taille du bandeau en pixels

accueil : 286 / 1003
interieur : 210 / 1003


Position du menu en pixels

haut - accueil : 76 - 105 = 29
haut - interieur : 66 - 91 = 25
large : 39 - 667 = 628

*/

@import url('skin_styles.css');

#global {
	position:relative;
	background-image:url('../../site_images/ADILVA/FR/pixel000.gif');
	background-color:white;
	border:solid 1px white;
	}

#page {
	position:relative;
	margin-top:285px;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:55px;
	}
	
/*** CONTENU ***/

h1.titre_page {
	display:none;
	}
	
#contenuHTML {
	margin:0;
	padding:0;
	width:100%;
	}

#contenuHTML.edit {
	margin-top:0;
	}
		
p.edit {
	margin-left:5%;
	margin-top:290px;
	width:90%;
	z-index:10;
	}

/* presentation du site */

#titre_presentation {
	position:absolute;
	top:262px;
	left:5%;
	color:#e6000a;
	text-transform:uppercase;
	font-size:1.4em;
	letter-spacing:2px;
	background-image:url('../../site_images/ADILVA/FR/T_PRES.jpg');
	background-repeat:no-repeat;
	background-color:#8dd8ff;
	width:288px;
	height:18px;
	margin-top:0;
	margin-bottom:0;
	z-index:10;
	display:none;
	}
	
#titre_presentation span {
	display:none;
	}
	
#presentation {
	color:#5a5a5a;
	color:#024fa9;
	padding-left:10px;
	margin-right:50%;
	}
	
/* editorial */

#titre_edito {
	margin-top:10px;
	margin-right:50%;
	color:#e6000a;
	color:#024fa9;
	text-transform:uppercase;
	font-size:1.4em;
	letter-spacing:2px;
	border:none;
	}
	
#edito {
	padding-left:10px;
	margin-right:50%;
	color:#5a5a5a;
	border-left:solid 1px #e6cacb;
	border-top:solid 1px #e6cacb;
	}
	
/* offres d'emploi */

#titre_emploi {
	position:absolute;
	top:47%;
	right:0;
	width:45%;
	color:#024fa9;
	background-color:#fff;
	text-transform:uppercase;
	font-size:1.4em;
	letter-spacing:2px;
	z-index:1;
	whitespace:nowrap;
	border-top:dashed 1px #e6000a;
	}
	
#titre_emploi span {
	}
		
#emploi {
	position:absolute;
	top:55%;
	right:0;
	width:45%;
	height:55%;
	overflow:auto;
	z-index:5;
	}

#emploi ul, li {
	list-style-type:none;
   	padding-left:2em;
	padding-top:5px;
	}
	
#emploi li.news_date {
    color: #024fa9;
	}
	
#emploi li.news_txt a, #emploi li.news_txt a:visited {
    color: #024fa9;
    color: #5a5a5a;
	}

#emploi li.news_txt a:hover, #emploi li.news_txt a:active {
	color: #e6000a;
	padding-top:0;
	}

#boutons {
	display:none;
	}
	
#actualites {
	position:absolute;
	top:0;
	right:0;
	padding-top:2px;
	width:45%;
	height:45%;
	overflow:hidden;
	z-index:100;
	}

#recherche {
	top:208px;
	left:68%;
	}

#menu {
	margin-left:39px;
	width:628px;
	margin-top:83px;
	height:29px;
	}

#photo {
	background-image:url('../../site_images/ADILVA/FR/fond000.jpg');
	height:286px;
	}
