html, body {
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.80em;
	background-color: #003366;
} 


/* Masque le logo utilisé pour l'impression */
#logo-print {
	display: none;
}



/********* MENU VERTICAL ***********/

/*Le bloc des menus : placement du conteneur global de gauche */
#menu-vertical {
	position: absolute;
	z-index: 350;
	width: 142px;
	margin: 3px 0 0 0;
	padding: 0;
	background: 0;
}


#menu-vertical ul, #menu-vertical ul li {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}



#menu-vertical ul li {
	font-size: 0.90em;
	font-style: normal;
	font-weight: normal;
}



/* 
Propriétés du menu concernant le placement des rubriques)*/
#menu-vertical ul li a,
#menu-vertical ul li a:hover {
	margin: 0 0 8px 0;
	padding: 5px 0 0 23px;
	width: 142px;
	height: 25px; 
	display: block;
}

/* Le plus petit dénominateur commun */

#menu-vertical ul li a  {
	color: #8099B3;
	text-decoration: none;
	background-repeat: no-repeat;
}


#menu-vertical ul  li a:hover {
	color: White;
}


/***
	Commençons par le premier Item : PRESENTATION
	3 déclarations :

***/

/* 1) Apparence du lien quand c'est la rubrique active */

#menu-vertical ul li.rubrique-active-presentation a {
	background-image: url(images/puces_vertical/presentation_actif.gif);
	background-repeat: no-repeat;
	color: White;
}


/* 2) Apparence du lien quand ce n'est pas la rubrique active */
#menu-vertical ul li.rubrique-presentation a {
	background-image: url(images/puces_vertical/presentation_link.gif);
}


/* 3) Rollover dans les deux cas */

#menu-vertical ul li.rubrique-active-presentation a:hover,
#menu-vertical ul li.rubrique-presentation a:hover   {
	color: White;
	background-image: url(images/puces_vertical/presentation_hover.gif);
}


/* On recommence pour toutes les autres rubriques */


/***
	MEMBRES

***/

/* 1) Apparence du lien quand c'est la rubrique active */

#menu-vertical ul li.rubrique-active-membres a {
	background-image: url(images/puces_vertical/membres_actif.gif);
	background-repeat: no-repeat;
	color: White;
}


/* 2) Apparence du lien quand ce n'est pas la rubrique active */
#menu-vertical ul li.rubrique-membres a {
	background-image: url(images/puces_vertical/membres_link.gif);
}


/* 3) Rollover dans les deux cas */

#menu-vertical ul li.rubrique-active-membres a:hover,
#menu-vertical ul li.rubrique-membres a:hover   {
	color: White;
	background-image: url(images/puces_vertical/membres_hover.gif);
}





/***
	ACTUALITES

***/

#menu-vertical ul li.rubrique-active-actu a {
	background-image: url(images/puces_vertical/actu_actif.gif);
	background-repeat: no-repeat;
	color: White;
}


/* 2) Apparence du lien quand ce n'est pas la rubrique active */
#menu-vertical ul li.rubrique-actu a {
	background-image: url(images/puces_vertical/actu_link.gif);
}


/* 3) Rollover dans les deux cas */

#menu-vertical ul li.rubrique-active-actu a:hover,
#menu-vertical ul li.rubrique-actu a:hover   {
	color: White;
	background-image: url(images/puces_vertical/actu_hover.gif);
}



/***
	RECHERCHE

***/

#menu-vertical ul li.rubrique-active-recherche a {
	background-image: url(images/puces_vertical/recherche_actif.gif);
	background-repeat: no-repeat;
	color: White;
}


/* 2) Apparence du lien quand ce n'est pas la rubrique active */
#menu-vertical ul li.rubrique-recherche a {
	background-image: url(images/puces_vertical/recherche_link.gif);
}


/* 3) Rollover dans les deux cas */

#menu-vertical ul li.rubrique-active-recherche a:hover,
#menu-vertical ul li.rubrique-recherche a:hover   {
	color: White;
	background-image: url(images/puces_vertical/recherche_hover.gif);
}



/***
	APPEL D'OFFRES (OBSOLETE) cette rubrique est devenue "Bourse d'emploi" (voir ci-dessous)

***/

