/* ------------------------------------ *
 CSS Feuille de style site FOG
 mardi 31 mai 2005 17:06:31
 HAPedit 3.1.11.111
 * -------------------------------/----- */
/*span {border: 1px solid orange}*/
/* Corps du document*/
/*background-color:#003344;*/
 body {
	/*background-color: Black; /* Couleur du fond*/
	background-image: url(background-body.jpg);
	color: #FFFFF0; /*couleur de la police*/
	margin: 0px 0px 0px 0px; /* marges */
	background-attachment: fixed;

}
.important{
	font-size: 90%;
}

/*Pour l'apercu de creation des pages*/
.apercu_tpl{
	background-color: transparent;
	width: 95%;
	height: 300px;
	overflow: scroll;
	border-color: orange;
	border-style: solid;
	border-width: thin;
	padding: 6px;
	margin: 3px;

}
.code{
	overflow: scroll;
	background-color: #D6D6D6;
	border-color: orange;
	border-style: solid;
	border-width: thin;
	margin: 2px;
	padding: 2px;
	height: 250px;
}


.erreur{
font-family:Maiandra GD; /*Police du titre par defaut*/
font-size:75%;                 /*Taille par rapport au reste*/
color:#FF0000;                   /*couleur de la police*/
background-color:transparent;
text-align:center;
}

/*Titre 1 */
h1 {
	font-family: Maiandra GD; /*Police du titre par defaut*/
	font-size: 400%; /*Taille par rapport au reste*/
	color: #FFFFF0; /*couleur de la police*/
	background-color: transparent;
	text-align: center;
	font-weight: inherit;

}
/*Titre 2 */
h2 {
	font-family: Maiandra GD; /*Police du titre par defaut*/
	font-size: 200%; /*Taille par rapport au reste*/
	color: #FFFFF0; /*couleur de la police*/
	background-color: transparent;
	text-align: center;
	text-decoration: overline;
}
/*Titre 3 */
h3 {
font-family:Maiandra GD; /*Police du titre par defaut*/
font-size:120%;                  /*Taille par rapport au reste*/
color:#FFFFF0;                   /*couleur de la police*/
background-color:transparent;
text-align:center;
}
/*paragraphe*/
p {
font-family:Maiandra GD;
font-size:90%;
color:#FFFFF0;
background-color:transparent;
text-align:justify;
margin-left:10px;
margin-right:10px;
}

/*pour aligner des textes a droite*/
p.droite{
	text-align: right;
}
/*liste*/
li {
font-family:Maiandra GD;
font-size:90%;
color:#FFFFF0;
background-color:transparent;
text-align:left;
}
/*liens*/
a {/*non visités*/
cursor: pointer;
font-family:papyrus;
font-size:100%;
color:#EEDD00;
background-color:transparent;
text-decoration:underline;
}




a:visited {/*visités*/
font-family:papyrus;
font-size:100%;
color:#EEDD00;
background-color:transparent;
text-decoration:underline;
}
a:hover {/*survolés*/
font-family:papyrus;
font-size:100%;
color:#FF3300;
background-color:transparent;
text-decoration:underline;
}
/*tableau (la balise tr est pour les lignes, n'est pas modifiées)*/
table {
	border-color: black; /*pour test*/
	border-style: solid;
	border-width: 1px;
	position: relative;
	width: 96%;
	margin-left: 1%;
	margin-right: 1%;
	display: table;
	 /*left: 17%;*/
}
td {/*cellule*/
font-family:Maiandra GD;
font-size:90%;
color:#FFFFF0;
text-align:center;
background-color:transparent;
border-color:black;
border-style:solid;
border-width:1px;
width: auto;
}
/*pour toute les images*/
img{
border-width:0px;
}
fieldset{
	border: medium dotted Orange;
	background-color: #222222;
	margin-bottom: 30px;
	padding: 5px;
}
td.gauche{

	text-align: left;
}
legend{
	text-decoration: underline;
	color: White;
	background-color: orange;
}
hr{
	border-style: dashed;
}
.cadrer{
	border: 1px solid #FFA500;
	background-color: #222222;
	margin-bottom: 6px;
}
.centrer{
	text-align: center;
	padding: 0px 5% 0px 5px;
}
.bandeau{
	background-color: #FFFFBB;
	display: block;
	color: Black;
	font-family:Maiandra GD;
	font-size:90%;
	text-align: center;
	margin-left: 1%;
	margin-right: 1%;
	width:98%;
}
.bandeauRouge{
	background-color: Red;
	display: block;
	color: White;
	font-family: Maiandra GD;
	font-size: 90%;
	text-align: center;
	margin-left: 1%;
	margin-right: 1%;
	width: 98%;
}
.lettrine{
float: left;
	margin: 5px;
	clear: none;
	display: block;

}

div.tableParties {
	border: 1px solid orange;
	margin-bottom: 15px;
	width: 95%;
	padding: 5px;
}

