
#centre {
margin-left: auto;
     margin-right: auto;
background: #FFFFFF;
background-image: url('../Deco/basgauche.gif') ;
background-repeat: repeat-y;
background-position: top left;
width: 985px;
border:1px solid black ;
}

#bandeau {
width: 100%;
height: 126px;

background-image: url('../Deco/haut.gif') ;
background-repeat: no-repeat;
background-position: top left;
}

#gauche {
clear: both;
float: left;
width: 202px;
height: 463px;
background-image: url('../Deco/gauche.gif') ;
background-repeat: no-repeat;
background-position: top left;

}


#ufrima_gauche {
/*float: left;*/
height: 200px;
margin-top: 150px;
margin-left: 60px;
color: white;
font-size: 0.65em;

}

#bas_gauche {
/*float: left;*/
width: 202px;
height: 100%;
margin-top: 113px;
/*
background-image: url('../Deco/basgauche.gif') ;
background-repeat: repeat-y;
background-position: top left;
*/
}

#contenant {

float: right;
/*width: 100%;*/
width: 756px ;
margin-right: 10px;
}

#conteneur {
border-top: 1px solid black ;
}

#actus_flottantes {
float: right;
word-wrap: break-word;
/*width: 100%;
background: #AAAAAA;*/
width: 290px ;
/*height: 250px;*/
background-image: url('../Deco/fond_actus_flottantes.gif') ;
background-repeat: repeat-y;
background-position: top left;
}

#baspage {
clear: both;
background-image: url('../Deco/bas.jpg') ;
}
#mentions
{
float: center;
font-size: 0.65em;
}
#graphiste
{
float: right;
font-size: 0.65em;
}

/*  Habillage spécifique des actualités
---------------------------------------------- */
.actualites {
	min-width: 10em;
	border: 1px solid #CCC;
	margin-bottom: 1em;
/*	font-size: 0.77em;*/
font-size: 1em;
}

.menu-titre {
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #CCC;
	text-align: center;
	font-weight: bold;
}


.actualites { background: #eee;color: black;}
.actualites .menu-titre { background: #000000; color: white;}

