/* CSS Document */

* {border:0; margin: 0; padding:0;}

*:link {
			text-decoration: none;
				}

a {outline: 0; /*enlève les pointillés autour des liens cliquables du menu*/}
				
				
body {
margin: 0px;
font-size:12px;
font-family:"Comic Sans MS", Verdana, Arial, sans-serif;
color: #5522ff;
background-color:#050539;
text-align:center;
}

#accueil{/*taille et position de la bt pour la photo de accueil*/

    position: absolute;
    width: 819px;
    height: 614px;
    left: 50%;
    margin-left: -410px;
    top: 50%;
    margin-top: -307px;
  	background-image: url(../image/emotion-libre_def_mini.jpg);
}


#lien_sd-club {
				position: absolute;
				width : 248px;
				height: 254px;
				left: 572px;
				top: 361px;
				}

#lien_sd-club:hover {
    			width : 248px;
				height: 254px;
    			left: 572px;
				top: 361px;
				background: url(../image/emotion-libre_sd-club.jpg);
				z-index: 100;
				}

#galerie_photo {
				position: absolute;
				width : 249px;
				height: 246px;
				left: 0px;
				bottom: 0px;
				}

#galerie_photo:hover {
    			width : 249px;
				height: 246px;
    			left: 0px;
				bottom: 0px;
				background: url(../image/galerie_photo.jpg);
				z-index: 100;
				}

.titre_out{
          position:absolute;
          left:-5000px;
          }

.val_css{
          position: absolute;
          bottom: 25px;
          left: 50px;
          }
