/*****************************************************/
/****General****/
*
{
	margin:0px;
	padding:0px;
}
html, body
{
	height: 100%;
    margin: 0;
	padding: 0;
}
body
{
	background:#ffffff url('images/roseventsfili.png') center center fixed no-repeat;
	background-size: contain;
//	padding-left:10%;
//	padding-right:10%;
	font-family:'Alice', cursive, Arial, Geneva, sans-serif;	
    display : table;
    width: 100%;
}
a
{
	text-decoration:none;
	color:#333333;
}
a:hover
{
	text-decoration:underline;
	color:#000000;
}
a.title_link
{
	color:#808080;
}
a.title_link:hover
{
	text-decoration:none;
}
img, table, tr, td
{
	border:0px;
}
@media (min-width:990px)
{
	h1
	{
		text-align:center;
		font-size: 3em;
		margin:0px 0px 5px 0px;
		padding:0px;
	}
	h3
	{
		font-size: 1.2em;
	}
}
@media (min-width:660px) and (max-width:989px)
{
	h1
	{
		text-align:center;
		font-size: 2em;
		margin:0px 0px 5px 0px;
		padding:0px;
	}
	h3
	{
		font-size: 0.9em;
	}
}
@media (max-width:659px)
{
	h1
	{
		text-align:center;
		font-size: 1.2em;
		margin:0px 0px 5px 0px;
		padding:0px;
	}
	h3
	{
		font-size: 0.8em;
	}
}
u
{
    text-decoration: none;
    border-bottom: 1px solid black;
}
h2
{
	margin:15px 0 15px 0;
	padding:0px;
}
.clean
{
	clear:both;
}
.left
{
	text-align:left;
}
.center
{
	text-align:center;
}
input
{
	width:250px;
}
label
{
	width:200px;
	display:inline-block;
	vertical-align:top;
	text-align:left;
}
table
{
	border-spacing:0px;
	background:#ffffff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:0px;
	width:95%;
	margin:5px auto 5px auto;
}
tr
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin:0px;
}
td, th
{
	margin:0px;
	border:0px;
	padding:3px;
	text-align:center;
}
footer 
{
    display : table-row;
    height: 50px; 
}
ul
{
	margin-left: 10px;
}
/*****************************************************/
/****Blocs****/
.header
{
	margin:auto;
	margin-top:10px;
	padding:15px;
//	background:url('images/bluec_30p.png');
	width:70%;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	text-align:center;
}
.footer
{
	text-align:center;
//	background:url('images/bluec_30p.png');
	width:80%;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	margin:auto;
//	padding:10px;
	margin-top:15px;
//	bottom: 50px;
}
.content
{
//	background:url('images/bluec_30p.png');
	width:80%;
//	-moz-border-radius:20px;
//	-webkit-border-radius:20px;
//	border-radius:20px;
	margin:auto;
	padding:20px;
	margin-top:20px;
}
.upperlinks
{
	position:absolute;
	top:10px;
	right:20px;
}
/*****************************************************/
/****Contenu****/

.header a img
{
	transition-duration: 0.8s;
	transition-property: transform;
	overflow: hidden;
}
.header a img:hover
{
	transform: rotate(360deg);
}

.footer hr
{
	margin-bottom: 5px;
}

.big
{
	font-size:1.2em;
}
.small
{
	font-size:0.7em;
}
.message
{
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	padding:20px;
	margin:auto;
	width:500px;
	background:url('images/black_40p.png');
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	margin-top:20px;
}
.messages_table td
{
	border-top:1px solid #aaaaaa;
	vertical-align:top;
}
.author
{
	width:150px;
	border-right:1px solid #aaaaaa;
}
.title_cell
{
	width:45%;
}
.date
{
	font-style:italic;
	text-align:right;
	font-size:0.9em;
	margin-right:10px;
}
.link_new_pm
{
	font-size:1.3em;
	font-weight:bold;
	margin:5px 0px 5px 0px;
	display:inline-block;
	border:1px solid #dddddd;
	background:#ffffff;
	padding:5px;
}
.subtitle
{
	color: #ff0000;
}
.enterprise_data
{
	margin: 5px 20px;	
}
.enterprise_data li
{
	padding-bottom: 5px;
}
.enterprise_data li i
{
	transition-duration: 0.8s;
	transition-property: transform;
	overflow: hidden;
}
.enterprise_data li i:hover
{
	transform: rotate(360deg);
}
.userlist, .buildinglist
{
	margin: 5px 20px;
}
.section_title
{
	margin: 25px 0px 10px 0px;
	font-size: 1.3em;
}
.user, .building
{
	font-weight:bold;	
}
.documentlist
{
	font-weight:normal;	
	margin: 5px 20px;
}
.enterprise_activity
{
	color:#808080;
}

/* Login form */

#login{
  width:600px;
  margin:0 auto;
  margin-top:15px;
  margin-bottom:15px;
  transition:opacity 1s;
  -webkit-transition:opacity 1s;
}

#login form{
  margin-top:15px;
  padding:5px;
}

#login input[type="email"],#login input[type="text"],#login input[type="password"]{
  width:378px;
  background:#fff;
  margin-bottom:15px;
  border:1px solid #ccc;
  padding:10px;
/*  font-family:sans-serif;*/
  font-size:100%;
  color:#555;
}

#login input[type="submit"]{
  width:400px;
  background:#888888;																		/* #3399cc; */
  border:0;
  padding:10px;
/*  font-family:sans-serif;*/
  font-size:100%;
  color:#fff;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
}

#login input[type="submit"]:hover{
  background:#777777;																		/* #2288bb; */
}