/* --- STYLES DE BASE --- */

/* Page */
html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
body {
    margin: auto;
    width: 800px;
    padding: 1em; /* Remettre à zéro si nécessaire. */
    /* Pensez à utiliser une collection de polices (2), par ex: */
    font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
    font-size: 0.85em; /* À adapter pour la police choisie. (3) */
	text-shadow: 0px 1px 3px #000; 
    line-height: 1.4; /* À adapter au design. (4) */
    color: white;
    background: black url(../img/fond.tuilesRougeDegradeNoir.jpg) center top no-repeat;
	/*background: black url(../fondweb1.jpg) center top repeat;*/
}

.tuilesBleues{
    background: black url(../img/fond.tuilesBleuDegradeNoir.jpg) center top no-repeat;
}
.tuilesRouges{
    background: black url(../img/fond.tuilesRougeDegradeNoir.jpg) center top no-repeat;
}
.tuilesVertes{
    /*background: black url(../img/fond.tuilesVertDegradeNoir.jpg) center top no-repeat;*/
}
/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
    line-height: 1.2;
    font-weight: bold; /* Valeur par défaut. (6) */
    font-style: normal;
}
h1 {
    font-size: 1.45em;
}
h2 {
    font-size: 1.2em;
}
h3 {
    font-size: 1.1em;
}
h4 {
    font-size: 1.0em;
}

/* Listes */
/*ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}*/

/* Paragraphes */
p {
    margin: .75em 0; /* Marges plus faibles que par défaut. (7) */
}
address {
    margin: .75em 0;
    font-style: normal;
}

/* Liens */
a {
    text-decoration: none;
	font-weight: bold;
	color: #fff;
/*	color: #fd7;*/
}
a:link , a:visited{
/*    color: #fd7;*/
}
a:hover, a:focus, a:active {
/*    color: white;*/
	color: #ccc;
	font-size: 1.1em;
	/*	background-color: #930; 	*/
}
a img {
    border: none;
}

/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* Formulaires */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}
submit {
	width: 70px;
}

/* Mise en page */
#intro {
	text-align: center;
}

#playerMySpace {
	padding: 0 20px;
	width: 340px;
	float: right;
}

#pied {
	margin-top: 100px;
	text-align: center;
	font-size: 0.8em;
	border-top: 2px solid #fff;
}

#pied img{
	border: 0px;
}
#contenu {
	text-align: justify;
	padding: 10px;
	width: 780px;
/*	background-color: #000055;*/
}
#edito {
	padding: 0 10px;
	border: 1px solid;
/*	background-color: #000055;*/
}
.acces {
	font-size: 0.8em;
	font-style: italic;
}
.acces a {
	font-weight: normal;
}

#fly{
	margin: 0 20px 20px 20px;
	display	: block;
	float: right;
	-moz-transform: rotate(3deg);  
	-webkit-transform: rotate(3deg);	}

#fly img {
	border: solid 5px #fff;	}
