/*  //////////////// RESET CSS de ERIC MEYER ///////////// */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1; /* /////////ESPACEMENT ENTRE LES LIGNES */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* FIN de RESET CSS ///////////// */

/*  //////////////// POUR LIEN de la PAGE ACTIVE //////////////// */
#Paccueil #Lienaccueil {
	color:#FF7700;
}
#PphotoIndex #Lienphoto {
	color:#FF7700;
}
#Pphoto #Lienphoto {
	color:#FF7700;
}
#Pvideo #Lienvideo {
	color:#FF7700;
}
#Pautresactivites #autresactivites {
	color:#FF7700;
}
#Pbiographie #Apropos {
	color:#FF7700;
}
#Pcv #Apropos {
	color:#FF7700;
}
#Pcontact #Liencontact {
	color:#FF7700;
}
#PmentionsLegales #MentionsLegales {
	color:#FF7700;
}
#Pexpo #FooterExpoPhoto {
	color:#FF7700;
}
#PprojectionFestival #DiffusionOeuvres {
	color:#FF7700;
}
#Pexpo #DiffusionOeuvres {
	color:#FF7700;
}
#Pautresactivites #autresActivites {
	color:#FF7700;
}
#PLiens #Lien a{
	color:#FF7700;
}
#PmentionsLegales #mentionsLegales a{
	color:#FF7700;
}
/*  //////////////// FIN de POUR LIEN de la PAGE ACTIVE //////////////// */