#menu-vertical ul li.rubrique-active-appel_offres a {
	background-image: url(images/puces_vertical/appel_offres_actif.gif);
	background-repeat: no-repeat;
	color: White;
}


/* 2) Apparence du lien quand ce n'est pas la rubrique active */
#menu-vertical ul li.rubrique-appel_offres a {
	background-image: url(images/puces_vertical/appel_offres_link.gif);
}


/* 3) Rollover dans les deux cas */

#menu-vertical ul li.rubrique-active-appel_offres a:hover,
#menu-vertical ul li.rubrique-appel_offres a:hover   {
	color: White;
	background-image: url(images/puces_vertical/appel_offres_hover.gif);
}




/***
	BOURSES D'EMPLOIS

***/

#menu-vertical ul li.rubrique-active-bourse a {
	background-image: url(images/puces_vertical/appel_offres_actif.gif);
	background-repeat: no-repeat;
	color: White;
}


/* 2) Apparence du lien quand ce n'est pas la rubrique active */
#menu-vertical ul li.rubrique-bourse a {
	background-image: url(images/puces_vertical/appel_offres_link.gif);
}


/* 3) Rollover dans les deux cas */

#menu-vertical ul li.rubrique-active-bourse a:hover,
#menu-vertical ul li.rubrique-bourse a:hover   {
	color: White;
	background-image: url(images/puces_vertical/appel_offres_hover.gif);
}







/***
	ACCES MEMBRES

***/

#menu-vertical ul li.rubrique-active-acces_membres a {
	background-image: url(images/puces_vertical/acces_membres_actif.gif);
	background-repeat: no-repeat;
	color: White;
}


/* 2) Apparence du lien quand ce n'est pas la rubrique active */
#menu-vertical ul li.rubrique-acces_membres a {
	background-image: url(images/puces_vertical/acces_membres_link.gif);
}


/* 3) Rollover dans les deux cas */

#menu-vertical ul li.rubrique-active-acces_membres a:hover,
#menu-vertical ul li.rubrique-acces_membres a:hover   {
	color: White;
	background-image: url(images/puces_vertical/acces_membres_hover.gif);
}





/***
	LIENS

***/

#menu-vertical ul li.rubrique-active-liens a {
	background-image: url(images/puces_vertical/liens_actif.gif);
	background-repeat: no-repeat;
	color: White;
}


/* 2) Apparence du lien quand ce n'est pas la rubrique active */
#menu-vertical ul li.rubrique-liens a {
	background-image: url(images/puces_vertical/liens_link.gif);
}


/* 3) Rollover dans les deux cas */

#menu-vertical ul li.rubrique-active-liens a:hover,
#menu-vertical ul li.rubrique-liens a:hover   {
	color: White;
	background-image: url(images/puces_vertical/liens_hover.gif);
}


/***
	CONTACT

***/

#menu-vertical ul li.rubrique-active-contact a {
	background-image: url(images/puces_vertical/contact_actif.gif);
	background-repeat: no-repeat;
	color: White;
}


/* 2) Apparence du lien quand ce n'est pas la rubrique active */
#menu-vertical ul li.rubrique-contact a {
	background-image: url(images/puces_vertical/contact_link.gif);
}


/* 3) Rollover dans les deux cas */

#menu-vertical ul li.rubrique-active-contact a:hover,
#menu-vertical ul li.rubrique-contact a:hover   {
	color: White;
	background-image: url(images/puces_vertical/contact_hover.gif);
}


/***
	PLAN DU SITE

***/


#menu-vertical ul li.rubrique-active-plan a {
	background-image: url(images/puces_vertical/plan_actif.gif);
	background-repeat: no-repeat;
	color: White;
}


/* 2) Apparence du lien quand ce n'est pas la rubrique active */
#menu-vertical ul li.rubrique-plan a {
	background-image: url(images/puces_vertical/plan_link.gif);
}


/* 3) Rollover dans les deux cas */

#menu-vertical ul li.rubrique-active-plan a:hover,
#menu-vertical ul li.rubrique-plan a:hover   {
	color: White;
	background-image: url(images/puces_vertical/plan_hover.gif);
}

