/* SVN FILE: $Id: cake.generic.css 7945 2008-12-19 02:16:01Z gwoo $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision: 7945 $
 * @modifiedby    $LastChangedBy: gwoo $
 * @lastmodified  $Date: 2008-12-18 18:16:01 -0800 (Thu, 18 Dec 2008) $
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background-color: #D6EDFF;
/*	background-color: #a0d5f7; */
	font-family:'Arial',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 10px;
	color: #333;
}
a {
	color: #111111;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration:none;
}
a img {
	border:none;
}



h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	font-size: 100%;
	margin: 0.1em 0;
}
div#content h1 {
	font-size: 140%;
	margin: 0.1em 0 1em 0;
	background-color: #82ae35;
	padding: 5px;
	color: #FFFFFF;
}

h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}

#content p {
	margin-bottom: 10px;
	padding: 0 10px;
}
#side-b li {
	margin-left: 20px;
}
/* Layout */
#container {
}

#header{
	height: 135px;
	width: 985px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 10px;
}
#header #northern {
	position: absolute;
	top: 0;
	right: 0;
}
#header #middle {
	position: absolute;
	top: 0;
	left: 330px;
	border: 0px solid #ffffff;

}
#header h1 {
	padding: 0px 400px;
}
#header h1 a {
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	background: #003d4c;
	text-decoration: underline;
}
div#content {
	border-left: 1px solid #82ae35;
	border-right: 1px solid #82ae35;
	border-bottom: 5px solid #82ae35;
	width: 983px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	background-color: #FFFFFF;
}
#side-a {
	width: 180px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
#side-b {
	width: 792px;
	float: left;
	padding-bottom: 30px;
	margin-bottom: 20px;
	/* background-color: gray; */
}
#contextpt {
	position: absolute;
	top: 0;
	right: 0;
	background-color: black;
	padding: 4px 6px 4px 6px;
	border-top: 1px solid white;
	color: white;
	
}
#contextmenu a {
	text-decoration: none;
	border: 0;
}
#footer {
	clear: both;
	width: 985px;
	margin-left: auto;
	margin-right: auto;
}
#footer img,  #footer img a{
	border: 0;
}

#footer img a{
	display: block;
}

div#breadcrumbs {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-color: #82ae35;
	color: black;
	position: relative;
}

div#breadcrumbs a {
	color: #000;
	text-decoration: none;
}

div#breadcrumbs a:hover {
	color: white;
}

div#breadcrumbs span#thispage {
	color: white;
	font-weight: bold;
}

div#navmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#navmenu li a {
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #333;
	font-size: 10pt;
	padding: 8px 0px 8px 8px;
	border-bottom: 1px solid #729B29;
}

div#navmenu li a.current, div#navmenu li a:hover {
	color: #FFFFFF;
	background-color: #82ae35;
}

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
div.text input, textarea {
	clear: both;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}
div.clear {
	clear: both;
	height: 0px;
}



div#content td {
	text-align: left;
}

div#content td.time {
	font-weight: bold;
}


div#content table tr td {
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
div#content table {
	border: 0;
}

div#copy {
	text-align: center;
	color: #333;
	width: 985px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0;
}



/* frais */
div.title_forfait, div.title_souper {
	padding: 5px;
	font-size: 120%;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
}
div.title_forfait {
	background-color: #992F31;
}

div.title_souper {
	background-color: #2C7079;
}

table.frais div.infos {
	margin-bottom: 10px;
}

div.desc_forfait, div.desc_souper {
	background-color: #82ae35;
	color: #ffffff;
	padding: 5px;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
}

div#content table.frais tr td {
	border: 0;
	width: 49%;
}

div#content table.frais div.infos {
	padding: 10px 0;
} 
div.body_forfait, div.body_souper {
	padding: 10px;
	margin-bottom: 20px;
}

div#content h2 {
	color: #82AE35;
	font-size: 125%;
	padding: 5px;
	border-bottom: 1px solid #82AE35;
	margin-bottom: 4px;
}

