@charset "utf-8";

/* :::::::::::::::::: */
/* ::::: search ::::: */
/* :::::::::::::::::: */

.common p.result-excerpt
{
	font-style: italic;
}

.common p.result-path
{
	font-size: .85em!important;
}

.common p.result-path a
{
	padding: 0 5px;
	color: #E5332B;
	text-decoration: none;
}

.common p.result-path a:hover
{
	text-decoration: underline;
}

.common p.result-path a:first-child
{
	padding-left: 0;
}

.common p.result-path strong
{
	padding: 0 5px;
	color: #E5332B;
}

/* ::::::::::::::: */
/* ::::: map ::::: */
/* ::::::::::::::: */

.common div.site-map ul
{
	margin-left: 0;
	list-style: none;
}

.common div.site-map ul li
{
	background: #fafafa;
	padding: 10px;
	border: 1px solid #ddd;
	margin: 1em 1px;
	-moz-border-radius: 0 10px 10px 10px;
	-webkit-border-radius: 0 10px 10px 10px;
}

.common div.site-map ul li a
{
	text-decoration: none;
	font-size: 1.4em;
	display: block;
}

.common div.site-map ul ul
{
	margin: 1em 0 1em 20px;
}

.common div.site-map ul ul li
{
	background: none;
	padding: 0;
	border: none;
	margin: 0;
}

.common div.site-map ul ul li a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: url(../img/innermenu-arrow.gif) no-repeat 0 center;
	padding-left: 10px;
}

.common div.site-map ul ul ul
{
	margin-top: 0;
}

/* ::::::::::::::::::::::::::::::::: */
/* ::::: authentification-form ::::: */
/* ::::::::::::::::::::::::::::::::: */

form.authentification-form
{
	margin-top: 0;
}

form.authentification-form label
{
	display: block;
	font-weight: bold;
}

form.authentification-form div.rounded
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff;
	padding: 0 10px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	border: 1px solid #ddd;
}

form.authentification-form div.rounded input
{
	padding: 2px;
	background: none;
	border: none;
}

form.authentification-form input
{
	width: 160px;
}

form.authentification-form button
{
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff url(../img/button-bg.gif) repeat-x 0 bottom;
	color: #00622b;
	font-weight: bold;
	font-size: .85em;
	cursor: pointer;
	display: block;
	text-align: left;
	padding: 0;
	*padding-right: 5px;
}

form.authentification-form button.submit span
{
	display: block;
	background: url(../img/ico-submit.png) no-repeat right center;
	padding: 2px 24px 3px 5px;
}

a.button
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff url(../img/button-bg.gif) repeat-x 0 bottom;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	color: #00622b;
	font-weight: bold;
	font-size: .85em;
	cursor: pointer;
	text-decoration: none;
	padding: 0 10px;
}

/* ::::::::::::::::::::: */
/* ::::: documents ::::: */
/* ::::::::::::::::::::: */

div.column-container
{
	float: left;
	width: 230px;
}

div.large
{
	width: 470px;
}

div.tree-view
{
	border-right: 1px dotted #ddd;
	width: 209px;
	margin-right: 20px;
}

div.tree-view ul
{
	margin: 0;
	list-style: none;
}

div.tree-view ul li a
{
	display: block;
	color: #F6A800;
	font-weight: bold;
	text-decoration: none;
}

div.tree-view ul li a span
{
	background: url(../img/tree-directory.gif) no-repeat 0 center;
	padding-left: 20px;
}

div.tree-view ul li a.more span
{
	background-image: url(../img/tree-directory-more.gif);
}

div.tree-view ul li a.less span
{
	background-image: url(../img/tree-directory-less.gif);
}

div.tree-view ul li a:hover,
div.tree-view ul li a.selected
{
	color: #D9620C;
}

div.tree-view ul ul
{
	padding: 5px 0 5px 5px;
}

div.tree-view ul ul li
{
	background: url(../img/tree-line.gif) repeat-y 0 0;
}

div.tree-view ul ul li a
{
	background: url(../img/tree-line-h.gif) no-repeat 0 center;
	padding-left: 15px;
	font-weight: normal;
}