#bloc-adresse {
	text-align: left;
	font-size: 0.85em;
	margin: 30px 0 0 0;
	padding: 0 0 0 5px;
}



#bloc-adresse a {
	color: #8099B3;
	cursor: default;
	text-decoration: none;	
	display: block;
}

#bloc-adresse a:hover {
	color: white;
	cursor: default;
}


/************FIN DU MENU VERTICAL***********/




/************ZONE DE CONTENU HOME PAGE****************/

/*Placement du conteneur global de zone de droite (indépendante du menu)*/
#conteneur-droite {
	position: absolute;
	margin: 0 0 0 143px;
	padding: 10px 20px 20px 40px;
	width: 624px;
	background-image: url(images/grande_bordure_bleue.gif);
	background-repeat: repeat-y;
}

/* Pour imposer que la hauteur minimale soit égale à celle de l'écran (à cause de la bordure bleue) */

#conteneur-droite {
	height: 100%;
}

html>body #conteneur-droite {
	height: auto;
	min-height: 100%;
} 

/*Bienvenue...*/
#accroche, #accroche-standard {
	font-size: 1.85em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}


#accroche {
	width: 270px;
	float: left;
}

#accroche-standard {
	width: 603px;
	margin-left: 80px;
}

/* les petits caractères*/
#accroche small, #accroche-standard small {
	font-size: 0.70em;
}
/* le retrait */
blockquote {
	margin: 0 0 0 70px;
	padding: 0;
}

/* Le texte défilant*/
#defil {
	float: left;
	margin: 10px 0 0 65px;
	width: 266px;
	height: 32px;
}

/* ... */
#anim-flash {
	clear: left;
	margin: 0;
	padding: 18px 0 0 0;
	width: 603px;
	height: 133px;
}



/* le conteneur suivant : on place l'image de fond */
#conteneur-detail {
	width: 603px;
	margin: 10px 0 0 0;
	padding: 0;
	background-image: url(images/logo_background.gif);
	background-repeat: no-repeat;	
	height: 310px;
}

	
/*Pour imposer hauteur minimale sur IE */
html>body #conteneur-detail {
height: auto;
min-height: 310px;
} 


/* la phrase située sous l'animation flash */
#slogan {
	/*clear: left;*/
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;
	padding:25px 0 0 0;
	margin: 0;
}


/* le conteneur de gauche */
#video {
	background-image: url(images/icones_video.gif);
	background-repeat: no-repeat;
	padding: 40px 0 0 0;
	border: 0;
	margin: 20px 0 0 20px;
	width: 100px;
	text-align: center;
	float: left;
}


/* La zone centrale qui vient en surimpression sur le logo de fond */

#cartouche-centre {
	color: white;
	margin: 0px 15px 10px 55px;
	padding:0;
	width: 250px;
	float: left;
}


#conteneur-detail #cartouche-centre h1, #conteneur-detail h1{
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding:0;
}

#conteneur-detail #cartouche-centre h1 {
	text-align: center;
	margin: 0 0 10px 0;
}

#conteneur-detail h1.liens {
	font-size: 1.20em;
	text-align: left;
	margin: 20px 0 10px 0;
}

#conteneur-detail h2.liens {
	font-size: 0.90em;
	font-weight: bold;
	margin: 8px 0 0 15px;
	padding: 0;
}

#conteneur-detail #cartouche-centre p {
	font-weight: normal;
	text-align: center;
	margin: 0 0 15px 0;
	padding:0;
}


#conteneur-detail #cartouche-droite {
	margin: 0px 0 0 0;
	padding:5px;
	width: 90px;
	float: right;
	text-align: center;
}


#video, #cartouche-droite {
	font-size: 0.85em;
}

#cartouche-droite img {
	margin-top: 10px;
}




/* légende de photo */
.legende {
	font-style: italic;
	text-align: justify;
	width: 80%;
}

/* pour placer un texte centré au début de page: par exemple sur la page contact
ou pour l'organifgramme : 2 largeur
*/

.chapo,.chapo-grand {
	text-align: center;
	margin: 15px 0 20px 0;
	padding: 0;
}

.chapo{
	width: 75%;
}

.chapo-grand {
	width: 100%;
}

