/* Definitions generales */
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.2em;
	color: #000;
	background: #fff url(../images/entete_article.jpg) 0 0 no-repeat;
}
img { border-width: 0px; }
div, span, form, ul, li, fieldset {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
* a, * a:visited {
	color: #4896f3;
	text-decoration: none;
}
* a:hover {
	font-weight: bold;
	color: #008bcf;
	cursor: pointer;
}
* a.spip_out {
	padding-left: 20px;
	background: url(../images/puce_lien.gif) center left no-repeat;
}

.clear { clear: left; }
.invisible { display: none; }
.adroite { float: right; }
#contenu p.center { text-align: center; }
small {
	font-size: .8em;
	font-style: italic;
	color: #666;
}
.illustration {
	float: left;
	margin: 0 10px 3px 0;
}
hr {
	color: #c1d3d8;
	background-color: #c1d3d8;
	border: 1px #c1d3d8 none;
	height: 1px;
	margin: .4em 0 1em;
}
hr.big {
	color: #fff;
	background: #fff url(../images/pointille.gif) 0 0 repeat-x;
	border: 1px #fff none;
	height: 7px;
	margin: .4em 0 1em;
}
hr.spacer {
	color: #fff;
	background-color: #fff;
	border: 1px #fff none;
	height: 16px;
	margin: 1em 0;
}
span.lienspagination {
	font-weight: bold;
	font-variant: small-caps;
}
sup.typo_exposants {
 font-size: 75%;
 font-variant: normal;
 vertical-align: super; 
}

/* Logo */
#logo {
	position: absolute;
	left: 29px;
	top: 15px;
	width: 209px;
	height: 90px;
}

/* En-tête */
#header { height: 100px; }
#formrecherche {
	display: block;
	float: right;
	margin: 2px 6px 0 0;
	text-align: right;
	display: inline;
}
#formrecherche input {
	margin: 0 0 4px;
	border: 1px solid #8dabd0;
	width: 85px;
	font-size: .8em;
	color: #606060;
	text-align: right;
}

/* Menu */
#menu {
	position: absolute;
	top: 54px;
	left: 389px;
	z-index: 30;
/**
border: 1px solid red;
/**/
}

/* Fil d'ariane */
#hierarchie {
	position: absolute;
	z-index: 10;
	top: 92px;
	left: 409px;
	height: 14px;
	font-size: .8em;
	color: #54696e;
	vertical-align: top;
}

/* Pièces jointes */
#contenu .attachments {
	display: block;
	border: 1px solid #d1d5d9;
	background-color: #e2dbd3;
	font-size: .9em;
	margin: 10px 0 0 0;
	padding: 10px;
}

/* Pagination */
.pagination {
	display: block;
	float: right;
	width: auto;
	padding: 3px 0 0 20px;
	margin: 1em 0 0;
	border-top: 1px solid #888;
	font-size: .7em;
	color: #54696e;
}
span.on {
	background-color: #f6bf80;
	font-weight: bold;
	padding: 1px 3px;
}

/* Contenu */
#wrapper {
	float: left;
	width: 100%;
	margin-left: -110px;
}
#content {
	margin: 11px 18px 0 110px;
	background: url(../images/r.gif) top right repeat-y;
}
#contenu {
	padding: 5px 55px 0 50px;
	min-height: 500px;
}
#contenu h1 {
	font-weight: normal;
	font-size: 1.9em;
	line-height: 1.0em;
	color: #008bcf;
	margin: -1px 0 0.6em;
}
#contenu h2 {
	color: #2b619b;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.4em;
	padding-bottom: 1em;
}
#contenu h3 {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.0em;
	padding-bottom: 1em;
}
#contenu p {
	padding-bottom: .8em;
	text-align: justify;
}
#contenu p.categorie { padding-bottom: 0; }
#contenu p.date {
	font-size: .85em;
	font-style: italic;
	color: #ee7f01;
	line-height: .9em;
	margin: -10px 0 1em;
}
#contenu p.soustitre {
	margin-top: -10px;
	font-size: 	1.4em;
	font-weight: bold;
}

/* Autres styles de texte communs à plusieurs éléments */
p strong {
	font-size: 1.15em;
	color: #3d3d3d;
}
#focus p.suite { margin-top: 5px; }
#contenu p.suite { text-align: right; }
p.suite a, p.suite a:visited {
	color: #4e3e07;
	font-weight: bold;
	text-decoration: underline;
	
}
p.suite img {
	vertical-align: bottom;
	text-align: right;
}
p.suite a:hover {
	color: #008bcf;
	font-style: italic;
}
#contenu .notes {
	font-size: .9em;
	padding: 0;
	margin-left: 0;
	margin-right: 30%;
}
.indentation { margin-left: 10px; }

/* Separateur */
#separateur {
	position: absolute;
	left: 390px;
	top: 17px;
	width: 1px;
	height: 517px;
	background: url(../images/gris.gif) 0 0 repeat-y;
}

/* Colonne de droite : partenaires */
#rightcolumn {
	float: right;
	width: 110px;
	background: #fff url(../images/fond_droite.gif) 0 0 no-repeat;
	height: 534px;
	margin-top: 50px;
	padding-top: 40px;
}
#rightcolumn form {
	padding: 0 6px 0 12px;
	text-align: right;
}
#rightcolumn form p input {
	margin: 0 0 4px;
	border: 1px solid #8dabd0;
	width: 85px;
	font-size: .7em;
	color: #606060;
	text-align: right;
}
#rightcolumn p {
	color: #585252;
	font-size: 1.2em;
	text-align: right;
	margin: 0 0 .5em;
}
#rightcolumn p a, #rightcolumn p a:visited {
	color: #585252;
	font-size: .8em;
}
#rightcolumn p.petit {
	font-size: .95em;
	margin: 0 0 .6em;
	line-height: .9em;
}
#rightcolumn.logout p { padding-right: 4px; }
#rightcolumn.logout p a {
	font-size: .7em;
	color: #606060;
	font-style: italic;
}
#rightcolumn p a:hover {
	color: #000;
	font-weight: bold;
}
#rightcolumn hr {
	color: #c4c4c4;
	background-color: #c4c4c4;
	border: 1px #c4c4c4 none;
	height: 1px;
	margin: 22px 0 6px;
}
#rightcolumn ul li {
	text-align: center;
	margin: 30px 0;
}

/* Pied de page */
#footer {
	clear: both;
	width: 100%;
	margin: 19px 0;
}
#footer div {
	display: block;
	background-color: #9b8e72;
	margin: 0 150px 0 0;
	padding: 5px 20px 0 11px;
	height: 22px;
	font-size: .8em;
	color: #585252;
}
#footer div a, div a:visited { color: #585252; }
#footer div a:hover {
	color: #fff;
	font-weight: bold;
}
#footer div.adroite {
	display: inline;
	margin-top: -27px;
	float: right;
	font-size: 1.1em;
	color: #fff;
	font-size: .8em;
}
#footer div.adroite a, #footer div.adroite a:visited { color: #fff; }
#footer div.adroite a:hover {
	color: #000;
	font-weight: bold;
}
.rectangle {
	border: 1px solid #999;
	margin: 0 5px;
	padding: 0 5px;
}
