@charset "utf-8";
/* CSS Document */

body  {
	background-image:url(../../images/choix2/fond.jpg);
	background-repeat:no-repeat;
	background-color:black;
	width:100%;
}

#logo {
	background-image:url(../../images/choix2/logo.png);
	background-position:center;
	background-repeat:no-repeat;
	width:200px;
	height:198px;
	float:left
}

#menu ul li a:hover {
	background-image:url(../../images/choix2/menu_background_hover.png);
}

.active {
	background-image:url(../../images/choix2/menu_background_hover.png);
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	color:white;
	display: list-item;
	list-style-image:url(../../images/choix2/puceh1.png);
	list-style-position: inside;
	padding:20px 5px 0 10px;
}

h2 {
	font-style:italic;
	font-size:13px;
	color:#144b7f;
	margin:5px 0 5px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold
}

a {
	color:#144b7f;
	outline:none
}

a:hover {
	color:#144b7f;
	text-decoration:none
}

#footer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	margin-top:20px;
	color:white;
	border-top:2px dashed #144b7f;
	padding-top:10px;
}

.vip {
	background-image:url(../../images/choix2/etoile.png);
	background-repeat:no-repeat;
	padding-left:15px
}

.admin {
	background-image:url(../../images/choix2/sensinterdit.png);
	background-repeat:no-repeat;
	padding-left:15px;
	margin-left:15px
}

input[type="submit"], input[type="reset"] { 
	width:115px;
	height:22px;
	text-align:center;
	cursor:pointer;
	background-color:#144b7f;
	color:white;
}

input[type="submit"]:focus, input[type="reset"]:focus { 
	background-color:#144b7f;
	color:white
}

#illuscontact {
	background-image:url(../../images/choix2/contact.png);
	width:277px;
	height:324px;
	float:left
}