html * {
	margin: 0;
	padding: 0;
}
body {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	background: #111923 url(./images/bg.jpg) repeat-x top;
	font-family: sans-serif;
	font-size: .8em;
}

/* Menu */
#menu {
	width: 220px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -410px;
	z-index: 100;
}
#menu:hover {
	width: 820px;
	height: 110px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -410px;
}
#menuOuvert {
	width: 820px;
	height: 110px;
	background: url(./images/menu.png) repeat-y 10px 0;
	padding: 0px 10px 0 10px;
}
#menuOuvert ul {
	margin: 0 0 0 10px;
}
#menuOuvert li {
	list-style: none;
	display: inline;
}
#menuOuvert a {
	display: block;
	float: left;
	width: 264.5px;
	height: 30px;
	line-height: 30px;
	color: #aaa;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid transparent;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0;
	background: url(./images/lueur.png) no-repeat 0 30px;
}
#menuOuvert a:hover {
	color: #fff;
	border: 1px solid transparent;
	background: url(./images/lueur.png) no-repeat 0 0;
}
#menuFermer {
	width: 220px;
	height: 50px;
	line-height: 38px;
	color: #ccc;
	background: url(./images/menu.png) repeat-y 10px 50px;
	padding: 0 10px;
}
#menuFermer p {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.12em;
}
#menu #menuOuvert {
	display: none;
}
#menu #menuFermer {
	display: block;
}
#menu:hover #menuOuvert {
	display: block;
}
#menu:hover #menuFermer {
	display: none;
}

/* Général */
h1 {
	position: absolute;
	left: 50%;
	text-align: center;
	width: 900px;
	margin: 0 0 0 -420px;
	font-family: sans-serif;
	font-size: 30px;
	z-index: 3;
}
img {
	border: 0;
}
.center {
	text-align: center;
	clear: both;
}
.droite {
	text-align: right;
	clear: both;
}
#cadre {
	position: absolute;
	left: 50%;
	width: 900px;
	text-align: left;
	margin: 0 0 0 -500px;
	padding: 100px 50px 0 50px;
	background: url(./images/bordure.png) repeat-y center;
}
#cadre h2 {
	margin: 10px 13px 0 13px;
	border-bottom: 1px solid #4d535a;
}
#cadre h3 {
	margin: 40px 8px 0 8px;
	border-top: 1px solid #4d535a;
	padding: 5px 0 0 4px;
}
#cadre p {
	margin: 8px 10px 0 10px;
}
#cadre a {
	color: #aaf;
	text-decoration: underline;
}
#cadre a:hover {
	color: #fff;
}
#cadreFooter {
	clear: both;
	width: 900px;
	height: 65px;
	margin: auto auto -100px -50px;
	padding: 0 50px 35px 50px;
	background: url(./images/footer.png) no-repeat;
	font-size: 0.8em;
	text-align: center;
}
#cadreFooter p {
	padding: 10px 0;
	margin: 0;
}
#cadreFooter a {
	color: #969a9f;
}
#cadreFooter a:hover {
	color: #fff;
}
#cadreFooter p#copyright {
	color: #4d535a;
	margin: 0;
	padding: 0;
}
#cadreFooter p#copyright a {
	color: #4d535a;
	text-decoration: underline;
}
#cadreFooter p#copyright a:hover {
	color: #969a9f;
}
p#pub {
	outline: none;
}
p#license {
	color: #4d535a;
	padding: 40px 0 10px 0;
	margin: 0;
	line-height: 1.2em;
}
p#license a {
	color: #4d535a;
	text-decoration: underline;
}
p#license a:hover {
	color: #969a9f;
}
#cadre textarea {
	background: #f0f0f0;
	border: 1px solid #41474F;
}
#cadre textarea:focus.champ, #cadre textarea:hover.champ {
	background: #fff;
}
#cadre input {
	background: #f0f0f0;
	border: 1px solid #41474F;
}
#cadre input:focus.champ, #cadre input:hover.champ {
	background: #fff;
}
#cadre select {
	background: #f0f0f0;
	border: 1px solid #41474F;
}
#cadre select:focus.champ, #cadre select:hover.champ {
	background: #fff;
}
#cadre p#textArea {
	margin-top: 0;
	padding-top: 2px;
}

