.gbody{
	margin: 1px 1px 1px 1px;
	background-color: AAAAA0;
}
/******************VISUALISATEUR D'IMAGES*************************/
.vignette{
	float: left;
	padding-left: 0.1em;
	padding-right: 0.1em;
}

.vignette img{
	height: 200px;
	width: 160px;
}

.vignette p{
	text-align: center;
}

.spacer{
	clear: both;
}

/************HEADER+FOOTER*****************/
.logo{
	background-color: white;
	text-align: center;
}

.menu{
	background-color: BBBBB0;
	text-align: center;
}

.credits{
	background-color: BBBBB0;
	text-align: center;
}

.code{
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 11px;
	text-align: center;
}

/****************CMS***********/

.news{
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 1em;
	padding-bottom: 2em;
}

.titre{
	background-color: black;
	color: BBBBB0;
	border: 1px #a5a85c solid; 
}

.text{
	background-color: BBBBB0;
	border-right: 1px #a5a85c solid; /*uniquement right, */
	border-left: 1px #a5a85c solid; /*left et */
	border-bottom: 1px #a5a85c solid; /*bottom*/
}

h1{
	color: red;
}

/*************ZONE ADMIN******/

.liste{
	list-style-type: none;
}

input{
	border: 1px #a5a85c solid; 
	background-color: #FFFFFF;
}

textarea{
	border: 1px #a5a85c solid; 
	background-color: #FFFFFF;
}
/************LIENS**************/
a:link {
color: #004576;
text-decoration: none;
}

a:active {
color: #004576;
text-decoration: none;
}

a:visited {
color: #004576;
text-decoration: none;
}

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