/*  //////// POUR HEADER //////////////// */
#header {
/*    DÉGRADÉ     */
	background: -moz-linear-gradient(left,  rgba(28,28,28,1) 0%, rgba(28,28,28,1) 29%, rgba(28,28,28,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(28,28,28,1)), color-stop(29%,rgba(28,28,28,1)), color-stop(100%,rgba(28,28,28,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(28,28,28,1) 0%,rgba(28,28,28,1) 29%,rgba(28,28,28,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(28,28,28,1) 0%,rgba(28,28,28,1) 29%,rgba(28,28,28,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(28,28,28,1) 0%,rgba(28,28,28,1) 29%,rgba(28,28,28,0) 100%); /* IE10+ */
background: linear-gradient(left,  rgba(28,28,28,1) 0%,rgba(28,28,28,1) 29%,rgba(28,28,28,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#001c1c1c',GradientType=1 ); /* IE6-9 */

	height:56px;
	margin-top: 15px;
}

#header img {display: none;}
#header a{
  display: block;
  width:1190px;
  height:56px;
  background:url(../image/titre2.png) no-repeat;
  margin-bottom: 10px;
  z-index:1;
}
#header a:hover {
  background:url(../image/titre2-hover.png) no-repeat;
  z-index:2;
} 
/*  //////// FIN de POUR HEADER //////////////// */

/*  //////////////// POUR TOUTES les PAGES ////////////////////// */
body {
	background-color: #000000;  /* noir */
	line-height: 2;
	/*font-family:"Trebuchet MS", arial, helvetica,sans-serif ;*/
	font-family:"Myriad Pro","Trebuchet MS",sans-serif;
	/*font-family:"JosefinSansStdLight", Calibri, "'Quattrocento Sans';*/
}
body p{
	color: #C1BFBF;  /* gris */
	font-size:13px;
}	
body a{
	text-decoration:none;
}
.centrePageDefini {
	width:1190px;
	/*height:620px;*/
	position:relative;
	left:50%;
	margin-left:-595px;	
}
.centrePage {
	width:1190px;
	position:relative;
	left:50%;
	margin-left:-595px;
}
.fondMarronDefini {
	background-color:#1C1C1C;
	height:480px;
	width:1190px;
	margin-left:0;
	/*margin-top:105px;*/
	
/*    DÉGRADÉ     */	
background: -moz-linear-gradient(left,  rgba(28,28,28,1) 0%, rgba(28,28,28,1) 29%, rgba(28,28,28,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(28,28,28,1)), color-stop(29%,rgba(28,28,28,1)), color-stop(100%,rgba(28,28,28,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(28,28,28,1) 0%,rgba(28,28,28,1) 29%,rgba(28,28,28,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(28,28,28,1) 0%,rgba(28,28,28,1) 29%,rgba(28,28,28,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(28,28,28,1) 0%,rgba(28,28,28,1) 29%,rgba(28,28,28,0) 100%); /* IE10+ */
background: linear-gradient(left,  rgba(28,28,28,1) 0%,rgba(28,28,28,1) 29%,rgba(28,28,28,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#001c1c1c',GradientType=1 ); /* IE6-9 */
}

.fondMarron {
	background-color:#1C1C1C;
	width:1190px;
	margin-left:0;
	/*margin-top:105px;*/
	height:auto;
	
/*    DÉGRADÉ     */	
background: -moz-linear-gradient(left,  rgba(28,28,28,1) 0%, rgba(28,28,28,1) 29%, rgba(28,28,28,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(28,28,28,1)), color-stop(29%,rgba(28,28,28,1)), color-stop(100%,rgba(28,28,28,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(28,28,28,1) 0%,rgba(28,28,28,1) 29%,rgba(28,28,28,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(28,28,28,1) 0%,rgba(28,28,28,1) 29%,rgba(28,28,28,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(28,28,28,1) 0%,rgba(28,28,28,1) 29%,rgba(28,28,28,0) 100%); /* IE10+ */
background: linear-gradient(left,  rgba(28,28,28,1) 0%,rgba(28,28,28,1) 29%,rgba(28,28,28,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#001c1c1c',GradientType=1 ); /* IE6-9 */
}
#AvecLienRetourPageEnBas { /* fondMarron pour les pages avec un lien retour dessous Pour rectifier:margin-bottom:40px;de .fondMarron + lien=trop de margin*/
	margin-bottom:5px;
}
.textePhotoEtVideo {
	text-align:center;
	padding-top:20px;
	font-size:14px;
}
.titrePagesExpoEtFestival {
	font-size:20px;
	font-variant:small-caps;
	letter-spacing:3px;
}
#photographe {
	display:none;
	padding-right:0;
	padding-left:0;
}
#montpellier {
	display:none;
	padding-right:0;
	padding-left:0;
}
h1{
	font-size:2px;
	text-indent: -999999px;
} 
h2 {
	font-size:13px;
	color:#FF7700;  /* orange */
	text-transform: uppercase;
	font-weight:normal;
}
h3{
	color: #FF7700;  /* orange */
	font-size:14px;
	text-transform: uppercase;
	letter-spacing:3px; 
	margin-left:20px;
	padding-top:10px;
	padding-bottom:5px;
	height:20px;
	font-weight:normal;
}
h3.lien{
	background: url(../image/oeilVero1.jpg) no-repeat;
	height:32px;
	padding-left: 45px;
	font-size:14px;
	letter-spacing: 1px;
	margin-left: 30px;
}
#Pvideo h3.lien{
	margin-left: 105px;
}
h3.lien a {
    position:relative;
    top:4px;
}
h3.lien a:link {
    color: #FF7700;
}
h3.lien a:visited{
	color: #FF7700;	 /* orange */
}
h3.lien a:hover{
	color: #9F9F9F;  /* gris */
}
h3.lien a:active{
	color:white;
}
h3.lien:hover{
	background: url(../image/oeilVero2.jpg) no-repeat;
}
h4 {
	color: #9F9F9F;  /* gris */
	font-size:13px;
	margin-left:20px;
	height:18px;
	padding-top:5px;
	padding-bottom:5px;
	text-transform: uppercase;
	letter-spacing:1px; 
	font-weight:normal;
}
h5 {
	color: #9F9F9F;  /* gris */
	font-size:13px;
	margin-left:20px;
	height:16px;
	font-weight:normal;
}
/* //  pour DIAPORAMAS // */
.titreDiaporamaEtFilm {
	float:left;
	width:auto;
	margin-right:20px;
}
.diaporamaEtFilm {
	padding-top:33px;
	margin-bottom: 32px;
}
#infosPhotosEtFilms{
	padding-top:13px;
	margin-right: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	color: #FFFFFF;
	float:left;
}
#infosPhotosEtFilms2{
	padding-top: 13px;
	letter-spacing: 1px;
	font-size: 12px;
	color: #9F9F9F;
	
}

/* //  FIN de pour TOUTES LES PAGES // */
.slideshow {   /* //  DIAPORAMA pour PHOTOS et FILM GHOSTFACTORY // */
	background-color:#1C1C1C;
	padding-top:50px;
	padding-bottom:0px;
	padding-left:180px;
}
.petitePhotoOeilLien{  /* //  PETITE PHOTO OEIL pour LIEN vers pages : EXPO, PROJECTION, CV, CONTACT // */
	background-image: url(../image/oeilVero1.jpg);
	width:32px;
	height:32px;
	margin-left:20px;
	padding-left:32px;
	padding-top:5px;
	padding-bottom:10px;
	background-color:#1C1C1C;
}
.petitePhotoOeilLien:hover{
	background-image: url(../image/oeilVero2.jpg) ;
}
.LienversPage {
	display:block;
	text-align : right;
}
.LienversPage img{
	margin-right:0;
	background-color:#000000; /* noir */
}
.LienversPage a{
	color:#9F9F9F; 
	font-size:13px;
	padding-left:0px;
	display:inline;
}
.LienversPage :link{
	color: #9F9F9F;  /* gris */
}
.LienversPage :visited{
	color: #9F9F9F;  /* gris */
	list-style-type:none;
}
.LienversPage :hover{
	color: #FF7700;	 /* orange */
}
.LienversPage :active{
	color:white;
	list-style-type:none;
}
#LienversHautPage{
	margin-left:730px;
	display:block;
	padding-right: 15px;
}
 #LienversHautPage img{
	background-color:#1C1C1C;
}
#LienversHautPage1{
	margin-left:730px;
}
 #LienversHautPage1 img{
	background-color:#1C1C1C;
}
#LienversHautPage2{
	margin-left:730px;
	padding-right: 15px;
}
 #LienversHautPage2 img{
	background-color:#1C1C1C;
}
#LienversHautPage3{
	margin-left:750px;
	margin-top:15px;
	padding-right: 15px;
}
 #LienversHautPage3 img{
	background-color:#1C1C1C;
}
#LienversHautPage4{
	margin-left:730px;
}
 #LienversHautPage4 img{
	background-color:#1C1C1C;
}
#LienversHautPage5{
	margin-left:730px;
	padding-right: 15px;
}
 #LienversHautPage5 img{
	background-color:#1C1C1C;
}
hr {
	color: #494848;  /* gris */
	margin: 0;
	border-width: 1px 0 0;
}
/* FIN de POUR TOUTES les PAGES ////////////////////// */