div.tableParties div.titreScenario{
	font-size: x-large;
	font-weight: bold;
	color: White;
	background-color: #530000;

}
div.tableParties div{
	border: none;
	text-align: center;

	}
div.tableParties div.actions{
	text-align: right;
	font-weight: bold;
}
div.tableParties div.description{
font-style: italic;
margin : 25px;
	margin-top: 5px;
	text-align:justify;
	overflow: hidden;

}
div.tableParties hr{
border : none;
		border-top: 1px solid orange;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom : 5px;
}
.croix{
	width:15px;
	left: 90%;
	top: -15px;
	position: absolute;
	margin-left: 15px;
	text-align: right;
}
.message_systeme{
	font-style: italic;
	position: relative;
	width: 95%;
}

.photosouvenir{
	margin: 5px 5px 5px 5px;

}
/*************************ARCHITECTURE DE LA PAGE******************************/
div.parDessus{

	background-color: #790000;
	position: fixed;
	width: 500px;
	height: 500px;
	top:50%;
	right: 50%;
	margin-top: -250px;
	margin-right: -250px;


	overflow: auto;
	border-color: orange;
	border-style: solid;
	border-width: thin;
}

div.standard{
	width: 980px;
	margin-top: 30px;
	left: 50%;
	position: relative;
	margin-left: -490px;
	overflow: auto; /*background-color: #790000;*/
	background-image: url(background-contenu.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	border-bottom: 4px solid #480202;
	border-top: 4px solid #480202;
	border-left: 4px solid #480202;
	border-right: 4px solid #480202;
}
/*coin en haut à gauche*/
.coinHautGauche{
	float: left;

}

/*haut de page*/
.entete{
position:absolute;
left: 50%;
margin-left: -190px;

}
.hautPage{
overflow:hidden;
margin-bottom: 25px;
height:275px;
}
/*colonne gauche*/
div.colonnegauche{
	/*font-size: 85%;*/
	margin-top: 36px;
	top: 10px;
	float: left;
	width: 160px;

	padding: 1%;
	border: 1px solid #FFA500;
	background-color: #222222;
}

/*paramètre pour le contenu*/
div.contenu{
	margin-left: 190px;
	margin-right: 15px;
	padding: 1% 5px 50px 5px; /*padding : haut, droite bas gauche*/
	display: block;
	width: 760px;

}
/*pied de page*/
div.pied{
	/*padding: 3px 5% 0px 5%;*/
	width: 420px;
	left: 50%;
	margin-left: -125px;
	/*right: 182px;*/
	font-size: x-small;
	border-right: 1px solid orange;
	border-left: 1px solid orange;
	text-align: center;
	margin-bottom: 5px;
	bottom: 10px;
	/*position: absolute;*/
	position: relative;
	float: none;
	clear: both;
	display:block;
}







/****************************contenu des pseudos frames************************/

/*paramètre relatif au contenu de la colonne gauche*/
/*boutons du menu*/
img.menu{
width:140px; /*ne doit pas dépasser 140*/
height:45px;
margin:0px;
}
div.login{
text-align : center;
}



/*parametres relatif à la page d'accueil*/

/*Edito*/
div.edito{
	padding: 25px 5% 25px 5%;
	font-size: 110%;
	color: white;
	border: medium dotted Orange;
	background-color: #222222;
	margin-bottom: 10px;
}


/*News*/
div.news{
	padding: 0px 15% 25px 15%;
	font-size: 90%;
	border: 1px solid #FFA500;
	background-color: #222222;
	margin-bottom: 6px;
}
/*Maj site*/
div.maj{
text-align:center;
}

/*parametres relatif à la page de programmations*/

/*jeux*/
div.progjeu{
text-align: justify;
font-size:100%;
}

/*tableau (la balise tr est pour les lignes, n'est pas modifiées)*/

td.quoi{
width:30%;
color:#999990;
}
td.ca{
width:90%;
font-weight: BOLD;
}
div.imgjeu{
float : right;
padding-left :5px
}

form.progjeu{
text-align : right;
}


/*jdr*/
div.progjdr{
text-align: justify;
}
div.titre_menu{
	color: #5BC68A;
	text-decoration: underline;
	font-size: 150%;
	text-align: center;
	font-style: italic;
}
div.sous_menu{
	margin-top: 7px;
	/*order: 1px solid White;*/
/*	padding-left: -10px;*/
}
li.menu_utilisateur{
	list-style-image: url("epee.gif");
	margin-top: 5px;
}
li.menu_site{
	list-style-image: url("epee.gif");
	margin-top: 5px;
}
div.pseudo_colonne{
	text-align: center;
	background-color: #CC6600;
	margin-bottom: 5px;
	font-weight: bold;
	border: 1px solid #FFCC99;

}
ul{
	/*margin-left: -20px;*/
}

.colonnegauche a
{
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}