
/* -- accueil ----------------------------------------------------------------------------------------------------------------------- */


div.accueildiapo
{
	float: left;
	margin: 10px;
}
table.accueildiapotable
{
	background-color: #EBEDDF;
	border-left: solid 2px #ffffff;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #566363;
	border-bottom: solid 2px #566363;
	border-radius: 12px;
}
td.accueildiapocentre
{
	width: 170px;
	height: 140px;
	background-color: #B8CBCC;
	border-left: solid 2px #566363;
	border-top: solid 2px #566363;
	border-right: solid 2px #ffffff;
	border-bottom: solid 2px #ffffff;
	background-color: #888888;
	background-position: center;
	background-repeat: no-repeat;
}
td.accueildiapocentre a
{
	display: block;
	margin: 0;
	padding:0 ;
	width: 100%;
	height: 100%;
}
td.accueildiapobordg, td.accueildiapobordd
{
	width: 10px;
}
td.accueildiapobordh p, td.accueildiapobordb p
{
	text-align: center;
	width: 196px;
	overflow: hidden;
}
td.accueildiapobordh p
{
    display: table-cell;
    vertical-align: middle;
    height: 44px;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}
td.accueildiapobordb p
{
	font-size: 10pt;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.accueildiapotable p a
{
	color: #294358;
}
table.accueildiapotable p a:link, table.accueildiapotable p a:hover, table.accueildiapotable p a:visited
{
	text-decoration: none;
	color: #294358;
}


/* -- galerie ----------------------------------------------------------------------------------------------------------------------- */


ul.galerie
{
	list-style: none;
}

.galerie li
{
	float: left;
	width: 220px;
	height: 165px;
	margin: 0;
	padding: 0;
	border: solid 1px #ffffff;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.galerie li img
{
	display: none;
}

.galerie div.galerie-videoplay
{
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

/* -- admin ------------------------------------------------------------------------------------------------------------------------- */


form.photoadm
{
	display: block;
	position: absolute;
	margin: 0;
	padding: 2px;
	background-color: #dddddd;
	border: outset 1px;
}
form.photoadm input
{
	margin: 0;
	padding: 0;
	border: none;
	width: 12px;
	height: 12px;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
}
