/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	font-family: , "Lucida Grande", Verdana, Arial, sans-serif;
	background-repeat: no-repeat;
	background: #e2de1f;
	margin: 0;
	text-align: center;
	font-size: 1.2em;
	color: #333;
}

img, table { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	text-align: left;
	width: 868px;
	background-color: white;

	margin-left: auto;
	margin-right: auto;
}

#conteneur { position: relative; background-color: white; width: 100%; }

#conteneur #contenu {
	padding-right: 40px;
	padding-left: 20px;
	width: 580px;
	background-image: url(images/coni_contenu.jpg);
	background-repeat: no-repeat;
	float: left;
}

#conteneur #navigation {
	float: right;
	width: 12em;
	text-align: left;
}

/* Blocs du contenu (c-a-d. la colonne principale) */
#contenu .contre-encart {
	float: left;
	width: 21em;
}

#contenu .encart {
	float: right;
	width: 11em;
	margin: 0;
	margin-bottom: 1em;
}

/* Entete */
#entete {
	min-height: 171px;
	width: 100%; }
#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.5em; }
#entete a { color: #ff7d50; text-decoration: none; }
#entete .formulaire_recherche { float: right; }

/* Fil d'Ariane */
#hierarchie {
	margin-bottom: 40px;
	margin-top: 60px;
	color: #ff9639;
	clear: both;
	font-size: .55em; }

/* Pied de page */
#pied {
	font-size: 12px;
	min-height: 47px;
	background-position: left;
	background-color: #dad932;
	background-repeat: no-repeat;
	background-image: url(images/pied_fond.jpg);
	clear: both;
	width: 868px;
	text-align: center; }
#pied small { background-color: #dad932; font-size: 0.77em; }
#pied img { background-color: #dad932; vertical-align: bottom; }

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }




/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */

/* Typo pour les menus et la navigation */
body, #navigation, .encart, .formulaire_spip {
	background-position: center 0px;
	background-repeat: no-repeat;
	background-image: url(images/fond_haut.jpg);
	font-family: Verdana, Tahoma, Arial, sans-serif; }

/* Typo pour le contenu */
#contenu {
	float: left;
	font-family: "Trebuchet MS", Helvetica, sans-serif; }

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family: Georgia, Times, serif; }


/*  ------------------------------------------
/*  Habillage des menus et de la navigation
/*  ------------------------------------------ */

/*  Habillage general des menus de navigation
---------------------------------------------- */
.rubriques, .breves, .syndic, .forums, .divers {
	min-width: 10em;
	border: 1px solid #CCC;
	margin-bottom: 1em;
	font-size: 0.77em;
}

.menu-titre {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #CCC;
	text-align: left;
	font-weight: bold;
}

#navigation p, .encart p { margin: 0; padding: 0.2em 0.7em; text-align: left;  }
#navigation ul, .encart ul { margin: 0; padding: 0.2em 0; text-align: left; list-style: none; }
#navigation li, .encart li { margin: 0; padding: 0 0.7em; }

