/**
 * ARTESORIS
 * Feuille de styles écran
 */

@CHARSET "ISO-8859-1";

/*
 * Debug CakePHP
 * ------------------------------------------------------------------------------------------
 */
.cakeSqlLog {
	clear: both;
	margin: 40px;
	font-size: 12px;
}
.cakeSqlLog td, .cakeSqlLog th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ddd;
	padding: 4px 8px;
	background: #fff;
	text-align: left;
}

/*
 * Structure
 * ------------------------------------------------------------------------------------------
 */
* {
    margin: 0;
    padding: 0;
}
#container {
    text-align: left;
    width: 960px;
    margin: 0 auto;
}
#main {
	width: 680px;
	float: right;
}
#navigation {
	width: 280px;
	float: left;
}

/*
 * Styles généraux
 * ------------------------------------------------------------------------------------------
 */
a {
	outline: 0;
}
body {
	font-size: 100.01%;
	font-family: Trebuchet, "Trebuchet MS", Arial, sans-serif;
	background: #416d72 url('/img/bg_body.jpg') repeat-x top center;
}
.external {
	background: url('/img/external.gif') no-repeat right 5px;
	padding-right: 12px;
}
.smaller {
	font-size: 75%;
}

/*
 * Navigation
 * ------------------------------------------------------------------------------------------
 */
#logo a {
	display: block;
	background: url('/img/aristophil.jpg');
	width: 280px;
	height: 250px;
	text-indent: -9999px;
}
#menu {
	background: url('/img/bg_menu.jpg') no-repeat;
	padding-top: 22px;
}
#menu ul {
	list-style-type: none;
	text-align: right;
	margin: 0 48px 22px;
	line-height: 1.4em;
}
#menu ul li h4 {
	color: #fff;
	font-size: .9em;
}
#menu ul ul {
	margin: 0 0 24px 0;
}
#menu ul ul li a {
	color: #fff;
	font-size: .75em;
	text-decoration: none;
}
#menu ul ul li a:hover {
	border-bottom: 1px dashed;
}
#menu ul ul li a:visited {
	color: #cfdadc;
}
#feed-icon-mini {
	background: url('/img/feed_icon_mini.gif') no-repeat 0 4px;
	padding-left: 14px;
}
#legal {
	color: #b3c5c7;
	text-align: right;
	font-size: .7em;
	margin: 22px 48px;
	padding-top: 22px;
	border-top: 1px solid #7a999d;
}
#legal a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#legal a:hover {
	color: #fff;
	border-bottom: 1px dashed;
}

/*
 * Main
 * ------------------------------------------------------------------------------------------
 */
#header {
	background: url('/img/bg_header.jpg');
}
#header h1 {
	display: block;
	width: 680px;
	height: 123px;
	text-indent: -9999px;
}
#header-home {
	background: url('/img/titre_specialiste.gif') no-repeat 260px 58px;
}
#header-aristophil {
	background: url('/img/titre_aristophil.gif') no-repeat 410px 58px;
}
#header-conventions {
	background: url('/img/titre_conventions.gif') no-repeat 210px 58px;
}
#header-investir {
	background: url('/img/titre_investir.gif') no-repeat 64px 58px;
}
#header-vente {
	background: url('/img/titre_vente.gif') no-repeat 354px 58px;
}
#header-produits {
	background: url('/img/titre_produits.gif') no-repeat 340px 58px;
}
#header-actus {
	background: url('/img/titre_actus.gif') no-repeat 340px 58px;
}
#header-information {
	background: url('/img/titre_information.gif') no-repeat 370px 58px;
}
#header-mentions {
	background: url('/img/titre_mentions.gif') no-repeat 320px 58px;
}
#content-wrapper {
	width: 100%;
	background: #cadfe1 url('/img/bg_content.jpg') no-repeat;
	padding: 36px 0;
}
#languages {
	float: right;
	margin-top: 4px;
}
#languages a {
	color: #c00;
	font-size: .7em;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed;
}
#languages a:hover {
	color: #000;
}
#content {
	margin: 0 60px;
}
#content h2 {
	color: #17a9ba;
	font-size: 1.5em;
	letter-spacing: -1px;
	margin-bottom: .6em;
}
#content p {
	margin: .3em 0 1.2em 0;
}
.hr {
	background: url('/img/content_hr.gif') no-repeat center top;
	height: 5px;
	margin-bottom: 1em;
}
.hr hr {
  display: none;
}
.section {
	color: #133438;
	padding: 0 28px;
	font-size: .9em;
	line-height: 1.7em;
}
.section a {
	color: #154470;
	text-decoration: none;
	border-bottom: 1px dashed;
}
.section a:hover {
	color: #5d8fbe;
	text-decoration: none;
	border-bottom: 1px dashed;
}
.section h3 {
	color: #154470;
}
.section h3 a.rub-link {
	color: #d94e00;
	font-size: .75em;
	border-bottom: none;
}
.section h3 a.rub-link:hover {
	border-bottom: 1px dashed;
}
.bullet-list {
	list-style-type: none;
	margin: 1em 0 0 0;
}
.bullet-list a {
	font-weight: bold;
}
.ul-classic {
	margin: .3em 0 1.2em 3em;
}
.subsection {
	margin-bottom: 1.2em;
}

