@charset "utf-8";
/* CSS Document */
body{
	background-image: url(images/fond.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#conteneur{
	position:absolute;
	left: 50%;
	width:1000px;
	margin-left:-500px;
}
#bandeau{
	width: 1000px;
	height: 508px;
	background-image: url(images/bandeau_accueil.jpg);
	background-repeat: no-repeat;
}
#espacepro{
	position: absolute;
	top:38px;
	left:25px;
	width: 300px;
	height: 150px;
}
#interieurespacepro{
	text-transform: capitalize;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	width: 190px;
	margin: 40px;
	text-align: center;
}
#espacejazzpi{
	position: absolute;
	top:38px;
	left:565px;
	width: 345px;
	height: 250px;
}
#menuaccueil{
	position: absolute;
	top:220px;
	left:70px;
	width: 125px;
	height: 260px;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: bolder;
	color: #330000;
}
#menupetit{
	position: absolute;
	top:212px;
	left:265px;
	width: 340px;
	height: 25px;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: bolder;
	color: #330000;
}
#miseajour{
	position: absolute;
	top:150px;
	left:265px;
	width: 380px;
	height: 25px;
	font-size: 10px;
	font-weight: bold;
	color: #330000;
}
#titrepage{
	position: absolute;
	top:420px;
	left:300px;
	width: 550px;
	height: 60px;
	font-size: 25px;
	font-weight: bold;
	color: #990000;
}
#pied{
	font-size: 10px;
	width: 1000px;
	height: 200px;
	background-image: url(images/pied.jpg);
	background-repeat: no-repeat;
}
#conteneurtextes{
	width: 1000px;
	background-repeat: repeat-y;
	background-image: url(images/texte.jpg);
}
#texte{
	margin-left: 210px;
	margin-right: 110px;
}
/*FORMULAIRE*/
#mail{
	border: solid 1px #CCCCCC;
	font-size: 10px;
	/*background-image: url(images/fond_menu.jpg);*/
	background-color: #FFFFFF;
}
#login2{
	border: solid 1px #CCCCCC;
	font-size: 10px;
	/*background-image: url(images/fond_menu.jpg);*/
	background-color: #FFFFFF;
}

#mdp{
	border: solid 1px #CCCCCC;
	font-size: 10px;
	/*background-image: url(images/fond_menu.jpg);*/
	background-color: #FFFFFF;
}

#button{
	border: solid 0px #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/fond_menu.jpg);
}
#button2{
	border: solid 1px #CCCCCC;
	font-size: 12px;
	/*font-weight: bold;
	/*background-image: url(images/fond_menu.jpg);*/
}
#button3{
	border: solid 0px #CCCCCC;
	/*text-decoration:none;*/
	font-size: 12px;
	color:#990000;
	font-weight:bold;
}
#buttonacces{
	border: solid 1px #CCCCCC;
	font-size: 12px;
	/*font-weight: bold;
	/*background-image: url(images/fond_menu.jpg);*/
}
#form1{
	border: solid 0px #CCCCCC;
	font-size: 10px;
	font-weight: bold;
	background-image: url(images/fond_formulaire.jpg);
	padding:10px;
	background-repeat: no-repeat;
}
/*LIENS*/
a:link{
	text-decoration:none;
	font-size: 12px;
	color:#990000;
	font-weight:bold;
}
a:visited{
	font-size: 12px;
	text-decoration:none;
	color:#990000;
	font-weight:bold;
}
a:hover{
	color:#000000;
	font-size: 12px;
	/*background-color:#FF9900;*/
	font-weight:bold;
	border-bottom: 1px solid #8D3C0D;
}

