body
{
	background-color: rgb(92,115,123);
	color: rgb(255,255,255);
	width: 800px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
a:link, a:visited
{
	color: rgb(255,255,255);
	text-decoration: none;
}
a:hover, a:active
{
	color: rgb(255,255,255);
	text-decoration: underline;
}
p, td
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: rgb(255,255,255);
	text-decoration: none;
	line-height:30%;
	margin:0px 0em 0pt 0;
}
h1
{
	font-family: arial, sans-serif;
	font-size: 200%;
	font-weight: bold;
	color: rgb(255,255,255);
	text-decoration: none;
	word-spacing: 3px;
	letter-spacing: 1px;
	margin:0px 0em 0pt 0;
	border-bottom:2px solid red;
	padding-bottom:12px;
}
h2 {
	font-family: arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: rgb(255,255,255);
	text-decoration: none;
	margin:0px 0em 0pt 0;

}
h3 {
	font-family: arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: rgb(255,255,255);
	text-decoration: none;
	line-height:100%;
	margin:0px 0em 0pt 0;
}

h4 {
	font-family: arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: rgb(255,255,255);
	text-decoration: none;
	line-height:100%;
	margin:15px 0em 0pt 0;
}

h5 {
	font-family: arial, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: rgb(255,255,255);
	text-decoration: none;
}
img
{
border:0px;
}

/* boutons du menu*/
.text_etiquette
{
	font-family: verdana, arial, helvetica, sans-serif;	
	font-size: 80%;
	color: white;
	text-decoration:none;
	font-weight: bold;
	line-height: 45px;
}

.text_etiquette:hover
{
	color:red;
	text-decoration:none;
}
.text_etiquette:visited
{
	text-decoration:none;
}

li 
{
	float:left;
	list-style-type: none;
	list-style-position: inside;
	background-image: url('/Boutons/1-1.gif');
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-top:0px;
	padding-left:35px;
	width:279px;
	height:69px;
	text-align: left;

}

li:hover
{
	list-style-type: none;
	background-image: url('/Boutons/1-1.gif');
	background-repeat: no-repeat;
}	
/*positionnement des couches*/

.couche1 /*position titre*/
{ 	position:absolute;
	width: 800px; 
	height: 53px; 
	z-index: 3; 
	}

.couche2 /*positionnement image poisson */
{ 	
	position: absolute;
	margin-top: 3px;
	padding-top:0px;
	margin-left:114px;
	z-index: 1; 
	

}

.couche3 /*position menu*/
{	position: absolute;
	width: 150px; 
	height: 324px; 
	z-index: 2; 
	margin-top:65px;
	padding-top:0px;
	margin-left:-60px;
	padding-left:0px;

}

.couche4 /*position calendrier*/
{	position:absolute; 
	width: 380px; 
	height: 358px; 
	overflow: auto; 
	text-align: left;  
	margin-top: 55px; 
	padding-top: 0px;
	margin-left: 495px;
	border: 0px;
	z-index:2;
}

.couche5 /*positionnement verset du jour*/
{	
	position:absolute;
	width: 450px; 
	height: 100px; 
	z-index: 2; 
	margin-top: 500px;
	padding-top: 0px;
	margin-left: 175px;
	padding-left:0px;
	text-align: center;
}
.couche6 /*position éditer le calendrier*/
{
	position: absolute;
	height: 16px;
	width: 170px;
	margin-left:700px;
	margin-top:400px;
	z-index:2; 

}
.couche7/*compteur*/
{	
	position:absolute; 
	width: 114px; 
	height: 49px; 
	z-index: 2; 
	margin-top:580px;
	margin-left:600px;
	padding-left:0px;
	padding-top:0px;

}
.couche8 /*position date du jour*/
{
	position: absolute;
	width: 500px; 
	height: 19px; 
	z-index: 2;
	margin-left:500px;
	margin-top: 14px; 
	padding-left:0px;
	padding-top:0px; 
 
	
}

.couche9 /*positionnement logo css*/
{
	position:absolute;
	z-index: 1; 
	margin-top:600px;
	margin-left:690px;
	padding-left:0px;
	padding-top:0px;
}

.couche10 /*postitionnment logo w3c*/
{
	position:absolute;
	z-index: 1; 
	margin-top:600px;
	margin-left:780px;
	padding-left:0px;
	padding-top:0px;
}