div.tree-view ul ul ul
{
	padding-left: 20px;
	padding-bottom: 10px;
	display: none;
}

div.tree-view ul ul ul.visible
{
	display: block;
}

div.directory-view h3
{
	margin-top: 0;
	color: #F6A800;
	font-size: 1.5em;
}

ul.options-list
{
	margin-left: 0;
	list-style: none;
	overflow: auto;
}

ul.options-list li
{
	float: left;
	border-left: 1px dotted #8FB431;
	padding: 0 10px;
	font-size: .9em;
}

ul.options-list li a
{
	color: #8FB431;
	font-weight: bold;
	text-decoration: none;
}

ul.options-list li a:hover
{
	color: #5f7820;
}

ul.options-list li:first-child
{
	border-left: none;
	padding-left: 0;
}

ul.options-list li a.new,
ul.options-list li a.rename,
ul.options-list li a.delete,
ul.options-list li a.import,
ul.options-list li a.browse
{
	padding-left: 20px;
	background-position: 0 center;
	background-repeat: no-repeat;
}

ul.options-list li a.browse	{ background-image: url(../img/tree-directory-browse.gif); }
ul.options-list li a.new	{ background-image: url(../img/tree-directory-more.gif); }
ul.options-list li a.rename	{ background-image: url(../img/tree-directory-rename.gif); }
ul.options-list li a.delete	{ background-image: url(../img/tree-directory-del.gif); }
ul.options-list li a.import	{ background-image: url(../img/tree-directory-import.gif); }

div.directory-view ul.file-list
{
	margin-left: 0;
	list-style: none;
	border-bottom: 1px solid #eee;
}

div.directory-view ul.file-list li
{
	border-top: 1px solid #eee;
	background: #fafafa;
	padding: 2px 10px 2px 10px;
	position: relative;
	display: block;
	zoom: 1;
}

div.directory-view ul.file-list li a.file,
div.directory-view ul.file-list li a.dir
{
	text-decoration: none;
	color: #8FB431;
	background: url(../img/tree-file.gif) no-repeat 6px center;
	padding-left: 25px;
	font-family: "Courier New", Courier, monospace;
}

div.directory-view ul.file-list li a.dir:hover,
div.directory-view ul.file-list li a.file:hover
{
	color: #5f7820;
}

div.directory-view ul.file-list li a.dir
{
	background-image: url(../img/tree-directory.gif);
	background-position: 0 center;
	font-weight: bold;
}

div.directory-view ul.file-list li small
{
	color: #999;
	font-family: "Courier New", Courier, monospace;
}

div.directory-view ul.file-list li a.del
{
	background: url(../img/tree-file-del.gif) no-repeat right center;
	position: absolute;
	right: 0;
	top: 1px;
	display: block;
	font-size: .8em;
	text-decoration: none;
	color: #D9620C;
	padding-right: 20px;
}

#popup-container
{
	padding: 1px 0;
}

#popup-container h1
{
	margin-top: 0;
	background: #8FB431;
	color: #fff;
	font-size: 2em;
	line-height: 1.3em;
	font-weight: normal;
	padding-left: 10px;
}

/* :::::::::::::::::::: */
/* ::::: uploader ::::: */
/* :::::::::::::::::::: */

ul#upload-list
{
	list-style: none;
	margin-left: 0;
	background: #fafafa;
}

ul#upload-list li
{
	position: relative;
	border-top: 1px solid #eee;
	padding: 2px 10px;
}

ul#upload-list li:first-child
{
	border-top: none;
}

ul#upload-list li.file-success
{
	color: #8FB431;
}

ul#upload-list li a.file-remove
{
	position: absolute;
	right: 10px;
	top: 0;
}

div.current-text
{
	color: #8FB431;
	font-weight: bold;
	font-style: italic;
}

ul#upload-list li span.file-name
{
	padding-right: 15px;
	font-weight: bold;
}

img.progress
{
	background-image: url(../img/upload-assets/progress-bar/progress.gif);
	background-position: -50% 0;
	background-repeat: no-repeat;
}

/* ::::::::::::::::: */
/* ::::: forum ::::: */
/* ::::::::::::::::: */

table.forum
{
	background: #fafafa;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-collapse: collapse;
	width: 100%;
}

