/* CSS Document */
html, body{
	background: #000000;
	font-family: "Trebuchet MS", helvetica, sans-serif;
	padding: 0;
	margin: 0;
	height: 100%;
}
table#global{
	width: 100%;
	height: 100%;
	border-spacing: 0;
}
td#global-td {
	vertical-align: middle;
}
div#global-div{
	width: 761px;
	height: 563px;
	margin: 0 auto;
}
/*HEADER */
div#header{
	background: no-repeat left top;
	width: 761px;
	height: 90px;
	margin: 0 auto;
	}
/*CONTENEUR*/
div#conteneur1, div#conteneur2 {
	width: 761px;
	height: 435px;
	margin: 0 auto;
      }
      div#conteneur1 {
      	position : relative;
		background: url(img/milieu.gif) no-repeat left top;
      }
      div#conteneur2 {
      	overflow : auto;
      }
	/*CONTENU */
		div#contenu{
			float: left;
			width: 492px;
			height: 435px;
			left: 0;
			padding: 0;
			margin-left: 10px;
		}
	/*MENU */
		div#menu {
			float: right;
			width: 160px;
			height: 307px;
			right: 0;
			margin-right: 30px;
			padding: 0;
		}
		ul{
			list-style-type: none;
			text-align: left;
			color: #FFFFFF;
			margin: 0;
			padding-left: 15px;
			padding-top: 10px;
		}
		li a{
			font-size: 0.9em;
			font-weight: bold;
			text-decoration: none;
			line-height: 40px;
			color: #AAAAFF;
			padding: 0;
			margin: 0;
		}
		li a:hover{
			color: #FFFFFF;
			background-color: #AAAAFF;
		}
/*FOOTER */
	div#footer{
		background: url(img/foot.gif) no-repeat left bottom;
		height: 38px;
		width: 761px;
		margin: 0 auto;
		/*texte*/
		color: #FFFFFF;
		text-align: right;
		font-size: 0.67em;
	}
/*TITRES */
	H1{
		text-align: center;
		margin: 30px 0 30px 0;
		padding-left: 25px;
		line-height: 25px;
		font-size: 1.4em;
		color: #AAAAFF;
		border-bottom: 1px solid #AAAAFF;
	}
	H2{/*titre des news*/
		text-align: left;
		margin: 20px 0 0 0;
		padding-left: 25px;
		line-height: 0px;
		font-size: 1em;
		color: #AAAAFF;
		border: none;
		text-decoration: underline;
	}
/*PARAGRAPHES*/
	p{
		font-size: 0.8em;
		color: #FFFFFF;
		text-align: justify;
		text-indent: 2em;
		line-height: 1.5em;
	}
	.news{ /*par xx le xx*/
		color: #AAAAFF;
		font-size: 0.9em;
		text-align: right;
	}
	.meg{
		font-size: 0.7em;
		color: #FFFFFF;
		text-align: left;
		text-indent: 0;
		padding-top: 3px;
		padding-bottom: 30px;
		float: left;
		margin-left: 17px;
	}
	.catform{ /*nom : ,  e-mail : */
		font-size: 0.8em;
		text-indent: 0;
		color: #AAAAFF;
		text-align: left;
		padding: 0;
		width: 500px;
	}
	.messform{ /*nom : ,  e-mail :  rempli par le visiteur*/
		font-size: 0.8em;
		color: #000000;
		text-align: left;
		text-indent: 0;
	}
	.messaffich{
		font-size: 0.9em;
		color: #FFFFFF;
		text-align: left;
		height : auto;
		width: 97%;
		padding: 7px;
		margin-bottom: 19px;
		border: 1px solid #AAAAFF;
		background-color: #000000;
	}
	.repaffich{
		font-size: 0.9em;
		color: #FFFFFF;
		text-align: left;
		height : auto;
		width: 97%;
		padding: 5px;
		margin: 20px auto 1px auto;
		border: 1px solid #FFFFFF;
		background-color: #000000;
	}
/*LIENS */
	a{
		color: #AAAAFF;
	}
	a:hover{
		color: white;
	}
	a.button{
	text-decoration: none;
	}
	a.page{
		color: #FFFFFF;
		font-size: 0.7em;
		font-weight: normal;
		text-align: center;
		text-decoration: underline;
		vertical-align: bottom;
		font-style: normal;
		width: 100%;
	}
	a.page:visited{
		color: #CCFFFF;
	}
	a.page:hover{
		color: #EF771E;
		text-decoration: underline overline;
	}
	a.page:active{
		color: #EF771E;
		text-decoration: underline;
	}
/*PHOTOS*/
	.photo{
		border: 1px solid #666666;
		margin: 0;
		max-width: 800px;
	}
	.minia{
		margin-left: 33px;
	}
	.mini{
		background-image: url(img/pellicule.png);
		float: left;
		width: 70px;
		height: 69px;
		padding-left: 1px;
	}
	.mini img{
		background-image: none;
		margin-top: 13px;
		margin-left: 3px;
		border-color: #FFFFFF;
		border-width: 1px;
		width: 60px;
		height: 40px;
	}
	.mini img:hover{
		border-color: #666666;
	}
/*PIED DE PAGES */
	.page{
		width: 100%;
		font-size: 0.7em;
		text-align: center;
		vertical-align: bottom;
		color: #FFFFFF;
	}