/*---Design et codes par Nicolas Nimetz---*/
/*---http://www.pixart25.com/---*/

@CHARSET "UTF-8";

html { 
	font-size: 100%; /*fixe la taille de la police pour IE*/
	height: 100%
} 

body { 
	font-size: 0.625em; /*permet d'affecter l'égalité 1em=10px*/
	padding: 0; /*évite le blanc tournant par défaut des pages*/
	margin: 0; /*évite le blanc tournant par défaut des pages*/
	background: #2a2626;
	height: 100%
}

header, footer, section, aside, nav, article, figure, figcaption { display: block; } /*fixe les éléments HTML5 au comportement block.*/
/*pour IE un fichier javascript a été rajouté afin de créer ces éléments HTML5 non reconnus par défaut*/

.container
{
	min-height: 100%;
}


.leftContenu
{
	width: 280px;
	float: left;
}


/*													Links													*/
a:link
{
	color: #000;
}
a:visited
{
	color: #000;
}
a:hover
{
	color: #000;
}
a:active
{
	color: #000000;
}

/* 													Gestion Header											*/

.header 
{
	margin-top: 10px;
	background-image: url(../img/DesignSite/Logo.png);
	background-repeat: no-repeat;
	height : 120px;
	margin-left: 40px;
/*
	width: 1200px;
	height : 120px;
	background-image: url(../img/DesignSite/header.png);
*/
}	


/* 													Gestion Navigation											*/

.left
{
	margin-left: 40px;	
}

.navigation-top
{
	font-size: 20px;
}

.navigation-top ul
{
	padding: 11px;
	margin: 0;
	text-align: left;
}

.navigation-top ul li 
{ 
	display: block;
}

.navigation-top ul li a
{ 
	color: #595957;
	margin-bottom: 5px;
	text-decoration: none;
	cursor: pointer;
	font: italic Georgia, "Times New Roman", Times, serif;
}

.navigation-bottom
{
	position: absolute;
	bottom: 50px;
	clear: both;
	font: italic 14px Georgia, "Times New Roman", Times, serif;	
}

.navigation-bottom ul
{
	padding: 11px;
	margin: 0;
	text-align: left;
}

.navigation-bottom ul li 
{ 
	color: #000;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
}

.navigation-bottom ul li a
{ 
	color: #595957;
	text-decoration: none;
	cursor: pointer;
}
	
/* 													Gestion Contenu											*/

	
.content
{
/* 	overflow: auto; */
	padding-bottom: 15px;
	padding-top: 10px;
	margin-left: 300px;
}	
	
.conteneur
{
	
}

.c1 {
	float: left;
}

.c2 {
	float: right;
}

.c1 h2, .c2 h2 {
	font-size: 18px;
}

.c1 p, .c2 p {
	font-size: 14px;
}

.title_conteneur
{
	padding-left: 10px;
	margin: 10px;
	text-decoration: underline;
	font-size: 24px;
}

.title {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: center;
}

/* 													Gestion Actualités											*/


article {
	width: 60%;
	margin: 0 auto;
}

article h3 {
	text-align: left;
	font-size: 2em;
	width: 100%;
	margin-bottom: 0;
}

article h4 {
	text-align: right;
	font-size: 1.2em;
	margin-top: 0;
	color: gray;
}

article hr {
	width: 50%;
}

article p {
	margin-top: 30px;
	font-size: 1.5em;
	text-align: justify;
}

.contenu_actuality
{
	margin: 0px auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.all_actuality
{
	margin:0 auto;
	overflow:auto;
	padding:8px;
	text-align:justify;
}

.all_actuality img
{
	float: left;
	padding-right: 10px;
}

.all_actuality h3
{
	
}

/* 													Gestion Galerie											*/


.liste_gallery
{
	height: 350px;
	margin: 0px auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.block_picture
{
	margin: 2px 0;
	float: left;
	padding: 0 28px;
}

.picture
{
	display: block;
	margin: 0 auto;
	width: 80%;
	float: left;
}

.name_picture
{
	width: 100%;
	text-align: center;	
}


.contact {
	margin-top: 50px;
	margin: 0 auto;
	width: 500px;
	border: 1px solid #9b9a99;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	border-bottom-left-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
}

.titleSection {
	margin: 0;
	padding-top: 15px;
	border-top-left-radius: 8px 8px;
	border-top-right-radius: 8px 8px;
	height: 20px;
	width: 100%;
    background : -webkit-gradient(linear, left top, left bottom, from(rgb(238,239,242)), to(rgb(205,205,205)));
    background : -moz-linear-gradient(top, rgb(238,239,242), rgb(205,205,205));	
}

.publishSection {
	margin: 0;
	padding-bottom: 15px;
	border-bottom-left-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	height: 20px;
	width: 100%;
    background : -webkit-gradient(linear, left top, left bottom, from(rgb(238,239,242)), to(rgb(205,205,205)));
    background : -moz-linear-gradient(top, rgb(238,239,242), rgb(205,205,205));
}

.clear {
	float: left;
	margin-left: 5px;
}

.buttonPublish {
	float: right;
	padding-right: 5px;
}

.titleSection h2 {
	display: inline;
	margin-left: 15px;
	margin-top: -5px;
	font-size: 1.6em;
	color: black;
	text-align: left;
}

#contentPhoto {
	font: italic bold 13px Georgia, "Times New Roman", Times, serif;
	text-align: center;	
}


footer {
	text-align: center;
	position: relative;
	margin-top: -15px;
	height: 15px;
	clear: both;
}

body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}

/* 													Gestion Pagination											*/

.pagination
{
	margin: 0px auto;
	width: 200px;	
}

.pagination a
{
	text-decoration: none;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

.disabled
{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}


/*   												Form 												*/



/* 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;
}



/* Notices and Errors */
div.message {
	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;
}



/* 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;
}
