/* Galerie-infographie - public.css */


* {
	margin: 0;
	padding: 0;
}
img { border: 0; }
body {
	font: normal 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #666;
	color: #333;
	text-align: center;
	padding: 0;
	margin: 0;
}
span.hidden { visibility: hidden; }
ul {
	list-style-type: none;
	margin: 1em 0 1em 0;
}
/* Layout */
div#design_top {
	margin: 0 auto;
	width:1006px;
	background: url(images/design_top.png) top center no-repeat;
}
div#design_top_extended {
	margin: 0 auto;
	width:1006px;
	background: url(images/design_extended_top.png) top center no-repeat;
}
div#design_body {
	margin: 0 auto;
	width:1006px;
	background: url(images/design_middle.png) top center repeat-y;
	position: relative;
}

div#design_bottom {
	margin: 0 auto;
	width:1006px;
	background: url(images/design_bottom.png) top center no-repeat;
}
/* Reste du positionnement de l'interface */
div#header {
	width: 865px;
	height: 225px;
	margin: 0 auto;
	position: relative;
}
div#design_body>div#content,div#content {
	width: 825px;
	margin: 0 auto;
	text-align: justify;
	padding: 5px 0 0;
	position: relative;
}
div#content {
	width: 825px;
	margin: 0 auto;
	text-align: justify;
	padding: 5px 0 0;
	position: relative;
}
/*
	Modif style p et li, attention ça été fait sur base de about.tpl mais ça touche tout le site
*/
div#content p {
	font-size: 1.2em;
	margin-bottom: 1em;
}
div#content li {
	font-size: 1.2em;
	margin-left: 3em;
	margin-bottom: 0.5em;
}
h1 a {
	display: block;
	width: 256px;
	height: 112px;
	background: url(images/title.png) top left no-repeat;
	position: absolute;
	bottom: 23px;
	left: 7px;
	text-indent: -20000px;
	z-index: 85;
}
h1 a:hover { background-position: 0 -112px; }
h2 {
	font: bold 2.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0.5em;
}
h2 img { vertical-align: baseline; }
h3 {
	font: bold 1.8em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0.5em;
	clear: both;
}
h3 img { vertical-align: baseline; }
.thecode { font-family:Courier New, Courier, Prestige, monospace; }
/* Menu */
div#menu {
	width: 825px;
	height: 36px;
	margin: 0 auto;
	position: relative;
}
div#menu ul {
	height: 36px;
	width: 661px;
	list-style: none inside;
	margin: 0;
	position: absolute;
	left: 189px;
}
div#menu ul li {
	margin: 0;
	padding: 0;
}
div#menu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
}
div#menu ul li#events a {
	display: block;
	margin: 0;
	background: transparent url(images/menu_ext_events.png) no-repeat scroll 30px 2px;
	width: 179px;
	height: 36px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
