HTML{
	margin: 0px;
	padding: 0px;
}

BODY{
	margin: 0px;
	padding: 0px;
	background-size: 100% 100%;
	background-image: url('/image/background-bluesky.jpg');
	background-repeat: no-repeat;
	/* background: radial-gradient(#e0f0ff, #549cce); */
	background-color: #64acde;
}

H1{
	margin: 0px;
	padding: 8px 0px;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px; 
	color: White;
	background-color: Black;
	text-align: center;
}

H2{
	margin: 0px;
	padding: 0px 0px 6px 0px;
	font-family: 'Prosto One', cursive;
	font-size: 20px;
	font-weight: 400;
	color: DeepPink;
	background-image: radial-gradient(circle, rgba(256,256,256, 0.75) 30%, rgba(256,256,256, 0) 65%, rgba(256,256,256, 0));
	/* background-color: Yellow; */
	text-align: center;
}

H3{
	margin: 0px;
	padding: 10px 5px;
	font-family: 'Prosto One', cursive;
	font-size: 20px;
	font-weight: 400;
	color: DeepPink;
	background-color: #ffff33;
	text-align: center;
}

P{
	margin: 14px;
	font-size: 19px;
	font-weight: 400;
	font-family: 'Kalam', cursive;
	color: White;
	background-color: None;
	text-align: center;
}

.marge {
	margin-left: 3em;
	margin-right: 3em;
}

A:link {
	color: Black;
	text-decoration: none;
}

A.title:link {
	color: White;
	text-decoration: none;
}

A:visited {
	color: Black;
	text-decoration: none;
}

A.title:visited {
	color: White;
}

A:hover {
	color: White;
	background-color: DeepPink;
	text-decoration: none;
}

A.title:hover {
	color: DeepPink;
	background-color: Black;
}

A:active {
	color: Black;
	background-color: DeepPink;
	text-decoration: none;
}

A.title:active {
	color: Yellow;
}

.category {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.category:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	background-color: none;
}

#title {
	margin: 0px auto;
	max-width: 460px;
	padding: 0px 0px;
	color: White;
	text-decoration: none;
}
	
#subtitle {
	margin: 0px auto;
	padding: 0px 0px;
	width: 100%;
	max-width: 800px;
}

#menu {
	margin: 0px auto;
	padding: 0px 0px;
	position: relative; 
	width: 100%;
	z-index: 10;
}

#media {
    position: absolute;    		
    max-height: 900px;
    top: 8.3em;
	right: 0px;
	bottom: 6em;
    left: 0px;
    overflow: hidden;
    z-index: 20;
}

#media__video {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 20;
}
	
#media__category {
	position: relative;
	top: 10%;
	left: 0px;
	width: auto;
	max-width: 32%;
	height: 40%;
	z-index: 22;
}

#media__category2 {
	position: relative;
	top: 52%;
	left: 0px;
	max-width: 30%;
	max-height: 50%;
	z-index: 21;
}
	
@media (max-width: 300px) {
  #media {
    background: url('image/photo-dalgo-logo-177px.gif') center center no-repeat;
    z-index: 20;
  }

  #media__video {
    display: none;
    z-index: 20;
  }
}

#bottom {
    	position: fixed;
    	width: 100%;
    	top: auto;
    	right: auto;
    	bottom: 0px;
    	left: auto;
    	z-index: 30;
}

/* Portrait apparaissant au survol du numero de telephone */

.thumbnail:hover{
background-color: transparent;
}

.thumbnail span{
position: absolute;
padding: 0px;
left: -1000px;
visibility: hidden;
}

.thumbnail:hover span{
visibility: visible;
top: -2.5em;
left: auto; /*position where enlarged image should offset horizontally */
z-index: 50;
}