/* Paginator
 * ------------------------------------------------------------------------------------------
 */
.results-bar {
	font-size: .9em;
	margin: 16px 0;
}
.results-counter {
	color: #416d72;
}
.results-counter span {
	float: right;
}
.results-pages {
	text-align: center;
	margin-top: 2px;
	padding-top: 12px;
	border-top: 1px solid #8e9c9d;
}
.results-pages span, 
.results-pages a {
	padding: 1px 6px;
	margin: 0 4px;
	border: 1px solid;
}
.results-pages span {
	font-weight: bold;
	border-color: #8e9c9d;
}
.results-pages a {
	border-color: #416d72;
}
.results-pages a:hover {
	border-color: #000;
	border-style: solid;
}

/* Home
 * ------------------------------------------------------------------------------------------
 */
#home-events {
	background: url('/img/bg_home-news.gif') no-repeat 0 0;
	padding-top: 18px;
	font-size: .8em;
}

/* References
 * ------------------------------------------------------------------------------------------
 */
.zoom {
	float: left;
	margin: 0 1.2em 0 0;
}

/* VIDEOS
 * ------------------------------------------------------------------------------------------
 */
#video-player {
	border:0;
}

.video-summary {
	width: 100%;
	overflow: auto;
	clear: both;
	font-size: .75em;
}
.video-thumb {
	float: left;
	width: 154px;
	padding: 8px 0;
}
.video-thumb a {
	border:0;
}
.video-desc {
	margin-left: 174px;
}

/* Formulaires
 * ------------------------------------------------------------------------------------------
 */
fieldset {
	margin: 10px 0;
	padding: 10px;
	border: #154470 1px solid;
}
legend {
	font-weight: bold;
	color: #154470;
	padding: 0 5px;
}
form div {
	padding: 4px 0;
	font-size: .9em;
}
label {
	margin-right: 5px;
	padding-right: 5px;
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
	font-weight: bold;
}
.submit {
	text-align: center;
}
.form_error, .form-error {
	border: 1px solid red;
	background: #fcf5f6;
}
.error-message {
	margin-left: 160px;
	color: #C7424D;
	font-weight: bold;
}
.required {
	background: url('/img/required.png') no-repeat 150px 4px;
}
#mentions {
	font-size: .9em;
	color: #666;
}

/* 
 * Messages
 * ------------------------------------------------------------------------------------------
 */
.message {
	border: 1px solid;
	margin: 12px 0;
	background: no-repeat 8px 10px;
}
.mssg_txt {
	/*font-size: .9em;*/
	color: #333;
	margin: 8px 8px 8px 48px;
}
.mssg_error {
	border-color: #e01616;
	background-color: #fdf3f3;
	background-image: url("/img/forbidden.gif");
}
.mssg_notice {
	border-color: #f57900;
	background-color: #fef8f2;
	background-image: url("/img/exclamation.gif");
}
.mssg_success {
	border-color: #47c518;
	background-color: #f6fcf3;
	background-image: url("/img/success.gif");
}
.mssg_error strong {
	color: #e01616;
}
.mssg_notice strong {
	color: #f57900;
}
.mssg_success strong {
	color: #47c518;
}

/* 
 * Tables
 * ------------------------------------------------------------------------------------------
 */
.tr-odd   { background-color: #e9f2f3; }
.tr-even   { background-color: #d8e7e9; }

.table-chiffres th, 
.table-chiffres td
{
    padding: .3em .8em;
}
.table-chiffres th
{
	color: #fff;
	border-bottom: 1px solid #000;
	background: #416d72;
	white-space: nowrap;
}
.table-chiffres td
{
	border-bottom: 1px solid #eaf2f3;
}

/* 
 * Sitemap
 * ------------------------------------------------------------------------------------------
 */
#sitemap ul {
	margin: 1em;
}
#sitemap ul li {
	margin: 1em;
}
#sitemap ul ul {
	margin: .5em 1em;
}
#sitemap ul ul li {
	margin: 0;
}

/*
 * Footer
 * ------------------------------------------------------------------------------------------
 */
#footer {
	float: left;
	width: 100%;
	background: url('/img/bg_footer.gif') no-repeat;
	padding: 12px 0;
}
#footer-links {
	list-style-type: none;
	float: left;
}
#footer-links li {
	float: left;
	padding-left: 16px;
	background: url('/img/delimiter.gif') no-repeat 7px 7px;
}
#footer p {
	float: right;
	margin-right: 16px;
}
#footer a {
	color: #cadfe1;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	border-bottom: 1px dashed;
}
#footer a:visited {
	color: #cfdadc;
}
#footer li.first {
	background-image: none;
}
#feed-icon-medium {
	background: url('/img/feed_icon_medium.gif') no-repeat 0 3px;
	padding-left: 16px;
}
#top-icon {
	background: url('/img/top_icon.gif') no-repeat 0 3px;
	padding-left: 18px;
}