
/*
 *	-----------------------------------------------
 *	S T Y L E S   P A R   D E F A U T
 *	-----------------------------------------------
 */

body {
	background-color: #eff6ff;
	margin-top: 0;
	padding: 0;
}


a, a:active, a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* liens vers site externes => popup */
a.spip_out, a.spip_out:link, a.spip_out:visited, a.spip_out:hover, a.spip_out:active  {
	color: gray;
	font-family: Verdana;
	font-size: 12px;
/*
	display: block;
	position:relative;
	height: 20px;
*/
	line-height: 20px;
	vertical-align: center;
	background-image: url(liens-gris.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
}

table.spip td {
	padding: 5em 1em;
}

table.spip i.spip {
	font-size: 12px;
}

input.spip_bouton {
	text-align: center;
	margin: auto;
}

/*
 *	-----------------------------------------------
 *	P O S I T I O N N E M E N T   D E S   B L O C S
 *	-----------------------------------------------
 */

#bloc-page {
	border: #cdd4dd solid 1px;
	background: white;
	position: relative;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

#bloc-entete-accueil {
	position: relative;
	top: 0;
	left: 0;
	width: 850px;
	height: 420px;
}

#bloc-entete  {
	background-image: url(conseil_evaluation.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	/* width: 100%; */
	width: 850px;
	height: 109px;
}

#bloc-menu-rubriques {
	position: absolute;
	top: 110px;
	left: 0;
	width: 100%;
	height: 65px;
	visibility: visible
}

#bloc-menu-articles {
	position: absolute;
	z-index: 2;
	top: 174px;
	left: 0;
	width: 230px;
	visibility: visible;
	margin-top: 10px;
}

#bloc-contenu  {
	border: white dotted 1px; /* corrige un bug de décalage du bloc sous Opera ??? */
	position: relative;
	top: 174px;
	left: 278px;
	width: 480px;
	visibility: visible;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-bottom: 350px;
}

#contenu-article {
	position: relative;
	overflow: visible;
	clear: both;
}

#baseline-accueil {
	position: absolute;
	top: 410px;
	padding: 2em;
	font-family: Verdana;
	color: #A4D0F4;
	font-size: 10px;
	text-align: center;
}

#baseline {
	position: absolute;
	top: 102%;
	font-family: Verdana;
	color: #A4D0F4;
	font-size: 10px;
	text-align: center;
}

#baseline a, #baseline-accueil a {
	font-family: Verdana;
	color: #A4D0F4;
	font-size: 10px;
}

.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}

/*
 *	------------------------------
 *	M E N U   H O R I Z O N T A L
 *	------------------------------
 */

#logo-mc2 {
	/*float: left;*/
	position: absolute;
	top: 0;
	left: 94px;
}

ul#menu-top {
	position: absolute;
	top: 5px;
	left: 278px;
	width: 570px;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#menu-top li {
	text-align: center;
	width: 65px;		/* OK pour IE6, debordement avec gecko)
	/*min-width: 68px; width: auto; */	/*  OK gecko, bug IE5-mac, non traité par IE6 */
	float: left;
	margin-right: 8px;
	line-height: 1em;
	vertical-align: top;
}

ul#menu-top li#li_4,
ul#menu-top li#li_3 {
	width: 80px;
}

ul#menu-top li img {
	border-width: 0;
	margin: 0;
}

ul#menu-top li a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	white-space: nowrap;
	color: #9d9d9d;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0;
	display: block;
}

ul#menu-top li span {
	display: block;
}


/*
 *	---------------------------
 *	M E N U   D E   G A U C H E
 *	---------------------------
 */

ul#menu-gauche {
	float: right;
	width: 200px;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#menu-gauche li {
	text-align: right;
}

ul#menu-gauche li a {
	font-family: Verdana;
	font-size: 10px;
}

#logo-rubrique {
	margin-top: 20px;
	float: right;
}

.listes-div {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family:Verdana;
	font-size:10px;
}

.listes-ref {
	width: 200px;
}

select, option {
	font-family:Verdana;
	font-size:10px;
}

/*
 *	-----------------------------
 *	C O N T E N U   A R T I C L E
 *	-----------------------------
 */

h1 {
	background-color: #eff6ff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
	padding: 3px;
}

h2 {
	background-color: #eff6ff;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	margin: 15px 0px 10px 5px;
	padding: 3px;
}

h3.spip {
	background-color: #eff6ff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0px 10px 0px;
	padding: 3px;
}

#contenu-article {
	font-family: Verdana;
	font-size: 12px;
	text-align: justify;
	padding-bottom: 2em;
}

#contenu-article ul {
	margin: 0;
	padding: 0;
}

#contenu-article li {
	margin-left: 15px;
	margin-bottom: 0.5em;
}

