/*

	EXTRANET GLOBAL
	Fichier : extranet.css

*/



/*

	COMMUN
	
*/

/* RESET ----------------------------------------*/
*
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

img
{
	behavior: url(../js/iepngfix.htc);
}

body
{
	color: #5F5F5F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(../images/bg.gif) repeat-x  left top #989898;
}

select
{
	border: 1px solid #CCC;
}

li
{
	list-style-image: none;
	list-style-type: none;
	padding-left: 10px;
	background-image: url(../images/fleche-li.gif) no-repeat top left;
}


/* REFERENCER ----------------------------------------*/

.bloc.simple#referencer .bd .strong {
	color: #5F5F5F;
	line-height: 20px;
	font-size: 18px;
	font-family: Georgia;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background: none;
	text-shadow: 0 1px 1px #CCC;
}

/* FORMULAIRE ----------------------------------------*/
form#formpdv input, form#formpdv textarea
{
	border: 1px solid #CCC;	
}

form#formpdv input#save
{
	border: none;
}

/*

	HEADER
	
*/

#header
{
	position: relative;
	width: 1019px;
	height: 146px;
	margin: 0 auto;
	background: url(../images/bg-headerLogin.gif) no-repeat top left;
}

#OverlayContainer { z-index: 15 !important; }

#headerD
{
	float: right;
	width: 500px;
}

#header #logo
{
	width: 170px;
	height: 93px;
	margin: 0 0 0 25px;
}

#header #posNom
{
	position: absolute;
	top: 101px;
	left: 20px;
	z-index: 10;
	width: 446px;
	text-align: left;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}

#header #pub { position: absolute; left: 270px; top: 10px; }

#header #posNom p
{
	display: block;
	margin-top: 4px;
	font-weight: normal;
}

#header #posNom p span
{
	margin-left: 5px;
	color: #ACD4ED;
	font-size: 10px;
}	

#header #posNom em
{
	text-transform: uppercase;
	font-style: normal;
}

#header #posNom p span a
{
	color: #D7A3E5;
}

#header #tabBord
{
	position: absolute;
	top: 102px;
	left: 382px;
	width: 623px;
	height: 82px;
	margin: 20px 20px 0 0;
	background: url(../images/bg-tableau-de-bord.jpg) no-repeat top left;
}	

#header #tabBord #colG
{
	display: inline;
	float: left;
	width: 207px;
	padding: 6px 0 0 197px;
}

#header #tabBord a
{
	position: relative;
	z-index: 1;
	color: #FFF !important;
	text-decoration: none;
}

#header #tabBord a:hover
{
	color: #FFF !important;
	text-decoration: underline;
}

#header #tabBord #colG p
{
	display: inline;
	float: left;
	width: 207px;
	margin: 3px 0;
	color: #FFF;
	font-size: 13px;
}
			
#header #tabBord #colD
{
	display: inline;
	float: left;
	width: 210px;
	margin-top: 6px;
}

#header #tabBord #colD	p
{
	display: inline;
	float: left;
	width: 210px;
	margin: 3px 0;
	color: #FFF;
	font-size: 13px;
}

#header #tabBord #colD	p span, body #header #tabBord #colG	p span
{
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}

/* CHEMIN ----------------------------------------*/
#filAriane
{
	width: 973px;
	height: 37px;
	margin: 0 auto;
	padding-left: 46px;
	background: url(../images/bg-filAriane.gif) no-repeat top left #F1F1F1;
}

#filArianeNone
{
	display: inline;
	float: left;
	width: 973px;
	height: 37px;
	margin: -20px auto 0;
	padding-left: 46px;
	background: url(../images/bg-filAriane.gif) no-repeat top left #F1F1F1;
}

#filAriane img
{
	float: left;
	margin-top: 10px;
}

#filAriane span
{
	float: left;
	margin: 12px 0 0 7px;
	text-transform: uppercase;
	color: #19455D;
	font-size: 11px;
	font-weight: bold;
}		

#filAriane span a
{
	margin: 0 6px;
	color: #19455D;
	text-decoration: none;
}

#filAriane span a:hover
{
	text-decoration: underline;
}

/* MENU EXTRANET ----------------------------------------*/
#menuExtranet
{
	display: block;
	float: left;
	width: 175px;
	margin-left: 10px;
	padding-left: 15px;
}

#menuExtranet li
{
	padding: 0;
	background: none;
}