div#menu ul li#events a:hover { background-position: 30px -29px; }
div#menu ul li#forum a {
	display: block;
	margin: 0;
	background: url(images/menu_ext_forum.png) 9px 2px no-repeat;
	width: 107px;
	height: 36px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 179px;
}
div#menu ul li#forum a:hover { background-position: 9px -30px; }
div#menu ul li#users a {
	display: block;
	margin: 0;
	background: url(images/menu_ext_users.png) 9px 2px no-repeat;
	width: 155px;
	height: 36px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 286px;
}
div#menu ul li#users a:hover { background-position: 9px -30px; }
/* Menu_extended */
div#menu_extended {
	width: 825px;
	height: 36px;
	margin: 0 auto;
	position: relative;
}
div#menu_extended ul {
	height: 36px;
	width: 843px;
	list-style: none inside;
	margin: 0;
	position: absolute;
	left: 0;
}
div#menu_extended ul li {
	margin: 0;
	padding: 0;
}
div#menu_extended ul li a {
	margin: 0;
	padding: 0;
	border: 0;
}
div#menu_extended ul li#myGallery a {
	display: block;
	margin: 0;
	background: url(images/menu_ext_gallery.png) 41px 2px no-repeat;
	width: 179px;
	height: 36px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 32px;
}
div#menu_extended ul li#myGallery a:hover { background-position: 41px -30px; }
div#menu_extended ul li#events a {
	display: block;
	margin: 0;
	background: url(images/menu_ext_events.png) 5px 2px no-repeat;
	width: 179px;
	height: 36px;
	padding: 0;
	position: absolute;
	top: 0;
	right: 450px;
}
div#menu_extended ul li#events a:hover { background-position: 5px -29px; }
div#menu_extended ul li#forum a {
	display: block;
	margin: 0;
	background: url(images/menu_ext_forum.png) 10px 2px no-repeat;
	width: 107px;
	height: 36px;
	padding: 0;
	position: absolute;
	top: 0;
	right: 369px;
}
div#menu_extended ul li#forum a:hover { background-position: 10px -30px; }
div#menu_extended ul li#users a {
	display: block;
	margin: 0;
	background: url(images/menu_ext_users.png) 9px 2px no-repeat;
	width: 155px;
	height: 36px;
	padding: 0;
	position: absolute;
	top: 0;
	right: 213px;
}
div#menu_extended ul li#users a:hover { background-position: 9px -30px; }
div#menu_spacer {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 22px; /*background: url(images/under_menu.png) top left no-repeat;*/
	clear: left;
}
/* Footer */
div#foot {
	width: 825px;
	height: 100px; /*background: url(images/foot.png) top left no-repeat;*/
	margin: 0 auto;
	text-align: right;
	padding: 8px 0 0 0;
	clear: both;
}
div#foot a { /*display: block;*/ margin: 0 12px 0 0; }
div#foot a img { vertical-align: -3px; }
/* Liens */
a, a:link {
	cursor: pointer;
	text-decoration: none;
	color: #230285;
}
a:visited { color: #66588d; }
a:hover {
	color: #3E04EC;
	text-decoration: none;
}
a:hover img {
	border: 0;
	text-decoration: none;
}
a:active { color: #871700; }
/* Eléments de la page d'accueil */
div#homePages {
	width: 630px;
	min-height: 575px;
	padding: 0 0 0 7px;
	float: left;
}
div#homePages div#homePages h3#nowOnSiteTitle {
	margin: 1em 0 0.1em;
	clear: right;
}
div#homePages p {
	font-size: 1.1em;
	margin: 0 0 0.5em;
}
div#homePages h3#edito { clear: right; }
div#editoInfos {
	margin: 0 0 1em;
	text-align: left;
	color: gray;
	font-size: 1.1em;
	font-style: italic;
}
div#editoText { font-size: 1.1em; }
div#aroundedito {
	margin: 1em 1em 2em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background-color: #eee;
}
p#editoImg {
	float: right;
	width: auto;
}
p#editoImg img { margin: 0 9px 0 1em; }
div#editoInfos img { vertical-align: middle; }
/* Sur le site... */
table#nowOnSite {
	width: 100%;
	margin: 1em 0 0.5em;
}
table#nowOnSite h4 {
	text-align: left;
	font: bold 1.5em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 1em 0 0.5em;
}
table#nowOnSite tr td h4 img, table#nowOnSite tr td a.follow img { vertical-align: middle; }
table#nowOnSite tr td {
	width: 33%;
	padding: 0 7px 0;
	vertical-align: top;
	text-align: left;
}
table#nowOnSite tr td a.follow {
	display: block;
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
table#nowOnSite tr td#lastEvents {
	border-left: 1px dotted #ddd;
	border-top: 0;
	border-bottom: 0;
	padding: 2px 7px;
}
table#nowOnSite tr td dl dt {
	font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0.1em;
}
table#nowOnSite tr td dl dd {
	font: italic 1.1em Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0.75em 2em;
}
table#nowOnSite tr td dl dt a img, table#nowOnSite tr td dl dd a img { vertical-align: middle; }
table#nowOnSite tr td#lastMessages { width: 66%; }
/* Dernières images */
div#lastImages {
	float: right;
	top: 0;
	right: 0;
	width: 185px;
	background: url(images/column_bottom.png) bottom left no-repeat;
	padding: 0 auto;
	padding-bottom: 4em;
	margin: 0;
	text-align: center;
}

