
/*=============================[ COLORS ]=============================*/
/*
	ORANGE BG : 	#e5895c
	WHITE BG : 		#efefef
	DARK GREEN :	#0c6600
	DARK ORANGE :	#df5612
*/







/*=============================[ TAGS ]=============================*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	text-align: center;	/* pour centrage IE */
	
	background-color: #e5895c;
	background-image: url(images/bg.png);
	
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: square inside none;
	/*color: #434343;*/
}

table, tr, td, th {
	/*vertical-align: top;*/
	/*text-align: left;*/
	/*font-size: 10pt;*/
}

label {
	font-weight: bold;
	font-size: 10pt;
}

h1 {
	text-transform: uppercase;
	color: #df5612;
	font-size: 14pt;
	font-weight: normal;
	border-bottom: 1px solid #df5612;
	clear: both;
}

h1 a {
	text-decoration: none;
}

h2 {
	text-transform: uppercase;
	color: black;
	font-size: 10pt;
	font-weight: bold;
	clear: both;
}

input {
	background-color: #ffffff;
	border: 1px solid #000000;
	font-weight: normal;
	color: #000000;
}

input.button {
	background-color: #0c6600;
	border: 2px solid #000000;
	font-weight: bold;
	color: #ffffff;
}

textarea {
	background-color: #ffffff;
	border: 1px solid #000000;
	font-weight: normal;
	color: #000000;
}

select {
	background-color: #ffffff;
	border: 1px solid #000000;
	font-weight: normal;
	color: #000000;
}





/*=============================[ DESIGN ]=============================*/

#global {
	width: 940px;
	min-height: 800px;
	
	border: 0;
	border-left: 1px solid black;
	border-right: 1px solid black;

	background-color: #efefef;
	
	margin: 0;
	padding: 10px;
	margin-left: auto;
    margin-right: auto;
    
    text-align: left; /* pour centrage IE */
}

#logo {
	width: 405px;
	float: left;
	color: #0c6600;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 0;
}

#headertxt {
	width: 500px;
	float: right;
	padding: 3px;
	margin: 0;
	font-size: 9pt;
	background-color: #e5e5e5;
}

#left {
	clear: both;
	float: left;
	width: 540px;
	padding: 0;
	margin: 0;
}

#right {
	float: right;
	width: 375px;
	padding: 0;
	margin: 0 0 0 5px;
}

#footer {
	clear: both;
}








/*=============================[ LISTE DE SITES ]=============================*/

/* bloc contenant un FS */
#sites li {
	background-color: #e0e0e0;
	margin: 2px 0 4px 0;
	padding: 10px;
	border-bottom: 1px dotted black;
}

/* les liens titres sont en gras */
#sites li a {
	font-weight: bold;
}

/* s'ils sont déjà visités, ils sont bleus */
#sites li a:visited {
	color: #185b8b;
}

/* la navmap est en petit */
#sites li span {
	font-size: 8pt;
}

/* les liens de la navmap ne sont pas gras (on annule "#sites li a") */
#sites li span a {
	font-weight: normal;
	font-size: 8pt;
}

/* label new */
.new {
	color: red;
	font-weight: bold;
}

/* puce 1 */
li.sexe-gratuit {
	list-style-image : url(images/po.png);
	list-style-position: inside;
}

/* puce 2 */
li.sexe-payant {
	list-style-image : url(images/pv.png);
	list-style-position: inside;
}

/* les liens payants en vert */
li.sexe-payant a {
	color: #0c6600;
}






/*=============================[ TAGS ]=============================*/

#tags {
	margin: 10px 0 0 0;
	padding: 5px;
	border: 1px dotted black;
	background-color: #e0e0e0;
}

a.tag {
	text-decoration: none;
}
a.tag:hover {
	text-decoration: underline;
}

.t1 {
	color: #000000; /* black */
	font-size: 100%;
}
.t2 {
	color: #df5612; /* orange */
	font-size: 110%;
}
.t3 {
	color: #185b8b; /* bleu */
	font-size: 120%;
}
.t4 {
	color: #0c6600; /* vert */
	font-size: 130%
}












/*=============================[ LINKS ]=============================*/

a {
	color: #df5612;
}

a:hover {
	text-decoration: none;
}







/*=============================[ CLASSES GENERALES ]=============================*/

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.clear0 {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

.mp0 {
	margin: 0;
	padding: 0;
}

.large {
	font-size: 14pt;
	font-weight: bold;
}

.c2 {
	color: #0c6600;
}







/*=============================[ AFFICHAGE FS / SITES ]=============================*/

.thumb_fs {
	float: right;
}

.pagination {
	padding:2px; 
	margin:0; 
	background-color: #bbbbbb; 
	text-align: center; 
	margin-bottom: 10px;
}



/*=============================[ DISCLAIMER ]=============================*/

#globaldisc {
	width: 940px;
	min-height: 400px;
	
	border: 0;
	border-left: 1px solid black;
	border-right: 1px solid black;

	background-color: #efefef;
	
	margin: 0;
	padding: 10px;
	margin-left: auto;
    margin-right: auto;
    
    text-align: center;
}

#disclogo {
	color: #0c6600;
	font-weight: bold;
}

#globaldisc a {
	font-size: 10pt;
}

.disc_att {
	color: red; 
	font-size: 16pt; 
	text-transform: uppercase; 
	font-weight: bold;
}

.disc_evid {
	color: #0c6600;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
}

.disc_small {
	font-size: 90%;
}

.disc_p_evid {
	background-color: white;
	padding: 10px;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
}

.disc_left {
	width: 755px;
	text-align: justify;
	margin-left: auto;
    margin-right: auto;
}

.disc_left a {
	color: #0c6600;
}

.disc_enter {
	color: #df5612; 
	font-size: 16pt; 
	font-weight: bold;
}

a.discret {
	color: #0c6600;
}

.smalltabletext {
	font-size: 10pt;
}