#menuExtranet li a
{
	display: block;
	float: left;
	width: 105px;
	height: 18px;
	margin-bottom: 2px;
	padding: 9px 0 7px 45px;
	color: #224D65;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#menuExtranet li.monCompte a
{
	background-image:url(../images/menu-monCompte.gif);
}
#menuExtranet li.mesCandidats a
{
	background-image:url(../images/menu-mesCandidats.gif);
}
#menuExtranet li.ciblageVille a
{
	background-image:url(../images/menu-ciblageVille.gif);
}
#menuExtranet li.mesAlertes a
{
	background-image:url(../images/menu-mesAlertes.gif);
}
#menuExtranet li.mesStatistiques a
{
	background-image:url(../images/menu-mesStatistiques.gif);
}
#menuExtranet li.maFiche a
{
	background-image:url(../images/menu-maFiche.gif);
}
#menuExtranet li.nouveautes a
{
	background-image:url(../images/menu-nouveautes.gif);
}
#menuExtranet li.mesServices a
{
	background-image:url(../images/menu-mesServices.gif);
}

#menuExtranet li a#actif
{
	color: #FF7800;
}

#menuExtranet li a:hover
{
	color: #FF7800;
	text-decoration: none;
}



/*

	CONTENT
	
*/

#contenu
{
	width: 1019px;
	margin: 0 auto;
	padding-top: 20px;
	background: url(../images/bg-contenu.jpg) repeat-y top left #EFEFEF;
}

#contenu #Titrebloc
{
	height: auto !important;
	min-height: 930px;
	height: 930px;
}



/*

	FOOTER

*/

#footer
{
	width: 1019px;
	height: 56px;
	margin: 0 auto;
	background: url(../images/bg-footer.gif) no-repeat top left #2A556D;
}

#footer #logoReed
{
	float: left;
	margin: 21px 0 0 51px;
}

#footer #posLnk
{
	float: left;
	margin: 27px 0 0 180px;
	color: #FFF;
	font-size: 12px;
}

#footer #firstLnk
{
	margin-left: 40px;
}

#footer #posLnk a
{
	padding: 0 15px;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}

#footer #posLnk a:hover
{
	text-decoration:underline;
}



/*

	ELEMENTS BLOCS
	
*/

/* CHEMIN EXTRANET ----------------------------------------*/
#cheminExtranet
{
	float: left;
	width: 500px;
	height: 20px;
	color: #FF7800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight: bold;
	text-transform: uppercase;
}

#cheminExtranet a
{
	color: #FF7800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#cheminExtranet a:hover
{
	text-decoration: underline;
}				

/* HEADING BLOC ----------------------------------------*/
#Titrebloc, #Titrebloc #stRubrique{
	display: block;
	float: left;
	width: 754px;
}

#stRubrique-contact{
	display: block;
	float: left;
	width: 377px;
	margin-bottom:5px;
}

#TitreContacts {
	float: left;
	width: 377px;
	padding: 15px 0 0 0;
	font-size: 13px;
	line-height:1.5em;
}

#TitreContacts strong
{
	color: #224D65;
}

#TitreContacts a
{
	color: #FF7800;
	text-decoration: none;
}

#TitreContacts a:hover
{
	color: #FF7800;
	text-decoration: underline;
}

#TitreContacts-st {
	float: left;
	width: 348px;
	padding: 15px 0 0 10px;
	font-size: 13px;
	line-height:1.5em;
}

#TitreContacts-st a {
	color: #FF7800;
	text-decoration: none;
}

#TitreContacts-st a:hover {
	color: #FF7800;
	text-decoration: underline;
}

#Titrebloc .bloc .ligneBlanc2Contacts
{
	display: block;
	float: left;
	width: 730px;
	padding: 0 0 20px 10px;
	background: #FFF;
}

#Titrebloc .bloc .ligneBlanc2Contacts h2 {
	color: #305061;
	font-size: 14px;
	margin: 20px 0 5px 10px;
	text-transform: uppercase;
}

#Titrebloc .bloc .ligneBlanc2Contacts p
{
	margin: 0 0 10px 10px;
}

#Titrebloc .bloc .ligneBlanc2Contacts p a
{
	color: #FF7800;
	text-decoration: none;
}

#Titrebloc .bloc .ligneBlanc2Contacts p a:hover
{
	color: #FF7800;
	text-decoration: underline;
}
	
#Titrebloc .bloc .ligneBlanc2Contactsinterne
{
	display: block;
	float: left;
	width: 730px;
	padding: 0 0 0 10px;
	background: #FFF;
}

#Titrebloc .bloc .ligneBlancInfos
{
	display: block;
	padding: 30px;
}

