/*
couleurs LOGO LAUSANNE-REGION
bleu-violet: #281497
orange: #FDAF08
orange clair: #FAE0A1
Police: Myriad Roman
*/
* {
	margin:0;
	padding:0;
	border:0;
	/*font-size:12px;*/
}
body {
	font: normal 0.75em/1.5em Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF url(/images/fond40.jpg) center -60px no-repeat;
	text-align: left; /*pour corriger bug IE*/
	width:100%;
	height:100%;
}
/* puce mal placee dans IE
ul { list-style: none inside url('/images/puce.png'); }
*/
ul { list-style-type: none}
li {
	line-height:2em;
	background-image:url('/images/puce.png');
	background-repeat:no-repeat;
	background-position:0 0.75em;
	padding-left:1.3em;
}
li a {
	/*
	margin:0.3em;
	padding:0.3em;
	*/
}
li a:hover {
	text-decoration: underlined;
	/*background-color: #FDAF08;*/
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width:1000px;
}
#header {
	height:122px;
	}
#slogan {
position:relative;
width:600px;
left: 230px;
top: -20px;
color: #FDAF08;
font-size: 1.5em;
}
#newstitre {
	position:relative;
	left: 444px;
	top: -4em;
	color: #FDAF08;
	font-size: 1.5em;
	width:200px;
}
#news{
	position:relative;
	left: 444px;
	top: -6em;
	width: 400px;
	overflow:hidden;
}
#container_for_news {
overflow:hidden;
width:400px;
height:100px;
}
.newsline {
border-top: 1px dotted #FDAF08;
border-bottom: 1px dotted #FDAF08;
margin:5px 0;
}
.titrehome {
	border-bottom: 1px solid #281497;
	background: url('/images/titrehome-fond.png') bottom right no-repeat;
	text-align: right;
	font-size: 1.5em;
	height: 1.1em;
	padding-top: 0.75em;
	/*overflow:hidden;*/
}
*:first-child+html .titrehome { 
height: 1em;
}
*html .titrehome { 
height: 1em;
}

#presentationaffreg {
	height:18em;
}
#presentation {
	position: relative;
	left: 80px;
	width: 320px;
	height: 18em;
}
/*IE6*/
*html #presentation { 
	top:-5em; /*moiti? des news?*/
}
#presentation ul {
	position: relative;
	left: 30px;
	top: 1em;
}
#affreg {
	position: relative;
	left: 644px;
	top: -18em;
	width: 300px;
}
/*IE6*/
*html #affreg { 
	top:-23em;
}
#affreg ul {
	position: relative;
	left: 30px;
	top: 1em;
}
li.column2 {
margin-left:180px;
width:180px;
}
li.reset {
margin-top:-14em;
}
#promeco {
	position: relative;
	left: 80px;
	width: 330px;
	height:2em;
}
*html #promeco { 
	top:-20em;
}
#promeco ul {
	position: relative;
	left: 25px;
	top: 1em;
}
#agglo {
	position: relative;
	left: 596px;
	top:-2em;
	width: 310px;
}
*html #agglo { 
	top:-23em;
}
#agglo ul {
	position: relative;
	left: 75px;
	top: 1em;
}
a:link {
	text-decoration:none;
	color: #281497;
}
a:visited {
	text-decoration:none;
	color: #281497;
}
a:hover {
	text-decoration: underline;
	color: #281497;
}
a:active {
	text-decoration:none;
	color: #281497;
}

a.atitrehome {
	padding: 1em 1em 0em 1em;
	text-decoration:none;
	color: #281497;
}
a.atitrehome:link {}
a.atitrehome:visited {}
a.atitrehome:hover {
	text-decoration: none;
	background-color: #FDAF08;
}
a.atitrehome:active {}