/* ////////////////POUR PAGE ACCUEIL ///////////// */

#AccueilIntroduction {
	padding-top:28px;
}
#divTexteAccueil {
	margin-top:18px;
	margin-left:10px;
	margin-right:50px;
}
#titreDemarcheArtistique {
	font-size:14px;
	letter-spacing:3px; 
}
#imageAccueil {
	float:left;
	width:505px;
	padding-left:55px;
	padding-top:30px;
}
#Paccueil .slideshow {
	height: 363px; 
	width: 454px; 
	margin: 0;
	padding:0;
	background-color: #000000; 
	z-index : 10;
}
#Paccueil .slideshow img { 
	height: 363px; 
	width: 454px; 
	padding: 0; 
	border: 0; 
	background-color: #000000; 
	display: none;
	
}
#Paccueil .slideshow img.first { 
	display: block;
}
#texteAccueil {
	font-size:14px;
	font-weight:normal;
	padding-top:50px;
	line-height: 130%;
	text-indent:28px;
}
#texteAccueil a{
	font-size:13px;
	font-weight:normal;
	padding-top:28px;
	line-height: 130%;
	text-indent:28px;
	text-decoration:none;
}
#texteAccueil a:link{
	color: #FF7700;	 /* orange */
}
#texteAccueil a:visited{
	color: #FF7700;	 /* orange */
}
#texteAccueil a:hover{
	color: #9F9F9F;  /* gris */
}
#texteAccueil a:active{
	color:white;
}
#Audio{
	margin-top:23px;
}
#lecteurAudio{
	width:580px;
	margin-left:550px;
	padding:10px 10px 0 10px;
	
	background: -moz-linear-gradient(left,  rgba(28,28,28,1) 0%, rgba(28,28,28,1) 29%, rgba(28,28,28,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(28,28,28,1)), color-stop(29%,rgba(28,28,28,1)), color-stop(100%,rgba(28,28,28,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(28,28,28,1) 0%,rgba(28,28,28,1) 29%,rgba(28,28,28,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(28,28,28,1) 0%,rgba(28,28,28,1) 29%,rgba(28,28,28,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(28,28,28,1) 0%,rgba(28,28,28,1) 29%,rgba(28,28,28,0) 100%); /* IE10+ */
background: linear-gradient(left,  rgba(28,28,28,1) 0%,rgba(28,28,28,1) 29%,rgba(28,28,28,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#001c1c1c',GradientType=1 ); /* IE6-9 */
}
#titreMusique{
	float:right;
	margin-right:143px;
	margin-top:4px;
	font-style:italic;
}


.gradient {/* /////// BOUTON AUDIO///////////// */
background: -moz-linear-gradient(left,  rgba(73,73,73,1) 0%, rgba(73,73,73,0.2) 78%, rgba(7,7,7,0) 98%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(73,73,73,1)), color-stop(78%,rgba(73,73,73,0.2)), color-stop(98%,rgba(7,7,7,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(73,73,73,1) 0%,rgba(73,73,73,0.2) 78%,rgba(7,7,7,0) 98%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(73,73,73,1) 0%,rgba(73,73,73,0.2) 78%,rgba(7,7,7,0) 98%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(73,73,73,1) 0%,rgba(73,73,73,0.2) 78%,rgba(7,7,7,0) 98%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(left,  rgba(73,73,73,1) 0%,rgba(73,73,73,0.2) 78%,rgba(7,7,7,0) 98%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494949', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
  border: 1px outset #1C1C1C;
  border-bottom: 1px outset #1C1C1C;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: white;
  padding: 3px 0;
  text-align: center;
  width: 50px;
  margin-right:5px;}
  
  .gradient:hover {
background: -moz-linear-gradient(left,  rgba(255,119,0,1) 0%, rgba(255,119,0,0.2) 78%, rgba(23,11,0,0) 98%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,119,0,1)), color-stop(78%,rgba(255,119,0,0.2)), color-stop(98%,rgba(23,11,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,119,0,1) 0%,rgba(255,119,0,0.2) 78%,rgba(23,11,0,0) 98%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,119,0,1) 0%,rgba(255,119,0,0.2) 78%,rgba(23,11,0,0) 98%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,119,0,1) 0%,rgba(255,119,0,0.2) 78%,rgba(23,11,0,0) 98%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(left,  rgba(255,119,0,1) 0%,rgba(255,119,0,0.2) 78%,rgba(23,11,0,0) 98%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7700', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    border: 1px inset #FF7700;
    border-bottom: 1px inset #FF7700;
    cursor: pointer;
    color: white;}
    
  .gradient:active {
    border: 1px outset #1C1C1C;
    border-bottom: 1px outset #1C1C1C;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    color: white;}

/*
.boutonAudio{
	background:#1C1C1C;
	color:white;
	border-width:1px;	
}
.boutonAudio:hover{
	background:#FF7700;
	
}
 FIN de PAGE ACCUEIL ///////////// */

/* /////// POUR PAGE PHOTO et video INDEX///////////// */
.titrePage {
	color:#FF7700;/* orange */
	font-size:14px;
	text-transform: uppercase;
	letter-spacing:3px;
	padding-bottom:15px;
	padding-top:10px;
	margin-top:0;
	margin-left:20px;
	
}
h2.titreSeriePhoto {
	color: #FF7700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0;
    padding-bottom: 15px;
    padding-top: 0;
    margin-left: 30px;
}

.thumbnailWrapper { width:auto; margin-left:75px; margin-top:10px; } /* not important */
		
		.thumbnailWrapper ul { 
			list-style-type: none; /* remove the default style for list items (the circles) */ 
			margin:0px; /* remove default margin */
			padding:0px; /* remove default padding */
		}
		.thumbnailWrapper ul li { 
			float:left; /* important: left float */
			position:relative; /* so we can use top and left positioning */
			overflow:hidden; /* hide the content outside the boundaries (ZOOM) */
			margin-right:30px;
			margin-left:30px;
			margin-bottom:30px;
		}
		.thumbnailWrapper ul li a img { 
			width:200px; /* not important, the pics we use here are too big */
			position:relative; /* so we can use top and left positioning */
			border:none; 
			
		}
		.captionIndexPhotos{
			position:absolute; /* needed for positioning */
			bottom:0px; /* bottom of the list item (container) */
			left:0px; /* start from left of the list item (container) */
			width:100%; /* stretch to the whole width of container */
			display:none; /* hide by default */
			/* styling bellow */
			background:#1C1C1C;
			opacity:0.9;
		}
		.captionIndexPhotos .captionInside{
			/* just styling */
			padding:10px;
			margin:0px;
			color:#FF7700;
			text-transform: uppercase;
			letter-spacing:1px;
			font-size: 12px;
		}
		.clear { clear:both; } /* to clear the float after the last item */

#LienversPageExpo {
	height:32px;
}
#LienversPageExpo a:link h3{
	color: #FF7700; /* orange */
}
#LienversPageExpo a:visited h3{
	color: #FF7700; /* orange */
}
#LienversPageExpo a:hover h3{
	color: #FF7700;	 /* orange */
}
#LienversPageExpo a:active h3{
	color:#ffffff;  /* blanc */
}		

#LienversPageprojection-festival {
	padding-left:50px;
}
#LienversPageprojection-festival h3{
	display:inline;
}
/* FIN de PAGE PHOTO et video INDEX ///////////// */	

