@import url('rencontres.css');

body{
	margin:0;
	padding:0;
	font-family:arial,sans-serif;
	font-size:0.85em;
	text-align:center;
	background:transparent url('/img/stripe.gif') repeat center top;
}
#vert{
	background-color:green;
	width:100%;
	text-align:center;
	color:white;
	font-weight:bold;
}
#rouge{
	background-color:crimson;
	width:100%;
	text-align:center;
	color:white;
	font-weight:bold;
}
#page{
	width:918px;
	margin:0 auto 0;
	text-align:left;
	background:transparent url('/img/page.gif') repeat-y center top;
	display:block;
}
#header{
	width:918px;
	background:transparent url('/img/head.gif') no-repeat center top;
	height:150px;
}
#footer{
	width:918px;
	background:transparent url('/img/foot.gif') no-repeat center bottom;
	height:50px;
}
#head{
	width:*;
	margin:0 20px 0 20px;
}
#menu{
	position:relative;
	bottom:36px;
	text-align:center;
	font-size:1.2em;
	color:white;
	font-weight:bold;
}
#middle{
	background:white url('/img/accueil_libertin.gif') no-repeat top right;
	margin:-20px 20px 0 20px;
}
#gauche{
	float:left;
	width:430px;
	background-color:transparent;
}
#droite{
	background-color:transparent;
	margin-left:440px;
}
#droite fieldset{
	position:relative;
	top:125px;
	left:25px;
	width:200px;
	text-align:center;
}
#droite legend{
	color:black;
}
#copyright{
	width:*;
	margin:0 25px 0 25px;
	color:white;
	font-size:0.9em;
	text-align:right;
	position:relative;
	top:14px;
}
#copyright a{
	color:white;
	text-decoration:none;
}
input.moyen{ 
	width:150px;
	border:1px solid grey;
}
input.petit{
	width:116px;
	border:1px solid grey;
}
input.ok{
	width:30px;
	border:1px solid grey;
}

h1.caps{
	font-weight:bold;
	font-size:1.2em;
}
.caps span{
	font-weight:bold;
	font-size:2em;
	padding-left:35px;
	background:transparent url('/img/masque.gif') no-repeat left top;
}
strong.libertins{
	font-weight:normal;
}
ul.disclaimer_libertin{
	font-size:0.8em;
}
hr.clear{
	clear:left;
	visibility:hidden;
}
img{
	border:0px;
}

/* LIENS */
a:link{color:#333;text-decoration:none;}
a:active{color:#333;text-decoration:none;}
a:visited{color:#333;text-decoration:none;}
a:hover{color:#777;text-decoration:underline;}

a:link.o, a:active.o, a:visited.o{
	background-color:white;
	font-weight:bold;
	color:#777;
	margin:0 1px 0 1px;
	padding:0 2px 0 2px;
	text-decoration:none;
	border:2px solid grey;
}
a:hover.o{
	position:relative;
	bottom:2px;
	background-color:white;
	font-weight:bold;
	color:#777;
	margin:0 1px 0 1px;
	padding:0 2px 0 2px;
	text-decoration:none;
	border-bottom:2px solid black;
	border-right:2px solid black;
}
a.on{
	background-color:white;
	font-weight:bold;
	border-bottom:3px solid white;
	color:black;
	margin:0 1px 0 1px;
	padding:0 2px 0 2px;
	text-decoration:none;
}
fieldset a:link{color:#333;text-decoration:none;font-size:0.8em;}
fieldset a:active{color:#333;text-decoration:none;font-size:0.8em;}
fieldset a:visited{color:#333;text-decoration:none;font-size:0.8em;}
fieldset a:hover{color:#777;text-decoration:underline;font-size:0.8em;}
