@charset "utf-8";
/* CSS Document */

body { 
margin:0 auto;
padding:0;
}
#container { 
width: 956px;
margin: 10px auto;
background-color: #FFF;
border: 0px solid gray;
background-image:url(../images/bg.jpg);
background-repeat:repeat-y;
}

#centercol{
width:940px;
margin:0 auto;
}
/*** Début top ***/
#top {
height:85px;
padding: 0px;
border-bottom: 1px solid #8a141a;
background-image:url(../images/bgtop.jpg);
background-repeat:no-repeat;
}

#logo{
float:left;
width:154px;
height:75px;
margin-left:10px; margin-top:5px;
}
#umr{
margin-top:55px;
float:left;

}

#topmenu{
float:right;
margin-top:13px;
margin-right:10px;
}

#topmenu table{
height:69px;
}

#topmenu table td{
padding-right:15px;
}

#topmenu table td img{
border:none;
}

#tdreight{
text-align:right;
}
.drapeaux{
padding-top:6px;
}
.inputbox{ 
padding-top:0px;
border:0px;
width:70px; 
height:12px;
overflow:hidden; 
}

/*** Fin top ***/

#slide{ width:940px;
height:120px;
border:none; margin-bottom:10px; margin-top:10px;
}

/*** Début du menu de navigation accordéon gauche ***/

#leftnav {
float: left;
width: 160px;
margin: 0;
padding-top:0px;
padding-left:1em;
padding-bottom:1em;
padding-right:1em;

}
/* Premier niveau liste UL */
#accordion {
margin:0;
padding:0;	
list-style:none!important;
}

#accordion li {
	width:160px; 
	margin-top:4px;
}

#accordion li a {
	display: block;
	width: 150px;
	height: 30px;
	padding-left:5px;
	padding-right:5px; 
	padding-top:4px;

}

/* Deuxième niveau liste UL*/
#accordion ul {
	background:url(../images/bgnav.gif) repeat-y 0 0;
	width:160px;
	margin:0;
	padding:0;
	list-style:none!important;
	display:none;
}

/* afficher les sous-menus du menu actif */
#accordion ul.liste_active {
	display: block!important;
}


#accordion ul li {
	height:30px;
	margin-top:0px!important;
}

/* Classes pour les sous-menu longs*/
#accordion ul li.longtitle {
	height:48px!important;
}

#accordion ul li a.longlink {
	height:41px!important;
}

/* Classes pour les sous-menu trés longs*/
#accordion ul li.verylongtitle {
	height:63px!important;
}

#accordion ul li a.verylonglink {
	height:55px!important;
}


/* style du sous-menu */
#accordion ul li a {
	width:160px;
	height:25px;
	margin-left:0px;
	margin-right:0px;
	padding-top:5px;
}

/*** Fin du menu de navigation accordéon gauche ***/

#rightnav {
float: right;
width: 170px;
height:auto;
margin:0 20px 0 0;
padding:8px;
border: 1px solid #8a141a;
}


#content { /* Content de la page d'accueil: 3 colonnes*/
margin-left: 200px;
border: 1px solid #8a141a;
margin-right:218px;
padding: 1em;
height:auto;
}

#content.other{ /* Content des autres pages: 2 colonnes*/
margin-right:28px!important;
height:auto!important;
}


/*** Début footer ***/
#footer {
clear: both;
margin: 0px 3px 0px 3px;;
padding: .5em;
width:923px;
height:30px;
}

#footer img {
margin-top:4px; 
margin-bottom:4px; 
margin-left:10px; 
width:121px; 
height:22px; 
border:0; float:left;
}

#footer p {
margin-top:6px; 
margin-bottom:4px; 
margin-left:190px;
}

/*** Fin footer ***/