/* /////// POUR PAGE ROMANPHOTO ///////////// */
#PhotoRomanphoto h2 {
	margin-left:20px;
}
/* /////// FIN de PAGE ROMANPHOTO ///////////// */

/* //////////////// POUR PAGES VIDEO Films ///////////// */
.LecteurVideo {
	margin-left:260px;
	background: #1C1C1C url(../media/Video-LeMiroir/PhotoFilmLeMiroir.jpg) no repeat;
	position: relative;
	top:30px;
	margin-bottom:30px;
}
.LecteurVideo2 {
	margin-left:235px;
	background-color:#1C1C1C;
	position: relative;
	top:40px;
}

.LecteurVideo3 {
	margin-left:235px;
	background-color:#1C1C1C;
	margin-top:60px;
}
.LecteurVideo4 {
	margin-left:282px;
	background-color:#1C1C1C;
	margin-top:30px;
}
#filmGhostFactory p{
	padding-bottom:10px;
	padding-left:0;
}
/* FIN POUR PAGES VIDEO Films ///////////// */

/* /////// POUR PAGE EXPOSITION ///////////// */
#titrePhotoExposition {
	height:20px;
	margin-bottom:25px;
	margin-left:0px;
	padding-bottom:8px;
	width:557px;
}
#titrePhotoExposition h2{
	margin-left:0px;
}
#listeExpoPhoto {
	margin-left: 75px;
}
#listeExpoPhoto h3{
	margin-left:0px;
	padding-bottom: 15px;
}
#listeExpoPhoto h4{
	margin-left:0px;
	padding-top:1px;
}
#listeExpoPhoto h5{
	color:#ffffff;
	margin-left:0px;
	padding-top:0px;
	padding-bottom:3px;
	font-size:13px;
	letter-spacing:1px;
}
#listeExpoPhoto h5.evenement{
	letter-spacing:0;
	color:#E6E6E6;  /* gris trés clair */
	padding-bottom:3px;
}
#listeExpoPhoto li {
	list-style-type:square;
	color: #FF7700;  /* orange */
}
#listeExpoPhoto ul{
	padding-left:15px;
	padding-top:5px;
}
.SousrubriquePhoto {
	color:#ffffff;  /* blanc */
	font-size:15px;
	letter-spacing:6px; 
	word-spacing:3px;
	font-variant:small-caps;
	padding-bottom:0px;
	padding-top:10px;
	margin-left:0px;
}
/* FIN de PAGE EXPOSITION ///////////// */

