/* CSS Document */

body {
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	background: #1f1f1f url(../images/fond.jpg) no-repeat top center;
}

#menu {
	position:relative;
	margin-top:25px;

}


#barre {
	background:url(../images/barre_haut.jpg) center top repeat-x;
	margin-top:0px;
	position: inherit;
	color:#8ab726;
}
	
	
#image{
	height:580px;
	width:902px;
	margin-right:auto;
	margin-left:auto;
}

#image-droite{
	float:right;
	width:193px;
	height:580px;
}

#image-gauche{
	float:left;
	width:193px;
	height:580px;
}

#conteneur{
	background:url(../images/conteneur1.jpg) top center;
	border: black solid 3px;
	text-align:justify;
	float:left;
	margin-top:50px;
	margin-left:20px;
	padding-left:10px;
	padding-right:0px;
	height:470px;
	width:470px;
	font-family:"myriad Pro", arial;
	overflow:auto;
}

#conteneur img{margin: 10px 0;}

#conteneur1{
	background:url(../images/conteneur1.jpg) top no-repeat;
	border: black solid 3px;
	text-align:justify;
	float:left;
	margin-top:50px;
	margin-left:20px;
	margin-right:auto;
	height:470px;
	width:470px;
	font-family:"myriad Pro", arial;
	overflow:auto;
}


#texte {
	padding-right:25px;
	padding-left:45px;
	font-family:"myriad Pro", arial;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
}

#texte1 {
	padding-right:25px;
	padding-left:45px;
	font-family:"myriad Pro", arial;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
}

h2{
	font-family:"myriad Pro", arial;
	font-weight:bold;
	color:#8ab726;
}

#footer{
	background:url(../images/footer.jpg) center top repeat-x;
	margin-top:60px;
	position: inherit;
	font-family:"myriad Pro", arial;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	
}

.imagegauche{
	height:82px;	
}

.imagedroite{
	height:82px;	
}


.soustitre{
	color:#333333;
	font-family:"myriad Pro", arial;
}

a:link {
	font-family: "myriad Pro", arial;
	font-size: 18px;
	text-decoration: none;
	border-bottom-style: none;
	padding-bottom: 0px;
	color:#8ab726;
}

a:visited{
	font-family: "myriad Pro", arial;
	font-size: 18px;
	text-decoration: none;
	border-bottom-style: none;
	padding-bottom: 0px;
	border-bottom-style: none;
	color:#8ab726;
}

a:hover{
	color: #FF0000;
}

#reveillon{
width: 350px;
height: 60px;
margin: auto;
margin-bottom: -30px;
background: url(../images/bouton-reveillon.png) top left no-repeat;
}

#valentin{
width: 350px;
height: 105px;
margin: 0 auto -45px;
background: url(../images/bouton-st-valentin.png) top center no-repeat;
}


