.salaisons50ans { position: absolute; right: 5px; top: 75px; }
/* CSS Document */
/********************************************************* 

Styles generaux
	background-image : 	<uri> | none;
	background-position: ;	[ [ <percentage> | <length> | left | center | right ] [ <percentage> | <length> | top | center | bottom ]? ] | [ [ left | center | right ] || [ top | center | bottom ] ]
	background-repeat: repeat | repeat-x | repeat-y | no-repeat;
********************************************************/

body {
	margin:				0px;
	margin-top:			0px;
	padding:			0px;
	color:				#828975;
	font-family: 		Tahoma, Verdana, Arial, sans-serif; 
	font-size: 			11px;
	border:				0px;
	background-color:	#8aa18a;
}


/* Pour IE qui ne supporte pas l'heritage (identique a body) */
TD {  
	font-family: 	Tahoma, Verdana, Arial, sans-serif; 
	font-size: 		11px; 
}

P {
	font-family: 	Tahoma, Verdana, Arial, sans-serif; 
	margin:			0px;
	padding:		0px;
}
/********************************************************* 

	DIVERS 
font-family : toujours finir par une famille generique.
	Arial, sans-serif
	Courier, Monospace
	Helvetica, sans-serif
	Palatino, serif
	Times, serif
	Verdana, sans-serif
	ZapfChancery, Cursive
font-style: normal | italic | oblique
font-variant: normal | small-caps
font-weight : normal (400)| bold (700)| bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900
content : 	normal | none | [ <string> | <uri> | <counter> | attr(<identifier>) | open-quote | close-quote | no-open-quote | no-close-quote
********************************************************/

.big 		{ font-size: 14px; } /* Gros Texte */
.small 		{ font-size: 10px;  } /* Petit Texte */

.cap{ text-transform:uppercase;}
/*********************************************************
	Raccourcis
	Stylse specifiques
	Classifier par ordre d'importance les couleurs de la charte
	Ces styles permettront de les utiliser
********************************************************/