/* Mise en forme */
#cadre p#styleCode {
	clear: both;
	padding: 0 0 1px 4px;
}
#cadre #admin p#styleCode {
	clear: both;
	padding: 0 0 1px 4px;
	cursor: default;
}
#styleCode input {
	width: 50px;
	height: auto;
	font-size: .8em;
	padding: 0;
	margin: 0;
	border: 0;
	color: #636A73;
	background-image: url(./images/bg.jpg);
	background-position: 0 90px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#cadre #styleCode input:hover {
	color: #969a9f;
	background-image: url(./images/bg.jpg);
	background-position: 0 130px;
}

/* Bloc info */
#blocPopUp {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 101;
	display: none;
	width: 770px;
	height: 370px;
	margin: -185px 0 0 -385px;
	background: url(./images/bloc-info-com.png) no-repeat;
	border: 0;
}
#blocPopUp h2#titre {
	margin: 15px 20px;
	border: 0;
	font-size: 1.8em;
	color: #fff;
	font-variant: small-caps;
}
#blocPopUp p#texte {
	margin: 10px 20px;
}
#blocPopUp p#styleCode {
	height: auto;
	overflow: auto;
	position: absolute;
	top: 41px;
	left: 5px;
}
#blocPopUp p#fermeture {
	position: absolute;
	top: 2px;
	right: 5px;
}
#blocPopUp p#fermeture a {
	display: block;
	width: 20px;
	height: 18px;
	background: url(./images/fermeture.jpg) 0 0;
}
#blocPopUp p#fermeture a:hover {
	background: url(./images/fermeture.jpg) 20px 0;
}
#blocPopUp input#envoyer {
	position: absolute;
	left: 15px;
	bottom: 20px;
	width: 174px;
	height: 46px;
	border: 0;
	background: none;
	background-image: url(./images/envoyer.png);
	background-position: 0 0;
	color: transparent;
	cursor: pointer;
}
#blocPopUp input:hover#envoyer {
	background-position: 0 -48px;
}
#blocPopUp input:active#envoyer {
	background-position: 0 -95px;
}
#blocPopUp textarea {
	position: absolute;
	top: 70px;
	left: 15px;
	width: 735px;
	height: 220px;
	border: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#cadre a.lienBouton {
	margin: 10px 310px 0 310px;
	float: left;
	text-decoration: none;
	outline: none;
	display: block;
	background: url(./images/bbtn-right.jpg) no-repeat 100% 0;
}
#cadre a.lienBouton span {
	color: #654005;
	font-size: 16px;
	letter-spacing: -1px;
	margin: 0;
	padding: 0 35px 4px;
	float: left;
	line-height: 49px;
	cursor: pointer;
	background: url(./images/bbtn-left.jpg) no-repeat 0 0;
}
#cadre a.lienBouton:hover {
	text-decoration: none;
	background-position: 100% -53px;
}
#cadre a.lienBouton:hover span {
	color: black;
	text-decoration: none;
	background-position: 0 -53px;
}

/* Accueil */
#cadreAnnonces {
	position: absolute;
	top: 70px;
	left: 46px;
	height: 316px;
	width: 598px;
	background: url(./images/annonces.png);
	float: left;
	margin: 0;
}
#cadreRoyaume {
	position: absolute;
	top: 68px;
	right: 65px;
	z-index: 4;
}
#cadreSidebar {
	position: absolute;
	top: 240px;
	right: 58px;
	width: 255px;
	height: 128px;
	background: url(./images/cadre_side.png);
	padding: 8px 10px;
}
#cadreSidebar p {
	margin: 0 0 3px 0;
}
#cadreSidebar ul {
	list-style: none;
	overflow: hidden;
	white-space: nowrap;
	width: 260px;
}
#cadreSidebar li {
	text-indent: 6px;
}
#cadreSidebar em {
	color: #aaa;
}
#cadreSidebar em a {
	color: #aaa;
	text-decoration: underline;
}
#cadreSidebar em a:hover {
	color: #fff;
}
#cadreSidebar a {
	color: #aaf;
	text-decoration: underline;
}
#cadreSidebar a:hover {
	color: #fff;
}
#cadreTete {
	height: 300px;
}
#cadreContenu {
	margin: 0;
	padding: 0 10px;
}
#cadreContenu p {
	margin: 10px 0 0 0;
}
#cadreContenu h2 {
	margin: 0;
	border: 0;
}

