/************************************************************
** DESCRIPTION :
*************************************************************/
body{
	margin:0px;
	padding-top:0px;
	background-color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	color:#EEEEEE;
	-moz-transition: background 0.3s ease-in-out;
	-webkit-transition: background 0.3s ease-in-out;
	-o-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}


a {
	color:#333333;
}
#header {
	background-color:#777777;
	position:fixed;
    width: 100%;
    top: 0; /* vaut mieux fixer les valeurs par défaut pour ne pas avoir de mauvaises surprises */
	height:30px;
	border-bottom:1px solid #000;
	
}	

.menus {
	width:570px;	
}
.menu {
	float:left;
	width:190px;
	line-height:30px;
	color:#FFFFFF;
	font-size:18px;
	text-shadow: 2px 2px 2px #333333;
	
}
.menu a {
	color:#FFFFFF;
}
.menu img, .menu span{
	display: inline-block; 
	vertical-align: middle;
}

#container {
	
	margin-top:30px;
	display:block;
	padding-top:10px;
}


#logo_londres {
	width:225px;
	height:250px;
}
#contenu {
	width:990px;	
}
#anneaux{

	background-image:url(/images/anneaux.png);
	background-repeat:no-repeat;
	width:990px;
	height:400px;
}

#jour31 {
	float:left;
	width:330px;
	height:170px;
}
	#jour31_bloc {
		margin-top:45px;
		margin-left:180px;
	}

#jour01 {
	float:left;
	width:330px;
	height:170px;
}
	#jour01_bloc {
		margin-top:45px;
		margin-left:105px;
	}
#jour02 {
	float:left;
	width:330px;
	height:170px;
}
	#jour02_bloc {
		margin-top:45px;
		margin-left:30px;
	}
#jour03 {
	float:left;
	width:495px;
	height:240px;
}
	#jour03_bloc {
		margin-top:28px;
		margin-left:306px;
	}
#jour04 {
	float:left;
	width:495px;
	height:240px;
}
	#jour04_bloc {
		margin-top:28px;
		margin-left:68px;
	}
	
.jour {
	background-image:url(/images/calendrier.png);
	background-repeat:no-repeat;
	width:120px;
	height:120px;
	
}
.jour2 {
	background-image:url(/images/calendrier.png);
	background-repeat:no-repeat;
	width:120px;
	height:180px;
	
}

.heure {
	width:80px;
	float:left;
}
.texte_jour {
	padding-top:21px;
	font-size:30px;
	width:120px;
	color:#333333;
}
.texte_mois {
	font-size:18px;
	margin-bottom:10px;
	color:#FFFFFF;
}
.bloc_day{
	margin-top:20px;
	width:600px;
	min-height:180px;
	border-bottom:1px dashed #EEEEEE;
}
.droite {
	float:right;
}
.gauche {
	float:left;
}

.blanc {
	color:#FFFFFF;
}
.noir {
	color:#000000;
}