/* CSS Document */
/* ######################################################################### */
/* DIVERS */
/* ######################################################################### */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	color:#666666;
}
img {border:0;}

h2 {
	font-size: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #606060;
	width: 100%;
	}
h3{
	font-size: 1.3em;
}

/* ######################################################################### */
/* DECO */
/* ######################################################################### */
.inner {
background-image:url(../images/ombre_left.png);
background-repeat:repeat-y;
background-position:left;
}
/* ######################################################################### */
/* LIENS */
/* ######################################################################### */
a {
	color: #EB3C1F;
	text-decoration:none;
	/*text-decoration:underline;*/
}
a.menu
{
	color: #FFFFFF;
	text-decoration:none;
	/*text-decoration:underline;*/
}

a:link{
	color: #EB3C1F;
	text-decoration:none;
	/*text-decoration:underline;*/
}
a:link.menu
{
	color: #FFFFFF;
	text-decoration:none;
	/*text-decoration:underline;*/
}
a:visited {

}
a:visited .menu
{
	color: #FFFFFF;
	text-decoration:none;
}
a:hover{
	color: #000000;
	text-decoration:none;
	/*text-decoration:underline;*/
}
a:hover.menu
{
	color: #000000;
	text-decoration:none;
}

a:active {
	color: #EB3C1F;
	text-decoration:none;
	/*text-decoration:underline;*/
}
a:active.menu
{
	color: #FFFFFF;
	text-decoration:none;
	/*text-decoration:underline;*/
}

/* ######################################################################### */
/*NAVIGATION VERTICALE */
/* ######################################################################### */

.udm,.udm li,.udm ul {
	margin:0;
	padding:0;
	list-style-type:none;	
}

.udm {
	margin-left:0px;
	margin-top:0px;
	position:relative;
	left:0;
	top:0;
	z-index:20000;
	width:205px;
	cursor:default !important;
	border:none;
	text-align:left;
	background-image:url(../../Images/navigation_verticale_fond.png);
	background-repeat:repeat-y;
	background-position:right;
}
/* ######################################################################### */
/* TOP */
/* ######################################################################### */
.top_m1 {
	height:129px;
	background-image:url(../images/top_m1_fond.png);
}
.logo {
position:relative;
top:13px;
left:12px;
}
/* ######################################################################### */
/* BOTTOM */
/* ######################################################################### */
.bottom_m1 {
height:68px;
background-image:url(../images/bottom_m1_fond.png);
}
.bottom_m1 span {
	display:block;
	float:left;
	clear:none;
	margin-top:50px;
	margin-left:10px;
}
.bottom_m1 .action_rubrique {
	display:block;
	clear:none;
	float:right;
	margin-top:0px;
}
