* {
	font-family: arial, sans-serif;
}

body {
	margin: 0px auto;
	padding: 0px;
	font-size: 70%;
	background-color: #D1EFE0;
	background-color: #FFFFFF;
	color: #000000;
	width: 922px;
}

form, table{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}


#boite {
	border: 1px none #ECE9D8;
}
.block_type {
	border: 1px solid #666666;
}

/* style de texte */

.txt_error {
	font-size: 120%;
	color: #CF404D;
	font-weight: bold;
	margin: 2px 0px;
	padding: 0px;
	background-color: #FFF6CF;
	display: block;
}

.mentions {
	font-size:0.9em;
	color: #CCCCCC;
}

.texte {
	color: #666666;
}


.field {
	font-weight: normal;
	color: #1B1716;

}

.gras {
	font-size: 1.1em;
	font-weight: bold;
	color: #FE01EF;
}

.gras2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
}

.texteGras {
	color: #C50076;
	font-weight: bold;
}

.texteGrasGros {
	font-size: 1em;
	color: #333333;
	font-weight: bold;
}

.gras_moyen {
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
}

.textepetit {
	font-size: 0.9em;
	color: #000000;
}

#principal {
	border: 1px none #ECE9D8;
}
form {
	margin: 0px;
	padding: 0px;
}

/* concerne les emails */

.mail_non_lu {
	font-weight: bold;
	color: #FF0000;
}
.block_messagerie {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.mail_non_lu a {
	font-weight: bold;
	color: #FF0000;
}
.mail_lu a {
	font-weight: normal;
}
.select_profil {
	width: 250px;
}
.online {
	background-color: #99FF33;
}
.offline {
	background-color: #FF0000;
}
.indispo {
	background-color: #FFCC00;
}
#pop_infos {
	position:absolute;
	left:870px;
	top:-150px;
	z-index:1;
}
#pop_chat {
	position:absolute;
	left:-155px;
	top:100px;
	width:150px;
	height:50px;
	z-index:2;
	background-color: #FFFFCC;
}

.engagement {
	font-size: 0.9em;

	padding: 10px;
	clear: both;

}

.description {
	font-size: 1em;
	text-align: center;
}

.temoin {
	display: none;
}

.gras_moyen {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
}

.titre_product {
	font-size: 1.3em;
	font-weight: bold;
}

/* style des blocs */

.ligne {
	margin: 10px;
}

.bloc {
	border: solid 1px #CCCCCC;
	background-color: #EFEFEF;
	padding:4px;
	margin: 2px;
	-moz-border-radius: 4px;
}

.header {
	margin: 10px;
	background-color: #FFFFFF;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
}

.pub {
	margin: 8px 14px;
	text-align: right;
}


/* style des blocs texte */

h1.title {
	text-align: center;

	margin: 0px;

	padding: 0px;
}

.logo {
	font-size: 200%;
}

h1.title2 {
	margin: 0px;
	float:left;
	padding: 0px;
	font-size: 200%;
}

h1.title2 a:hover {
	color: #000000;
	text-decoration: none;
}

.bloc h3 {
	font-size: 1.1em;
	padding:5px;
	margin: 0px;
	margin-bottom: 3px;
	background-color: #A349A4;
	color: #FFFFFF;
}


a  {
	font-size:1.1em;
	text-decoration: none; 
	color: #777777;
}
 
a:link 		{
	color:#777777;
}
a:visited	{
	color:#777777;
}
a:active 	{
	color:#A349A4;
}
a:hover 	{
	color: #A349A4;
	text-decoration: underline;
}

.restegris a:hover {
	color:#777777;
}

.menu {
	margin-left: 150px;
	list-style: none;
}

.menu li {
	display: inline;
}

.menu a {
  font-variant: small-caps;
  padding: 2px 5px;
}

.menu a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.center {
	text-align: center;
}

.phototxt{
	margin: 3px;
	position: relative;
	top: -21px;
	height: 15px;
	background-color: rgba(255, 255, 255, 0.7);
	text-align: center;
	color: #000000;
}

/* boutons de validation */

a.button {
	padding: 5px 10px;
	margin: 10px;
	float: right;
	clear: both;
	-moz-border-radius: 4px;
	background: -moz-linear-gradient(-90deg, #ACBF3C, #D8E920);
	color: #FFFFFF;
	font-weight: bold;
	border:  solid 1px #CCCCCC;
} 

a.inscriptionbutton {
	width: 200px;
	font-size: 150%;
	text-align: center;
	padding: 10px 10px;
	margin: 0px 20px;
	float: right;
	clear: both;
	-moz-border-radius: 4px;
	background: -moz-linear-gradient(-90deg, #ACBF3C, #D8E920);
	color: #FFFFFF;
	font-weight: bold;
	border:  solid 1px #CCCCCC;
}

a.inscriptionbutton span {
	font-size: 120%;
	  font-variant: small-caps;
	text-align: center;
	padding: 5px 10px;
	margin: 10px 20px;
	display: block;
	-moz-border-radius: 4px;
	background: #F7FF9F;
	color: #666F00;
	font-weight: bold;
	border:  solid 1px #CCCCCC;
} 
 

/* définition des couleurs */ 
.color1 {
	color: #FF00FA;
}

/* tailles des blocs sur la home page */
.ligne1 {
	height: 130px;
}

.colonne1 {
	margin-left: 9px;
	width: 230px;
	float: left;
}

.colonne2 {
	margin-right: 11px;
	width: 670px;
	float: right;
	float: right;
}

.ligne2 {
	height: 230px;
}

.ligne3 {
	height: 220px;
}

.ligne1 > *, .ligne2 > *, .ligne3 > * {
	height: 100%;
}

.bloc1, .header {
	width: 888px;
}

.bloc31 {
	width: 205px;
}

.bloc32 {
	width: 250px;
}

.bloc33 {
	width: 405px;
}

hr {
	height: 0px;
	border: none;
	border-bottom: 1px dotted #B5CFC2;
}

#notif_chat {
	position: absolute;
	top: 50px;
}


/* boite - equiv box mais en table */
tr {

}

table table {
	border: solid 1px #CCCCCC;
	background-color: #EFEFEF;
	padding:4px;
	margin: 2px;
	-moz-border-radius: 4px;
}

table table table{
	border: none;
}

/* titre des modules */
td.texte_blanc_gras,
.texte_blanc_gras > table {
	height: 20px;
	padding: 3px;
	background-color: #A349A4;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
	width: 100%;
}

.texte_blanc_gras > table {
height: 8px;
padding: 0px;
}

a .texte_blanc_gras,
.texte_blanc_gras a {
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	}


a.active {
	color: #000000;
	font-weight: bold;
}

tr.bicolor {
	background-color: #DFDFDF;
	}

.verysmall {
	font-size: 0px;
}

/* formulaire */
.form_etiquette {
	float: left;
	width: 80px;
}

