/* CSS Document */

body { 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFBE6;
	background-image:url(images/fd.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
}

.contenu {
	background-image:url(images/malgoire_04.jpg);
	background-repeat:no-repeat;
	padding-left: 160px;
	padding-right: 160px;
}

.contenu_accueil {
	background-image:url(images/malgoire_04.jpg);
	background-repeat:no-repeat;
	padding-left: 100px;
	padding-right: 160px;
}

.presse{
	
	background-repeat:no-repeat;
	padding-left: 100px;
	padding-right: 120px;}

a:link {
	color: #FFFBE6; 
	text-decoration: underline;
} 

a:visited {
	color: #FFFBE6; 
	text-decoration: underline;
} 

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

a.lien:link {
	color: #60250D; 
	text-decoration: underline;
} 

a.lien:visited {
	color: #60250D; 
	text-decoration: underline;
} 

a.lien:hover {
	color: #956a57; 
	text-decoration: underline;
}

a.plan:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #60250D;
	text-decoration: underline;
}

a.plan:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #60250D;
	text-decoration: underline;
}

a.plan:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #60250D;
	text-decoration:underline;
}

/* Quelques classes utiles
----------------------------------------------------------*/

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }
.alignbottom { vertical-align:bottom; }
.aligncenter { margin-left:auto; margin-right:auto; }

/* Des classes d'alignement du texte */
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }

/* Des classes de formatage du texte en ligne */
.bold, .gras { font-weight: bold; }
.italic, .italique { font-style: italic; }
.strike, .barre { text-decoration: line-through; }

/* Des classes flotante */
.fleft, .floatleft { 
	float: left;
}
.fright, .floatright {
	float: right;
}

/* Les "nettoyeurs" */
.clear, .clearb { clear: both; }
.clearer {
	clear: both;
	width: 0;
	height: 0;
	line-height: 0;
}


h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #FFF;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	margin: 0px;
}

/* Listes */
ul, ol {
	display: block;
	margin: 1em 0 1em 0;
	list-style-position: inside;
}
li {
	display: list-item;
	line-height: 1.4em;
}

/* Listes à puce */
ul { list-style-type: disc; color:#FFFFFF;}

/* Listes ordonnées */
ol { list-style-type: decimal; }

/* Les jeux de champs de formulaire */
fieldset {
	margin: 0;
	padding: 0;
	border-width: 1px;
	border-style: dashed;
	color:#fffbe8;
}

/* Légende des fieldset */
legend { }

/* Étiquette des champs de formulaire */
label {
	cursor: pointer;
}

.none{ border:none;}

.texte {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #FFFBE6;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}
.texteA {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #FFFBE6;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}	
.texte2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #49770D;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

.yzeo{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #60250D;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;	
}

.input2 {
	background-color: #0378AE;
	border: thin;
	border-color: cccccc;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #ffffff;
}

textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.padL20{padding-left:20px;}
.padL50{padding-left:50px;}
.padL300{padding-left:300px;}

.padT{padding-top:20px;}



/* Styles CSS pour LightBox PopUp */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #153101;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 5px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	background: url(images/prevlabel.gif) left 100% no-repeat;
	left: 0;
	float: left;
}

#nextLink {
	background: url(images/nextlabel.gif) right 100% no-repeat;
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(images/prevlabel.gif) left 100% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(images/nextlabel.gif) right 100% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #153101;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
}

#imageData {
	padding:0 10px;
	color: #fff;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

