/*
 * Citéphilo - Édition 2006
 * Screen CSS.
 *
 * Creation & design: Arnaud Berthomier <aberthom@gmail.com>
 *
 */

/*
 * Site layout:
 * ------------
 */
html {
    background: #6b7480;
	background: rgb(124, 113, 81);
    font-family: "Verdana", "Helvetica", sans-serif;
    margin: 0;
    padding: 0;
}
body {
    background: #6b7480;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: center;
}
#main {
    width: 95%;
	min-width: 780px;
    margin: 0 auto;
    padding: 0 11px;
    color: #444;
    text-align: left;
	overflow: hidden;
}
small { font-size: 10px; }
img { border: none; }

/*
 * Left column :
 * -------------
 */
#left {
    background: #5a6c7d top no-repeat;
    background: rgb(69, 85,	106) url('img/cphilo06.png') top no-repeat;
    float: left;
    width: 357px;
    padding: 500px 0px 0px 0px;
    border: 1px #000 solid;
    border-top: none;
    border-right: none;
	padding-bottom: 32676px;
	margin-bottom: -32676px;
}
#left ul {
    float: left;
    list-style: none;
    padding: 0;
    margin-left: -2px;
    margin-top: 16px;
    width: 49%;
}
#left ul li {
    padding-left: 14px;
    margin-left: 5px;
    color: #fff;
    font-size: 90%;
    height: 1.5em;
}
#left h2 {
    font-family: "Georgia", serif;
    font-size: 120%;
    color: #fff;
    margin: 0 4px;
    padding: 24px 0 2px 32px;
    border-bottom: 1px #fff solid;
    width: 88%;
    clear: both;
}
#left h2.cal {
    background: url('img/calendar.gif') no-repeat bottom left;
}
#left h2.arc {
    background: url('img/archives.gif') no-repeat bottom left;
}
#left h2.inf {
    background: url('img/infos.gif') no-repeat bottom left;
}
#left ul li a {
    padding-left: 10px;
    display: block;
    color: #fff;
    text-decoration: none;
}
#left ul li a:hover {
    text-decoration: none;
    background: #292929 url('img/arrow.gif') no-repeat left;
    color: #ffdd00;
}
#left ul li:hover { background: #292929; }

/*
 * Content:
 * --------
 */
#content {
    background: #e5e6d4 url('img/bgcontent.png') left repeat-y;
    padding: 3px;
	padding-left: 16px;
    overflow: auto;
	min-width: 334px;
    width: 50%;
    margin-left: 0px;
    float: left;
    font-size: 12px;
    border-right: 1px #000 solid;
    border-bottom: 1px #000 solid;
	padding-bottom: 32676px;
	margin-bottom: -32676px;
}
#content p {
    padding: 10px 0;
    margin: 0 4px;
    line-height: 150%;
    width: 98%;
    text-align: justify;
}
#content a {
    color: #4b638a;
	font-weight: bold;
    text-decoration: none;
}
#content a:hover, #content a:focus {
    color: #78b482;
    text-decoration: none;
}
#content div.date {
    background: url('img/back_day.png') no-repeat;
    height: 64px;
    margin-top: 48px;
}
#content div.date:first-child {
    margin-top: 0;
}
#content div.date h3 {
    padding: 20px 0 0 16px;
    margin-left: 9px;
    background: url('img/chevrons.gif') no-repeat bottom left;
    font-family: "Trebuchet MS", verdana, sans-serif;
}
#content div.date h3 a {
    color: #444;
    text-decoration: none;
}
#content div.date h3 a:hover {
    text-decoration: underline;
}
#content ul {
    list-style: none;
    margin: 0;
    padding-left: 4px;
	font-size: 11px;
}
#content ul li strong {
	font-size: 12px;
}
#content ul.squared {
    list-style: square;
    margin-left: 32px;
}
ul.contact {
    list-style: circle;
    margin: 0;
    padding-left: 32px;
}
#content ul li {
    margin: 8px 0;
}
#content h1 {
    color: #000;
	border-bottom: 1px #9b3535 solid;
    font-family: "Georgia", serif;
    font-size: 1.2em;
    text-align: right;
    padding: 2px;
}
#content h2 {
    width: 90%;
    color: #435672;
    border-bottom: 1px #333 solid;
}
#content h4 {
    color: #fff;
    background: rgb(119, 75, 77);
	padding: 3px;
    font-size: 1.1em;
    font-family: "Georgia", serif;
}
#content h4 a { color: #fff; }
#content h4 a:hover { color: #000 }
#content h5 {
    font-size: 100%;
    padding: 8px 0 0px 0px;
    margin: 0;
    border-bottom: 1px #888 dotted;
    color: #555;
}
#content h5 a		  { color: #555; }
#content h5 a:hover   { color: #555; }
#content h5 a:visited { color: #555; }
blockquote {
    background: #cdce9e;
    color: #111;
    padding: 8px;
    margin: 4px 0px;
    font-style: italic;
    border: none;
	font-size: 12px;
}
#content blockquote p a {
    color: #000;
}
pre {
    padding: 4px 8px;
    margin: 0px;
}
p.missing {
    color: #000;
}
span.infos {
    color: #777;
}

/*
 * Menu:
 * -----
 */
#menu {
    background: #e5e6d4 url('img/bg_menu.png') top no-repeat;
    height: 100px;
    padding: 9px;
}
#menu ul {
    float: left;
	position: relative;
    list-style: none;
    padding: 0;
    margin: 12px 0px;
	margin-left: 18px;
}
#content > #menu ul {
    margin: 12px 0px;
	margin-left: 45px;
}
#menu ul li {
    background: none;
    padding: 0;
    margin: 4px;
    white-space: nowrap;
}
#menu a, #menu a:visited {
    color: #fff;
    text-decoration: none;
}
#menu a:hover, #menu a:focus {
    color: #000;
}

/*
 * Forms:
 * ------
 */
p.note {
	color: #333;
	font-size: 9px;
}
span.mandatory {
	font-size: 10px;
	color: #c00;
	vertical-align: 4px;
	margin-left: 3px;
}
form {
    width: 100%;
    padding: 0;
    margin: 0;
}
fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
label {
    width: 100px;
    float: left;
    margin: 5px 0;
    padding-left: 8px;
}
input {
    margin: 5px 0;
    padding: 0 2px;
    width: 247px;
}
textarea, input {
    background: #d7daaa;
    border: 1px #777 solid;
    padding: 1px;
    font-size: 11px;
}
input.ie_is_boring {
    background: #e7eaba;
    width: 80px;
    float: right;
    cursor: pointer;
}
span.error {
    color: #d31d1d;
    font-size: smaller;
    font-weight: bold;
}