div#lastImages div.navigation {
	clear: both;
	margin: 2px 0 0;
	text-align: center;
}
div#lastImages div.thumbBox {
	float: right;
	margin: 0 7px 5px 0;
}
div#lastImages div.thumbBox.pair {
	clear: right;
	margin: 0 4px 5px 0;
}
/* div.imageContainer { height: 525px; } */

div#lastImages>div.imageContainer>div.thumbBox.pair {
	clear: right;
	margin: 0 7px 5px 0;
}
div#lastImages h3 {
	width: 185px;
	height: 51px;
	font: bold 1.4em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: url(images/column_top.png) top left no-repeat;
	margin: 0 auto -1.5em;
	color: #444;
	text-align: left;
	text-indent: 5px;
	padding: 25px 0 0 5px;
}
div#lastImages h3 img, div#lastImages a#feedLink img { vertical-align: middle; }
div#lastImages a#feedLink {
	display: block;
	text-align: right;
	margin: 0.25em 9px 32px;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	clear: left;
}
span.clearer, a.clearer {
	display: block;
	margin: 0;
	padding: 0;
	clear: left;
}
hr {
	clear: both;
	line-height: 0px;
	visibility: hidden;
}
/* Expositions */
div#expositions {
	background: #e0e0e0 url(images/forum_one_bottom.png) bottom left no-repeat;
	padding: 0 0 30px;
	width: 800px;
	margin: 1em auto;
	clear: both;
}
div#concours {
	background: #d2d8df url(images/forum_two_bottom.png) bottom left no-repeat;
	padding: 0 0 30px;
	width: 800px;
	margin: 1em auto;
	clear: both;
}
div#expositions h3 {
	color: #444;
	margin: 0;
	padding: 5px 0 5px 15px;
	background: #e0e0e0 url(images/forum_one_top.png) top left no-repeat;
}
div#concours h3 {
	color: #444;
	margin: 0;
	padding: 5px 0 5px 15px;
	background: #d2d8df url(images/forum_two_top.png) top left no-repeat;
}
div#expositions h3 img, div#concours h3 img { vertical-align: -2px; }
div#expositions p.BBC_p, div#concours p.BBC_p { margin: 0 0.75em 0.5em; }
div#expositions h4, div#concours h4 {
	margin: 0 1em 0.5em;
	font: bold 1.4em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
div.event {
	margin: 0.5em auto;
	width: 95%;
	padding: 0 0 1em;
}
div.event h5 {
	margin: 0.25em 1em 0.5em;
	font: bold 1.3em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
div.event h5 a { ;
}
div.event h5 a img, div.event a.seeEvent img { vertical-align: middle; }
div.event p {
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	margin: 0.5em 2em;
}
div.event div.thumbBox { margin: 0.5em 1.0em 0 0.75em; }
div.event a.seeEvent {
	clear: left;
	display: block;
	text-align: center;
	font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;
}
span.section_delimiter {
	display: block;
	width: 100%;
	border-bottom: 2px dotted white;
	margin: 0 0 2em;
}
div#expositions div.images {
	width: 90%;
	margin: 0 auto;
}
div.eventInfos {
	width: 790px;
	margin: 0 auto;
}

div.eventInfos div.thumbBox {
	margin: 2px 10px 2px 0;
}

