
body
{
	background-color:#334;
	font: normal normal normal 12px arial;
}

h1
{
	background-color:transparent;
	color:#a10203;
	font: normal normal normal 45px Papyrus;
	margin-bottom: 0;
	font-weight:bold;
}

h3
{
	background-color:transparent;
	color:#a10203;
	font: normal normal normal 25px Papyrus;
	margin-bottom: 0;
	margin-left:20px;
	font-weight:bold;
}

#global
{
	padding:0;
	margin:0 auto; /* centre le bloc principal */
	display:block;
	background-color:#FFF;
	width:900px;
	border-radius: 7px;
}

#contenu
{	
	/*border:1px solid red;*/
	position: relative;
	z-index: 1;
	background-color:#FFF;
	float:left;
	padding:0px 50px 50px 10px;
	margin:0;
	text-align:left;
	width:880px;
	font: normal normal normal 12px arial;
	margin-bottom:10px;
	border-radius: 7px;
}


#contenuAcces /* page acces bâtiment 307*/
{	
	position: relative;
	z-index: 1;
	background-color:#FFF;
	float:left;
	padding:0px 50px 50px 50px;
	margin:0;
	text-align:left;
	width:790px;
	font: normal normal normal 12px arial;
	margin-bottom:10px;
	border-radius: 7px;
}

#photo{
	width:150px;
	vertical-align:bottom;
	border: 1px solid black;
	border-radius: 5px;
}

#Logo
{
	width:250px;
}

.divLi
{
	margin-left:30px;
}

.divLi li
{
	margin-top:10px;
	margin-left:15px;
}


ul
{
	list-style:square;
}

.recent
{
	margin-left:45px;
}







hr
{
	background-color: grey;
	height: 1px;
	border: 0;
	margin-bottom:10px;
}

/* Liens vers pages annexes */

a.lienPerso {
	background-color:transparent;
	color: #a10203;
	text-decoration: none;
}
a.lienPerso:hover {
	color:#00aa00;
	font-weight:bold;
}

.rouge {
	color:red;
}