BODY { 
	margin: 0;
	padding: 0;
	background: white;
	font: 80% verdana, arial, sans-serif;
}

/*--------------------------------------------------------------------------------*/
									/* Puce */
.puce_soustitre1 {
	background: url("IMG/design/puce_souris.gif") no-repeat;
	padding-left: 25px;
}

.puce_lire_aussi{
	background: url("IMG/design/puce_lire.gif") no-repeat;
	padding-left: 25px;
	/*height:30px*/
}

.puce_loupe {
	background: url("IMG/design/puce_loupe.gif") no-repeat;
	padding-left: 25px;
}

.puce_fleche_rouge {
	background: url("IMG/design/puce_fleche_rouge.gif") no-repeat;
	padding-left: 15px;
	font-weight: bold; 
}

.puce_fleche_verte {
	background: url("IMG/design/puce_fleche_verte.gif") no-repeat;
	padding-left: 15px;
	font-weight: bold; 
}

.puce_fleche_grise {
	background: url("IMG/design/puce_fleche_grise.gif") no-repeat;
	padding-left: 20px;
	font-weight: bold; 
}

.puce_fleche_lien {
	background: url("IMG/design/puce_fleche_orange.gif") no-repeat;
	padding-left: 20px;
	font-weight: bold; 
}

.puce_fleche_rouge_no_gras{
	background: url("IMG/design/puce_fleche_rouge.gif") no-repeat;
	padding-left: 15px;
}

.puce_fleche_orange_no_gras{
	background: url("IMG/design/puce_fleche_orange.gif") no-repeat;
	padding-left: 20px;
}

.puce_titre {
	background: url("IMG/design/puce_fleche_verte.gif") no-repeat;
	float:left;
	width:80%;
	padding-left: 20px;
	font-weight: bold; 
	font-size:11px;
	color: #41C003; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none
}

.puce_print{
	float:right;
	width:10%;
}

									
/*--------------------------------------------------------------------------------*/
									/* Elements independant */

.space_hight{
	height:1px;
}
.bref{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	color: #FFFFFF;
}

.une{
	background: url("NAVPICS/fond_savoir_faire.gif") no-repeat;
	background-position : top;
	/*background-attachment : fixed;*/
	width: 303px;
	height: 51px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	color: #676767;
}

.contact{
	background: url("NAVPICS/fond_contact.gif") no-repeat;
	background-position : bottom;
	/*background-attachment : fixed;*/
	width: 228px;
	height: 81px;
}

.contact2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	color: #ffffff;
}

.login{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	color: #676767;
}

.separation {
	/*background-image: url("NAVPICS/separation.gif");*/
	/*color: #C10416;*/
	color: #676767;
}

.actualites{
	color: #66809b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%
}


/*--------------------------------------------------------------------------------*/
									/* Divers */
.img_contour{
	border-color:#FFFFFF;
	border-width:3px;
}


/*--------------------------------------------------------------------------------*/
									/* Page Accueil */
