/* CSS Document */
@import  url("http://fonts.googleapis.com/css?family=Lobster");
@import url("http://fonts.googleapis.com/css?family=Happy+Monkey");
html {
height: 100%;
}
body {
margin: 0px;
height: 100%;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: black;
background: #9F9F9F;
background-attachment: fixed;
background-clip: border-box;
background-origin: padding-box;
background-image: -ms-radial-gradient(center bottom, #4b7e98 0%, #1a334c 100%);
background-image: -moz-radial-gradient(center bottom, #4b7e98 0%, #1a334c 100%);
background-image: -webkit-gradient(radial, center bottom, 0, center bottom, 900, from(#4b7e98), to(#1a334c));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b7e98', endColorstr='#1a334c');
}
#container
{
position: absolute;
width: 500px;        /* selon la largeur voulue */
margin-left: -250px; /* moitie de width */
left: 50%;           /* constant, toujours 50% */
height: 450px;       /* selon la quantite de texte */
margin-top: -225px;   /* moitie de height */
top: 50%;            /* constant, toujours 50% */
}
img{
border: 0px;
}
#blog, #ttm, #pronos {
width: 500px;
height: 150px;
margin-bottom: 10px;
box-shadow: 2px 2px 10px #000;
border-radius: 8px;
}
#blog {
font-family: Lobster;
font-size: 9em;
background: url("blog/wp-content/themes/demonaz/images/trees_green.jpg") no-repeat center;
}
#ttm {
font-family: "Happy Monkey";
font-size: 4.2em;
background: url("ttm/wp-content/uploads/2013/10/insert_signed_ttm1.jpg") no-repeat center;
}
#pronos {
font-family: Lobster;
font-size: 8em;
background: url("pronostocard/pre_wp/images/terrain01.jpg") no-repeat center;
}
a {
color: #fff;
text-decoration: none;
text-shadow: 2px 2px 1px #000;
}