/*
 *	------------------------------------------
 *	L I S T E   D E S   C O N S U L T A N T S
 *	------------------------------------------
 */
table#liste-consultants * {
	font-family: Verdana;
	font-size: 12px;
}

#liste-consultants td.titre {
	width: 150px;
	font-weight: bold;
	text-align: left;
}

#liste-consultants td.titre a,
#liste-consultants td.titre a:link,
#liste-consultants td.titre a:visited {
	color: #999;
}

span.titre {
	font-weight: bold;
	color: #999;
}

p.descriptif {
	font-size: 0.9em;
}

#liste-consultants td.descriptif * {
	font-size: 0.9em;
}

/*
 *	------------------------------------------
 *	P A G E    C O N S U L T A N T
 *	------------------------------------------
 */

table#fiche-consultant, table#liste-consultants {
	margin-top: 2em;
}


table#fiche-consultant * {
	font-family: Verdana;
	font-size: 11px;
}

#fiche-consultant tr.entete {
	margin: 10px 0;
	padding: 0;
}


#fiche-consultant tr.entete td.nom {
	background-color: #eff6ff;
	color: #8a8a8a;
	font-size: 1.05em;
	font-weight: bold;
}

#fiche-consultant tr.entete td.photo {
	padding: 0;
	width: 60px;
}

#fiche-consultant tr.hobby td.photo {
	vertical-align: top;
}

#fiche-consultant td.texte {
	text-align: left;
}

#fiche-consultant td.texte strong {
	font-weight: bold;
	font-size: 1.1em;
}


/*
 *	---------------------------------------
 *	L I S T E   D E S   R E F E R E N C E S
 *	---------------------------------------
 */

.references th {
	background-color: #eff6ff;
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
	padding: 10px 5px;
}

.references th {
	text-align: left;
	padding-left: 5px;
}

#bloc-contenu table {
	font-family: Verdana;
	font-size: 10px;
}

#bloc-contenu table tr {
}

#bloc-contenu table th {
	font-family:Verdana;
	font-size:10px;
}

#bloc-contenu table td {
	padding: 5px;
	vertical-align: top;
}

.tr-color0 {
	background-color: #f0f0f0;
}
.tr-color1 {
	background-color: #ffffff;
}


/*
 *	---------------------------------------
 *	L I S T E   D E S   L I E N S
 *	---------------------------------------
 */

table.liens td {
	vertical-align: top;
	font-family: Verdana;
	font-size: 12px;
}

table.liens td.nom {
	text-align: right;
	font-weight: bold;
}

tr.lienvert td.nom {
	color: #6b8e23;
}

tr.lienvert a,
tr.lienvert a:link,
tr.lienvert a:visited,
tr.lienvert a:hover,
tr.lienvert a:active {
	color: #6b8e23;
	line-height: 20px;
	display: block;
	height: 16px;
	vertical-align: center;
	background-image: url(liens-verts.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0 20px;
}

tr.liengris td.nom {
	color: gray;
}

tr.liengris a,
tr.liengris a:link,
tr.liengris a:visited,
tr.liengris a:hover,
tr.liengris a:active {
	color: gray;
	display: block;
	height: 16px;
	line-height: 20px;
	vertical-align: center;
	background-image: url(liens-gris.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
}

tr.lienorange td.nom {
	color: #ffa500;
}
tr.lienorange a {
	color: #ffa500;
	display: block;
	height: 16px;
	vertical-align: center;
	background-color: transparent;
	background-image: url(liens-orange.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 22px;
	margin: 0;
}

tr.lienbleu td.nom {
	color: #1e90ff;
}
tr.lienbleu a,
tr.lienbleu a:link,
tr.lienbleu a:visited,
tr.lienbleu a:hover,
tr.lienbleu a:active {
	display: block;
	height: 16px;
	color: #1e90ff;
	line-height: 20px;
	vertical-align: center;
	background-image: url(liens-bleus.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
}


/*
 *	---------------------------------------
 *	P A G E   C O N T A C T S
 *	---------------------------------------
 */

.adresse {
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	clear: both:
}

a.lienmailbleu,
a.lienmailbleu:link,
a.lienmailbleu:visited,
a.lienmailbleu:hover,
a.lienmailbleu:active {
	color: #1e90ff;
}


a.imprimer,
a.imprimer:link,
a.imprimer:visited,
a.imprimer:hover,
a.imprimer:active {
	color: #ffa500;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

#formulaire-contact label {
	font-family: Verdana;
	font-size: 12px;
}

textarea.forml, input.forml {
	width: 30em;
	font-family: Verdana;
	font-size: 11px;
}

.spip_bouton {
	text-align: center;
	margin: 10px auto;
}