table.forum th,
table.forum td
{
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

table.forum th
{
	background: #eee;
	font-size: .8em;
	padding: 0 5px;
	white-space: nowrap;
}

table.forum td
{
	padding: 5px;
}

table.forum td.author,
table.forum td.number,
table.forum td.date
{
	font-size: .8em;
	white-space: nowrap;
}

table.forum th.number
{
	background-image: url(../img/forum-msg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	text-indent: -100000px;
	width: 12px;
}

table.forum td.author
{
	text-transform: capitalize;
}

table.forum td.topic
{
	background-color: #fefefe;
}

table.forum td.topic a
{
	text-decoration: none;
	display: block;
	background: url(../img/forum-topic.gif) no-repeat 0 6px;
	padding-left: 17px;
	font-size: .9em;
	color: #777;
}

table.forum td.topic a:hover
{
	color: #04C7C0;
}

table.reponse
{
	border-top: none;
}

table.topic td.author,
table.reponse td.author
{
	width: 25%;
}

table.topic th.topic,
table.reponse th.topic
{
	background-image: url(../img/forum-topic.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 22px;
}

table.topic td.message,
table.reponse td.message
{
	padding: 20px 22px;
	background-color: #fefefe;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#forum-container h3
{
	color: #04C7C0;
	font-size: 1.5em;
	border-bottom: 1px dotted #04C7C0;
	padding-bottom: .5em;
}

#forum-container tr.name,
#forum-container tr.mail,
#forum-container input[type=hidden]
{
	display: none;
}

#forum-container ul.options-list li a
{
	color: #04C7C0;
}

#forum-container ul.options-list li a:hover
{
	color: #039994;
}

#forum-container form
{
	background: #fafafa;
	border: 1px solid #eee;
	padding: 10px 15px;
}

#forum-container form table
{
	width: 100%;
	border-collapse: collapse;
}

#forum-container form label
{
	color: #04C7C0;
	font-weight: bold;
}

#forum-container form input[type=text]
{
	width: 99%;
}

#forum-container form textarea
{
	width: 99%;
}

#forum-container form button
{
	background: url(../img/ico-leaf-03.png) no-repeat 0 0;
	border: none;
	text-align: left;
	color: #04C7C0;
	padding-left: 20px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	cursor: pointer;
}

#forum-container form button:hover
{
	color: #039994;
}

#forum-container form ul
{
	margin-left: 0;
	list-style: none;
}

/* ::::::::::::::::::::::: */
/* ::::: photo group ::::: */
/* ::::::::::::::::::::::: */

ul.photo-group
{
	margin-left: -10px;
	list-style: none;
}

ul.photo-group li
{
	float: left;
	margin: 0 0 10px 10px;
}

ul.photo-group li a
{
	display: block;
	padding: 5px;
	border: 1px solid #eee;
	background: #fafafa;
	overflow: hidden;
	width: 134px;
	height: 100px;
}

/* :::::::::::::::::::::::::::: */
/* ::::: form candidature ::::: */
/* :::::::::::::::::::::::::::: */

form.form-candidature input[type=text],
form.form-candidature textarea
{
	border: 1px solid #F08A00;
	background: #fff;
	padding: 3px;
	width: 200px;
}

form.form-candidature textarea
{
	height: 45px;
}

form.form-candidature textarea.large
{
	height: 90px;
}

form.form-candidature tr:first-child h3
{
	margin-top: 0;
}


/* ::::::::::::::::: */
/* ::::: stuff ::::: */
/* ::::::::::::::::: */

form.form-contact
{
	background: #fafafa;
	border: 1px solid #ddd;
	padding: 10px;
}

form.form-contact table
{
	border-collapse: collapse;
}

form.form-contact table td
{
	padding: 5px 0;
}

form.form-contact table td.label
{
	text-align: right;
	font-weight: bold;
}

form.form-contact table td.label label
{
	padding-right: 10px;
}

form.form-contact table td input,
form.form-contact table td textarea
{
	border: 1px solid #ddd;
	background: #fff;
	padding: 3px;
	width: 200px;
}

form.form-contact table a.savoir-plus
{
	color: #fff;
	float: left;
}