/* Charte */
#cadre #charte ul {
	margin: 8px 0 0 0;
	padding: 0 0 0 30px;
	line-height: 1.4em;
}
#cadre p#introduction {
	margin: 8px 10px 50px 10px;
	line-height: 1.4em;
}

/* Formulaire */
label {
	text-align: right;
	float: left;
	width: 170px;
	line-height: 1.8em;
}
input {
	padding: 2px;
	font-family: sans-serif;
}
select {
	padding: 1px;
	font-family: sans-serif;
}
textarea {
	padding: 2px;
	font-family: sans-serif;
	font-size: 1em;
	width: 875px;
}
fieldset {
	border: 0;
	border-top: 1px #4d535a solid;
	padding: 0 10px;
	margin: 25px 0;
}
legend {
	text-align: left;
	padding: 0 10px;
	color: #fff;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #fff;
}
.bouton label {
	cursor: pointer;
}
label.radio {
	text-align: left;
	float: none;
	line-height: 1.6em;
}
label.radio_a {
	text-align: left;
	float: none;
	line-height: 1.6em;
	color: #666666;
	cursor: text;
}
label#com {
	text-align: left;
	float: left;
	width: 875px;
	line-height: 1.1em;
	margin: 0 0 5px 0;
	cursor: text;
}
p#agree {
	padding-left: 0px;
}
p.bouton {
	padding-left: 33px;
}
div#recrue {
	width: 504px;
	height: 171px;
	padding: 136px 0 0 95px;
	margin: auto;
	margin-bottom: 5px;
	color: #000;
	background-image: url(./images/recrue.png);
	font-family: serif;
	font-size: 1.1em;
}
div#recrue p {
	margin: 8px 0;
}

input#recommencer {
	width: 174px;
	height: 46px;
	border: 0;
	background: none;
	background-image: url(./images/recommencer.png);
	background-position: 0 0;
	color: transparent;
	cursor: pointer;
}
input:hover#recommencer {
	background-position: 0 -48px;
}

input:active#recommencer {
	background-position: 0 -95px;
}
input#envoyer {
	width: 174px;
	height: 46px;
	border: 0;
	background: none;
	background-image: url(./images/envoyer.png);
	background-position: 0 0;
	color: transparent;
	cursor: pointer;
}
input:hover#envoyer {
	background-position: 0 -48px;
}
input:active#envoyer {
	background-position: 0 -95px;
}
input#envoyer_ina {
	width: 174px;
	height: 46px;
	border: 0;
	background: none;
	background-image: url(./images/envoyer.png);
	background-position: 0 -143px;
	color: transparent;
}
.separation {
	float: left;
	width: 290px;
}
.vide {
	padding: 10px 0 0 0;
	clear: both;
}
.clearer {
	clear: left;
}

/* Hall de recrutement */
#gabaritHall {
	width: 476px;
	height: 217px;
}
#hall {
	position: absolute;
	top: 100px;
	left: 50%;
	width: 446px;
	height: 169px;
	margin: 0 0 100px -238px;
	padding: 24px 15px;
	color: #000000;
	background-image: url(./images/hall_recrutement.png);
	line-height: 18px;
}
#hall p {
	margin: 0;
}
#classe {
	float: left;
	text-align: right;
	font-weight: bold;
}
p#ouverture {
	float: left;
	margin-left: 10px;
}
#explication {
	float: right;
	text-align: right;
	width: 250px;
}
span.fermer {
	color: #ff0000;
}
#cadre #ouverture a.ouvert {
	color: #006633;
	text-decoration: none;
}
#cadre #ouverture a:hover.ouvert {
	color: #006633;
	text-decoration: underline;
}
p#champ {
	position: absolute;
	bottom: 15px;
	right: 15px;
	padding: 5px 10px 0 5px;
	margin: auto;
	width: 155px;
	height: 28px;
	background-image: url(./images/champ.png);
}
input#inscription {
	width: 160px;
	height: 23px;
	border: 0;
	background: none;
	background-image: url(./images/inscription.png);
	background-position: 0 0;
	color: transparent;
	cursor: pointer;
}
input:hover#inscription {
	background-position: 0 -26px;
}
input:active#inscription {
	background-position: 0 -52px;
}

