/*noel.css*/

/*------------------------------------------------------------------------------R E G L E S      G E N E R A L E S-----------------------------------------------------------------------------------------*/

.souligne{ text-decoration:underline;}
.comic{font-family:'Comic Sans Ms';}
.gris {color:#737373;}
.rouge{color:#c70f0b;} 
.black{color:black;} 
.bold{font-weight:bold;}
.texte_important{text-decoration:underline; font-weight:bold;}
.centré{text-align:center;}
img.no_border{border:none;}

h1.noel{
	color:#c70f0b;
	position:absolute;
	left:200px;
	top:100px; 
	margin:15px 0;
}
h2.noel{   /*utilise dans holidays.php*/
	text-align:center;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
html{
	background-color:#e6e6e0;
}
body{	
	position:relative;
	background:url(gift1.gif) no-repeat;	
	background-position:98% 97%;	
	width:750px;	
	margin:20px auto;
	/*padding-right:20px;*/
	background-color:white;	
	font-family:arial;
	color:#737373;
	
}
body a{ 
	text-decoration:underline;
	color:#737373; /*A PRECISER MEME SI DEJA INDIQUE DANS LE CSS DU BODY*/	
}
/* ------------------------------------------------------------------------------------   EN TETE     ------------------------------------------------------------------------------------*/

div#en_tete{	
	position:relative;
	width:750px;
	height:192px;
	background-image: url("christmas-header.gif");
	background-repeat: no-repeat;	
}
div#en_tete a{
	display:block;
	position:absolute;
	left:290px;
	top:85px;
	text-decoration:underline;
}
/* -------------------------------------------------------------------------------------C O N T E N E U R   G E N E R A L     ------------------------------------------------------------------------------------*/

div.conteneur_general_central{	
	margin-top:25px;	
	font-size:80%;	
	padding: 0 0 0 15px;
}	
/*---------------------------------------------------------PIED DE PAGE------------------------------------------------------------------------------------------------------------------*/

p.copyright{	
	width:468px;
	margin:auto; margin-top:0px; margin-bottom:0px;	
	font: 0.8em 'Comic Sans MS';	
	text-align:center;		
}
p.copyright span.nom_du_site{
	color:#c70f0b;
}
div.spacer{
	clear:both;
	line-height:0;/*cree un espace dans le conteneur rangee en plus de faire prendre en compte les floats*/
} 
/*--------------------------------------PAGE CHRISTMAS-----------------------------------------------------------------*/


/*--------------------------------------PAGE SHOPPING LIST---------STOCKINFILLERS---------------------------*/

div.conteneur_rangee_noel{
	width:570px;
	margin:0 auto 10px;	
}
div.div_vignettes_noel{	
	float:left;
	margin: 7px 0 0 30px;		
	display:inline;
}
div.div_vignettes_noel p{
	margin:0;
}
div.div_vignettes_noel img{
	display:block; /*suppression espace sous image dans IE*/
	border:1px solid #737373;
}
/*Dernier conteneur avec marge basse importante*/
div.conteneur_rangee_noel_dernier{
	width:570px;
	margin:0 auto 100px;	
}
div.div_vignettes_noel_dernier{	
	float:left;
	margin: 7px 0 0 30px;		
	display:inline;
}
div.div_vignettes_noel_dernier p{
	margin:0;
}
div.div_vignettes_noel_dernier img{
	display:block; /*suppression espace sous image dans IE*/
	border:1px solid #737373;
}
a img{ border:none; }

/*-----------------------------------------------PAGE HOLIDAYS--------------------------------------------------*/

img.photo_centre{
	display:block;
	width:398px;
	margin:auto;
}
ul.liens_holidays {	
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:1.5em;

}