div.event_register {
	border: 1px solid #0078f5;
	background: #cadff5;
	text-align: left;
	width: 790px;
	margin: 0.5em auto 0.5em;
	padding: 4px;
	position: relative;
	font: normal 1.1em/1.5em Verdana, Arial, Helvetica, sans-serif;
}
div.event_register img { vertical-align: middle; }
div.participation {
	width: 90%;
	margin: 0 auto;
}
div.bottomInfos {
	clear: both;
	text-align: right;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
}
div.voteInfos {
	text-align: center;
	margin: 0 auto 1em;
	font: bold 1.2em "Trebuchet", Verdana, Arial, Helvetica, sans-serif;
}
div.rank_1 {
	margin: 2em auto 1em;
	width: 800px;
	min-height: 180px;
	padding: 0 0 35px;
	background: #FFD633 url(images/concours_first_bottom.png) bottom left no-repeat;
}
div.rank_1 h4 {
	color: #444;
	margin: 0;
	padding: 5px 0 5px 15px;
	background: #FFD633 url(images/concours_first_top.png) top left no-repeat;
	font: bold 1.6em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
div.rank_2 {
	margin: 0 auto 1em;
	width: 800px;
	padding: 0 0 35px;
	min-height: 150px;
	background: #E8E8E8 url(images/concours_second_bottom.png) bottom left no-repeat;
}
div.rank_2 h4 {
	color: #444;
	margin: 0;
	padding: 5px 0 5px 15px;
	background: #E8E8E8 url(images/concours_second_top.png) top left no-repeat;
	font: bold 1.6em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
div.rank_3 {
	margin: 0 auto 1em;
	width: 800px;
	min-height: 150px;
	padding: 0 0 35px;
	background: #D2B778 url(images/concours_third_bottom.png) bottom left no-repeat;
}
div.rank_3 h4 {
	color: #444;
	margin: 0;
	padding: 5px 0 5px 15px;
	background: #D2B778 url(images/concours_third_top.png) top left no-repeat;
	font: bold 1.6em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
div.ranked {
	margin: 0 auto 1em;
	width: 800px;
	min-height: 150px;
	min-height: 150px;
	padding: 0 0 35px;
	background: #d2d8df url(images/forum_two_bottom.png) bottom left no-repeat;
}
div.ranked h4 {
	color: #444;
	margin: 0;
	padding: 5px 0 5px 15px;
	background: #d2d8df url(images/forum_two_top.png) top left no-repeat;
	font: bold 1.6em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
div.rank_1 h4 img, div.rank_2 h4 img, div.rank_3 h4 img, div.ranked h4 img { vertical-align: middle; }
div.rank_1 div.thumbBox, div.rank_2 div.thumbBox, div.rank_3 div.thumbBox, div.ranked div.thumbBox { margin: 0.5em 1em 0 2em; }
/* Classes diverses */
a#rssFeed { margin: 0.25em 0 1em; }
a#tagLink {
	margin: 0.25em 0 1em 1.5em;
	font-size: 1.1em;
}
a#tagLink img { vertical-align: middle; }
div#tagBrowsing {
	width: 96.5%;
	margin: 0 auto 0;
}
div#messagePreview {
	width: 500px;
	background: white;
	margin: 1em auto;
	padding: 5px;
	border: 1px solid gray;
}
div#messagePreview h4 {
	font: bold 1.3em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed gray;
	margin: 0 0 0.5em;
	padding: 0 0 0.25em 0;
}
/* Formulaire */
select option {
	padding: 0 0.2em 0 0.2em;
	background-repeat: no-repeat;
	background-position: 0.2em center;
}
select option.ico { padding-left: 2em; }
/* BBcodes (anciennement dans un fichier séparé */
img.emoticon, p.BBC_p img { vertical-align: middle; }
p.BBC_p {
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	margin: 0.5em 0 0;
}
span.BBC_underline { text-decoration: underline; }
span.BBC_del { text-decoration: line-through; }
.BBC_center {
	text-align: center !important;
	width: 100%;
	display: block;
}
.BBC_left {
	text-align: left;
	width: 100%;
	display: block;
}
.BBC_right {
	text-align: right;
	width: 100%;
	display: block;
}
.BBC_justify {
	text-align: justify;
	width: 100%;
	display: block;
}
/* BBCode Toolbar */
div.BBCodeToolBar {
	margin: 0.75em 0 0.25em;
	position: relative;
	height: 28px;
}
div.BBCodeToolBar a {
	display: block;
	float: left;
	height: 18px;
	padding: 2px 4px;
	border: 1px solid #336;
	margin: 0 2px 2px 0;
	background: #eee;
}
div.BBCodeToolBar span.spacer {
	display: block;
	float: left;
	width: 5px;
}
div.BBCodeToolBar a img { vertical-align: middle; }
#overlay { text-align: center; }
div#inside {
	text-align: center;
	width: 100%;
	z-index: 3000000;
	position: absolute;
}
div.bbcodePrompt {
	clear: left;
	margin: 0.5em 0 0.25em;
	border: 1px solid #336;
	background: #eee;
	text-align: left;
	width: 350px;
	padding: 5px;
	font-size: 1.1em;
	position: relative;
}
div.bbcodePrompt.colo { width: 200px; }
div.bbcodePrompt.colo #changec {
	margin: 0;
	padding: 0;
	padding-right: 1em;
}
div.bbcodePrompt a {
	border: 0;
	background-color: transparent;
}
div.bbcodePrompt #couleurs a.coloSelect {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 0;
}
div#bbcodeInterface {
	margin: 10% auto 0;
	border: 1px solid black;
	background: white;
	text-align: left;
	z-index: 3000001;
	width: 494px;
	padding: 5px;
	font-size: 1.1em;
	position: relative;
}
div#bbcodeInterface div#favs {
	height: 260px;
	overflow: auto;
	background: #eee;
	border: 1px solid gray;
}
div#bbcodeInterface div#favs a {
	margin: 0.25em;
	float: left;
}
div#bbcodeInterface label, div.bbcodePrompt label {
	color: #336;
	font: bold 1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin-bottom: 1em;
}
div#bbcodeInterface input, div#bbcodeInterface select, div.bbcodePrompt select, div.bbcodePrompt input {
	border: 1px solid #7474e5;
	background: #CADFF5;
	padding: 2px;
	font: normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	margin: 0 0 1em 0.5em;
	vertical-align: middle;
}
a#undoCode {
	position: absolute;
	top: 5px;
	right: 0px;
}
.clear {
	clear: both;
	font-size: 1px;
}
div.bbcodePrompt input#validate {
	padding-left: 18px;
	background: #CADFF5 url(icons/accept.png) 2px center no-repeat;
}
blockquote {
	color: #333;
	border: 1px solid gray;
	padding: 5px 10px;
	margin: 0.5em 0;
	background: #ccc;
}
blockquote span.quote_author {
	display: block;
	margin: 0 0.5em 0.5em;
}
blockquote span.quote_author img { vertical-align: middle; }
/* Styles des blocs de vignette */
div.thumbBox {
	float: left;
	margin: 2px 0 0.25em 10px;
	text-align: right;
	width: 75px;
	border: 1px solid gray;
	padding: 2px;
	background: #f0f0ee;
	position: relative;
}
div.thumbBox.vignette { float: none; }
div.thumbBox.select { background-color: #9ADF8C; }
td.contentCell div.thumbBox { margin-right: 1em; }
td.contentCell div.thumbBox.vignette { float: left; }
div.thumbBox img.imgThumb { margin: 0 0 4px; }
div.thumbBox span.iconPlace {
	height: 18px;
	display: block;
}
div.thumbBox span.iconPlace * { vertical-align: middle; }
div.thumbBox span.iconPlace input { 
	visibility: hidden; 
	vertical-align: top!important; 
}
div.thumbBox span.imgSize {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	text-align: center;
	margin: 0 0 0.2em;
}
div.thumbBox.favedImg { background: #ffa; }
div.thumbBox.favedImg a.iconLink img.imgThumb { margin: 0 0 4px; }
div.thumbBox a.thumb img.faved {
	position: absolute;
	top: 3px;
	left: 3px;
}
div.thumbBox.movable {
	cursor: move;
	margin: 2px 0 0 0;
}
div.thumbBox.movable:hover, div.thumbBox.movable.hover {
	cursor: move;
	border: 1px solid #0078f5;
	background: #CADFF5;
}
div.thumbBox.movable.hoverclass {
	background: #CADFF5;
	border: 1px solid #74ACE5;
	position: absolute;
	z-index: 20000;
}
div.avatar {
	float: left;
	margin: 0 1em 1em 0;
	width: auto;
	border: 1px solid gray;
	padding: 2px;
	background: #f0f0ee;
	position: relative;
}
div.thumbBox.droper {
	width: 10px;
	height: 116px;
	border: 0;
	padding: 0;
	margin: 2px 0 0 0;
	background-color: transparent; /*#919395;*/
	;
}
div.thumbBox.droper.hoverclass {
	width: 20px;
	background: #CADFF5;
}
/* Styles des nuages de tags (tagClouds.css) */
div#tagCloud {
	width: 95%;
	border: 1px solid #0cf;
	background: #9ff;
	padding: 5px;
	margin: 0.5em auto;
	text-align: justify;
	font: normal "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	clear: both;
}
div#tagCloud a {
	text-decoration: none;
	display: inline;
	line-height: 24px;
	margin: 0 0.25em;
	vertical-align: middle;
}
div#tagCloud a:hover { background: center no-repeat url(./icons/tag_blue.png); }
div#tagCloud a.size_1 { font-size: 1.0em; }
div#tagCloud a.size_2 { font-size: 1.1em; }
div#tagCloud a.size_3 { font-size: 1.2em; }
div#tagCloud a.size_4 { font-size: 1.3em; }
div#tagCloud a.size_5 { font-size: 1.4em; }
div#tagCloud a.size_6 { font-size: 1.5em; }
div#tagCloud a.size_7 { font-size: 1.6em; }
div#tagCloud a.size_8 { font-size: 1.7em; }
div#tagCloud a.size_9 { font-size: 1.8em; }
div#tagCloud a.size_10 { font-size: 1.9em; }
div#tagCloud a.size_11 { font-size: 2.0em; }
div#tagCloud a.size_12 { font-size: 2.1em; }
div#tagCloud a.size_13 { font-size: 2.2em; }
div#tagCloud a.size_14 { font-size: 2.3em; }
div#tagCloud a.size_15 { font-size: 2.4em; }
div#tagCloud a.size_16 { font-size: 2.5em; }
div#tagCloud a.size_17 { font-size: 2.6em; }
div#tagCloud a.size_18 { font-size: 2.7em; }
div#tagCloud a.size_19 { font-size: 2.8em; }
div#tagCloud a.size_20 { font-size: 2.9em; }
/* Gère le style des menus de connexion et les racourcis de l'utilisateur une fois connecté 
/* Anciennement tools.css, connected_tools.css et frmconn.css */
div#tools {
	text-align: right;
	position: absolute;
	top: 108px;
	right: 34px;
	height: 20px;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