.edito{
	position: relative;
	text-align: right; 
	padding-left : 25px; 
	width : 160px;
	font-size: 10px;  
	color: #FC6000; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

dl.actualites {			
	/*positionnement du cadre */
	position: relative;

	width: 550px;		 /*largeur du cadre */
	margin-top: 10px;
	padding: 0;
	z-index: 1;
}

dt.actualites {			/* définitions du titre du cadre */
	margin: 0;
	padding-left: 35px;
	padding-top: 6px;
	margin-bottom: -5px;
	position: relative;
	height: 32px;
	background: url(NAVPICS/strip_rouge.gif) top left no-repeat;
	text-align: left; 
	font-weight: bold; 
	font-size: 10px;  
	color: #FFFFFF; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	z-index: 1;
}

dd.actualites {
	position: relative;
	margin: 0px;
	padding: 0 20px 0 20px; /* gestion des espaces internes du cadre */
	text-align: justify;
	font-size: 10px;  
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: -1;
}

dl.services {			
	/*positionnement du cadre */
	position: relative;
	width:  550px;		 /*largeur du cadre */
	margin: 0px;
	padding: 0;
	z-index: 1;
}

dt.services {			/* définitions du titre du cadre */
	margin: 0;
	padding-left: 35px;
	padding-top: 6px;
	margin-bottom: -5px;
	position: relative;
	height: 32px;
	background: url(NAVPICS/strip_vert.gif) top left no-repeat;
	text-align: left; 
	
	font-weight: bold; 
	font-size: 10px;  
	color: #FFFFFF; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	z-index: 1;
}

dd.services {
	position: relative;
	margin: 0px;
	padding: 0 20px 0 20px; /* gestion des espaces internes du cadre */
	text-align: justify;
	font-size: 10px;  
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 1;
}

dl.pratique {			
	/*positionnement du cadre */
	position: relative;
	float: left;
	width: 250px;		 /*largeur du cadre */
	z-index: 1;
}

dt.pratique {			/* définitions du titre du cadre */
	position: relative;
	padding-left: 35px;
	padding-top: 6px;
	margin-bottom: -5px;
	height: 32px;
	background: url(NAVPICS/strip_bleu.gif) top left no-repeat;
	text-align: left; 
	font-weight: bold; 
	font-size: 10px;  
	color: #FFFFFF; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	z-index: 1;
}

dd.pratique {
	position: relative;
	padding-left: 20px; /* gestion des espaces internes du cadre */
	text-align: left;
	font-size: 10px;  
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 1;
}

dl.gestion {			
	position: relative;
	float: right;
	padding-right: 20px;
	width: 275px;		 /*largeur du cadre */
	z-index: 1;
}

dt.gestion {			/* définitions du titre du cadre */
	position: relative;
	padding-left: 35px;
	padding-top: 6px;
	margin-bottom: -5px;
	height: 32px;
	background: url(NAVPICS/strip_gris.gif) top left no-repeat;
	text-align: left; 
	font-weight: bold; 
	font-size: 10px;  
	color: #FFFFFF; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	z-index: 1;
}

dd.gestion {
	position: relative;
	padding-left: 20px; /* gestion des espaces internes du cadre */
	padding-right: 10px; /* gestion des espaces internes du cadre */
	text-align: left;
	font-size: 10px;  
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 1;
}

li.compte{
	display: block;
	list-style-type: none;
	padding-left: 55px;
	margin-bottom: -2px;
	background-image: url(NAVPICS/puce-gerer.gif); /*remplacement des puces par des images */
	background-repeat: no-repeat;
	background-position: 6% 40%; /*alignement des images (remplacant les puces) par rapport au texte */
	height: 26px;
}

li.simulation{
	display: block;
	list-style-type: none;
	padding-left: 55px;
	margin-bottom: -2px;
	background-image: url(NAVPICS/puce-simuler.gif); /*remplacement des puces par des images */
	background-repeat: no-repeat;
	background-position: 6% 40%; /*alignement des images (remplacant les puces) par rapport au texte */
	height: 26px;
}

li.prestation{
	display: block;
	list-style-type: none;
	padding-left: 55px;
	background-image: url(NAVPICS/puce-prestation.gif); /*remplacement des puces par des images */
	background-repeat: no-repeat;
	background-position: 6% 30%; /*alignement des images (remplacant les puces) par rapport au texte */
	height: 31px;
}

li.rappel{
	display: block;
	list-style-type: none;
	padding-left: 55px;
	background-image: url(NAVPICS/puce-rappel.gif); /*remplacement des puces par des images */
	background-repeat: no-repeat;
	background-position: 6% 40%; /*alignement des images (remplacant les puces) par rapport au texte */
	height: 26px;
}

li.votre_contact{
	display: block;
	list-style-type: none;
	padding-left: 55px;
	background-image: url(NAVPICS/puce-contact.gif); /*remplacement des puces par des images */
	background-repeat: no-repeat;
	background-position: 6% 40%; /*alignement des images (remplacant les puces) par rapport au texte */
	height: 26px;
}

a.pratique{
	color: #000000;
}

a.pratique:hover{
	color: #000000;
}

a.pratique2{
	color: #0084BA;
}

a.pratique2:hover{
	color: #0084BA;
}

a.lien_entreprise{
	color: #2FC003;
	font-weight: bold;
	text-decoration: none;
}

a.lien_entreprise:hover{
	color: #2FC003;
	font-weight: bold;
	text-decoration: underline;
}

.conteneur { /*le conteneur global du site, qui sera centré */
	text-align: left; /* on rétablit l'alignement du texte*/
	margin-left: auto;
	margin-right: auto;
	width: 777px;
	background-color:#ffffff;
}


.header {
	height: 96px;
	background: url("NAVPICS/bandeau.jpg") no-repeat;


	background-color: #A1B69A;
}

dl.bloc_accueil {			
	/*positionnement du cadre */
	position: relative;
	/*float: right;*/
	width: 208px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	padding-bottom: 15px;	/* pour que le texte ne s'affiche pas sur l'arrondi du bas */

}

dt.bloc_accueil {
	/* définitions du titre du cadre */
	margin: 0;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: -15px;
	position: relative;
	height: 32px;
	background:  url(IMG/design/bloc_haut.jpg) top left no-repeat;
	text-align: left; 
	font-weight: bold; 
	font-size: 10px; 
	color: #676767; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	z-index: 1;
}

dd.bloc_accueil {
	position: relative;
	margin: 0px;
	width: 180px;
	height:120px;
	padding: 0 12px 0 12px; /* gestion des espaces internes du cadre */
	background:  url(IMG/design/bloc_milieu.jpg) top left repeat;
	text-align: left;
	font-size: 10px; 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 1;
}


/*--------------------------------------------------------------------------------*/
									/* bloc*/

dl.cadre_bloc {			
	position: relative;
	width: 160px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	background: url(IMG/design/cadre_bloc_bas.gif) bottom left no-repeat;
	padding-bottom: 15px;	/* pour que le texte ne s'affiche pas sur l'arrondi du bas */

}

dt.cadre_bloc{
	/* définitions du titre du cadre */
	position: relative;
	width: 160px;
	height: 30px;
	line-height: 15px;
	padding-left: 5px;
	background:  url(IMG/design/cadre_bloc_haut.gif) top left no-repeat;
	text-align: left; 
	font-weight: bold; 
	font-size: 10px; 
	color: #ffffff; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	z-index: 1;
}

dd.cadre_bloc {
	position: relative;
	margin: 0px;
	padding: 0 12px 0 12px; /* gestion des espaces internes du cadre */
	background:  url(IMG/design/cadre_bloc.gif) top left repeat;
	text-align: left;
	font-size: 10px; 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 1;
}


/*--------------------------------------------------------------------------------*/
									/* Page Menu */

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu {
	position: relative;
	top: 0;
	left: 0;
	z-index:100;
	width: 200px;
}

#menu dt {
	background:  url(IMG/design/rubrique.jpg) top left no-repeat;
	border-bottom : 1px solid #666666;
	height: 24px;
	cursor: pointer;
	line-height: 24px;
	text-align: left;
	font-weight: bold;
	text-indent:15px;
}