/* //////////////// POUR PAGE PROJECTION/FESTIVAL ///////////// */
#PprojectionFestival p{
	line-height:1.4;
	margin-top:2px;
}
#titreVideoProjectionsFestivals {
	margin-left:20px;
	padding-left:0px;
}
#titreVideoProjectionsFestivals h2{
	margin-left:0px;
}
#ListeprojectionFilms {
	margin-left:75px;
}
#projectionFilms {
	height:680px;
	height:740px;
}
#projectionFilms p{
	padding-bottom:3px;
	padding-top:0px;
}
#projectionFilms h4{
	color:#ffffff;  /* blanc */
	margin-left:0px;
	padding-top:0px;
	padding-bottom:3px;
	font-size:13px;
	letter-spacing:1px;
}
#titreProjectionLaCaptive {
	margin-left:0;
	padding-bottom: 15px;
}
#projectionFilmLaCaptive {
	float:left;
	color: #9F9F9F;  /* gris */
	font-size:12px;
}
#projectionFilmLaCaptive ul{
	padding-left:15px;
}
#projectionFilmLaCaptive li {
	list-style-type:square;
	color: #FF7700;  /* orange */
}
#titreProjectionLeMirroir {
	margin-left:-8px;
	padding-bottom: 15px;
}
#projectionFilmLeMirroir {
	font-size:12px;
	margin-left:580px;
}
#projectionFilmLeMirroir ul{
	padding-left:5px;
}
#projectionFilmLeMirroir li {
	list-style-type:square;
	color: #FF7700; /* orange */
}
.TitreFestival {
	color:white;
}
/* FIN de PAGE PROJECTION/FESTIVAL ///////////// */

