/**********************Style général****************************************/

body {
	color: #66cc33;
	margin-left: 20px;
	margin-right: 20px;
	background-image: url(images/fond.png);
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
img {
	border-right: 0px; 
	border-top: 0px; 
	border-left: 0px; 
	border-bottom: 0px
}
a {
	color : #dfec42;
}
th {
	font-family: monospace;
	border: thin solid teal;
	background-image: url(images/bg.gif);
	font-weight: bold;
}
input, textarea {
	border-style : double;
	border-color : green;
	font-style : italic;
}

.centrer {
	text-align: center;
}
.tableauPrincipal {
	width: 100%;
}
.moitie {
	text-align: center;
	vertical-align : middle;
	width: 50%
}
.image {
	border-color : navy;
	border-width : thick;
	border-style : outset;
}
.centrerTableau {
   text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

/**********************Haut*****************************************************/

.bandeau {
	text-align : center;
	vertical-align : top;
}
.tdtop {
	vertical-align: top;
	width: 150px;
}
.bodytop {
	vertical-align: top;
}
.largeurFavoris {
	width: 162px;
}
.main {
	 cursor: pointer;
}
/**********************Bas*****************************************************/

.trait {
	margin-bottom : 5px;
	border-top : thin solid silver;
}
.validateur {
	text-align : center;
	font-style : italic;
	color : white;
	margin-bottom : 0px;
	margin-top : 0px;
}

/****************************Menu*******************************************/

.menu {
	font-size : 11px;
	font-family : Tahoma, sans-serif;
	background-color : transparent;
	background-position : top;
	background-image : url(images/fondMenu.png);
	background-repeat: repeat-y;
	border-color : navy;
	border-width : thick;
	border-style : outset;
	width: 150px;
}
.titreMenu {
	font-size: medium;
	font-variant: small-caps;
	background-image: url(images/banner.png);
	background-color: Olive;
}
.liensMenu:hover {
	text-decoration : none;
	background : green;
	color : lime;
}
.liensMenu {
	color : #66cc33;
	text-decoration : none;
}
/****************************Le film****************************************/

.synopsie {
	text-align: justify;
}
.tableauDL {
	text-align: left;
	border: teal double;
	border-collapse: collapse;
}
/****************************Maps*******************************************/

.titrePage {
	font-family : "Comic Sans MS";
	font-size : x-large;
	font-weight : bold;
	color : #8ddb1a;
}
/****************************Funtracks**************************************/

.funtracks {
   text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: teal double;
	width: 80%;
	border-collapse: collapse;
}
.tdListeur {
	border: thin solid teal;
}
.quart{
	width: 25%;
}
.margeFuntracks {
	width: 95%;
	margin-left: 28px;
}
/****************************Enregistrement*********************************/

.enregistrementDroite {
	 text-align: right;
	 width: 50%;
}
.enregistrementGauche {
	text-align: left;
	width: 50%;
}

/****************************Listeur****************************************/

.edition{
	text-align: left;
	margin-left: auto;
	margin-right: auto;

	border: teal double;
	width: 90%;
	border-collapse: collapse;
}
.positiontrie{
	width: 160px;
	border: thin solid teal;
	text-align: left;
}
.trie{
	display: inline;
	font-weight: bold;
	color: #1E90FF;
}
.trie:hover{
	display: inline;
	font-weight: bold;
	color: Red;
}
.modificationDroite {
	 text-align: right;
	 white-space: nowrap;
}
.modificationGauche {
	 text-align: left;
	 white-space: nowrap;
}
.tableauAjout {
   text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: teal double;
	border-collapse: collapse;
}

/****************************Lien utiles*********************************/

.titreLiens {
 color : #c80000;
 text-align : center;
 border-style : solid;
 border-width : thin;
 margin : 20px;
 letter-spacing : 5px;
 font-weight : bold;
 color : #50d3a3;
 width : 468px;
 margin-left : auto;
 margin-right : auto;
}

