/****************************************************************************
** General Section
****************************************************************************/
body {
	font: 9px Arial, Verdana, "sans serif";
	padding: 0px;
	margin: 5px 0px;
	text-align: center;
/*	width: 680px;
*/
	margin: auto;
}

h1 {
	font-size: 24px;
	color: #006086;
	margin: 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #006086;
	padding: 15px 0px 5px 0px;
	margin: 0px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #006086;
	padding: 15px 0px 5px 0px;
	margin: 0px;
}

a {
	color: #006086;
	text-decoration: none;
}

a:hover {
	color: #003f58;
	text-decoration: underline;
}

.general {
  font-size: 12px;
}

#main {
	width: 980px;
	background-image: url(../images/site/main_fd.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin: 0px auto;
	background-color: #FFFFFF;
	position: relative;
	text-align: center;
}

#page {
	width: 966px;
	background-image: url(../images/site/ong_gen_fd2.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin: 0px auto;
	position: relative;
	/*padding-top : 70px;*/
	text-align: left;
	padding: 0px 0px 10px 0px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
#master {
	text-align: center;
}

#title {
	margin-bottom: 15px;
	text-align: left;
}

#title a img {
	border: none;
}

#pageCenter {
	float: right;
	margin: 0px 15px 0px 0px;
}

#borderRight {
	float: left;
	width: 220px;
	margin: 0px 0px 0px 15px;
	font-size: 11px;
}

div#description
{
	float:left;
}
div#links
{
	float:left;
}
div#datepicker
{
	/*
	position:relative;
	top:50%;*/
/*	float:left;*/
}
div.urlPages
{
/*	float:left;*/
	margin-top:25px;
}
div.urlDiabox
{
	float:left;
	margin-top:25px;
}
div#presentation
{
	border-width:2px;
	display: inline-block;
	height:auto;
	margin: auto;

}
#navigation
{
	width:190px;
	float:left;
}

/* Centrage de la vidéo time-lapse */
div#movie_centre div#diaboxVideo.video-js {
	margin-left: auto;
	margin-right: auto;
}

/* Gestion des diabox non publiée */
span.unPublish a {
	color: red;
}

/* Class d'affichage "pas de description pour la diabox" */
div#description h3.noDescrDiabox {
	color: red;
	margin: 30% 25%;
}

div.customer-warning
{
	font-family:"Helvetica", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #D00000;
	margin : 1px;
	/*text-align:justify;*/
}


.maintenance {
	margin: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #D00000;
	text-align: center;
}