/* //////////////// POUR PAGE AUTRES ACTIVITES ///////////// */
.LienversSite a{
	color:#9F9F9F; 
	font-size:13px;
	line-height: 1.5;
}
.LienversSite{
	line-height: 1.5;	
}
.LienversSite :link{
	color: #9F9F9F;  /* gris */
}
.LienversSite :visited{
	color: #9F9F9F;  /* gris */
	list-style-type:none;
}
.LienversSite :hover{
	color: #FF7700;	 /* orange */
}
.LienversSite :active{
	color:white;
	list-style-type:none;
}
#sites{
	padding-top:10px;
	margin-left:0;
}
#Lienssites{
	margin-left: 150px;
    margin-top: 10px;
}
#site1 {
	width:308px;
	height:350px;
	float:left;
	text-align:center;
}
#site2 {
	width:308px;
	height:350px;
	margin-left: 580px;
	margin-top: -32px;
	text-align:center;
	margin-bottom: 40px;
}
#titrePageautresactivites{
	margin-left:20px;
	color:#FF7700;
	font-size:14px;
	letter-spacing:3px;
	padding-bottom:15px;
}

#site1 .image img {display: none;}
#site1 .image{
  display: block;
  width:308px;
	height:350px;
  background:url(../image/WSC.jpg) no-repeat;
  margin-bottom: 10px;
}
#site1 .image:hover {
  background:url(../image/WSC-hover.jpg) no-repeat;
} 

#site2 .image img {display: none;}
#site2 .image{
  display: block;
  width:308px;
	height:350px;
  background:url(../image/LabelImage.jpg) no-repeat;
  margin-bottom: 10px;
}
#site2 .image:hover {
  background:url(../image/LabelImage-hover.jpg) no-repeat;
} 
/* //////////////// FIN de PAGE AUTRES ACTIVITES ///////////// */

/* //////////////// POUR PAGE CV ///////////// */
#cv {
	color: #9F9F9F;  /* gris */
	font-size:13px;
	margin-left:295px;
	padding-top:20px;
	line-height:140%;
}
#cv h3.cv{
	margin-left: -275px;
	padding-bottom: 15px;
    padding-top: 0;
}
#imprimer {
	width:1035px;
	float:right;
	margin-top:-40px;
}
#imprimer a{
	color:#FFFFFF;	
}
#imprimer a:hover{
	color: #FF7700;	 /* orange */
}
#imprimer a:active{
	color: #FF7700;	 /* orange */
}
#imprimer img{
	margin-top:-2px;
	float:left;
	padding-right:5px;
}
.soustitre {
    color: #9F9F9F;
    font-size: 13px;
   	text-transform: uppercase;
    height: 18px;
    letter-spacing: 1px;
    padding-bottom: 5px;
    padding-top: 5px;
}
	
	/*     ACCORDION        */
	#accordion {
    margin-left: -80px;
    padding-top: 20px;
    width: 820px;
    color: #9F9F9F;  /* gris */
    }
    #accordion li{
    color: #9F9F9F;  /* gris */
    }
	.mypets{ /*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
	padding: 0;
	border: 0;
	background-color:#F6C38A;
	height:32px;
	font-size:18px;
	text-transform: uppercase;
	text-shadow: 2px 2px 5px black;
	width: 810px;
	margin-left: -55px;
	letter-spacing: 1px;
	}
	#accordion  .mypets a{ /*header of 1st demo*/
	font-size:16px;
	text-transform: uppercase;
	color:white;
	height:24px;
	text-align:left;
	background: url(../image/bg-titreAccordeon.jpg) 100% 0;
	 /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 15px;
	line-height: 24px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	display:block;
	width:800px;
	}
	.openpet{ /*class added to contents of 1st demo when they are open*/
	background-position: 100% !important;
	}
	.thepet {
	font-size:13px;
	color:white;
	width:750px;
	display: block;
    margin-left: 20px;
	}