/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
.rubriques { background: #EAFFEA;}
.rubriques .menu-titre { background: #F2FFF2; }

.breves { background: #FFEAEA; }
.breves .menu-titre { background: #FFF2F2; }

.syndic { background: #E8F8F8; }
.syndic .menu-titre { background: #F0FCFC; }

.forums { background: #EAEAFF; }
.forums .menu-titre { background: #F2F2FF; }

.divers { background: #F8F8E8; }
.divers .menu-titre { background: #FCFCF0; }

/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { margin-bottom: 2em; }

.cartouche .titre {
	font-size: 1.27em;
	font-weight: bold;
	color: #000; }
#contenu .surtitre, #contenu .soustitre { font-size: 0.82em; }

.cartouche .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px; }

.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche small { font-size: 0.71em; }

.cartouche .traductions { font-size: 0.71em; }
.cartouche .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo2 {
	margin-top: 15px;
	font-size: 14px;
	margin-left: 70px;
	color: #f2a21a;
	font-family: sans-serif; }

.chapo {
	margin-top: 15px;
	font-size: 14px;
	margin-left: 70px;
	color: #f2a21a;
	font-family: sans-serif;
	margin-bottom: 1.5em; }

.chapo a {
	font-size: 14px;
	color: #f27e16;
	font-family: sans-serif; }

a.chapo2 {
	font-size: 14px;
	color: #f27e16;
	font-family: sans-serif; }

a.chapo2:visited {
	font-size: 17px;
	color: #f27e16;
	font-family: sans-serif; }

a.chapo2:link {
	font-size: 16px;
	color: #f27e16;
	font-family: sans-serif; }

.chapo a.hover {
	font-size: 14px;
	color: #bf380e;
	font-family: sans-serif; }

a.chapo2:hover {
	font-size: 16px;
	color: #bf380e;
	font-family: sans-serif; }

.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 0.82em;
	font-weight: bold; }

.texte { color: #000; font-size: 10px; }

.ps, .notes {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
.ps { font-size: 0.82em; }
.notes { clear: both; font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }

#document_actif { margin-top: 1em; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
#documents_joints ul { margin: 0; padding: 0; list-style: none; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre {}
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles ul { margin: 0; padding: 0; list-style: none; }
.liste-articles li { margin-bottom: 1em; clear: both; }

.liste-articles li .titre {
	font-size: 1.03em;
	font-weight: bold; }

.liste-articles li .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: right; }

.liste-articles li p { margin: 0; padding: 0; }

.liste-articles li .enclosures {
	float: right;
	text-align: left;
	max-width: 60%;
	margin: 0; }

.liste-articles li small {
	display: block;
	font-size: 0.71em; }

.liste-articles li .texte {
	margin-top: 5px;
	margin-bottom: 2em;
	border: 1px solid #CCC;
	padding: 0.9em;
	font-size: 0.82em;
	line-height: 1.4em; }

.pagination { font-size: 0.90em; }

/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */

.page_plan .cartouche { display: none; }

.page_plan #contenu h2 {
	color: #cf2824;
	font-size: 14px;
	clear: both;
	font-weight: bold;
	text-align: left; }

.page_plan #contenu .contre-encart ul {
	font-size: 12px;
	display: block;
	clear: left;
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0; }
.page_plan #contenu .contre-encart li {}

/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */

.formulaire_spip { text-align: left; font-size: 0.77em; }
.formulaire_spip p { margin: 0.5em 0; padding: 0; }

.formulaire_spip fieldset {}
.formulaire_spip legend {}

.formulaire_spip label {}
.formulaire_spip .forml { width: 99%; font-family: inherit; font-size: inherit; }

/* Boutons */
.spip_bouton { text-align: left; }
.spip_bouton input { float: right; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #e86519; }
fieldset.reponse_formulaire { border-color: #e86519; font-weight: normal; }

/* Previsualisation du message */
fieldset.previsu { padding: 1em; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 12em; }
.formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }

/* Choix des mots-clefs */
ul.choix_mots { float: left; width: 47%; margin: 0; padding: 0; list-style: none; } 
ul.choix_mots label { display: inline; }

/* Formulaire de recherche */
.formulaire_recherche { width: 12em; text-align: left; }
.formulaire_recherche label { display: none; }

/*  ------------------------------------------
/*  Habillage des forums
/*  ------------------------------------------ */

.forum-repondre, .forum-decompte {
	clear: both;
	margin-top: 2.5em;
	padding-top: 2px;
	border-top: 2px solid #CCC;
	font-size: 0.88em;
	font-weight: bold; }

/* * Habillage des forums */
ul.forum { display: block; clear: both; margin: 0; padding: 0; }
ul.forum, ul.forum ul { list-style: none; }
.forum-fil { margin-top: 1.5em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #333; }
.forum-chapo small {}
.forum-texte { margin: 0; padding: 0.5em 1em 0 1em; color: #333; font-size: 0.82em; }
.forum-texte .forum-lien {}
.forum-texte .forum-repondre-message { margin: 0; padding: 1px 0; text-align: left; }

/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum-message { border: 1px solid #666; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .forum-message { border: 1px solid #A4A4A4; }
ul ul ul .forum-message { border: 1px solid #B8B8B8; }
ul ul ul ul .forum-message { border: 1px solid #CCC; }
ul ul ul ul ul .forum-message { border: 1px solid #E0E0E0; }
ul ul ul ul ul ul .forum-message { border: 1px dotted #E0E0E0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: none; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; font-size: 0.88em; background: #C4E0E0; }
ul ul .forum-chapo { background: #D4E8E8; }
ul ul ul .forum-chapo { background: #E4F0F0; }
ul ul ul ul .forum-chapo { background: #F4F8F8; border-bottom: 1px dotted #E0E0E0; }
ul ul ul ul ul .forum-chapo { background: #FFF; }

/*  ------------------------------------------
/*  Habillage des petitions
/*  ------------------------------------------ */

#signatures { clear: both; font-size: 0.77em; }

#signatures h2 {
	padding: 0.5em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold; }

#signatures table { width: 100%; margin: 1em 0; }
#signatures thead { display: none; } /* On n'affiche pas les titres du tableau */

#signatures td.signature-date {
	background: #E4F0F0;
	padding: 0.5em;
	white-space: nowrap; }

#signatures td.signature-nom {
	background: #ECF4F4;
	padding: 0.2em;
	text-align: center;
	font-weight: bold; }

#signatures td.signature-message {
	background: #F4F8F8;
	padding: 0.4em;
	font-size: 0.96em; }

/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #dd2b15; }
a:hover { color: #ffad2d; }
.header_left { float: left; height: 171px; width: 867px; background-image: url(images/fond_logo.jpg); }
.header_right { float: left; background-position: left; background-repeat: no-repeat; width: 671px; height: 171px; background-image: url(images/fond_logo.jpg); }
.bord_haut_droite { min-width: 19px; height: 171px; background-repeat: no-repeat; float: left; width: 19px; background-image: url(images/bord_haut_droite.jpg); }
.bord_m_droite { min-height: 400px; min-width: 19px; background-repeat: repeat-y; float: right; width: 19px; background-image: url(images/bord_m_droite.jpg); }
.menu { text-align: right; border-width: 0px; position: relative; min-height: 750px; display: table-cell; background-position: 0 top; height: 100%; background-repeat: repeat-y; width: 196px; background-image: url(images/sous_menu.jpg); background-color: #f1eab0; float: left; }
.haut_col_gauche_body { height: 47px; width: 196px; background-image: url(images/haut_col_gauche_body.jpg); background-repeat: no-repeat; }
a.bout_qui_sommes_nous { height: 39px; width: 196px; background-image: url(images/bout_qui_sommes_nous_1.jpg); }
a.bout_qui_sommes_nous:hover { height: 39px; width: 196px; background-image: url(images/bout_qui_sommes_nous_2.jpg); }
.bout_qui_sommes_nous { height: 39px; width: 196px; background-image: url(images/bout_qui_sommes_nous_1.jpg); }
.bout_qui_sommes_nous_on { height: 39px; width: 196px; background-image: url(images/bout_qui_sommes_nous_2.jpg); }
.bout_nos_metiers { height: 39px; width: 196px; }
.bout_nos_metiers_on { height: 39px; width: 196px; background-image: url(images/bout_nos_metiers_2.jpg); }
a.bout_nos_metiers { height: 39px; width: 196px; background-image: url(images/bout_nos_metiers_1.jpg); }
a.bout_nos_metiers:hover { height: 39px; width: 196px; background-image: url(images/bout_nos_metiers_2.jpg); }
.bout_nos_domaines { background-repeat: no-repeat; height: 51px; width: 196px; }
.bout_actu { background-image: url(images/bout_actus_1.jpg); background-repeat: no-repeat; height: 47px; width: 196px; }
a.bout_actu { background-image: url(images/bout_actus_1.jpg); background-repeat: no-repeat; height: 47px; width: 196px; }
.bout_actu_on { background-image: url(images/bout_actus_2.jpg); background-repeat: no-repeat; height: 47px; width: 196px; }
a.bout_actu:hover { background-image: url(images/bout_actus_2.jpg); background-repeat: no-repeat; height: 47px; width: 196px; }
.bout_nos_domaines_on { background-repeat: no-repeat; height: 51px; width: 196px; background-image: url(images/bout_nos_domaines_2.jpg); }
a.bout_nos_domaines { background-repeat: no-repeat; height: 51px; width: 196px; background-image: url(images/bout_nos_domaines_1.jpg); }
a.bout_nos_domaines:link { background-repeat: no-repeat; height: 51px; width: 196px; background-image: url(images/bout_nos_domaines_1.jpg); }
a.bout_nos_domaines:hover { background-repeat: no-repeat; height: 51px; width: 196px; background-image: url(images/bout_nos_domaines_2.jpg); }
#bout_nos_offres { background-repeat: no-repeat; height: 37px; width: 196px; background-image: url(images/bout_offres_1.jpg); }
#bout_nos_offres_on { background-repeat: no-repeat; height: 37px; width: 196px; background-image: url(images/bout_offres_1.jpg); }
a.bout_nos_offres { background-repeat: no-repeat; height: 37px; width: 196px; background-image: url(images/bout_offres_1.jpg); }
a.bout_nos_offres_on { background-repeat: no-repeat; height: 37px; width: 196px; background-image: url(images/bout_offres_2.jpg); }
a.bout_nos_offres:hover { background-repeat: no-repeat; height: 37px; width: 196px; background-image: url(images/bout_offres_2.jpg); }
a.bout_contact:hover { list-style-position: inside; display: block; background-repeat: no-repeat; height: 110px; width: 196px; background-image: url(images/bout_contact_1.jpg); }
.bout_contact { list-style-position: inside; display: block; background-repeat: no-repeat; height: 110px; width: 196px; background-image: url(images/bout_contact_1.jpg); }
.cherchez { list-style-position: inside; display: block; background-repeat: no-repeat; height: 110px; width: 196px; background-image: url(images/cherchez.jpg);}


                                                                    
                                                     

                                                                  
                                                           
                                                          
                                                                  
                             
                                                                      
.sous_logo {background-repeat: no-repeat; height: 47px; width: 196px; background-image: url(images/haut_col_gauche_body.jpg);}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout4.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
display: block;
text-align: right;
float: left;
z-index:1000;
height: 750px;
margin:0px 0px 0px 0px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
text-align: right;
padding:0;
margin:0;
list-style-type:none;
width: 196px;
height:182px;
position:relative;

}

.menu li {
text-align: right;
background:transparent;

}

* html .menu li {text-align: right; height: 30px; margin-left:-16px; margin-lef\t:0;}
/* get rid of the table */
.menu table {text-align: right; position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; width:0; height:0;}

/* style the links */
.menu a, .menu a:visited {
text-align: right;
line-height: 17px;
display:block; 
text-decoration:none;
position:relative;
width: 196px;

text-indent:5px;

}
/* style the link hover */
* html .menu a:hover {text-align: right; color: #482117; background:transparent;}

.menu :hover > a {
text-align: right;
color: #491702; 

}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
text-align: right;
padding-top: 20px;
visibility:hidden;
position:absolute;
top:-5px;
left:196px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
text-align: right;
visibility:visible;
height: 250px;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
text-align: right;
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
height: 250px;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
height:235px;
}
.menu li { border-width: 0px; text-align: right; font-size: 12px; float:left;}

.menu li ul li { text-align: right; color: #ff8e2c; background-position: 0 bottom; background-repeat: repeat-x; background-image: url(images/degrad_bout.jpg); border-color: #dbc7c9; text-decoration: none; text-transform: none; word-wrap: normal; padding: 5px; border-width: 1px; border-style: solid; min-height: 25px; font-size: 12px; background-color: white; float:left;}

.menu li ul li:hover { text-align: right; color: #ff8e2c; background-position: 0 bottom; background-repeat: repeat-x; background-image: url(images/degrad_bout.jpg); border-color: #dbc7c9; text-decoration: none; text-transform: none; word-wrap: normal; padding: 5px; border-width: 1px; border-style: solid; min-height: 25px; font-size: 12px; background-color: white; float:left;}

.menu li:hover {  font-size: 12px; color: #f8852f; background-color: #ff6134; float:left;}

.menu ul.top2 {top: 25px;}
.menu ul.top3 {top: 65px;}
.menu ul.top4 {top: 170px;}
.menu ul.top5 {top:103px;}
.menu ul.top6 {top:129px;}
.menu ul.top7 {top:155px;}

.bord_m_droite { min-height: 700px; height: auto; width: 19px; background-repeat: repeat-y; background-image: url(images/bord_m_droite.jpg); }
.bord_m_bas { min-height: 700px; height: auto; background-position: 0 bottom; width: 19px; background-repeat: no-repeat; background-image: url(images/bord_m_bas.jpg); }
.texte_article { text-align: left; margin-bottom: 50px; font-size: 13px; font-family: sans-serif; }
.texte_article { text-align: left; margin-bottom: 50px; font-size: 13px; font-family: sans-serif; }
.titre_article { text-align: left; color: #ce2824; font-size: 14px; font-weight: bold; font-family: sans-serif; }
.titre_article2 { text-align: left; color: #ce2824; font-size: 14px; font-weight: bold; font-family: sans-serif; }
.texte_actu { margin-bottom: 0px; text-align: left; color: #280707; font-size: 13px; font-family: sans-serif; }
a.titre_article { color: #ce2824; font-size: 14px; font-weight: bold; font-family: sans-serif; }
 a.titre_article:hover { text-align: left; color: #ce2824; font-size: 14px; font-weight: bold; font-family: sans-serif; }
 .bout_acc_comm { height: 70px; width: 334px; background-repeat: no-repeat; background-image: url(images/bout_acc_comm.jpg); }
 .bout_acc_RH { height: 49px; width: 334px; background-repeat: no-repeat; background-image: url(images/bout_acc_RH.jpg); }
 .bout_acc_profis { height: 60px; width: 334px; background-repeat: no-repeat; background-image: url(images/bout_acc_profis.jpg); }
 .bout_acc_commer { height: 60px; width: 334px; background-repeat: no-repeat; background-image: url(images/bout_acc_commer.jpg); }
 .mainboussole { float: right; height: 134px; width: 141px; background-repeat: no-repeat; background-image: url(images/main_boussole.jpg); }
 .recherch_projets_pro { float: left; height: 103px; width: 330px; background-image: url(images/recherch_projets_pro.jpg); background-repeat: no-repeat; }
 .liste_metiers { color: #d32924; line-height: 25px; font-size: 17px; font-family: sans-serif; }
 a.liste_metiers { color: #d32924; line-height: 25px; font-size: 17px; font-family: sans-serif; }
 .liste_metiers li { list-style-image: url(iamges/fleche.jpg); color: #d32924; line-height: 25px; font-size: 17px; font-family: sans-serif; }
 .tab_contact { padding-top: 0px; margin-top: 0px; font-size: 12px; font-family: sans-serif; }
 #flashcontent { width: 867px; height: 171px; margin: 0px; padding: 0px; float: left; }
 #pageCommande { margin-left: 30px; margin-bottom: 10px; margin-right: 10px; margin-top: 10px; padding: 10px; text-align: left; line-height: 12px; font-size: 13px; font-family: sans-serif; }
 #td-droite { min-width: 15px; }
 .tabContacTexte { line-height: 10px; }
 .baseLine { margin-left: 30px; }
 .adresse{
 	float: left;
 	padding-left: 20px;
 	font-size: 10px;
	font-family: sans-serif;
	margin-left: 20px;

}
 .adresse2{
 	width: 100px;
 	float: left;
 	padding-left: 20px;
 	font-size: 10px;
	font-family: sans-serif;
	text-align: right;
	margin-left: 20px;

}
 .asous_menu{
	margin-bottom: 3px;
	margin-top: 3px;
	color: #7e7e7e;
	text-align: right;
}
 a.asous_menu{
	font-size: 12px;
	margin-left: 0px;
	text-align: right;
}
 .sous_menu{
	float: left;
	display: block;
	color: #303030;
	text-align: right;
}
 li .sous_menu{
	display: block;
	text-align: right;
}
 a.spip_in:hover{
	color: #ff8e3b;
	font-size: 12px;
}
 a.spip_in:link{
	color: #ff751a;
	font-size: 12px;
}
 a.spip_in{
	color: #ff6815;
	font-size: 12px;
}
 .lien_acte2{
	visibility: visible;
	display: block;
	height: 78px;
	width: 447px;
	background-repeat: no-repeat;
	background-image: url(images/bout_interet.jpg);
}
 .asous_menu_recrut{
	display: block;
	height: 22px;
	width: 195px;
	background-repeat: no-repeat;
	background-image: url(images/recrut.jpg);
}
 .asous_menu_accom{
	display: block;
	height: 22px;
	width: 195px;
	background-repeat: no-repeat;
	background-image: url(images/accom.jpg);
}
 .asous_menu_formation{
	display: block;
	height: 22px;
	width: 195px;
	background-repeat: no-repeat;
	background-image: url(images/formation.jpg);
}
 .status{
	width: 30px;
}
 .savoirplus{
	text-align: right;
}
 #zoom_article{
	clear: both;
	margin-bottom: 20px;
}
 .savoirplus a{
	font-size: 12px;
	font-family: sans-serif;
}
 .vignette{
	position: relative;
	margin-right: 20px;
	float: left;
}
 .lioffres{
	list-style-type: none;
}
 