/* Liste des membres */
.gabaritMembres {
	height: 170px;
}
.gabaritMembres h2 {
	display: none;
}
.gabaritMembres ul, .gabaritMembres li {
	list-style: none;
	display: inline;
}
.id1 {
	left: 60px;
}
.id2 {
	left: 241px;
}
.id3 {
	left: 422px;
}
.id4 {
	left: 603px;
}
.id5 {
	left: 784px;
}
#cadre a.inconnu {
	text-decoration: none;
	color: #655412;
	text-shadow:#000 0 0 5px;
}
#cadre a:hover.inconnu {
	color: #caa723;
}

/* Fiche de personnage */
#fichePerso {
	float: right;
	width: 405px;
	height: 160px;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #4d535a;
	-moz-border-radius: 6px 0 0 6px;
	-khtml-border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	margin: 10px 0 0 10px;
	background: #111923 url(./images/bg.jpg) repeat-x top;
}
#fichePerso h2, #fichePerso p {
	border: 0;
	margin: 5px;
	padding: 0;
	text-align: right;
}
#fichePerso h2 {
	font-size: 2.2em;
	line-height: 1em;
	padding: 0 0 10px 0;
}
#gabaritImagePerso {
	float: right;
	width: 155px;
	height: 160px;
	margin: 0 0 0 5px;
}
#imagePerso {
	position: absolute;
	top: 60px;
	width: 155px;
	height: 210px;
	background-repeat: no-repeat;
}
#racePerso, #niveauPerso, #classePerso {
	font-weight: normal;
	font-size: 0.45em;
}
#classePerso {
	font-weight: bold;
}
p#gradePerso {
	padding: 15px 0 0 0;
}

/* Bloc info Admin */
#admin #blocPopUp {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 101;
	display: none;
	width: 770px;
	height: 370px;
	margin: -185px 0 0 -385px;
	background: url(./images/bloc-info-com.png) no-repeat;
	border: 0;
}
#admin #blocPopUp h2#titre {
	margin: 15px 20px;
	border: 0;
	font-size: 1.8em;
	color: #fff;
	font-variant: small-caps;
}
#admin #blocPopUp p#texte {
	margin: 10px 20px;
}
#admin #blocPopUp p#styleCode {
	height: auto;
	overflow: auto;
	position: absolute;
	top: 41px;
	left: 5px;
}
#admin #blocPopUp p#fermeture {
	position: absolute;
	top: 0px;
	right: 5px;
}
#admin #blocPopUp p#fermeture a {
	display: block;
	width: 20px;
	height: 18px;
	background: url(./images/fermeture.jpg) 0 0;
}
#admin #blocPopUp p#fermeture a:hover {
	background: url(./images/fermeture.jpg) 20px 0;
}
#admin #blocPopUp input#envoyer {
	position: absolute;
	left: 15px;
	bottom: 20px;
	width: 174px;
	height: 46px;
	border: 0;
	background: none;
	background-image: url(./images/envoyer.png);
	background-position: 0 0;
	color: transparent;
	cursor: pointer;
}
#admin #blocPopUp input:hover#envoyer {
	background-position: 0 -48px;
}
#admin #blocPopUp input:active#envoyer {
	background-position: 0 -95px;
}
#admin #blocPopUp textarea {
	position: absolute;
	top: 70px;
	left: 15px;
	width: 735px;
	height: 220px;
	border: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#admin #boutonModifier {
	position: absolute;
	bottom: 0;
	font-weight: bold;
}

/* Administration */
#admin .desactive {
	color: #999;
	text-decoration: line-through;
}
#admin h2 {
	margin: 10px 13px 10px 13px;
}
#admin h3 {
	border: 0;
	margin: 0 5px;
}
#admin p {
	margin: 10px 15px;
}
#admin ul {
	margin: 10px 35px;
}
#admin table {
	margin: 10px 15px;
}
#admin table td {
	padding: 5px;
	color: #aaa;
	cursor: default;
}
#admin thead {
	height: 30px;
	vertical-align: top;
}
#admin thead a {
	color: #fff;
	text-decoration: none;
}
#admin thead a#trie {
	font-weight: bold;
}
#admin thead td {
	color: #fff;
}
#admin tr:hover td {
	color: #fff;
	background: url(./images/bg.jpg) 10px;
}
#admin tr:hover .tableNom {
	-moz-border-radius: 6px 0 0 6px;
	-khtml-border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
}
#admin tr:hover .tableActions {
	-moz-border-radius: 0 6px 6px 0;
	-khtml-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}
