/* design */

html
{
	font-size: 100%; /* pour palier a un bug d'IE */
}

body
{
	margin: 0;
	padding: 1em;
	background-image: url('../img/fond.jpg');
	color: #fff;
	font-size: 1em;
}


/* header */

div#header
{
	padding: 0;
	min-width: 46em;
	background: url("../img/moulin.png") right no-repeat;
	text-align: center;
}

div#header #portrait
{
	float: left;
	background: url("../img/header_ljs.png") left no-repeat;
	width: 120px;
	height: 120px;
}

div#header ul
{
	margin: 5px;
	margin-right: 0;
	padding: 0;
	position: relative;
	list-style-type: none;
	list-style: none;
	float: right;
	top: 130px;
}
div#header li
{
	float: left;
	margin: 0.4em;
	margin-right: 0;
}

div#header #quick-links
{
	display: none;
}

div#header h1, div#header h2
{
	position: absolute;
	font-size: 0.9em;
	margin: 0;
	left: -5000em;
}

div#header img
{
	margin: 0;
}


/* menu-top */

div#menu-top
{
	margin-top: 1em;
	padding-bottom: 0.5em;
	min-width: 46em;
	border-bottom: 1px dotted rgb(249,38,3);
}

div#menu-top ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#menu-top li
{
	width: 7.5em;
	border-right: 1px dotted rgb(249,38,3);
	float: left;
	text-align: center;
	font-family: "Trebuchet MS", cursive;
	font-weight: bold;
}
div#menu-top li.last
{
	border: 0 none;
}

div#menu-top a
{
	padding: 3px;
	display: block;
	text-decoration: none;
	color: #ffb94f;
}
div#menu-top a:hover
{
	background-color: #333;
}


/* menu-left */

div#menu-left
{
	margin: 0.5em 0px;
	padding: 0;
	padding-right: 0.5em;
	width: 12em;
	float: left;
}

div#menu-left div
{
	margin-bottom: 4em;
	font-family: "Trebuchet MS", serif;
}

div#menu-left h3
{
	margin: 0;
	margin-top: 2em;
	border-bottom: 1px solid rgb(241,104,35);
	text-align: center;
	color: #ccc;
	text-transform: uppercase;
}

div#menu-left ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#menu-left li a
{
	padding: 3px;
	padding-left: 1.5em;
	display: block;
	text-decoration: none;
	color: #ffb94f;
}

div#menu-left ul#s-menu
{
	margin-left: 1.7em;
	padding: 0;
	list-style-image: url("../img/puce.png");
	border-left: 1px solid white;
}
div#menu-left ul#s-menu li
{
	padding-left: 0;
	margin-left: 20px;
	font-size: 0.8em;
}
div#menu-left ul#s-menu li a
{
	padding: 0;
}

div#menu-left li a:hover
{
	background-color: #333;
}

div#menu-left p
{
	margin: 0;
	padding: 1em;
	text-align: center;
}

div#menu-left h4
{
	text-align: center;
	border-top: 1px dotted rgb(249,38,3);
	border-bottom: 1px dotted rgb(249,38,3);
	padding: 3px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", serif;
}
div#menu-left h4 a
{
	display: block;
	text-decoration: none;
	background: url('../img/email.gif') left no-repeat;
	background-position: 1em 0.2em;
	color: #ccc;
	padding: 4px;
}
div#menu-left h4:hover
{
	background-color: #333;
}


/* content */

div#content
{
	margin-left: 13em;
	margin-top: 0.5em;
	padding: 1.5em;
	padding-top: 0.5em;
	min-width: 31em;
	background-color: black;
	color: #ccc;
	border-left: 1px dotted rgb(249,38,3);
	font-family: "Trebuchet MS", serif;
}

div#content h2, div#content h3, div#content h4, div#content ul#fil
{
	font-family: "Trebuchet MS", cursive;
	color: rgb(143,160,200);
}
div#content h2
{
	margin-top: 0;
	font-size: 1.7em;
}
div#content h3
{
	font-size: 1.7em;
}
div#content h4
{
font-size: 1.3em;
}

div#content h4, div#content h3
{
	margin: 3px;
}

div#content p, #preview
{
	text-align: justify;
	text-indent: 2em;
	font-family: "Trebuchet MS", serif;
}
div#content .pagecontent
{
	text-indent: 0;
}

div#content .content_float img
{
	margin: 3px;
}
div#content  .pagecontent img
{
	margin: 1.5em;
}
div#content .pagecontent img.smiley
{
	margin: 0;
}

div#content #navig
{
	margin-top: 3em;
	text-align: center;
	clear: both;
}