div#tools span#normalTools, div#tools span#shortcuts {
	display: block;
	float: left;
	margin: 0 0.5em 0 0;
}
div#tools a {
	color: #444;
	text-decoration: none;
	margin: 0 0.25em;
	vertical-align: middle;
}
div#tools a.tools_button {
	width: 22px;
	height: 16px;
	border: 1px solid #888;
	padding: 3px;
	background: #e5e5e5;
}
div#tools a img {
	vertical-align: 0;
	position: relative;
	bottom: -3px;
}
div#tools a#userLink { font-weight: bold; }
/* Lignes */
div#first_line, div#second_line, div#third_line { width: 565px; }
div#first_line, div#second_line {
	margin: 0 0 9px;
	height: 22px;
}
p#shcuts {
	margin: 0 0 5px 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #445;
	text-align: right;
}
div#third_line {
	margin: -4px 0 7px;
	height: 22px;
}
/* Formulaire de connexion */
div#frm_conn {
	text-align: right;
	margin: 0 20px 0 0;
	padding-top: 10px;
}
div#frm_conn a:hover {
	text-decoration: underline;
	color: #fff;
}
div#frm_conn p {
	margin-bottom: 0.5em;
	font-size: 1.2em;
	text-align: right;
}
div#frm_conn form#connectForm { margin-bottom: 0.5em; }
div#frm_conn form#connectForm input { vertical-align: middle; }
div#frm_conn form#connectForm input#user_login, div#frm_conn form#connectForm input#user_pass {
	border: 1px solid #888;
	background: #e5e5e5;
	padding: 2px 2px 2px 22px;
	display: inline;
	width: 125px;
}
div#frm_conn form#connectForm input#user_login { 
	background: #aaa url(icons/user.png) 2px center no-repeat; height: 15px; font-size: 1.2em; 
}
div#frm_conn form#connectForm input#user_pass { 
	background: #aaa url(icons/key.png) 2px center no-repeat; height: 15px; font-size: 1.2em; 
}
div#frm_conn form#connectForm input#user_connect {
	border: 1px solid #888;
	background: #aaa url(icons/connect.png) 3px 2px no-repeat; 
	padding: 2px 3px 17px 25px;
	height: 19px;
	display: inline; /* Compatibilité */
	cursor: pointer;
	font-size: 1.1em;
}
div#frm_conn form#connectForm input#user_login:hover, div#frm_conn form#connectForm input#user_pass:hover, div#frm_conn form#connectForm input#user_connect:hover, div#frm_conn form#connectForm input#user_login:focus, div#frm_conn form#connectForm input#user_pass:focus, div#frm_conn form#connectForm input#user_connect:focus { 
	background-color: #e5e5e5; 
}
div#frm_conn form#connectForm label#rememberMe {
	display: inline;
	margin: 0 3px 0 2px;
	color: #aaa;
	font-size: 1em;
	float: none;
}
div#frm_conn form#connectForm label#rememberMe .downme {
	position: relative;
	bottom: -2px;
}
div#frm_conn form#connectForm label#rememberMe input { vertical-align: middle; }
div#frm_conn span.erreur {
	color: #faa;
	background-image: url(icons/error.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}