.chapo-grand p {
	font-size: 1.6em;
	margin: 15px;
	padding: 0;
}



.spacer {
	clear:both;
}

/* Placement des deux colonnes */
#colgauche, #coldroite {
	margin: 15px 0 0 0;
	width: 275px;
	text-align: justify;
}

#colgauchedetails {
	margin: 15px 0 0 0;
	width: 600px;
	text-align: justify;
}

#coldroite {
	margin-top: 25px;
}

#colgauche, #colgauchedetails {
	clear: both;
	float: left;
	padding: 0;
}


#coldroite {
	float: right;
	padding: 0 5px 5px 5px;
	background-color: #315A83;
}


#colgauche h1, #coldroite h1, #colgauchedetails h1 {
	font-size: 1.3em;
	color: #FDF4E6;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
}




#colgauche p, #coldroite p, #colgauchedetails p {
	margin: 0 0 5px 0;
	padding:0;
}


#colgauche img, #coldroite img {
	margin: 5px 0 0 0;
	padding:0;
}



/* la zone des logos */

#logos {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	padding: 20px 0 10px 15px;
	text-align: left;
	width: 432px;
	font-size: 0.95em;
}

#logos img {
	float: left;
	margin-right: 15px;
}

#liste-partenaires {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0 0 0;
	width: 500px;
	font-size: 0.95em;
	text-align: center;
}



/*Les liens sur diverses zones de texte  */
a.retour,
#video a, 
#cartouche-droite a, 
#colgauche a, 
#coldroite a,
#colgauchedetails a,
td.sigle a, 
#conteneur-detail h2.liens a,
#conteneur-detail h1.liens a,
table.liste-realisation td a {
	color: #DCDCDC;
	font-weight: bold;
	text-decoration: none;
}

#colgauche a, 
#coldroite a, #colgauchedetails a {
	font-style: italic;
}
a.retour:hover,
#video a:hover,
#cartouche-droite a:hover, 
#colgauche a:hover,
#colgauchedetails a:hover, 
#coldroite a:hover,
td.sigle a:hover,
#conteneur-detail h2.liens a:hover,
#conteneur-detail h1.liens a:hover,
table.liste-realisation td a:hover  {
	color: #FAFAD2;
}

table.liste-realisation td a img,
#cartouche-droite a img  {
	border: 2px solid #DCDCDC;
} 

table.liste-realisation td a:hover img,
#cartouche-droite a:hover img {
	border: 2px solid #FAFAD2;
}

/*pour les liens (sur images notamment) sans bordure */

.sansbordure {
	border: 0;
}


/*le  tableau des réalisations */

table.liste-realisation, table {
	border-collapse: collapse;
	border-spacing:0;
}

table.liste-realisation {
	width: 100%;
	margin: 15px 0 0 0;
	padding: 0;
}

table.liste-realisation th {
	background-color: #5C6874;
	border: 1px solid #7A8896;
	color: Silver;
	text-align: left;
	width: 25%;
	padding: 8px;
}


table.liste-realisation td {
	height: 90px;
	vertical-align: top;
	margin: 0;
	padding: 8px;
	border: 0;
}



/* le tableau entreprise */


tr.altern0 {
	background-color: #315A83;
	border: 0;
}

tr.altern1 {
	background-color: #264E76;
	border: 0;
} 

td.logo-picto, 
td.sigle, 
td.activite {
	height: 33px;
	vertical-align: middle;
	margin: 0;
	border: 0;
}

td.logo-picto, 
td.sigle, 
td.activite {
	padding: 0;
}

td.logo-picto {
	width: 38px;
	background-color: #003366;
}


td.sigle {
	width: 200px;
	text-transform: uppercase;
	padding: 2px 2px 0 10px;
}

td.activite {
	width: 350px;	
}


/* les statuts */

h1.statuts {
	padding-top: 25px;
}

h2.statuts {
	font-size: 0.95em;
	margin: 20px 0 10px 0;
	padding: 0;
}

p.statuts {
	width: 75%;
	text-align: justify;
}

/* Pour des listes avec justif courte et justifiées */
.courte-justif {
	width: 75%;
	margin: 15px 0 0 0;
	text-align: justify;
}