#Titrebloc .bloc .ligneBlancInfos h2 {
	color: #305061;
	font-size: 14px;
	margin: 30px 0 10px 0;
	text-transform: uppercase;
}

#Titrebloc .bloc .ligneBlancInfos p
{
	margin: 0 0 20px;
}

#Titrebloc .bloc .ligneBlancInfos a
{
	color: #FF7800;
	text-decoration: none;
}

#Titrebloc .bloc .ligneBlancInfos a:hover
{
	color: #FF7800;
	text-decoration: underline;
}

#Titrebloc h1
{
	margin-bottom: 5px;
	padding-left: 20px;
	color: #305061;
	font-size: 19px;
	text-transform: uppercase;
	background: url(../images/flechePointilles.gif) no-repeat left 6px;
}
	
#Titrebloc h3
{
	float: left;
	width: 657px;
	padding: 22px 0 0 25px;
	color: #224D65;
	font-size: 13px;
}

#Titrebloc h4
{
	display: block;
	float: left;
	padding: 6px 0 0 25px;
	color: #555;
	font-size: 13px;
	font-weight: normal;
}

#Titrebloc h4 a
{
	color: #FF7800;
	text-decoration: none;
}

#Titrebloc h4 a:hover
{
	color: #FF7800;
	text-decoration: underline;
}

#Titrebloc h5
{
	padding: 15px 25px 0 25px;
	color: #224D65;
	font-size: 15px;
	font-weight: bold;
}

#Titrebloc h5 a
{
	color: #224D65;
}
	
#Titrebloc h6
{
	margin: 0 0 14px;
	color: #305061;
	font-size: 14px;
}

#Titrebloc .bloc{
	float: left;
	width: 740px;
	padding: 0 7px;
	background: url(../images/bloc-centre-middle.gif) repeat-y top left;
}

#Titrebloc .bloc .ligneBlanc
{
	display: block;
	float: left;
	width: 740px;
	background: #FFF;
}
	
#Titrebloc .bloc .ligneBlanc2
{
	display: block;
	float: left;
	width: 740px;
	padding-bottom: 20px;
	background: #FFF;
}


	
#Titrebloc .bloc .BGMultilignes
{
	display: block;
	width: 740px;
	background: url(../images/bloc-centre-middle.gif) no-repeat top left;
}
	
#Titrebloc .bloc .ligneDegrade
{
	display: block;
	width: 740px;
	height: 150px;
	background: url(../images/bloc-ligne2.gif) no-repeat top left;
}

#Titrebloc .bloc .ligneDegrade2
{
	display: block;
	width: 740px;
	height: 120px;
	background: url(../images/bloc-ligne2bis.gif) no-repeat top left;
}
	
#Titrebloc .bloc .ligneDegrade3
{
	display: block;
	float: left;
	width: 740px;
	background: url(../images/bloc-ligne3.gif) no-repeat top left;
}
	
#Titrebloc .bloc .blocInterne
{
	float: left;
	width: 340px;
	padding: 15px 0 10px 25px;
	font-size: 12px;
}

#Titrebloc .bloc .blocInterneLarge
{
	float: left;
	padding: 15px 0 10px 25px;
}

#Titrebloc .bloc .blocInterneLarge a
{
	color: #FF7800;
	text-decoration: none;
}

#Titrebloc .bloc .blocInterneLarge a:hover
{
	color: #FF7800;
	text-decoration: underline;
}

#Titrebloc .bloc .blocInterneLarge h5
{
	padding: 15px 0 20px;
}

#Titrebloc .bloc .blocInterne h4 
{
	float: left;
	width: 200px;
}

#Titrebloc .bloc .blocInterne p
{
	margin-left: 1px;
}

#Titrebloc .bloc .blocInterne li a
{
	text-decoration: none;
	color: #666666;
}
    
#Titrebloc .bloc .blocInterne li a:hover
{
	text-decoration: underline;
}

#Titrebloc .bloc .blocInterne2
{
	float: left;
	width: 640px;
	padding: 15px 0 10px 25px;
}
	
#Titrebloc .bloc .blocInterne .interneGauche
{
	float: left;
	width: 225px;
}

#Titrebloc .bloc .blocInterne .interneGauche h2
{
	margin: 0 0 10px;
	color: #305061;
	font-size: 14px;
	text-transform: uppercase;
}

#Titrebloc .bloc .blocInterne .interneGauche img, #Titrebloc .bloc .blocInterne .interneGauche2 img
{
	margin-top: 15px;
}