/* Outils pour l'utilisateur connecté */
div#tools_connected {
	text-align: right;
	position: absolute;
	top: 108px;
	right: 34px;
	height: 20px;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
div#tools_connected span#normalTools, div#tools span#shortcuts {
	display: block;
	float: left;
	margin: 0 0.5em 0 0;
}
div#tools_connected a {
	color: #444;
	text-decoration: none;
	margin: 0 0.05em;
	position:relative;
	top:1px;
}
div#tools_connected a.tools_button {
	width: 22px;
	border: 1px solid #888;
	padding: 6px 4px 4px 3px;
	background: #e5e5e5;
	font-size:.8em;
	line-height: 6px;
}
div#tools_connected > a { vertical-align: middle; }
div#tools_connected > input { vertical-align: middle; }
div#tools_connected a img { vertical-align: -3px; }
div#tools_connected > a > img {
	vertical-align: 0;
	position: relative;
	bottom: -3px;
}
div#tools_connected a#userLink {
	font-weight: bold;
	vertical-align: middle;
}
div#tools_connected a#userLink span.light {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* Déclinaison de tools_button : inlinebutton (fait avec un A) */
a.inlinebutton {
	color: #444;
	text-decoration: none;
	position:relative;
	top:1px;
	width: 100%;
	border: 1px solid #888;
	padding: 3px 2px 1px 1px;
	margin: 0 0.05em;
	background: #e5e5e5;
	line-height: 6px;
}
a.inlinebutton img { 
	vertical-align: -3px; 
}


