
/* Fichier css pour page Accueil */
html {
   margin: 0px;
	padding: 0px;	
	}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000040;
}
#container {
	width: 970px;
	height: 700px;
	position: absolute;
	left: -100px;
	top: 0px;
	margin-left: 100px;
	background-color: #F5DEB3;
	border: thick outset #FFD700;
}
#titre {
	width: 600px;
	height: 40px;
	position: absolute;
	left: 270px;
	top: 10px;
	 /* Titre 
	background: transparent url(../images/titre1.jpg) no-repeat 0px 0px;*/
	font: normal normal bold 30px Monotype Corsiva;
	text-align: center;
	border: medium outset Black;
}
#titre p {
	margin-top: 0px;	
}
#logo {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50px;
	top: 10px;		
	border: none;
	background: transparent url(../images/logo.jpg) no-repeat 0px 0px;
}
#button input{
	margin-top: 140px;
	margin-left: 25px;
	font: bold 15px Verdana;
	border: medium outset White;
	background: #FFD700;
}
#pyrenees {
	width: 720px;
	height: 540px;
	position: absolute;
	left: 210px;
	top: 100px;
	border: medium outset Blue;
	background: transparent url(../images/liens/liens.jpg) repeat-y 0px 0px;
	text-align: justify;
}
#titre1 {
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 25px;
	padding-left: 10px;
	font: bold 15px Verdana;
	color: #FFD700;
}
#titre2 {
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 25px;
	padding-left: 10px;
	font: bold 15px Verdana;
	color: #FFD700;
}
#titre3 {
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 25px;
	padding-left: 10px;
	font: bold 15px Verdana;
	color: #FFD700;
}
#image {
	position: absolute;
	left: 10px;
	top: 180px;	
	border: medium outset Blue;
}
#valid {
	position: absolute;
	left: 10px;
	top: 640px;
}
.w3c {
   border: none;
}
.red {
	color: Red;
}