#Titrebloc .bloc .blocInterne .interneGauche2 .capture img
{
	margin-top: 0;
}

#Titrebloc .bloc .blocInterne .interneDroite
{
	float: left;
	width: 100px;
}

#Titrebloc .bloc .blocInterne .interneDroite img
{
	margin-left: 5px;
}

#Titrebloc .bloc .blocInterne .interneGauche2
{
	float: left;
	width: 320px;
}
	
#Titrebloc .bloc .blocInterne .interneBGdegrade
{
	float: left;
	width: 320px;
	height: 100px;
	background: url(../images/bg-interneBGdegrade.jpg) no-repeat top left;
}
	
#Titrebloc .bloc .blocInterne .interneBGdegrade .titre
{
	float: left;
	padding: 15px 0 5px 15px;
	color: #FF7800;
	font-size: 14px;
	font-weight: bold;
}

#Titrebloc .bloc .blocInterne .interneBGdegrade .textecadre-1
{
	float: left;
	width: 300px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
}

#Titrebloc .bloc .blocInterne .interneBGdegrade .textecadre-2
{
	float: left;
	padding: 12px 0 0 46px;
	color: #224D65;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/* MENU GENERIQUE ----------------------------------------*/
.menuTop
{
	float: left;
	width: 166px;
	height: 17px;
	margin: 0 5px 0 1px;
	padding-top: 4px;
	color: #2A556D;
	font-size: 11px;
	font-weight: bold; 
	text-align: center;
	text-decoration: none;
	border: none;
	background: url(../images/menu-bloc-statistiques-off.gif) no-repeat top left;
}

.menuTop:hover, .menuActif
{
	color: #FFF;	
	font-weight: bold; 
	background: url(../images/menu-bloc-statistiques-on.gif) no-repeat top left; 
}



/*

	MA FICHE
	
*/

#listjournalists
{
	padding: 10px;
	color: #666;
}

#listjournalists table
{
	margin-bottom: 15px;
	background: url(../images/maFiche-journaliste-back.gif) repeat-x bottom left;
}

#listjournalists .photo
{
	display: block;
	width: 115px;
	height: 115px;
	margin: 5px 0 5px 5px;
}

#listjournalists a
{
	color: #666;
	text-decoration: none;
}

#listjournalists .tel
{
	font-size: 11px;
	font-weight: bold;
}

#listjournalists a.email
{
	font-size: 11px;
	font-weight: bold;
}

#listjournalists a.email:hover
{
	text-decoration: underline;
}

#listjournalists .secteurs
{
	display: block;
	margin-top: 7px;
	font-size: 11px;
	line-height: 1.3;
}

#listjournalists .secteurs strong
{
	font-size: 12px;
}

#listjournalists table.journalisteRef
{
	background: url(../images/maFiche-journaliste-back-ref.gif) repeat-x top left;
	border: 1px solid #FF7800;
	color: #224D65;
}

#listjournalists table.journalisteRef a
{
	color: #FF7800;
	text-decoration: none;
}

#listjournalists .ref
{
	float: right;
	margin-right: 10px;
	color: #FF7800;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}



/*

	FICHE PDV / CONCEPT
	
*/

#formpdv
{
	margin: 15px 0 15px;
	font-size: 11px;
	font-weight: bold;
}

#formpdv p
{
	margin-bottom: 10px;
}

#formpdv label
{
	display: block;
	float: left;
	width: 130px;
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
}

#formpdv label.title
{
	color: #FF7800;
	font-size: 12px;
	font-weight: bold;
}

#formpdv p em
{
	font-size: 10px;
	font-weight: normal;
}

#formpdv input, #formpdv select, #formpdv textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#formpdv input.size, #formpdv input.nb{
	width: 40px;	
}

#formpdv textarea
{
	width: 300px;
	height: 110px;
	margin-bottom: 15px;
}

#formpdv .box
{
	width: 344px;
	height: auto !important;
	min-height: 230px;
	height: 230px;
	padding: 5px 5px 20px 20px;
	float: left;
}

#formpdv .linev
{
	
	border-right: 1px solid #DDD;
}

#formpdv #save
{
	margin: 15px 0 0 300px;	
}

#formpdv #pdvlistphotos, #formpdv #pdvvideo
{
	clear: both;
	list-style-type: none;
	margin: 0 0 25px;
	padding: 0;
}

#formpdv #pdvlistphotos li, #formpdv #pdvvideo li
{
	position: relative;
	display: inline;
	margin: 0 15px 0 0;
	padding: 0;
	background: none;
}

#formpdv #pdvlistphotos li .delete, #formpdv #pdvvideo li .delete
{
	position: relative;
	bottom: -15px;
	right: 15px;
}



/*

	STATISTIQUES
	
*/

.majFiche-new
{
	color: #0C0;
	font-weight: bold;
}

.majFiche-old
{
	color: #FF0000;
	font-weight: bold;
}



/*

	MES SERVICES +

*/

#BTNServicesCessions1
{
	display: inline;
	float: left;
	width: 285px;
	height: 80px;
	margin: 30px 0 0 60px;
	background: url(../images/btn-deposezOffre.gif) no-repeat top left;
	text-indent: -9999px;
} 

#BTNServicesCessions2
{
	display: inline;
	float: left;
	width: 285px;
	height: 80px;
	margin: 30px 0 0 50px;
	background: url(../images/btn-trouvezLocal.gif) no-repeat top left;
	text-indent: -9999px;
}

#BlocOffres
{	
	font-size: 12px;
}

#BlocOffres li
{
	list-style-image: none;
	list-style-type: none;
	padding: 2px 0 2px 5px;
	background: url(../images/fleche-li.gif) no-repeat 80px 2px;
}

#BlocOffres li table
{
	margin: 10px 0 10px 20px;	
}

#BlocOffres li table td
{
	height: 20px;	
}

#BlocOffres .date
{
	display: block;
	float: left;
	width: 65px;
	margin-right: 20px;
	font-weight: bold;
}

#BlocOffres .type
{
	display: block;
	float: left;
	width: 125px;
	margin-right: 10px;
}

#BlocOffres .lieu
{
	display: block;
	float: left;
	width: 95px;
	margin-right: 10px;
}

#BlocOffres .prix
{
	display: block;
	float: left;
	width: 100px;
	margin-right: 10px;
}

#BlocOffres .reponses
{
	display: block;
	float: left;
	width: 70px;
	margin-right: 15px;
	padding-right: 15px;
	background: url(../images/arrow_bottom.gif) no-repeat top right;
}

#BlocOffres .actions
{
	width: 130px;
	margin-right: 0;
	color: #FF7800;
}

#BlocOffres a
{
	color: #FF7800;
}

#FormOffres
{
	margin: 10px 0 10px 30px;
}

#FormOffres td input#idAn
{
	float: left;
	width: 45px;
	height: 20px;
	margin: 5px 5px 0 0;
	padding: 2px 2px 0;
	border: 1px solid #999;
}

#FormOffres td input#sub
{
	width: 133px;
	height: 24px;
	margin-top: 5px;
	border: none;
}

#FormOffres td select
{
	width: 195px;
}



/*

	AIDE

*/

#menuAide
{
	clear: both;
}

#aide li
{
	font-size: 12px;
	padding-bottom: 5px;
}

#aide li a.ssRub
{
	color: #224D65;
	font-weight: bold;
	text-decoration: none;
}

#aide li div
{
	margin: 5px 20px 20px 0;
	padding: 5px 15px 15px;
	background: #F5F5F5;
}

#aide li div p
{
	margin-top: 10px;
}



/*

	DIVERS

*/

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.space
{
	margin: 0 0 20px;
}

.retour
{
	clear: both;
	margin: 15px 0 10px 326px;
}

.aide
{
	margin-left: 8px;
}

#tooltip
{
	position: absolute;
	visibility: hidden;
	width: 250px;
	height: 127px;
	padding: 10px;
	color: #29566D;
	border: 1px #29566D solid;
	background: #FFF;
}

a.mb
{
	color: #753586;
	text-decoration: none;
	margin: 0;
}

a.mb:hover
{
	text-decoration: underline;
}

.capture
{
	float: left;
	width: 95px;
}

.description
{
	float: left;
	width: 215px;
}

.descriptionFull
{
	float: left;
	width: 310px;
}

.descriptionFull ul li a
{
	font-weight: bold;
}

.btn-large
{
	display: block;
	float: left;
	width: 210px;
	height: 20px;
	margin-top: 10px;
	padding: 4px 12px 0 0;
	color: #FF7800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(../images/btn-large.gif) no-repeat top left;
}

.btn-Xlarge
{
	display: block;
	float: left;
	width: 291px;
	height: 20px;
	margin-top: 10px;
	padding: 4px 12px 0 0;
	color: #FF7800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(../images/btn-Xlarge.gif) no-repeat top left;
}

.value
{
	color: #753586;
	font-weight: bold;
}

.mb
{
	margin-bottom: 20px;
}

.mt
{
	margin-top: 20px;
}

.ml
{
	margin-left: 20px;
}

.mr
{
	margin-right: 20px;
}

.photo
{
	margin: 0 10px 0 0;
	padding: 1px;
	border: 1px solid #999;
}

.nofloat
{
	float: none !important;
}

/* PAGINATION ----------------------------------------*/
.gstPage
{
	display: inline;
	float: left;
	width: 500px;
	margin: 10px 0 0 185px;
	padding: 5px 0;
}

.gstPage img
{
	vertical-align: middle;
}

.gstPage ul
{
	list-style-type: none;
	margin: 0;
	text-align: center;
}

.gstPage ul li
{
	display: inline;
	float: left;
	height: 18px;
	margin: 0 3px 0 2px;
	padding: 1px 0 0 1px;
	color: #628000;
	font-size: 12px;
	font-weight: bold;
	background: #FFF;
}

.gstPage ul li span
{
	display: block;
	height: 17px;
	padding: 1px;
	border: 1px solid #C9C9C9;
}

.gstPage ul li span span
{
	display: block;
	height: 15px;
	padding-top: 1px;
	color: #FF7800;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFF3E8;
	border: none;
}

.gstPage ul li a
{
	display: block;
	height: 16px;
	padding: 1px 2px 0;
	color: #FF7800;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background-color: #EEE;
}

.gstPage ul li.first, .gstPage ul li.back, .gstPage ul li.next, .gstPage ul li.last
{
	width: 18px;
	margin: 0 10px;
}

.gstPage ul li.first span, .gstPage ul li.back span, .gstPage ul li.next span, .gstPage ul li.last span
{
	display: block;
	width: 17px;
}

.gstPage ul li.first span span, .gstPage ul li.back span span, .gstPage ul li.next span span, .gstPage ul li.last span span
{
	display: block;
	width: 15px;
}

.gstPage ul li.first a, .gstPage ul li.back a, .gstPage ul li.next a, .gstPage ul li.last a
{
	display: block;
	width: 17px;
	padding: 1px 0 0;
}

.gstPage ul li.first a
{
	background: url(../images/pagination.gif) no-repeat 0 -34px #EEE;
}

.gstPage ul li.back a
{
	background: url(../images/pagination.gif) no-repeat 0 -51px #EEE;
}

.gstPage ul li.next a
{
	background: url(../images/pagination.gif) no-repeat 0 -17px #EEE;
}

.gstPage ul li.last a
{
	background: url(../images/pagination.gif) no-repeat 0 0 #EEE;
}

.gstPage ul li a:hover
{
	text-decoration: none;
	background-color: #FFF;
}

.gstPage ul li.first a:hover
{
	background: url(../images/pagination.gif) no-repeat 0 -34px #FFF;
}

.gstPage ul li.back a:hover
{
	background: url(../images/pagination.gif) no-repeat 0 -51px #FFF;
}

.gstPage ul li.next a:hover
{
	background: url(../images/pagination.gif) no-repeat 0 -17px #FFF;
}

.gstPage ul li.last a:hover
{
	background: url(../images/pagination.gif) no-repeat 0 0 #FFF;
}

/* IE6 FIXES ----------------------------------------*/
* html .gstPage
{
	margin: 20px 0 0 155px;
}

* html .gstPage ul li span
{
	width: 17px;
}

* html .gstPage ul li span span
{
	width: 15px;
}

* html .gstPage ul li a
{
	width: 15px;
	padding: 1px 2px 0;
}

#filAriane ul 			{ margin: 0;}
#filAriane ul li		{ float: left; 	background: none; 	padding: 0; list-style: none; list-style-type: none; }

#filAriane ul li a
{
	display: block;
	padding: 7px 20px 5px;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
}

#filAriane ul li.actif a,
#filAriane ul li a:hover
{
	background-color: #4B5363;
	color: #fff;
	
}

div#candiType table					{ width: 600px; clear: both; border: 4px #ccc solid; display: block; margin: 0 auto 20px; background-color: #fff; }
div#candiType table	th				{ padding-left: 10px; width: 220px; text-align: left; vertical-align: top; }
div#candiType table	td				{ width: 350px; } 
a#btn								{ padding: 2px 0; border: 1px #ccc solid; display: block; width: 100px; color: #5F5F5F; text-align: center; margin: 10px auto 15px; }
a#btn:hover							{ text-decoration: none; }