#menu dd {
	position: absolute;
	top : 60px;
	left:100px;
	width:170px;
	padding-left: 25px;
	padding-top: 6px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	display: none;
	border : 1px dashed #41C003;
	background-color:#ECECEC;
}

#menu li {
	text-align: left;
	padding-left:4px;
	width:128px;
	display: block;
}

#menu dt a {
	font-size: 12px; 
	color: #41C003;
	text-decoration: none;
	display: block;
}

#menu dt a:hover {
	background:  url(IMG/design/rubrique_over.jpg) top left no-repeat;
	color: #FFFFFF;
}

#menu li a{
	font-size: 12px; 
	color: #41C003;
	font-weight:bold;
	text-decoration: none;
}

#menu li a:hover{
	color: #FC6000;
}

#menu div.bas{
	margin-left:-25px;
	width:100px
}

/*--------------------------------------------------------------------------------*/
									/* Page RUBRIQUE - ARTICLE */


dl.page_cadre {			
	/*positionnement du cadre */
	position: relative;
	width: 550px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;	/* pour que le texte ne s'affiche pas sur l'arrondi du bas */
	z-index: 1;
}

dt.page_cadre {
	/* définitions du titre du cadre */
	position: relative;
	width: 100%;
	height: 40px;
	margin: 0;
	padding-left: 5px;
	padding-top: 15px;
	margin-bottom: -15px;
	text-align: left; 
	font-weight: bold; 
	font-size: 11px; 
	color: #41C003; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	z-index: 1;
}

