/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 03
   © Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */


/* --- COULEURS --- */

/* Note: vous pouvez modifier simplement l'aspect de ce gabarit en modifiant
   uniquement les couleurs de fond (propriétés background) et les couleurs
   du texte (propriété color).
   Pour modifier la disposition des blocs, voir plus bas dans la feuille de
   styles la partie «positionnement». */

/* Général */
body {
	color: #F0E39E;
	background: #d3d3d3;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}

/* Page */
#global {
	background: #181A12;
}

/* Navigation */
#navigation {
	background: #181A12;
}
#navigation a {
	color: #FF6533;
}
#navigation a:hover, #navigation a:focus {
	background: #000000;
}

/* Contenu principal */
#contenu {
	color: #363B29;
	background: #cbd888;
}
#contenu a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}
#contenu strong {
	color: #181A12;
}

/* Pied de page */
#pied {
	color: #E6A948;
}


/* --- POSITIONNEMENT --- */

/* Page */
html, body {
	height: 100%; /* Voir -> Note 1 ci-dessous */

}
body {
	padding: 0;
	background-position: top center;
    background-repeat: no-repeat;
    background-image:url('../img/backBody.jpg');
}
#global {
	min-height: 100%; /* -> 1 */
	width: 760px;
	overflow: hidden; /* -> 2 */
	margin-left: auto;
	margin-right: auto; /* -> 3 */
}

/* En-tête */
#entete {
	padding: 10px 10px 0px 10px;
		background-image:url('../img/header.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}
#entete h1 {
	margin: 0;
	padding-bottom:10px;
}

#entete .sous-titre {
	margin: 2px 0px 0px 0px;
}



/* Contenu */
#contenu {

}
#contenu > :first-child {
	margin-top: 5px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}

#mainArea{
	
	background-image:url('../img/back-web-cornflakes-for-christmas.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	height:745px;
}


/* Pied de page */
#pied {
	padding: 5px 10px;
	font-size: .85em;
}
#pied p {
	margin: .5em 0;
}
#copyright {
	padding-top:5px;
	text-align: left;
	font-size: 0.9em;
}

#ankh{
	width:250px;
	height:108px;
	position: relative;
	top:-123px;
	left:120px;
	cursor:pointer;
/*		border-width:1px;
	border-style:dotted;

*/		
}

#comeOn{
	position: relative;
	top:-100px;
	left:90px;
	width:240px;
	height:110px;
	cursor:pointer;
	/*border-width:1px;
	border-style:dotted;
*/
}

#mp3Player{
	position: relative;
	top:-185px;
	left:428px;
	
}

.blockLink a{
	
	display:block;
	width:100%;
	height:100%;
	padding : 0;
	margin:0;	
	text-decoration:none;
	
}

.sous-titre{
	
	padding:6px 10px 4px 10px;
	color:#f7f2d6;
	text-align:justify;	
	border-width:1px;
	border-style:dotted;
}

#cover{
	background:url('../img/cover-back.png');
	background-repeat:no-repeat;
	background-position:top left;
	position: relative;
	top:30px;
	left:425px;
	width:320px;
	height:320px;
	
}

#cover img{
	padding: 10px 10px 10px 10px;
	
}

#addThis{
	float:right;
	
	
}
#accesSite{
	text-align:right;	
	padding:2px;
	font-size:1.2em;
}