div#content #navig a
{
	margin: 5px;
	text-decoration: none;
}

div#content #navig .previous
{
	padding-left: 30px;
	background: url("../img/gauche.gif") left no-repeat;
}
div#content #navig .next
{
	padding-right: 30px;
	background: url("../img/droite.gif") right no-repeat;
}

div#content ul#plan
{
	list-style-type: none;
	margin-left: 2em;
}


/* footer */

div#footer
{
	margin-top: 1em;
	padding: 2px;
	min-width: 43em;
	clear: both;
	/*border: 1px dotted rgb(163,180,220);*/
	text-align: center;
	color: rgb(163,180,220);
}
div#footer p
{
	margin: 0;
}


/* general */

q:before, q:after
{
	content: "";
}
a img
{
	border: 0;
}

a
{
	color: rgb(163,180,220);	
}
a:visited
{
	color: rgb(89,113,151);
}

.current, .s-current
{
	font-weight: bold;
	background-color: #333;
}

#menu-top a, #menu-left a
{
	color: #ffb94f;
}
#menu-top a:visited, #menu-left a:visited
{
	color: rgb(222,147,98);
}

#content .obj_img
{
	float: left;
	margin-right: 3em;
	margin-bottom: 1em;
}
#content .obj_txt
{
	/*margin-left: 50%;*/
}
#content .obj_back
{
	clear: both;
	margin: 10px auto;
	width: 20em;
}

.clear
{
	clear: both;
}

#req
{
	text-align: left;
}


/* fil */

ul#fil
{
	list-style-type: none;
	text-align: right;
	margin: 0;

}
ul#fil li
{
	display: inline;
	font-size: 0.7em;
}
ul#fil li a
{
	color: #ccc;
	font-family: "Trebuchet MS", serif;
	text-decoration: none;
}

/* general - form */

#content form label
{
	width: 10em;
	float: left;
	margin-right: 1em;
	text-align: right;
	font-weight: bold;
}

#content form p
{
	text-indent: 0;
	text-align: left;
}

.submit
{
	margin: 0;
	margin-top: 3px;
	margin-left: 10em;
}

.form-box
{
	margin-left: 11em;
	padding: 3px;
	border: 1px dotted rgb(249,38,3);
}

.smileys-list li
{
	display: inline;
}

.preview-box
{
	overflow: hidden;
	margin: 3px;
	padding: 3px;
	border: 1px dotted rgb(249,38,3);
}

/* liste des oeuvres */

div#content .content_float
{
	overflow: hidden;
	width: 480px;
	text-align: center;
	margin: auto auto;
}

div#content .content_float a
{
	float: left;
	display: block;
	width: 106px;
	height: 106px;
	border: 1px solid white;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
}

div#content .content_float img
{
	margin: 3px;
}

div#content .books
{
	margin: auto auto;
	border: 0;
}
div#content .books td
{
	border: 0;
	padding-right: 10px;
}


/* tableaux */

div#content table
{
	margin: 10px;
	border-collapse: collapse;
	border: 1px dotted rgb(89,113,151);
}
div#content table td
{
	padding: 2px;
	border: 1px dotted rgb(89,113,151);
}
div#content table th
{
	padding: 5px;
	font-weight: bold;
	text-align: center;
	border: 1px solid rgb(89,113,151);
}


/* msg */
#msg
{
    padding: 3px;
    margin: 10px auto;
    width: 25em;
    border: 1px solid;
    background-color: #DADADA;
	text-align: center;
}

#msg p.msg_id, #msg p.msg_redir
{
    font-style: italic;
}

.msg_1
{
    color: red;
    border-color: red;
}
.msg_1 p
{
	color: red !important;
}

.msg_2
{
    color: green;
    border-color: green;
}

/* news */

div.news-item
{
	border: 1px dashed black;
	margin: 15px;
}

div.news-item h3
{
	border-bottom: 1px dotted rgb(241,104,35);
    font-size: 1.2em !important;
    margin: 0;
    background-color: #333;
    color: rgb(241,104,35);
	padding-left: 2%;
}

div.news-author
{
    font-style: italic;
    font-size: 0.9em;
    margin: 0;
    padding: 0 10px;
    text-align: right;
}

p.news-content
{
	padding: 5px;
}


#cse-search-box div
{
	text-align: center;
}

div.img
{
text-align: center;
/*padding: 1em;*/
}
div.img img
{
/*margin: 0 !important;*/
margin-bottom: 0.1em !important;
}
div.img p
{
text-indent: 0;
margin: 0em auto 1em;
font-size: 0.8em;
text-align: center !important;
}