/* Racourcis d'action (quiter, pass oublié, etc.) */
a#register {
	background-image:url(icons/pencil.png);
	background-position:2px center;
	background-repeat:no-repeat;
	color:#AAAAAA;
	font-weight:bold;
	padding:3px 0pt 3px 24px;
}
a#forgetPass {
	background-image: url('icons/key_help.png');
	background-repeat: no-repeat;
	background-position: 2px center;
	padding: 3px 0 3px 24px;
	color: #aaa;
}
a#userLink, a#userQuit { color: #aaa; }
a#userQuit {
	background-image: url('icons/door_in.png');
	background-repeat: no-repeat;
	background-position: 2px center;
	padding: 3px 0 3px 24px;
}
/* Formulaire de recherche */
form#headerSearchForm {
	display: inline;
}
form#headerSearchForm input { vertical-align: middle; }
form#headerSearchForm input#simpleQuery {
	border: 1px solid #888;
	background: #f8f8f8 url(icons/magnifier-bw2.png) 2px center no-repeat;
	padding: 3px 2px 3px 22px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	height: 15px;
	width: 150px;
	margin: -1px 0 0 0;
}
form#headerSearchForm input#searchButton {
	border: 1px solid #888;
	background: #e5e5e5 url(icons/magnifier_arrow.png) center no-repeat;
	height: 22px;
	width: 23px;
	padding: 2px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	margin: 0 0 0 0;
	cursor: pointer;
}
form#headerSearchForm input#advancedSearchButton {
	border: 1px solid #888;
	background: #e5e5e5 url(icons/find_more.png) 3px center no-repeat;
	padding: 2px 2px 2px 18px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	margin: 0 0 0 0;
	cursor: pointer;
}
span#img_id {
	display: block;
	text-align: right;
	font: normal 10px "Courier New", Courier, monospace;
	color: gray;
	margin: 0;
	padding: 5px 0 0;
}
/* Images (anciennement images.css */
div#image {
	width: 700px;
	height: 520px;
	overflow: hidden;
	text-align: center;
}
div#imgs_frmlst {
	float: right;
	width: 85px;
	margin-right: 20px;
	padding-left: 15px;
	background-image: url('images/img_sel_fleche.png');
	background-repeat: no-repeat;
	background-position: 0 215px;
}
div#imgs_frmlst.flechepos_0 { background-position: 0 5px; }
div#imgs_frmlst.flechepos_1 { background-position: 0 110px; }
div#img_col_g {
	float: left;
	width: 350px;
}
div#img_col_d {
	float: right;
	width: 470px;
}


