@import url(design.css);
@import url(categories.css);
@import url(membre.css);
@import url(login.css);
@import url(reponse.css);
@import url(repondre.css);
@import url(statistique.css);
@import url(news.css);

@import url(classer.css);
@import url(menupage.css);
@import url(menu.css);

/*
	normal = 16px

	small = 85%
	x-small = 70% -> default
	xx-small = 50%

	large = 150%
	x-large = 200%
	xx-large = 300%
*/

html , body , table
{
	font-family: Helvetica, Verdana; /*Verdana, Arial, Helvetica, Geneva, sans-serif;*/
	font-size: 100%;
}

a
{
	font-weight: bold;
	text-decoration: none;
	color: #FF3399;
}
a:hover
{ color: #FF33FF; }
a:link
{ color: #FF3399; }

hr
{
	color: #FF33FF;
}

.bulle
{
	color: #000000;
	background-color: #FFFFE8;
	padding: 4px;
	margin: 0px;
	border: solid 1px;
	border-color: black;
	z-index: 2;
}

#content .url_blog
{
	color: blue;
}

.but_retour
{
	color: #FF3399;
	text-align: center;
	font-size: 150%;
}

#content .compteur
{
	text-align: right;
	font-style: italic;
}


#content h1 /* gros titre 1 */
{
	color: #FF3399;
	text-align: center;
}

#content h2 /* gros titre 2 */
{
	/*color: #EC07FF;*/
	color: #9900FF;
	text-align: center;
}

#content h3 /* titre ligne 1 */
{
	color: #FF3399;
	/*text-align: center;*/
	text-decoration: underline;
	margin-bottom: 0;
}

#content h4 /* titre ligne 2 */
{
	color: #9900FF;
	text-decoration: underline;
	margin-bottom: 0;
}

#content h5 /* sous-titre ligne */
{
	font-style: italic;
	font-size: 100%;
	margin-bottom: 0;
}

#content .error_message
{
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	color: red;	
}


.sexe-H { color:blue; }
.sexe-F { color: #FF33FF; /*color:red;*/ }
.sexe-I { color:green; }

/*
.rep-fini {}
*/
.table {border: 1px solid black; border-collapse: collapse;}
.table td { padding: 3px 6px; }
.table_titre {border: 1px solid black; border-collapse: collapse; background: #FFFF99; text-align:center; color: #CC66FF; font: bold; }
.table_content {border: 1px solid black; border-collapse: collapse; }