dd.page_cadre {
	position: relative;
	margin: 0px;
	height:100%;
	padding-top : 8px; /* gestion des espaces internes du cadre */
	padding-right : 12px; /* gestion des espaces internes du cadre */
	padding-left : 25px; /* gestion des espaces internes du cadre */
	text-align: left;
	font-size: 10px; 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 1;
}

/*--------------------------------------------------------------------------------*/
									/* Formualire et bouton */


.forml {
	background-color: #ececec;margin: 4px;
	padding: 1px;
	border: dashed 1px #909090;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

.spip_bouton {
	border: 2px solid #404040;
	padding: 3px;
	background: #d0d0d0;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

.spip-admin {
	position: fixed;
	bottom: 0px;
	font-size: 90%;
	padding: 2px;
	line-height: 1.4em;
}

.form{
	MARGIN: 0px
}

.formrecherche {
	background-color: #f2f2f2;
	color: #505030;
	margin: 0px;
	padding: 2px;
	border: solid 1px #909090;
	width: 105px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	font-weight: normal;
}

.formulaire {
	color: black;
	margin: 0px;
	margin-bottom: 16px;
	padding: 4px;
	border: 1px solid #a0a0a0;
	background-color: #f6f6f6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	font-weight: normal;
}

.spip_encadrer {
	BORDER-RIGHT: #000000 1px solid;
	PADDING-RIGHT: 5px; 
	BORDER-TOP: #000000 1px solid; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 5px; 
	BORDER-LEFT: #000000 1px solid; 
	WIDTH: 100%; PADDING-TOP: 5px; 
	BORDER-BOTTOM: #000000 1px solid; 
	BACKGROUND-COLOR: #ffffff
}

.select {
	FONT-SIZE: 10px; COLOR: #676767; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

input{
	FONT-SIZE: 10px; COLOR: #676767; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;	
}

/*--------------------------------------------------------------------------------*/
									/* Typographie */

.texte {
	FONT-SIZE: 12px; COLOR: #676767; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.petit_titre{
	FONT-SIZE: 9px; font-weight:bold; COLOR: #41C003; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.lien_footer{
	vertical-align:text-bottom;
}
.footer{
	height:30px;
	background-image:url(NAVPICS/footer.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
}


a.detail, detail {
	background: url("IMG/design/puce_loupe.gif") no-repeat;
	padding-left:25px;
	FONT-SIZE: 10px; 
	font-weight:bold;
	COLOR: #FC6000; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

a.detail:hover{
	background: url("IMG/design/puce_loupe.gif") no-repeat;
	padding-left:25px;
	FONT-SIZE: 10px; 
	font-weight:bold;
	COLOR: #FC6000; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}


H1.titre {
	FONT-WEIGHT: bold; FONT-SIZE: 115%; COLOR: #41C003; font-family: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

.titre {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #41C003; font-family: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

.spip_logos {
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
}

.reponse_formulaire {
	FONT-WEIGHT: bold; FONT-SIZE: 110%; COLOR: red; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif
}

a.rubrique {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #4C687E; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; TEXT-DECORATION: none
}

a.rubrique:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #4C687E; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; TEXT-DECORATION: underline
}

a.sous_rubrique {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #FC6000; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; TEXT-DECORATION: underline
}

a.sous_rubrique:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #FC6000; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; TEXT-DECORATION: underline
}

a {
	font-family:  Verdana,Arial,Helvetica,sans-serif; font-size: 10px; color: #FC6000; TEXT-DECORATION: underline
}

a:hover{
	font-family:  Verdana,Arial,Helvetica,sans-serif; font-size: 10px; color: #FC6000; TEXT-DECORATION: underline
}

a.titre {
	TEXT-DECORATION:none
}

a.titre:hover{
	font-family:  Verdana,Arial,Helvetica,sans-serif; font-size: 10px; color: #41C003; TEXT-DECORATION:none
}

a.lien_non_souligne {
	TEXT-DECORATION:none
}

a.lien_non_souligne:hover{
	font-family:  Verdana,Arial,Helvetica,sans-serif; font-size: 10px; color: #41C003; TEXT-DECORATION:none
}

a.plan_rubrique{
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #41C003; FONT-FAMILY: Verdana,Arial,Helvetica,sans-seri; TEXT-DECORATION: none
}

a.plan_rubrique:hover{
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #41C003; FONT-FAMILY: Verdana,Arial,Helvetica,sans-seri; TEXT-DECORATION: underline
}

