@charset "iso-8859-1";

/* --- menu principal styles ---
---------------------------------------------------------------------------*/


/* level 0 inner */
.Cm0l0iout {
	font: 12px   helvetica, arial, sans-serif;
	text-decoration: none;
	color: #1389C4;
	font-weight:bolder;
	text-align:center;
	vertical-align: middle;
	
}
.Cm0l0iover {
	font: 12px   helvetica, arial, sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight:bolder;
	text-align:center;
	vertical-align: middle;

}

/* level 0 outer */
.Cm0l0oout {
	text-decoration : none;
	padding:3px ;
	background:#FFDE00;
}
.Cm0l0oover {
	text-decoration : none;
	padding:3px ;
	background:#FFDE00;
}


/* level 1 inner */
.Cm0l1iout {
	font: 11px helvetica, arial, sans-serif;
	text-decoration: none;
	color: #1389C4;
	vertical-align: middle;
	}
.Cm0l1iover {
	font: 11px  helvetica, arial, sans-serif;
	text-decoration : none;
	color: #000000;
	vertical-align: middle;
}

/* level 1 outer */
.Cm0l1oout {
	background:#FFDE00;
	padding:3px;
	text-align:center;
	vertical-align: middle;
}
.Cm0l1oover {
	background:#FFDE00;
	padding:3px;
	text-align:center;
	vertical-align: middle;
}

/* level 2 inner */
.Cm0l2iout {
	font: 11px  helvetica, arial, sans-serif;
	text-decoration : none;
	color: #1389C4;
}
.Cm0l2iover {
	font: 11px  helvetica, arial, sans-serif;
	text-decoration : none;
	color: #000000;
}

/* level 2 outer */
.Cm0l2oout {
	background:#FFDE00;
	padding:3px;
	text-align:center;
}
.Cm0l2oover {
	background:#FFDE00;
	padding:3px;
	text-align:center;
}




/* --- sous  menu  styles ---
---------------------------------------------------------------------------*/

/* level 0 inner */
.Cm020iout {
	font: 11px "Trebuchet MS ", verdana, helvetica, arial, sans-serif;
	text-decoration: none;
	color: #081DA0;
	font-weight:bolder;
	
}
.Cm020iover {
	font: 11px "Trebuchet MS ", verdana, helvetica, arial, sans-serif;
	text-decoration: none;
	color: #FF0099;
	font-weight:bolder;

}

/* level 0 outer */
.Cm020oout {
	text-decoration : none;
	padding:5px 0 1px 10px;
	text-align:left;
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
	background:#dedede;
}
.Cm020oover {
	text-decoration : none;
	padding:5px 0 1px 10px;
	text-align:left;
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
	background:#ffffff;
}

/* level 1 inner */
.Cm021iout {
	font: 11px "Trebuchet MS ", verdana, helvetica, arial, sans-serif;
	text-decoration: none;
	padding: 2px;
	color: #454545;
}
.Cm021iover {
	font: 11px "Trebuchet MS ", verdana, helvetica, arial, sans-serif;
	text-decoration : none;
	padding: 2px;
	color: #ffffff;
}

/* level 1 outer */
.Cm021oout {
	text-decoration : none;
	border : 1px solid #C5CACD;
	background: #dedede;
}
.Cm021oover {
	text-decoration : none;
	border : 1px solid #C5CACD;
	background: #081DA0;
}

/* level 2 inner */
.Cm022iout {
	font: 11px "Trebuchet MS ", verdana, helvetica, arial, sans-serif;
	text-decoration: none;
	padding: 2px;
	color: #454545;
}
.Cm022iover {
	font: 11px "Trebuchet MS ", verdana, helvetica, arial, sans-serif;
	text-decoration : none;
	padding: 2px;
	color: #ffffff;
}

/* level 2 outer */
.Cm022oout {
	text-decoration : none;
	border : 1px solid #C5CACD;
	background: #dedede;
}
.Cm022oover {
	text-decoration : none;
	border : 1px solid #C5CACD;
	background: #081DA0;
}
#motioncontainer img {
border: 1px solid #ccc; /*image border color*/
margin-top:5px!important; /*added image spacing most browsers - can be negative*/
margin-top:5px; /*added image spacing IE - can be negative*/
margin-bottom:5px!important; /*added image spacing most browsers - can be negative*/
margin-bottom:5px; /*added image spacing IE - can be negative*/
border-bottom:1px solid #92C9DF;
}

#motioncontainer a:hover img { /*image border hover color*/
border: 1px solid navy;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}

