body {
	background-color: white;
	margin: 0px;
	padding: 0px;
}



a:link, a:hover, a:visited, a:active, a:focus {
	outline: none;
}



.ligne {
	background-color: #999999;
}







/* Debut des styles "coordonnees" */

.coordonnees {
	font-family: arial;
	font-size: 10px;
	line-height: 11px;
	letter-spacing: 0.1em;

	padding: 0px 8px 0px 0px;

	height: 198px;
}

.coordonneesBraq {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
	letter-spacing: 0.1em;
	color: black;

	padding: 0px 0px 2px 0px;
}

.coordonneesInfo {
	color: #666666;
}

.coordonneesMail {
	font-family: arial;
	font-size: 10px;
	line-height: 11px;
	letter-spacing: 0.1em;

	text-decoration: none;
	color: #666666;

}

.coordonneesMail:hover {
	text-decoration: underline;
	color: black;
}

/* Fin des styles "coordonnees" */







/* Debut des styles "projet" */

.projetPhoto {
	width: 455px;
	border: solid 1px #999999;
	cursor: pointer;
}

.projetPhotoTd {
	width: 457px;
	background-color: white;
}



.projetDesc {
	font-family: arial;
	font-size: 10px;
	line-height: 11px;
	letter-spacing: 0.1em;

	position: absolute;
	left: 0px;
	top: 0px;
	width: 457px;
	height: 24px;

	visibility: hidden;
}

.projetDescNum {
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
	letter-spacing: 0.1em;
	color: black;

	position: absolute;
	left: 0px;
	top: 8px;
	width: 30px;
	height: 24px;
	float: left;
}

.projetDescInfo {
	color: #666666;

	position: absolute;
	left: 30px;
	top: 8px;
}



.projetDescPdf {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 11px;
	letter-spacing: 0em;
	text-decoration: none;
	color: black;

	margin: 0px;
	padding: 1px 4px 1px 4px;
	float: right;

	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #999999;
}

.projetDescPdf:hover {
	color: white;
	background-color: #999999;
}



.projetDescLinkHidden {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 11px;
	letter-spacing: 0em;
	text-decoration: none;
	color: white;

	/* margin: 0px;
	padding: 1px 4px 1px 4px; */
	float: right;

	/* border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-color: #999999; */
}



.projetColab {
	font-family: arial;
	font-size: 10px;
	line-height: 11px;
	letter-spacing: 0.1em;

	padding: 0px 10px 0px 8px;
}

.projetColabPeter {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
	letter-spacing: 0.1em;
	color: black;

	padding: 0px 0px 2px 0px;
}

.projetColabArchi {
	font-family: arial;
	font-size: 10px;
	line-height: 11px;
	letter-spacing: 0.1em;
	color: black;

	padding: 0px 0px 2px 0px;
}

.projetColabPresent {
	font-weight: bold;
	color: black;
}

.projetColabPast {
	font-style: italic;
	color: #666666;
}



.projetColabPdf {
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	text-decoration: none;
	color: #999999;
}

.projetColabPdf:hover {
	color: black;
}



.projetAtelier {
	font-family: arial;
	font-size: 10px;
	line-height: 11px;
	letter-spacing: 0em;
	color: #666666;
}

/* Fin des styles "projet" */







/* Debut des nouveaux "photo" */

#photo {
	position: absolute;
	left: 0px;
	top: 0px;

	z-index: 10;
}

#photoGrid {
	background-color: white;

	position: absolute;
	width: 441px;
	height: 441px;
	left: 0px;
	top: 0px;

	margin: 0px;
	padding: 7px;
	border: solid 1px #999999;

	z-index: 20;
}

#photoGrid a {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	letter-spacing: 0.1em;
	text-align: center;
	text-decoration: none;

	color: black;
	background-color: #CCC;

	position: relative;
	width: 33px;
	float: left;

	margin: 4px;
	padding: 8px 4px;

	display: block;
}

#photoGrid a:hover {
	color: white;
	background-color: #999;
	text-decoration: none;
}

/* Fin des nouveaux "photo" */







/* Debut des styles "div" */

#div_photo_master {
	width: 457px;
	height: 457px;
	position: relative;
}

#div_projet_master {
	position: relative;
}

/* Fin des styles "div" */

