/* SaoLim.org CSS file, by Complex AI (admin@complex.ch), 2008 */
/*
Colors:
bg -> #f6eed5
bg2 -> #33322f
text -> #757575
link ->
dash -> #cdcdcd
*/

/************************* Reset ***************************/
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup,sub{line-height:-1px;vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/**************** HTML redef ****************/
body {
	font-size: 13px;
	font-family: helvetica, verdana, arial;
}
a:link, a:active, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bolder;
}
table: {
	width: 100%;
}
/**************** main IDs ****************/
#wrap {
	margin: 0 auto;
	width: 1083px;
	margin-bottom: 0;
}
#left {
	width: 150px;
	float: left;
	position: absolute;
}
#right {
	float: right;
	width: 283px;	
	text-align: left;
}
#content {
	position: absolute;
	width: 650px;
	min-height: 780px;
	margin: 0 auto 0 150px;
	overflow: hidden;
}
#main_title {
}

/**************** boxes ****************/
.mark {
}
.header {
	text-align: center;
}
.art_rub_logo {
	height: 765px;
	width: 283px;
	background-repeat: no-repeat;
}
.text {
	padding: 10px 10px 5px 10px; 
/*	text-align: justify; */
	line-height: 1.4em;
}
.text p {
	margin: 1em 0 0 0;
}
.text h1 {
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 1em;
	line-height: 1.2em;
}
.text h3 {
	font-size: 1.5em;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 2em 0 1em 0;
}

.inside_rub {
	margin: 20px;
}
.inside_rub h3 {
	color: #000;
	border-bottom: 1px solid #CCC;
	font-size: 1.2em;
}
.inside_rub ul {
	padding: 10px;
}
.inside_rub ul li {
	margin: 10px;
	list-style: none;
}
.ultra_centered table {
	width: 100%;
}
.ultra_centered table tr td dl dt {
	margin: 0 auto;
	text-align: center;
}
/**************** typo ****************/


/**************** SPIP ****************/
.spip_documents {
/*	margin: 1em; */
}
.spip_documents_right {
	margin: 0 -10px 0 10px;	
	clear: right;
}
.spip_documents_left {
	margin: 0 10px 0 -10px;	
	clear: left;
}
.spip_documents_center img {
 	margin: 10px -10px -10px -10px;	
	text-align: center;
}
.spip_doc_titre {
	text-align: center;
	font-weight: lighter;
}
span.spip_documents {
	line-height: 0px;
}
/**************** MENU ****************/
#menu {
	width: 120px;
	margin-top: 5px;
	font-weight: lighter;
	margin-left: 30px;
	text-transform: uppercase;
/*	position: fixed; */
}
#menu a, #menu a:link, #menu a:visited, #menu span.arton, #menu span.rubon {
	font-size: 0.7em;
}
#menu dt {
	font-size: 1.4em;
	line-height: 1.4em;
	cursor: pointer;
	margin: 2px 0;;
	height: 20px;
	line-height: 20px;
}
#menu dt:hover a {
}
#menu dd {
	margin-bottom: 1.4em;
}
#menu li {
	margin: 5px 3px;
	line-height: 1.2em;
}
#menu li a, #menu dt a {
	text-decoration: none;
	border: 0 none;
	height: 100%;
}
#menu li a:hover, #menu dt a:hover {
}
.plus {
	margin-left: -13px;
	font-size: 0.8em;
	font-weight: lighter;
	color: #bbb;
}

/******************* PLAN ************************/
.text ul ul li ul {
	text-indent: 10px;
}
.text ul ul {
	margin-bottom: 10px;
}

/******************* Galleries ************************/
table#liste_des_galleries {
  margin: 0 auto;
  border-collapse: collapse;
}

table#liste_des_galleries tr {
}
table#liste_des_galleries tr td {
  vertical-align: top;
  padding: 10px;
}

table#liste_des_galleries tr td.logo {
  width: 200px;
}
table#liste_des_galleries tr td.logo img:hover {
  border: solid 5px #33322f;
}

#liste_des_galleries h2 {
  font-weight: bold;
}

#galerie {
  background-color: #ccc; /* #c5302a */
  padding: 20px;
  margin: 20px -10px;
}
#galerie img {
}