div#content h3 {
	font-weight: bold;
	font-size: 110%;
	margin-left: 4px;
}

div#content select {
	clear: both;
	font-size: 85%;
	vertical-align: text-bottom;
	padding: 1px 4px 1px 1px;
}
div#content option {
	font-size: 100%;
	padding: 0 0px;
}

p#total {
	font-size: 120%;
	text-align: right;
	background-color: #FFF;
	color: #000;
	padding: 5px 20px 5px 5px;
	margin-left: 300px;
	margin-right: 3px;
	border: 3px solid #000;
}

p#total span#totalline {
	font-weight: bold;
}

div.forfaitgroup {
	border: 2px solid #ddd;
	padding: 5px;
	margin: 3px;
}
div.forfaitinfos {
	padding: 5px;
	margin: 0;
}
div.moreinfos {
	text-align: right;
	padding: 7px 3px 3px 3px;
	margin: 0;
}


#breadcrumbs #moreinfo {
	position: absolute;
	top: 0;
	right: 0;
	color: white;
	font-size: 110%;
	padding: 3px 10px 0 0;
	font-weight: bold;

}

a.pdf { 
	padding-right: 16px;
	background: transparent url(../img/pdf_icone_mini.png) no-repeat center right;
}
a.pdf:hover { 
	background: transparent url(../img/pdf_icone_over_mini.png) no-repeat center right;
}

div.news {
	padding: 10px;
}

div.news div.title {
	border-bottom: 1px solid #82ae35;
	padding: 5px;
	font-weight: bold;
	color: #333;
}
div.news div.subtitle {
	padding: 5px;
}

div.news div.body {
	padding: 5px;
}
div.news div.date {
	padding: 5px;
	text-align: right;m
}

div#top {
	clear: both;
}

div#intro {
	float: left;
	width: 430px;	
}

div#infos {
	float: right;
	width: 360px;
	
}



div#content div.box {
	background: #aad855 url(../img/bg_cajas_principales.gif) repeat-x top left;
	padding: 5px 10px;
	margin: 0 10px 15px 5px;
}
div#content div.box p {
	color: #333;
}
div#content div.box h1 {
	background-color: #82ae35;
	color: #FFFFFF;
	padding: 2px 10px 5px 10px;
	font-size: 130%;
	border-bottom: 1px solid #729b29;
}

div#content th#jour1, div#content th#jour2, div#content th#jour3 {
	padding: 10px;
	color: #FFFFFF;
	margin: 0;
}
div#content th#jour1 {
	background-color: #b20838;
	border: 1px solid #b20838;
}
div#content th#jour2 {
	background-color: #9fa617;
	border: 1px solid #9fa617;
}
div#content th#jour3 {
	background-color: #007dc2;
	border: 1px solid #007dc2;
}
div#content td#jour1 {
	border-bottom: 10px solid #b20838;
	padding: 0;
	margin: 0;
}
div#content td#jour2 {
	border-bottom: 10px solid #9fa617;
	padding: 0;
	margin: 0;
}
div#content td#jour3 {
	border-bottom: 10px solid #007dc2;
	padding: 0;
	margin: 0;
}


div.warning{
	color: #9F6000;
	background-color: #FEEFB3;
	padding: 10px;
	border: 2px solid #aa0000;
	margin: 10px;
}

div#language {
	width: 985px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 5px 75px;
}
div#language a.active {
	font-weight: bold;
}

form div.input {
	padding: 0;
}

div#conceptor {
	background-color: #82ae35;
	color: white;
	padding: 5px;
	text-align: center;
	width: 975px;
	margin: 0 auto;
}


table.doc {
    width: 97%;
    border: 1px solid #333;
}

table.doc th.title, table.doc th.conf {
    width: 35%;
}
table.doc th.langue {
    width: 15%;
}

table.doc td, table.doc th {
    border: 1px solid #a0a0a0;
}