/* Tout ce qui touche aux légendes. Prour prout */
table#usersTable tr th {
	background-color:#C5C6C7;
	line-height:2em;
	height:2em;
	vertical-align:middle;
}

table#usersTable tr th img{
	position:relative;
	top:3px
}
table#usersTable{
	width: 95%;
	margin: 1em auto;
	border-collapse:collapse;
}
table#usersTable tr
{
	background-color:#EEE;
	border-bottom:1px dotted white;
} 
table#usersTable .leftItem
{
	padding-left:.5em
} 

table#usersTable tr.altern 
{
	background-color:#E0E0E0;
}
table#usersTable tr:hover
{
	background-color: #CCC;
}
div#userListLegend
{
	margin:0.5em auto 0;
	padding: 0.5em 0.5em;
	width:90%;
}
ul.legend{
	background-color:#EEE;
	font-size:.75em;
	font-weight:bold;
	padding: 0.5em 0em;
}
ul.legend li
{
	margin: 0 -1em;
	line-height:0.6em;
}
ul.legend.left,ul.legend.right{
	width:49%;
}
ul.legend.left{
	float: left;
}
ul.legend.right{
	float: right;
}
/* Styles propres à la page "about" */
div.about p, div.about ul {
	margin:1em 1em 0 2em;
}
div.about h3 {
	display:inline;
	line-height:1.2em;
	margin: 0 0 0 1.2em;
}
div.about ul li, div.about ul {
	margin: 0;
	padding: 0;
	line-height:1em;
	list-style: inside  circle;
}
div.about h2 {
	margin-left:0;
}
div.about h2 {
	margin: 0 1em 0.5em 1em;
	border-bottom: 2px dotted #E5E6E7 ;

}
div.about p {
	line-height:120%;
}

table.eltTable {
	margin:2em auto 0;
	width:90%
}

table.eltTable tr th {
	background-color:#C5C6C7;
	line-height:2em;
	height:2em;
	vertical-align:middle;
}
table.eltTable tr th img {
	position:relative;
	top:3px;
	padding-left:0.2em;
}
table.eltTable tr {
	background-color:#EEE;
	border-bottom:1px dotted white;
} 
table.eltTable tr td {
	padding:0.35em 0.5em;
}

table.eltTable tr.altern {
	background-color:#E0E0E0;
}
table.eltTable tr:hover {
	background-color: #CCC;
}