#accordion  h3 a:hover{
	background-position: 100% -32px;
}
.mypets.unselected a{ /*header that's currently not selected*/
}

.SousrubriqueCV {
	color:#FF7700;  /* orange */
	font-size:14px;
	letter-spacing:3px; 
	word-spacing:3px;
	text-transform: uppercase;
	padding-bottom:5px;
	padding-top:0px;
	margin-left:0px;
	line-height:120%;
}
.sousRubrique{
	margin-top:5px;
}
.Sousrubrique2CV {
	color: #FFFFFF;  /* gris */
	font-size:13px;
	letter-spacing:3px; 
	word-spacing:3px;
	padding-bottom:0px;
	padding-top:0px;
	margin-left:0px;
	line-height:140%;
}
#LienversPageBiographie {
	padding-left:0px;
}
#LienversPageBiographie h3{
	display:inline;
}
#LienversPageBiographie h3 a:link {
	color: #FF7700; /* orange */
}
#LienversPageBiographie h3 a:visited {
	color: #FF7700; /* orange */
}
#LienversPageBiographie h3 a:hover {
	color: #FF7700;	 /* orange */
}
#LienversPageBiographie h3 a:active {
	color:#ffffff;  /* blanc */
}
/* ///// FIN de POUR P CV  ////////   */

/* //////////////// POUR PAGE BIOGRAPHIE ///////////// */
#texteBiographie {
	padding: 40px 150px 15px 150px;
	line-height: 1.5;
}
#texteBiographie p{
	padding-bottom:15px;
	font-size:14px;
}
#texteBiographie p.indentation {
	text-indent:28px;
}
/*  FIN de PAGE BIOGRAPHIE///////////// */

/* //////////////// POUR PAGE CONTACT ///////////// */
#photo-vero {
	margin-top:50px;
	height:123px;
	margin:0;
}
#InfoFormulaire {
			margin-top:80px;
			margin-bottom:114px;
			width:1190px;
			text-align:center;
}
#InfoFormulaire .PourTsRenseignements {
	color: #FF7700; /* orange */
	margin-bottom:25px;
	letter-spacing:3px;
	padding-left:0px;
	text-transform: uppercase;
	letter-spacing:3px;
}
#InfoFormulaire a{
	display:inline;	
	color: #FF7700; /* orange */
}
#InfoFormulaire address{
	font-size:13px;
	font-style:normal;
	color: #C1BFBF;
}
#InfoFormulaire a:link {
	color: #FF7700; /* orange */
}
#InfoFormulairea:visited {  
	color: #FF7700; /* orange */
}
#InfoFormulaire a:hover {   
	color: #FF7700;	 /* orange */
}
#InfoFormulaire a:active {  
	color:#ffffff;  /* blanc */
}
/* FIN de PAGE CONTACT ///////////// */

/* //////////////// POUR PAGE LIENS ///////////// */
#LiensAmis img {
	padding-left:20px;
	padding-top:20px;
}
#LiensAmis p {
	display:inline;
	font-size:13px;
	letter-spacing:2px;
	margin-left:20px;
	padding-bottom:5px;
	padding-top:10px;
	word-spacing:5px;
}
#LiensAmis ul{
	margin-left:75px;
	border:1px solid #333333; /* gris foncé */
	width:493px;
}
#LiensAmis h2 {   /* ///NOM des CATEGORIES//// */
	font-size:14px;
	text-transform: uppercase;
	letter-spacing:3px;
	margin-left:75px;
}
#LiensAmis h3 {  /* ///NOM des AMIS//// */
	color:white;
	font-size:12px;
	font-variant:normal;
	letter-spacing:1px;
	word-spacing:3px;
	padding-left:0px;
}
#Pliens li a{
	display:inline;
}
#Pliens h3{
	display:inline;
	padding-top:0;
	padding-bottom:0;
}
#LiensAmis a:link{
	color:#ffffff;  /* blanc */
}
#LiensAmis a:visited{
	color: #9F9F9F;  /* gris */
}
#LiensAmis a:hover{
	color: #FF7700;	 /* orange */
}
#LiensAmis a:active{
	color: #FF7700;	 /* orange */
}
/* FIN de PAGE PAGE LIENS ///////////// */