#admin tr #tableVide {
	font-weight: bold;
	color: #ccc;
	text-align: center;
}
#admin tr:hover #tableVide {
	color: #ccc;
	background: none;
}
#admin thead:hover td {
	color: #fff;
	background: none;
}
.tableNom {
	width: 170px;
}
.tableRace {
	width: 110px;
}
.tableClasse {
	width: 130px;
}
.tableNiveau {
	width: 70px;
	text-align: center;
}
.tableRang {
	width: 130px;
}
.tableMetiers {
	width: 190px;
}
.tableActions {
	width: 70px;
	text-align: center;
}
.blocInfosAdmin {
	float: left;
	width: 300px;
	margin: 0 0 20px 0;
}
#admin .blocInfosAdmin p {
	margin: 5px 15px;
}
.actions {
	margin: 19px 0 0 0;
}
#cadre a.patientez {
	color: #444;
	text-decoration: none;
}
#cadre a:hover.patientez {
	color: #444;
	text-decoration: none;
}
#cadre a.erreur {
	color: #999;
	text-decoration: none;
	text-transform: capitalize;
}
#cadre a:hover.erreur {
	color: #aaa;
	text-decoration: none;
}
#cadre a.fermer {
	color: #f33;
	text-decoration: none;
	text-transform: capitalize;
}
#cadre a:hover.fermer {
	color: #f33;
	text-decoration: underline;
}
#cadre a.ouvert {
	color: #396;
	text-decoration: none;
	text-transform: capitalize;
}
#cadre a:hover.ouvert {
	color: #396;
	text-decoration: underline;
}
#cache {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	opacity: .6;
	width: 100%;
	height: 100%;
	z-index: 100;
}
#chargement {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -110px;
	z-index: 100;
}
#cadreValid {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 101;
	display: none;
	width: 400px;
	height: 150Px;
	margin: -75px 0 0 -200px;
	border: 3px solid #6d7182;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #111923 url(./images/bg.jpg) repeat-x top;
	text-align: center;
}
#cadreValid h3 {
	margin: 12px 0;
	font-size: 1.8em;
}
#cadreInfos {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 101;
	display: none;
	width: 400px;
	height: 150Px;
	margin: -75px 0 0 -200px;
	border: 3px solid #6d7182;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #111923 url(./images/bg.jpg) repeat-x top;
	text-align: center;
}
#cadreInfos h3 {
	margin: 12px 0;
	font-size: 1.8em;
}
input.boutonValid {
	position: absolute;
	left: 50%;
	bottom: 10px;
	width: 125px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 1.65em;
	margin: 0 0 0 -62.5px;
}
input#boutonInfos {
	position: absolute;
	left: 50%;
	bottom: 10px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 1.65em;
	margin: 0 0 0 -62.5px;
	width: 125px;
}
input#boutonModifier {
	position: absolute;
	left: 50%;
	bottom: 10px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 1.65em;
	margin: 0 0 0 -62.5px;
	width: auto;
}
input#boutonCommentaire {
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-family: sans-serif;
	font-size: 1em;
}
#cadreModif {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 101;
	display: none;
	width: 750px;
	height: 550Px;
	margin: -275px 0 0 -375px;
	border: 3px solid #6d7182;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #111923 url(./images/bg_modif.php) repeat-x top;
}
#cadreModif p {
	margin: 5px 10px;
}
#cadreModif p#fermeture {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
}
#cadreModif p#fermeture a {
	color: #fff;
	text-decoration: none;
}
#cadreModif h3 {
	text-align: center;
	margin: 6px 0;
	font-size: 1.8em;
}
#cadreModif label {
	width: 56px;
}
#cadreModif .separation {
	float: left;
	width: 240px;
}

