/*-----structure-----*/

div#largeur {
width: 1000px;
margin: 0 auto;
}

div#demilargeur {
height: 600px;
width: 500px;
float: left;
text-align: center;
}

div#pied {
clear: both;
text-align: center;
margin-top: 75px;
}

/*---------deco-------*/

.title {
margin-top: 50px;
margin-bottom : 75px;
float:right;
}

.text {
height: 200px;
text-justify: newspaper;
line-height: 1.5;
}

.ptext {
float:left;
height: 200px;
width: 160px;
}

.boutton {
float: right;
height: 25px;
margin-top: 25px;
margin-right: 20px;
}

.miniboutton {
float:left;
margin-left: 10px;
height: 10px;
}

.miniboutton2 {
margin-left: 10px;
margin-right: 10px;
height: 10px;
}

.corner {
margin-top: -75px;
margin-left:100px;
float:left;
}

.case {
width: 250px;
height: 250px;
position: relative;
float: left;
text-align: center;
margin: 40px;
}

.marge {
margin-left:30px;
}

.clearr {
clear: right;
}


/*-----texte et liens----*/

body {
background-color: black;
color: silver;
font-family: "Hoefler Text", "Verdana", sans-serif;
font-size: 15px;
}

a {
color: silver; 
text-decoration: none;
font-weight: bold;
}

a > img {
border-style: none;
alpha(opacity=80);
-moz-opacity: .8;
opacity: .8;
}

a > img:hover {
border-style: none;
alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

p {
font-size: 20px;
}


