/* nifff css | contreforme.ch */
*{
	margin:0;
	padding:0;
}
html {
	height:100%;
}
body {
	background-color:transparent;
	color:#333;
	font-family:Tahoma,"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
	font-size:12pt;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:100%;
	text-decoration:none;
}
a:link,
a:visited{
	content: " [" attr(href) "] ";
	border-bottom:thin dotted #2c200f;
	color:#000;
	text-decoration:none;
}
img{
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	font-variant:small-caps;
	margin:5px;
}
h1 {
	font-size:1.7em;
}
h2 {
	font-size:1.5em;
}
h3 {
	font-size:1.4em;
}
h4 {
	font-size:1.2em;
}
h5 {
	font-size:1.1em;
}
h6 {
	font-size:1em;
}
ul {
	list-style-type:none;
}

/* ID's */
#container {
	height:100%;
}
#title{
	text-transform:uppercase;
	letter-spacing:6px;
}
#__connexion,
#targetaudiences,
#menu,
#metanav,
#submenu,
#log,
#sponsors{
	display:none;
}

#content{
	position:absolute;
	margin:0 30px 20px;
	padding-bottom:1em;
}
#content img{
	margin:5px 12px;
}
#content a img{
	border:none;
}
#content p{
	margin-bottom:20px;
	padding-bottom:20px;
}
#sitemap{
	font-size:1.1em;
}
#sitemap ul{
	font-size:0.8em;
	text-indent:1em;
	padding:0.5em 0;
}

/* CLASSES */
.white{
	color:#fff;
}
.red{
	color:#7b251d;
}
.strong{
	font-weight:bold;
	margin-right:0.5em;
}
.italic{
	font-style:italic;
	margin-left:0.5em;
}
.title{
	position:relative;
	width:100%;
	text-align:center;
	padding-bottom:10px;
	background:url(../__layout/__statics/titleline.png) no-repeat center 18px;
}
.hidden{
	display:none;
}
.error{
	position:relative;
	width:100%;
	text-align:center;
	font-size:1.5em;
	color:#500;
}