/* Administration : Charte de guilde */
p#charteIntro {
	margin: 0 10px 10px 10px;
	padding: 5px;
}
p#charteIntro:hover {
	background: url(./images/bg.jpg) 10px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: default;
}
#admin p.article {
	color: #aaa;
	padding: 5px;
	margin: 0 10px;
}
.article:hover {
	background: url(./images/bg.jpg) 10px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	cursor: default;
}
.article a, p#charteIntro a {
	display: none;
}
.article:hover a, p#charteIntro:hover a {
	display: inline;
}
.charteArticle {
	color: #fff;
	font-weight: bold;
}
.charteTexte {
	color: #777;
	font-style: italic;
	font-size: 0.9em;
}
.article:hover  .charteTexte{
	color: #999;
}
#cadreInfosCharte {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 101;
	display: none;
	width: 400px;
	height: 150Px;
	margin: -75px 0 0 -200px;
	border: 3px solid #6d7182;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #111923 url(./images/bg.jpg) repeat-x top;
	text-align: center;
}
#cadreInfosCharte h3 {
	margin: 12px 0;
	font-size: 1.8em;
}
#cadreCharte {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 101;
	display: none;
	width: 750px;
	height: 240px;
	margin: -120px 0 0 -375px;
	border: 3px solid #6d7182;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #111923 url(./images/bg.jpg) repeat-x top;
}
#cadreCharte p#fermeture {
	position: absolute;
	top: -7px;
	right: -7px;
	font-weight: bold;
}
#cadreCharte p#fermeture a {
	color: #fff;
	text-decoration: none;
}
#cadreCharte input#boutonModifier {
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 1.65em;
	margin: 0;
}
#cadreCharte input#boutonAjouter {
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 1.65em;
	margin: 0;
}
#cadreCharte input#boutonSupprimer {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 1.65em;
	margin: 0;
}
p#champAjout {
	position: absolute;
	top: 100px;
	right: 60px;
	padding: 5px 10px 0 5px;
	margin: auto;
	width: 155px;
	height: 28px;
	background-image: url(./images/champ.png);
}
input#boutonAjout {
	width: 160px;
	height: 23px;
	border: 0;
	background: none;
	background-image: url(./images/article.png);
	background-position: 0 0;
	color: transparent;
	cursor: pointer;
}
input:hover#boutonAjout {
	background-position: 0 -26px;
}
input:active#boutonAjout {
	background-position: 0 -52px;
}
#cadre #cadreCharte textarea {
	width: 722px;
	height: 155px;
	margin: 22px 10px 10px 10px;
}
#cadre #cadreCharte table {
	background: auto;
	width: auto;
	height: auto;
}

/* Connexion */
#gabaritConnexion {
	height: 200px;
}
#gabaritConnexion p {
	margin: 15px 0;
}
#gabaritConnexion form {
	text-align: center;
}
#gabaritConnexion label {
	float: none;
}
#gabaritConnexion input {
	padding: 6px 10px 0 10px;
	width: 150px;
	height: 27px;
	background: url(./images/champ.png);
	clear: both;
	border: 0;
	font-family: sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
#gabaritConnexion p#champ {
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin: 0 0 0 -84px;
	padding: 5px 10px 0 5px;
	width: 155px;
	height: 28px;
	background-image: url(./images/champ.png);
}
input#connexion {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -80px;
	width: 160px;
	height: 23px;
	border: 0;
	background: none;
	background-image: url(./images/connexion.png);
	background-position: 0 0;
	color: transparent;
	cursor: pointer;
	padding: 0;
}
input:hover#connexion {
	background-position: 0 -26px;
}
input:active#connexion {
	background-position: 0 -52px;
}

/* Modification de fiche */
#cadreInfosFiche {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 101;
	display: none;
	width: 400px;
	height: 150Px;
	margin: -75px 0 0 -200px;
	border: 3px solid #6d7182;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #111923 url(./images/bg.jpg) repeat-x top;
	text-align: center;
}
#cadreInfosFiche h3 {
	margin: 12px 0;
	font-size: 1.8em;
}
#cadreFiche {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 101;
	display: none;
	width: 750px;
	height: 315px;
	margin: -120px 0 0 -375px;
	border: 3px solid #6d7182;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #111923 url(./images/bg.jpg) repeat-x top;
}
#cadreFiche p#fermeture {
	position: absolute;
	top: -7px;
	right: -7px;
	font-weight: bold;
}
#cadreFiche p#fermeture a {
	color: #fff;
	text-decoration: none;
}
#cadreFiche input#boutonModifier {
	position: absolute;
	left: 8px;
	bottom: 10px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 1.65em;
	margin: 0;
}
#cadre #cadreFiche textarea {
	width: 722px;
	height: 230px;
	margin: 22px 10px 10px 10px;
}