.color1     { color: #fff;} /* blanc( */
.color2     { color: #02703b; } /* vert01 */
.color3     { color: #6db604; } /* vert02 */
.color4     { color: #ad2939; } /* violet */
.color5     { color: #d6110e; } /* red */
.color6     { color: #637682 ;} /* gris */

.bgcolor1     { background-color: #fff; }
.bgcolor2     { background-color: #666;}
.bgcolor3     { background-color: #db0000; }
.bgcolor4     { background-color: #ea862a;}
.bgcolor5     { background-color: #febd2b; }
.bgcolor6     { background-color: #106d99; }

.border 	{ border: 1px solid #29385f; }
.noborder 	{ border: 0px; }

/* Attention, Erreurs, mises en gardes 
border-style : none,hidden,dotted,dashed,solid,double,groove,ridge,inset,outset 
border-top-style, border-right-style, border-bottom-style, border-left-style
overflow : scroll | hidden | visible | auto
*/
.warning	{
	color: 				#deecf6;
	font-weight: 		bold;
	font-size: 			11px;
}


/* Citations */
Q 			{ font-style: italic;}
 
/* Definition des caracteres de quotes (FF seulement) */
Q:lang(fr)	{quotes: '« ' ' »'; }
Q:lang(en)	{quotes: '" ' ' "'; }

Q:before 	{content : open-quote}
Q:after 	{content : close-quote}

/* A utiliser pour les acronymes en utilisant l'attribut title dans la balise pour la signification de l'acronyme (synthese vocale) */
ACRONYM {
   text-transform: uppercase
}

/* A utiliser pour les abbreviations en utilisant l'attribut title dans la balise pour la signification de l'abbreviation (synthese vocale) */
ABBR {
   text-transform: uppercase
}


/********************************************************* 
	LINKS - LIENS 
a:focus:hover { outline: thick solid black }
vertical-align : baseline | sub | super | top | text-top | middle | bottom | text-bottom | <percentage> | <length>
text-decoration : none | [ underline || overline || line-through || blink ]
white-space : normal | pre | nowrap | pre-wrap | pre-line
********************************************************/


A:link 		{text-decoration: none; color: #ad2939}
A:visited 	{text-decoration: none; color: #ad2939}
A:hover 	{text-decoration: none; color: #5d9a32}

.Liengreen:link 		{text-decoration: none; color: #82d613}
.Liengreen:visited 	{text-decoration: none; color: #82d613}
.Liengreen:hover 	{text-decoration: none; color: #696969}


	
/********************************************************* 
	PARAGRAPHES
	(le style par defaut des paragraphes est defini au debut du doc)
********************************************************/
/* Style pour la premiere lettre */
P.lettrine:first-letter {
	font-size:			16pt; 
	vertical-align: 	text-top; 
	text-indent: 		15px;
	text-transform: 	uppercase
}

/* style specifique pour la premiere ligne d'un paragraphe */
p.lettrine:first-line { 
	font-weight: 	bold;
}



/********************************************************* 

	TABLES 
	dont on se sert comme veritables tableau pour y fair apparaiter des données.
	Ceci ne concerne pas les tableaux qui structurent la page.

********************************************************/

/* Tableau de structure */

TABLE.struct {
	border: 0px;
	margin:0px;
	padding:0px;
}

/********************************************************* 
	 Titres
	dipaly: block,inline
********************************************************/	

/* Baseline, slogan : utilisé pour le référencement genralement dans le header */
span.baseline {
display:inline;
	color: 			#6db604;
	font-family: 	Tahoma, Verdana, Arial, sans-serif;
	font-size: 		12px;
	font-weight: 	bold;
	font-style: 	normal;
	text-align: 	left;
	background: 	transparent;
	border:none;
}


/* Titre de page */
H1 {
display:block;
	color: 				#02703b;
	background-color:#edf9c7;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:		bold;
	font-size:        	18px;
	line-height: 20px;
	margin-left:-20px;
	margin-right:-10px;
	margin-top:0px;
	height:48px;
	padding-top:8px;
	border-bottom:solid 1px #02703b;
	border-top:solid 1px #02703b;
	background-image:url('../_img/p-mira-h1.gif');
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:38px;
	}
	
	
H1 SPAN{
background-color:#cbdeef;
padding-left:6px;
padding-right:6px;}	

/* Titre de niveau 1 : I.,II.,III. */
H2 {
	display: 		block;
color: 				#c4293b;
font-family: 		Tahoma, Verdana, Arial, sans-serif;
font-weight:		bold;
font-size:        	14px;
margin:0px;
}

H2 A:link 		{text-decoration: none; color: #00b9e9}
H2 A:visited 	{text-decoration: none; color: #00b9e9}
H2 A:hover 		{text-decoration: none; color: #ee005f}

/* Titre de niveau 2 : A),B),C) */
H3 {
	display: 		block;
	color: 			#c4293b;
	font-family:  	Tahoma, Verdana, Arial, sans-serif;
	background-position:left;
	font-size: 		11px;
	font-weight: 	bold;
	font-style: 	normal;
	text-align: 	left;
	margin:			0px;
}
/* Titre de niveau 3 : 1/,2/,3/ */
H4 {
	display: 		inline;
	color: 			#314c6a;
	font-family:  	Tahoma, Verdana, Arial, sans-serif;
	font-size: 		12px;
	font-weight: 	bold;
	font-style: 	normal;
	text-align: 	left;
}


/********************************************************* 
	LISTE
	
********************************************************/
/* Liste a puce de contenu NIV 1 */
UL {
	list-style-position: 	outside; /* outside, inside */
	list-style-image:		url('../_img/puce01.gif');
	font-family:			Tahoma, Verdana, Arial, sans-serif;
	line-height: 			14px;
	padding-left:       	0px;
	margin:					0px;
	padding-left:20px;
}

/* Liste a puce de contenu NIV 2 */
UL LI UL {
	list-style-position: 	outside; /* outside, inside */
	list-style-image:		url('../_img/puce02.gif');
	font-family:			Tahoma, Verdana, Arial, sans-serif;
	line-height: 			14px;
	padding-left:       	20px;
	font-weight: 			normal;
	margin:					0px;
}

/* Liste a puce de contenu NIV 3 */
UL LI UL LI UL {
	list-style-position: 	outside; /* outside, inside */
	list-style-image:		url('../_img/puce03.gif');
	font-family:			Tahoma, Verdana, Arial, sans-serif;
	line-height: 			14px;
	padding-left:       	20px;
	font-weight: 			normal;
	margin:					0px;
}

/* Liste numerotee de contenu NIV 1 */
OL {
	list-style-type: upper-roman; 
}
/* Liste numerotee de contenu NIV 2 */
OL LI OL {
	list-style-type: upper-alpha; 
}

/* Liste numerotee de contenu NIV 3 */
OL LI OL LI OL {
	list-style-type: decimal; 
}

/*********************************************************
  FORMS - FORMULAIRES
********************************************************/

FORM {
	margin : 	0px;
	padding : 	0px;
}

/* Le titre des champs doivent se trouver dans une balise LABEL (accessibilite) */ 
LABEL {
	font-family: 	Tahoma, Verdana, Arial, sans-serif;
	font-size: 		11px;
	color:#637682;
}

/* Text Box*/
INPUT.fieldtextbox{
	border-top: 		1px solid #9c9c9c;
	border-right: 		1px solid #9c9c9c;
	border-bottom: 		1px solid #9c9c9c;
	border-left: 		1px solid #9c9c9c;
	background-color: 	#FFF;
	color:#676867;
	font-family: 		Tahoma, Verdana, Arial, sans-serif;
	font-size: 			11px;
	padding-left: 		2px;
	padding-right: 		2px;
}

/* Check Box*/
INPUT.fieldcheckbox {
	border: 0px;
}

/* Radio Box*/
INPUT.fieldradiobox {
	border: 0px;
}

INPUT.file{
	background-color: 	#FFF;
	padding-left:		2px;
	font-family: 		Tahoma, Verdana, Arial, sans-serif;
	font-size:			9px;
}

INPUT.button, INPUT.fieldbutton {
	color: 				#fff;
	font-family:     	Tahoma, Verdana, Arial, sans-serif;
	font-style:    		normal;
	font-weight: 		normal;
	font-size:    		10px;
	background-color:   #67717d;
	border-bottom: 		#9c9c9c solid 1px;
	border-right: 		#9c9c9c solid 1px;
	border-left: 		#9c9c9c solid 1px;
	border-top: 		#9c9c9c solid 1px;
	cursor: 			pointer;
}

INPUT.button:hover, INPUT.fieldbutton:hover {
	background-color:   #FFF;
	color: 				#df2a00;
}

SELECT.fieldlistbox {
	background-color:   #FFFFFF;
	color: 				#676867;
	font-family: 		Tahoma, Verdana, Arial, sans-serif;
	font-style:    		normal;
	font-size:    		10px;
	width: 				150px;
	border-top: 		1px solid #9c9c9c;
	border-right: 		1px solid #9c9c9c;
	border-bottom: 		1px solid #9c9c9c;
	border-left: 		1px solid #9c9c9c;
}

SELECT.fieldlistbox OPTION {
	color: 				#676867;
	font-family: 		Tahoma, Verdana, Arial, sans-serif;
	font-style:    		normal;
	font-size:        	11px;
	background-color:   #FFFFFF;
	width: 				150px;
}

TEXTAREA.fieldtextbox {
	border-top: 		1px solid #9c9c9c;
	border-right: 		1px solid #9c9c9c;
	border-bottom: 		1px solid #9c9c9c;
	border-left: 		1px solid #9c9c9c;
	background-color: 	#FFF;
	font-family: 		Tahoma, Verdana, Arial, sans-serif;
	font-size: 			11px;
	padding-left: 		2px;
}

/* Champs de formulaire inactif */
.disabled {
	visibility : 		hidden;
	color: 				#FFF;
	font-size: 			0px;
	font-family: 		Tahoma, Verdana, Arial, sans-serif;
	background-color:   transparent;
	border: 			#FFF solid 0px;
}

/* Champs de formulaire actif */
.enabled {
	visibility : 		visible;
	border-top: 		1px solid #DFDFDF;
	border-right: 		1px solid #DFDFDF;
	border-bottom: 		1px solid #DFDFDF;
	border-left: 		1px solid #DFDFDF;
	background-color: 	#FFF;
	font-family: 		Tahoma, Verdana, Arial, sans-serif;
	font-size: 			11px;
	padding-left: 		2px;
}

/* Impression */
.unprintable {
	display:	block;
}

@media print {
.unprintable { 
	display: 	none;
	visibility: hidden;
	}
}

/*********************************************************
  STRUCTURE
********************************************************/

DIV#head{
background-image:url('../_img/bg-head.jpg');
background-repeat:no-repeat;
height:147px;
width:704px;
margin-left:auto;
margin-right:auto;
position: relative;
}

DIV#bgmenu{
background-image:url('../_img/bg-menu.jpg');
background-repeat:repeat-x;
height:54px;
width:700px;
}

DIV#main{
background-image:url('../_img/bg-cont.gif');
background-repeat:repeat-y;
width:704px;
margin-left:auto;
margin-right:auto;
}

DIV#visuel{
width:700px;}

DIV#bottom{
background-image:url('../_img/bg-bottom.gif');
background-repeat:repeat-y;
width:704px;
height:23px;
margin-left:auto;
margin-right:auto;
color:#FFFFFF;
padding-top:3px;
}

#bottom A:link 		{text-decoration: none; color: #ffffff; }
#bottom A:visited 	{text-decoration: none; color: #ffffff; }
#bottom A:hover 		{text-decoration: none; color: #02703b; }
#bottom A:active 	{text-decoration: none; color: #02703b; }

/*********************************************************
  MENU
********************************************************/

.menu{
margin-left:auto;
margin-right:auto;
height:54px;}

.menu A:link 		{text-decoration: none; color: #6db604; font-size:14px; }
.menu A:visited 	{text-decoration: none; color: #6db604; font-size:14px; }
.menu A:hover 		{text-decoration: none; color: #02703b; font-size:14px; }
.menu A:active 	{text-decoration: none; color: #02703b; font-size:14px; }

.debut-menu{
background-image:url('../_img/deb-menu.jpg');
background-repeat:no-repeat;
height:51px;
width:8px;
margin-right:8px;
}

.finn-menu{
background-image:url('../_img/fin-menu.jpg');
background-repeat:no-repeat;
height:51px;
width:8px;
margin-left:8px;
}

.sep-menu{
background-image:url('../_img/sep-menu.jpg');
background-repeat:no-repeat;
height:51px;
width:7px;
margin-left:8px;
margin-right:8px;}

.menu-02{
background-color:#5d9a32;
height:20px;
color:#FFFFFF;
	margin-left:-20px;
	margin-right:-10px;}

.menu-02 A:link 		{text-decoration: none; color: #ffffff;}
.menu-02 A:visited 	{text-decoration: none; color: #ffffff;}
.menu-02 A:hover 		{text-decoration: none; color: #c0e901;}
.menu-02 A:active 	{text-decoration: none; color: #c0e901;}

/*********************************************************
  CONTENU
********************************************************/

.bloc-contenu-accueil{
padding-left:10px;
padding-right:14px;}

.bloc-contenu{
padding-left:20px;
padding-right:14px;}

.sep-hor{
background-image:url('../_img/sep-hori-point.gif');
background-repeat:repeat-x;
height:5px;
background-position:center;}

.sep-ver{
background-image:url('../_img/sep-verticale-point.gif');
background-repeat:repeat-y;
width:5px;
background-position:center;}

.sep-ver-red{
background-image:url('../_img/sep-vert-red.gif');
background-repeat:repeat-y;
width:23px;
background-position:center;}

.sep-hor-red{
background-image:url('../_img/sep-hor-red.gif');
background-repeat:repeat-x;
height:17px;}

/* fil d'arianne */
DIV#breadcrumb{
height:18px;
font-size:11px;
padding-top:4px;
padding-left:15px;
margin-bottom:6px;
}

DIV#breadcrumb A:link 		{text-decoration: none; color: #828975;}
DIV#breadcrumb A:visited 	{text-decoration: none; color: #828975;}
DIV#breadcrumb A:hover 		{text-decoration: none; color: #ad2939;}
DIV#breadcrumb A:active 	{text-decoration: none; color: #ad2939;}


DIV.box{
margin:0px;}

DIV.box-top{
background-image:url('../_img/box-bg-top.gif');
background-repeat:no-repeat;
height:40px;
width:200px;
padding-left:82px;
padding-top:34px;
padding-right:10px;
color:#FFFFFF;
font-weight:bold;
font-size:12px;
}

DIV.box-middle{
background-image:url('../_img/box-bg-middle.gif');
background-repeat:repeat-y;
width:200px;
color:#ad2939;
padding-left:82px;
padding-right:10px;
}

DIV.box-bottom{
background-image:url('../_img/box-bg-bottom.gif');
background-repeat:no-repeat;
height:20px;
width:292px;
}

DIV.top{
background-image:url('../_img/sep-hor-red.gif');
background-repeat:repeat-x;
height:17px;}

/*********************************************************
  TABLEAUX
********************************************************/
.tablo-title01{
background-color:#6db604;
color:#02703b;
font-weight:bold;
border-bottom:solid 1px #ffffff;}

.tablo-title02{
background-color:#edf9c7;
color:#02703b;
font-weight:bold;
border-bottom:solid 1px #02703b;}

.odd{
background-color:#ffffff;
font-weight:normal;
border-bottom:solid 1px #828975;}

.odd A:link 		{text-decoration: none; color: #828975;}
.odd A:visited 	{text-decoration: none; color: #828975;}
.odd A:hover 		{text-decoration: none; color: #ad2939;}
.odd A:active 	{text-decoration: none; color: #ad2939;}

.even{
background-color:#edf9c7;
font-weight:normal;
border-bottom:solid 1px #828975;}

.even A:link 		{text-decoration: none; color: #828975;}
.even A:visited 	{text-decoration: none; color: #828975;}
.even A:hover 		{text-decoration: none; color: #ad2939;}
.even A:active 	{text-decoration: none; color: #ad2939;}

.sep-vert-vert{
border-top:solid 4px #5d9a32;}

.titreType_1, .titreType_1 a { color: #AD2939; text-decoration: none; font-family: Tahoma,Verdana,Arial,sans-serif; margin: 0; padding: 0; font-size: 11px; background: none; height: auto; border: none; line-height: normal; }
.titreType_2, .titreType_2 a { color: #02703B; text-decoration: none; font-family: Tahoma,Verdana,Arial,sans-serif; margin: 0; padding: 0; font-size: 11px; background: none; height: auto; border: none; line-height: normal; }
.titreType_3, .titreType_3 a { color: #6DB604; text-decoration: none; font-family: Tahoma,Verdana,Arial,sans-serif; margin: 0; padding: 0; font-size: 11px; background: none; height: auto; border: none; line-height: normal; }
