﻿body {
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin-top:10px;
	color:#262D71;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color :#ffffff;
}

/* Layout */
#global {
	margin: 0px auto 0px auto;
	width: 960px;
	text-align: left;
}

#content
{
	width:500px;
	margin-left:225px;
	min-height:460px;
	height: expression( this.scrollHeight < 460 ? "460px" : "auto" ); /* sets min-height for IE */
}

/* NEWS */
#news 
{
	overflow : auto
}

#news H2
{
	background-image:url('../img/FR/traitActu.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:4px;
	text-transform:uppercase;
	margin-bottom:10px;
	float:left;
}

#news LI
{
	list-style:none;
	display:inline;
	float:left;
	width:238px;
	display:block;
	margin-bottom:3px;
}

#news LI.li0
{
	clear:both;
}

#news LI.li1
{
	margin-left:20px;
}

#news P
{
	text-align:left;
}

#news DIV.link
{
	float:right;
	margin-right:5px;
}


#news A
{
	font-weight:bold;
	text-decoration:underline;
}


/* Diaporama */
#content div.evenementiel
{
	margin-left:15px;
	margin-top:20px;
    width: 481px;
    height: 280px;
}

#content div.evenementiel div.haut
{
	height:10px;
	background-image:url('../img/hautPub.gif');
	background-repeat:no-repeat;
	background-position:top;
}

#content div.evenementiel div.bas
{
	height:10px;
	background-image:url('../img/basPub.gif');
	background-repeat:no-repeat;
	background-position:bottom;
}


#content div.diaporama
{
	padding-top:10px;
	padding:5px;
	background-image:url('../img/milieuPub.gif');
	background-repeat:repeat-y;
}

#content div.diaporama div.une
{
    height: 260px;
}
#content div.diaporama h3
{
    padding-left:10px;
    padding-right:10px;
}
#content div.diaporama p
{
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
}
#content div.diaporama p img
{
    margin: 2px;
}
#content div.diapoNavbar
{
	background-color:#262D71;
	text-align: center;
	background-image:url('../img/basPub.gif');
	background-repeat:repeat-y;
	height:48px;
}
#content div.diapoNavbar img
{
    margin: 5px 5px;
}