/* /////////POUR PAGE MENTIONS LEGALES///////////// */
#MentionsLegalesTexte {
	color:#9F9F9F;
	padding-right:40px;
	line-height:1.5;
}
#MentionsLegalesTexte h3{
	padding-top:15px;
}
#Avertissement {
	font-size:14px;
	padding-left:0;
}
#MentionsLegalesTexte p{
	padding-left:40px;
	padding-right:30px;
	font-size:14px;
}
#MentionsLegalesTexte a{
	color:#FFFFFF;
}
#MentionsLegalesTexte a:link{
	color:#ffffff;  /* blanc */
}
#MentionsLegalesTexte a:visited{
	color:#ffffff;  /* blanc */
}
#MentionsLegalesTexte a:hover{
	color: #FF7700;	 /* orange */
}
#MentionsLegalesTexte a:active{
	color: #9F9F9F;  /* gris */
}
#MentionsLegalesTexte h4{
	padding-bottom:10px;
	color: #9F9595;
	font-size:13px;
	font-weight:normal;
}
/* FIN de POUR PAGE MENTIONS LEGALES ////////////////////// */	

/*  /// POUR FOOTER /// */
#footer { 
	width:1190px;
	position:relative;
	left:50%;
	margin-left:-595px;
	text-align:right;
	color: #9F9F9F;  /* gris */
	margin-top: 7px;
	text-transform: uppercase;
	font-size: 12px;
	 margin-bottom: 20px;
	
/*    DÉGRADÉ     */
background: -moz-linear-gradient(left,  rgba(28,28,28,1) 0%, rgba(28,28,28,1) 29%, rgba(28,28,28,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(28,28,28,1)), color-stop(29%,rgba(28,28,28,1)), color-stop(100%,rgba(28,28,28,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(28,28,28,1) 0%,rgba(28,28,28,1) 29%,rgba(28,28,28,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(28,28,28,1) 0%,rgba(28,28,28,1) 29%,rgba(28,28,28,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(28,28,28,1) 0%,rgba(28,28,28,1) 29%,rgba(28,28,28,0) 100%); /* IE10+ */
background: linear-gradient(left,  rgba(28,28,28,1) 0%,rgba(28,28,28,1) 29%,rgba(28,28,28,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#001c1c1c',GradientType=1 ); /* IE6-9 */
}
#footer li{ 
	display:inline;
	list-style-type:none;
	padding-right:10px;
	position:relative;
	top:2px;
}
#footer li a{    
	border-right:1px solid #333333;   /*gris comme border centre page*/
	padding-right:10px;
	padding-left:0;
	
}
#footer li a:link{
	color: #FFFFFF;  /* blanc */
}
#footer li a:visited{
	color: #FFFFFF;  /* blanc */
}
#footer li a:hover{
	color: #FF7700;	 /* orange */
}
#footer li a:active{
	color: #9F9F9F;  /* gris */
}
#footer #copyright {
	padding-right:0;
}
 #Pphoto #footer { 
	margin-top: -25px;
}
/* /// FIN FOOTER /// */

/*  //////////////// POUR PAGE ERREUR 404 //////////////// */
#PageErreur404 p {
	letter-spacing:1px;
	font-size:20px;
	text-align:center;
	color:#FF7700;
}
/* Widget content container */
#goog-wm {
	margin-top:100px;
	margin-left:50px;
	margin-right:50px;
  padding-left: 2em;
  padding-bottom: 2em;
  border: 3px solid #FF7700;
  background-color: white;
}
 /* Heading for "Closest match" */
#goog-wm h3.closest-match {
  color: #8f2831;
  border-bottom: 3px dashed #aebd63;
  padding-bottom: 0.5em;;
  font-size: 170%;
  margin: 0;
}
 /* "Closest match" link */
#goog-wm h3.closest-match a { } 

 /* Heading for "Other things" */
#goog-wm h3.other-things {
	margin-left:0;
	padding-bottom:2em;
  color: #FF7700;
  font-size:18px;
}  
 /* "Other things" list item */
#goog-wm ul li { } 

 /* Site search box */
#goog-wm li.search-goog {
 display: block; 
}
#goog-wm-sb {
	margin-left:1em;
	padding-bottom:20px;
}
/*  //////////////// FIN de POUR PAGE ERREUR 404 //////////////// */