/* Articles */
#categories {
	height: 64px;
}
#categories ul {
	margin: 10px 0;
	list-style: none;
}
#categories li {
	display: inline;
}
#categories a {
	float: left;
	width: 100px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin: 5px 6.2px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
	color: #a69b38;
	background: url(./images/bg.jpg) 0 90px;
}
#categories a:hover {
	color: #fce100;
	background: url(./images/bg.jpg) 10px;
}
#listeArticles ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}
#listeArticles li {
	float: left;
	width: 290px;
	margin: 0 0 10px 0;
	padding-left: 10px;
	line-height: 1.1em;
}
p#infosArticle {
	position: absolute;
	top: 88px;
	right: 65px;
	margin: 30px 0 10px 10px;
	color: #aaa;
	font-size: .85em;
}

/* Ajout d'articles */
#admin #articleForm h3, #admin #articleForm p {
	margin: 2px 12.5px;
	padding: 0;
}
.blocInfosAdmin2 {
	float: left;
	width: 600px;
	margin: 0 0 20px 0;
}
#admin .blocInfosAdmin2 p {
	margin: 5px 15px;
}
#admin #articleForm p.center {
	margin: 20px 0;
	padding: 0;
}
#admin #articleForm label {
	text-align: left;
	float: none;
	width: auto;
	line-height: 1em;
}
#admin #articleForm select {
	width: 270px;
}
#admin #articleForm input#titre {
	width: 580px;
}
#admin #articleForm textarea {
	width: 865px;
	height: 400px;
}
#admin #articleForm input#recommencer {
	width: 174px;
	height: 46px;
	border: 0;
	background: none;
	background-image: url(./images/recommencer.png);
	background-position: 0 0;
	color: transparent;
	cursor: pointer;
}
#admin #articleForm input:hover#recommencer {
	background-position: 0 -48px;
}

#admin #articleForm input:active#recommencer {
	background-position: 0 -95px;
}
#admin #articleForm input#envoyer {
	width: 174px;
	height: 46px;
	border: 0;
	background: none;
	background-image: url(./images/envoyer.png);
	background-position: 0 0;
	color: transparent;
	cursor: pointer;
}
#admin #articleForm input:hover#envoyer {
	background-position: 0 -48px;
}
#admin #articleForm input:active#envoyer {
	background-position: 0 -95px;
}

/* Commentaires */
#cadre #listeCommentaires {
	list-style: none;
}
#cadre #listeCommentaires li {
	margin: 10px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #eee;
}
#cadre #listeCommentaires li.pair {
	background: #171F2A url(./images/bg_pair.jpg) 0 -50px repeat-x;
}
#cadre #listeCommentaires li.impair {
	background: #293040 url(./images/bg_impair.jpg) 0 -40px repeat-x;
}
#cadre #listeCommentaires li p {
	padding: 5px;
	margin: 0;
	text-align: justify;
}
#cadre #ecrireCommentaire {
	margin-top: 40px;
}
#cadre #ecrireCommentaire textarea {
	height: 200px;
}
#cadre .pair a.modificationCommentaire {
	display: block;
	float: right;
	width: 40px;
	height: auto;
	font-size: .8em;
	padding: 0;
	margin: 0;
	border: 0;
	background-image: url(./images/bg.jpg);
	background-position: 0 140px;
	text-decoration: none;
	text-align: center;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #a69b38;
}
#cadre .pair a.modificationCommentaire:hover {
	color: #fce100;
	background-image: url(./images/bg.jpg);
	background-position: 0 180px;
}
#cadre .impair a.modificationCommentaire {
	display: block;
	float: right;
	width: 40px;
	height: auto;
	font-size: .8em;
	padding: 0;
	margin: 0;
	border: 0;
	background-image: url(./images/bg.jpg);
	background-position: 0 60px;
	text-decoration: none;
	text-align: center;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #a69b38;
}
#cadre .impair a.modificationCommentaire:hover {
	color: #fce100;
	background-image: url(./images/bg.jpg);
	background-position: 0 100px;
}

/* Modification de commentaires */
#cadreInfosCommentaire {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 101;
	display: none;
	width: 400px;
	height: 150Px;
	margin: -75px 0 0 -200px;
	border: 3px solid #6d7182;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #111923 url(./images/bg.jpg) repeat-x top;
	text-align: center;
}
#cadreInfosCommentaire h3 {
	margin: 12px 0;
	font-size: 1.8em;
}