body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 100%;
	background-image: url(../img/utils/blingbling.jpg); /*background-position: center;*/
}
a {
	color: White;
	text-decoration: none;
	font-weight: bold;
	/*font-size: 90%;*/
}
a:hover {
	text-decoration: none;
	color: #B05DEA;
	font-weight: bold;
}
.bleu {color: #00ffff}
.titreacces {
	/*color: #61008F;*/
	color: red;
	font-size: 250%;
	font-weight: bold;
	}
.viol {color: #61008F}

.trait {
	display:block;
	color: white;
	width:100%;
	border-top: solid 1px;
	height:1px;
}

.contourmembre {
	border: 1px solid;
	border-color: #EA30EC;
}

.bordureG {
	/*width: 100%;*/
	display: block;
	border: 1px solid;
	border-color: white;
	text-align: center;
	background: #00ffff;
	margin: 5px 0 5px;
	padding: 3px;
	font-size: 80%;
	color:black;
	font-weight: bold;
}
#AccesMembre a {
	display: block;
	border: 1px solid;
	border-color: white;
	width: 150px;
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	background-color: #00B7B9;
}
#AccesMembre a:hover {
background-color: #00ffff;
color:black;
}
#ZoneMembre {
	display: block;
	border: 2px solid;
	border-color: white;
	width: 150px;
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	background-color: #61008F;
}
#resil {
	text-align: center;
	display: block;
	width: 700px;
	border: 1px solid;
	border-color: white;
	padding: 10px;
	margin: 0px 0px 0px 8px;
	font-weight: bold;
	color: black;
	font-size: 80%;
	background: #00B7B9;
}
#resil a{

	color:black;
	text-decoration: underline;
}
#resil a:hover{

	text-decoration: none;
	color: white;
}
/* -----------------------------------------------------------------------------------
===============================MENUS
====================================

MENU PRINCIPAL------------------------------------------------------------------------
*/
#menuG {
	width: 100%;
	
	border: 2px solid;
	border-color: #00B7B9;
	
	background: #00ffff;
}
#menuG dt {
	/*
	border: 1px solid;
	border-color: white;
	*/
	text-align: center;
	background: #00ffff;
	padding: 5px 0;
	margin: 0px 0 2px;
	font-weight: bold;
	font-size: 90%;
	color:black;
}

#menuG a {
	display: block; /*width: 170px;*/
	border: 1px solid;
	border-color: black;
	background: #00B7B9;
	padding: 5px;
	margin: 2px;
	font-weight: bold;
	text-decoration: none;
	color: White;
	font-size: 80%;
	text-align: left;
}
#menuG .select {
	display: block; /*width: 170px;*/
	border: 1px solid;
	border-color: #00B7B9;
	background: black;
	font-size: 80%;
	text-align: right;
	padding: 5px;
	margin: 2px;
	font-weight: bold;
	color: gold;
}

#menuG a:hover {

	color: white;
	border: 1px solid;
	border-color: white;
	background-color: black;
}

/* -----------------------------------------------------------------------------------
==========================CONTENU
*/
#contenu {
	text-align: justify; /*display: block; /*width: 170px;*/
	border: 2px solid;
	border-color: white;
	padding: 10px;
	margin: 0px 0px 5px 8px;
	font-weight: normal;
	color: white;
	font-size: 80%;
	background-color: #00B7B9;
	/*background: #61008F;*/
}
/* Pagination
--------------------- */
/*#contenu .pagination a {color: black;}*/
#contenu .pagination a:hover {color: black; text-decoration: none;}
#contenu .pagination a:visited {
	color: Gray;
	text-decoration: none;
}
/* Contenu photos ----------------------------------------------------------*/
#fotos {
	border: 2px solid;
	border-color: #00ffff;
	padding: 10px;
	margin: 0px 0px 2px 8px;
	font-weight: bold;
	color: #00ffff;
	font-size: 80%;
	background: black;
}
#fotos img {
	margin: 3px;
	border: 4px solid black;
}
#fotos img:hover{
	border: 4px solid #00ffff;
}
#fotos a {
	color: black;
	text-decoration: none;
}
#fotos a:hover {
	color: white;
	text-decoration: none;
}
/* FIN Contenu photos ----------------------------------------------------------*/

/* Contenu photos et Textes ----------------------------------------------------*/
#PhoText {
	display:block;
	border: 2px solid;
	border-color: #00ffff;
	padding: 10px;
	margin: 0px 0px 2px 8px;
	font-weight: bold;
	color: #00ffff;
	font-size: 80%;
	background: black;
	/*text-align: justify;*/
}

#PhoText .titre {
	font-size: 120%;
	color: white;
	text-align: left;
}
#PhoText .Txt {
	text-align: justify;
	padding: 5px 15px;
}

#PhoText img {
	/*float: left;*/
	margin: 5px;
	border: 4px solid black;
}

#PhoText img:hover{
	border: 4px solid white;
}

#PhoText a {
	color: white;
	text-decoration: underline;
}
#PhoText a:hover {
	color: white;
	text-decoration: none;
}
/* FIN Contenu photos et Textes --------------------------------------------------*/

#pub1 {
	text-align: center;
	display: block;
	width: 750px;
	border: 2px solid;
	border-color: white;
	padding: 10px;
	margin: 0px 0px 0px 8px;
	font-weight: bold;
	color: white;
	font-size: 100%;
	background: #00B7B9;
}
#pub1 a{
	font-size: 60%;
	text-decoration: none;
}
#pub1 a:hover{
	font-size: 60%;
	text-decoration: none;
	color: black;
}

#erreur {
	text-align: center;
	display: block;
	width: 750px;
	border: 2px solid;
	border-color: white;
	padding: 10px;
	margin: 0px 0px 0px 8px;
	font-weight: bold;
	color: white;
	font-size: 100%;
	background: #B05DEA;
}
#erreur a{
	font-size: 100%;
	text-decoration: none;
	color: black;
}
#erreur a:hover{
	font-size: 100%;
	text-decoration: underline;
	color: black;
}
/* WEBCAM -----------------------------------------------*/
#webcam {
	text-align: center;
	display: block;
	width: 650px;
	border: 2px solid;
	color: Black;
	border-color: #61008F;
	padding: 10px;
	margin: 0px 0px 0px 8px;
	font-weight: bold;
	font-size: 80%;
	background: white;
}
#webcam a{
	color: Black;
	text-decoration: none;
	font-size: 80%;
}
#webcam a:hover{
	text-decoration: underline;
	color: Black;
}

/* Le Form
--------------------- */
textarea, input, normal {

	background-color: black;
	color: white;
}

.focus {
	background: #61008F;
	color: white;
	}
	
.erreur {
	font-size: 80%;
	font-style:italic;
	color: #61008F;
}
/* Sous Menu
--------------------- */
#ssmenu {
	text-align: center;
	display: block;
	width: 750px;
	border: 2px solid;
	border-color: white;
	padding: 10px;
	margin: 0px 0px 0px 8px;
	font-weight: bold;
	color: white;
	font-size: 100%;
	background: #B05DEA;
}
#ssmenu a{
	font-size: 60%;
	text-decoration: none;
}
#ssmenu a:hover{
	font-size: 60%;
	text-decoration: none;
	color: black;
}
