@charset "UTF-8";
/* CSS Document */

.bordurefond {
	border: thin solid #333333;
}
body {
	background-image: url(images/bgdiagonales.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.ecritures {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.fondliens {
	background-image: url(images/bgdiagonales.png);
	background-repeat: repeat;
}
a.lien:visited {
	font-family: "Bauhaus 93";
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	text-transform: uppercase;
}
a.lien:link {
	font-family: "Bauhaus 93";
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
}
a.lien:hover {
	font-family: "Bauhaus 93";
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
}
a.lien:active {
	font-family: "Bauhaus 93";
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
}
a.lienpetit:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
}
a.lienpetit:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
}
a.lienpetit:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a.lienpetit:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
}
.listemots {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.espacement-tableaux {
	margin-right: 10px;
	margin-left: 10px;
}
.bordure-tableaux {
	border: medium ridge #666666;
	margin-right: 10px;
	margin-left: 10px;
}
.ecartement-images {
	margin: 3px;
}
.polaroid-graphisme {
	background-image: url(images/polaroid-graphisme.png);
	background-repeat: no-repeat;
	margin: 10px;
}
.polaroid-graphisme-nouveauformat {
	background-image: url(images/polaroid-graphisme-nouveauf.png);
	background-repeat: no-repeat;
	margin: 10px;
}
.polaroid-blog {
	background-image: url(images/polaroid-blog.png);
	background-repeat: no-repeat;
}
.polaroid-news {
	background-image: url(images/polaroid-news.png);
	background-repeat: no-repeat;
}
.polaroid-double {
	background-image: url(images/polaroid-double.png);
	background-repeat: no-repeat;
	margin: 10px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.polaroid-people {
	background-image: url(images/polaroid-people.png);
	background-repeat: no-repeat;
	margin: 10px;
}
.polaroid-anthony {
	background-image: url(polaroid-anthony.png);
	background-repeat: no-repeat;
}
.polaroid-marie {
	background-image: url(polaroid-marie.png);
	background-repeat: no-repeat;
}
.polaroid-baptiste {
	background-image: url(polaroid-baptiste.png);
	background-repeat: no-repeat;
}
.polaroid-caro {
	background-image: url(polaroid-caro.png);
	background-repeat: no-repeat;
}
.polaroid-bonbons {
	background-image: url(images/polaroid-bonbons.png);
	background-repeat: no-repeat;
}
.polaroid-trophee {
	background-image: url(images/polaroid-trophee-des-lumier.png);
	background-repeat: no-repeat;
}
.polaroid-stephanie {
	background-image: url(polaroid-stephanie.png);
	background-repeat: no-repeat;
}
.vantableau {
	background-image: url(images/van.png);
	background-repeat: no-repeat;
}
.bg {
	background-image: url(images/bg.jpg);
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {
	background-image: url(images/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
	background-image: url(images/nextlabel.gif);
	background-repeat: no-repeat;
	background-position: right 15%;
}

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

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
}
.polaroid-architecture {
	background-image: url(images/polaroid-architecture.png);
	background-repeat: no-repeat;
}
.polaroide-whatelse {
	background-image: url(images/polaroid-whatelse.png);
	background-repeat: no-repeat;
}
.contourtableau {
	border: thin solid #333333;
}
.vignetteprojets {
	margin: 10px;
	padding: 10px;
	border: thin solid #333333;
}
.polaroid-blog2 {
	background-image: url(images/polaroid-blog2.png);
	background-repeat: no-repeat;
}
a.lienprojet:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: none;
	color: #333333;
}
a.lienprojet:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: none;
	color: #333333;
}
a.lienprojet:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: none;
	color: #999999;
}
a.lienprojet:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: none;
	color: #999999;
}
.imagepeople {
	background-image: url(fondcv.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#cvsteph-div {
	background-image: url(images/images/cv_01.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 487px;
	width: 284px;
	visibility: hidden;
	float: left;
}
#cvbaptiste-div {
	background-image: url(images/images/cv_02.jpg);
	background-repeat: no-repeat;
	background-position: top;
	visibility: hidden;
	float: left;
	height: 487px;
	width: 277px;
}
#cvmarie-div {
	background-image: url(images/images/cv_03.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	height: 242px;
	width: 510px;
	visibility: hidden;
}
#cvanthony-div {
	background-image: url(images/images/cv_05.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	height: 245px;
	width: 510px;
	visibility: hidden;
}
#cvcaroline-div {
	background-image: url(images/images/cv_04.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 487px;
	width: 293px;
	visibility: hidden;
}
.ecritureblog {
	font-family: "REDRING 1969";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.polaroid-blog02 {
	background-image: url(images/polaroid-blog02.png);
	background-repeat: no-repeat;
}
.polaroid-blog03 {
	background-image: url(images/polaroid-blog03.png);
	background-repeat: no-repeat;
}
.polaroid-blog04 {
	background-image: url(images/polaroid-blog04.png);
	background-repeat: no-repeat;
}
.polaroid-blog05 {
	background-image: url(images/polaroid-blog05.png);
	background-repeat: no-repeat;
}
.polaroid-blogE11 {
	background-image: url(images/polaroid-blogE11.png);
	background-repeat: no-repeat;
}
.polaroid-blogACCA {
	background-image: url(images/polaroid-blogACCA.png);
	background-repeat: no-repeat;
}
.polaroid-blogHPA {
	background-image: url(images/polaroid-blogHPA.png);
	background-repeat: no-repeat;
}
.dates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.polaroid-blog01 {
	background-image: url(images/polaroid-blog01.png);
	background-repeat: no-repeat;
}
.fond {
	background-image: url(images/bgpoints.png);
	background-repeat: repeat;
}
.polaroid-confettis {
	background-image: url(images/polaroid-confettis.png);
	background-repeat: no-repeat;
}
